@pouchy_ai/companion-sdk - v0.1.0
    Preparing search index...

    Interface WalletBalance

    One nonzero stablecoin balance line.

    interface WalletBalance {
        amount: string;
        currency: string;
    }
    Index
    amount: string

    Decimal amount as a string (not atomic units), e.g. "5.83".

    currency: string

    Stablecoin code (USDT / USDC / DAI / USD1).