Skip to main content

GetObjectParams

@iota/iota-sdk


@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?

optional options?: IotaObjectDataOptions | null

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

options for specifying the content to be returned


signal?

optional signal?: AbortSignal

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