Skip to main content

GetDynamicFieldObjectV2Params

@iota/iota-sdk


@iota/iota-sdk / client / GetDynamicFieldObjectV2Params

Interface: GetDynamicFieldObjectV2Params

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

Return the dynamic field object information for a specified object with content options.

Properties

name

name: DynamicFieldName

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

The Name of the dynamic field


options?

optional options?: IotaObjectDataOptions | null

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

Options for specifying the content to be returned


parentObjectId

parentObjectId: string

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

The ID of the queried parent object


signal?

optional signal?: AbortSignal

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