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

    Interface iCosmosCoinWrapperPathAddObject<T>

    interface iCosmosCoinWrapperPathAddObject<T extends NumberType> {
        allowCosmosWrapping: boolean;
        allowOverrideWithAnyValidToken: boolean;
        balances: iBalance<T>[];
        denom: string;
        denomUnits: iDenomUnit<T>[];
        symbol: string;
    }

    Type Parameters

    Implemented by

    Index

    Properties

    allowCosmosWrapping: boolean

    Whether to allow cosmos wrapping.

    allowOverrideWithAnyValidToken: boolean

    Whether to allow override with any valid token.

    balances: iBalance<T>[]

    The balances for this IBC wrapper path.

    denom: string

    The denom of the IBC wrapper path.

    denomUnits: iDenomUnit<T>[]

    The denomination units for this IBC wrapper path.

    symbol: string

    The symbol for this IBC wrapper path.