Skip to main content

IotaNamesFindAllRegistrationNFTsParams

@iota/iota-sdk


@iota/iota-sdk / client / IotaNamesFindAllRegistrationNFTsParams

Interface: IotaNamesFindAllRegistrationNFTsParams

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

Find all registration NFTs for the given address.

Properties

address

address: string

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


cursor?

optional cursor?: string | null

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


limit?

optional limit?: number | null

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


options?

optional options?: IotaObjectDataOptions | null

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


signal?

optional signal?: AbortSignal

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