Skip to main content

GetDynamicFieldsParams

@iota/iota-sdk


@iota/iota-sdk / client / GetDynamicFieldsParams

Interface: GetDynamicFieldsParams

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

Return the list of dynamic field objects owned by an object.

Properties

cursor?

optional cursor?: string | null

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

An optional paging cursor. If provided, the query will start from the next item after the specified cursor. Default to start from the first item if not specified.


limit?

optional limit?: number | null

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

Maximum item returned per page, default to [QUERY_MAX_RESULT_LIMIT] if not specified.


parentId

parentId: string

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

The ID of the parent object


signal?

optional signal?: AbortSignal

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