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

    Class CosmosCoin<T>

    Type for Cosmos SDK Coin information with support for bigint amounts (e.g. { amount: 1000000, denom: 'ubadge' }).

    Type Parameters

    Hierarchy (View Summary)

    Implements

    Index

    Constructors

    Properties

    amount: T

    The amount of the coin.

    denom: string

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

    Methods