Documentation

    Interface GetCoinMetadataParams

    Return metadata (e.g., symbol, decimals) for a coin. Note that if the coin's metadata was wrapped in the transaction that published its marker type, or the latest version of the metadata object is wrapped or deleted, it will not be found.

    interface GetCoinMetadataParams {
        coinType: string;
        signal?: AbortSignal;
    }
    Index

    Properties

    Properties

    coinType: string

    type name for the coin (e.g., 0x168da5bf1f48dafc111b0a488fa454aca95e0b5e::usdc::USDC)

    signal?: AbortSignal
    MMNEPVFCICPMFPCPTTAAATR