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

    Properties

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