GetBalanceParams
@iota/iota-sdk / client / GetBalanceParams
Interface: GetBalanceParams
Defined in: sdk/typescript/src/client/types/params.ts:246
Return the total coin balance for one coin type, owned by the address owner.
Properties
coinType?
optionalcoinType?:string|null
Defined in: sdk/typescript/src/client/types/params.ts:253
optional type names for the coin (e.g., 0x168da5bf1f48dafc111b0a488fa454aca95e0b5e::usdc::USDC), default to 0x2::iota::IOTA if not specified.
owner
owner:
string
Defined in: sdk/typescript/src/client/types/params.ts:248
the owner's IOTA address
signal?
optionalsignal?:AbortSignal
Defined in: sdk/typescript/src/client/types/params.ts:254