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

    Class CosmosCoinWrapperPathAddObject<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

    allowCosmosWrapping: boolean

    Whether to allow cosmos wrapping.

    allowOverrideWithAnyValidToken: boolean

    Whether to allow override with any valid token.

    balances: Balance<T>[]

    The balances for this IBC wrapper path.

    denom: string

    The denom of the IBC wrapper path.

    denomUnits: DenomUnit<T>[]

    The denomination units for this IBC wrapper path.

    symbol: string

    The symbol for this IBC wrapper path.

    Methods