GetObjectParams
@iota/iota-sdk / client / GetObjectParams
Interface: GetObjectParams
Defined in: sdk/typescript/src/client/types/params.ts:131
Return the object information for a specified object
Properties
id
id:
string
Defined in: sdk/typescript/src/client/types/params.ts:133
the ID of the queried object
options?
optionaloptions?:IotaObjectDataOptions|null
Defined in: sdk/typescript/src/client/types/params.ts:135
options for specifying the content to be returned
signal?
optionalsignal?:AbortSignal
Defined in: sdk/typescript/src/client/types/params.ts:136