GetDynamicFieldObjectV2Params
@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?
optionaloptions?: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?
optionalsignal?:AbortSignal
Defined in: sdk/typescript/src/client/types/params.ts:312