Skip to main content

TryMultiGetPastObjectsParams

@iota/iota-sdk


@iota/iota-sdk / client / TryMultiGetPastObjectsParams

Interface: TryMultiGetPastObjectsParams

Defined in: sdk/typescript/src/client/types/params.ts:206

Note there is no software-level guarantee/SLA that objects with past versions can be retrieved by this API, even if the object and version exists/existed. The result may vary across nodes depending on their pruning policies. Return the object information for a specified version

Properties

options?

optional options?: IotaObjectDataOptions | null

Defined in: sdk/typescript/src/client/types/params.ts:210

options for specifying the content to be returned


pastObjects

pastObjects: GetPastObjectRequest[]

Defined in: sdk/typescript/src/client/types/params.ts:208

a vector of object and versions to be queried


signal?

optional signal?: AbortSignal

Defined in: sdk/typescript/src/client/types/params.ts:211