Interface IAccountsGetUtxosRequest

Argument interface for the Wallet.accountsGetUtxos method.

interface IAccountsGetUtxosRequest {
    accountId: string;
    addresses: string[] | Address[];
    minAmountSompi?: bigint;
}

Properties

accountId: string
addresses: string[] | Address[]
minAmountSompi?: bigint

Generated using TypeDoc