Skip to main content

GetAllCoinsParams

@iota/iota-sdk


@iota/iota-sdk / client / GetAllCoinsParams

Interface: GetAllCoinsParams

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

Return all Coin objects owned by an address.

Properties

cursor?

optional cursor?: string | null

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

optional paging cursor


limit?

optional limit?: number | null

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

maximum number of items per page


owner

owner: string

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

the owner's IOTA address


signal?

optional signal?: AbortSignal

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