GetAllCoinsParams
@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?
optionalcursor?:string|null
Defined in: sdk/typescript/src/client/types/params.ts:235
optional paging cursor
limit?
optionallimit?: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?
optionalsignal?:AbortSignal
Defined in: sdk/typescript/src/client/types/params.ts:238