@circle-fin/usdckit - v0.18.0
    Preparing search index...

    Balance

    interface Balance {
        amount: string;
        token: Token;
        updateDate: string;
    }
    Index

    Properties

    amount: string

    Token balance for each token in the wallet.

    Balance

    token: Token

    Balance

    updateDate: string

    Date and time the resource was last updated, in ISO-8601 UTC format.

    Balance