Documentation
    Preparing search index...
    interface ListBalancesResponse {
        balances: CoinBalance[];
        cursor: null | string;
        hasNextPage: boolean;
    }
    Index

    Properties

    balances: CoinBalance[]
    cursor: null | string
    hasNextPage: boolean