Interface IAccountsGetUtxosResponse

Return interface for the Wallet.accountsGetUtxos method.

interface IAccountsGetUtxosResponse {
    utxos: UtxoEntry[];
}

Properties

Properties

utxos: UtxoEntry[]

Generated using TypeDoc