Skip to main content

GetAllBalancesParams

@iota/iota-sdk


@iota/iota-sdk / client / GetAllBalancesParams

Interface: GetAllBalancesParams

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

Return the total coin balance for all coin type, owned by the address owner.

Properties

owner

owner: string

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

the owner's IOTA address


signal?

optional signal?: AbortSignal

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