Skip to main content

MultiGetObjectsParams

@iota/iota-sdk


@iota/iota-sdk / client / MultiGetObjectsParams

Interface: MultiGetObjectsParams

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

Return the object data for a list of objects

Properties

ids

ids: string[]

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

the IDs of the queried objects


options?

optional options?: IotaObjectDataOptions | null

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

options for specifying the content to be returned


signal?

optional signal?: AbortSignal

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