Return metadata(e.g., symbol, decimals) for a coin

interface GetCoinMetadataParams {
    coinType: string;
}

Properties

Properties

coinType: string

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