CDP SDK TypeScript - v1.31.0
    Preparing search index...

    Interface ListTokenBalancesResult

    The result of listing Solana token balances.

    interface ListTokenBalancesResult {
        balances: SolanaTokenBalance[];
        nextPageToken?: string;
    }
    Index

    Properties

    balances: SolanaTokenBalance[]

    The token balances.

    nextPageToken?: string

    The next page token to paginate through the token balances. If undefined, there are no more token balances to paginate through.