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

    Interface SolanaToken

    interface SolanaToken {
        mintAddress: string;
        name?: string;
        symbol?: string;
    }
    Index

    Properties

    mintAddress: string

    The token address.

    name?: string

    The token name.

    symbol?: string

    The token symbol.