CDP SDK TypeScript - v1.31.0
    Preparing search index...
    interface SolanaTokenAmount {
        amount: bigint;
        decimals: number;
    }
    Index

    Properties

    Properties

    amount: bigint

    The amount of the token.

    decimals: number

    The number of decimals in the token.