MultiGetObjectsParams
@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?
optionaloptions?:IotaObjectDataOptions|null
Defined in: sdk/typescript/src/client/types/params.ts:173
options for specifying the content to be returned
signal?
optionalsignal?:AbortSignal
Defined in: sdk/typescript/src/client/types/params.ts:174