bitbadgesjs-sdk - v0.22.7
    Preparing search index...

    Interface BalancesResponse

    interface BalancesResponse {
        balances: CosmosCoin<string>[];
        pagination: { next_key: string; total: number };
    }
    Index

    Properties

    Properties

    balances: CosmosCoin<string>[]
    pagination: { next_key: string; total: number }