bitbadgesjs-sdk - v0.22.7
    Preparing search index...

    Interface CoinDetails

    Coin details interface for the coins registry.

    interface CoinDetails {
        baseDenom: string;
        decimals: string;
        image: string;
        label: string;
        skipGoSupported?: boolean;
        symbol: string;
    }
    Index

    Properties

    baseDenom: string
    decimals: string
    image: string
    label: string
    skipGoSupported?: boolean
    symbol: string