Skip to main content

Interface: GetAllCoinsParams

Return all Coin objects owned by an address.

Properties

owner

owner: string

the owner's IOTA address


cursor?

optional cursor: string | null

optional paging cursor


limit?

optional limit: number | null

maximum number of items per page


signal?

optional signal: AbortSignal