@nexartis/nexartis-nanda-node-sdk - v1.2.2
    Preparing search index...

    Interface WalletBalancesResponse

    interface WalletBalancesResponse {
        agent_id?: string;
        balances: { amount: number; currency: string }[] | Record<string, number>;
        wallet?: string;
    }
    Index

    Properties

    agent_id?: string
    balances: { amount: number; currency: string }[] | Record<string, number>
    wallet?: string