Documentation
    Preparing search index...

    Interface ListBalancesResponse

    interface ListBalancesResponse {
        balances: Balance[];
        cursor: string | null;
        hasNextPage: boolean;
    }
    Index
    balances: Balance[]
    cursor: string | null
    hasNextPage: boolean