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

    Interface iCosmosCoin<T>

    interface iCosmosCoin<T extends NumberType> {
        amount: T;
        denom: string;
    }

    Type Parameters

    Implemented by

    Index

    Properties

    Properties

    amount: T

    The amount of the coin.

    denom: string

    The denomination of the coin (e.g. "ubadge").