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

    Interface iCosmosCoinWrapperPathAddObject<T>

    interface iCosmosCoinWrapperPathAddObject<T extends NumberType> {
        allowOverrideWithAnyValidToken: boolean;
        conversion: iConversionWithoutDenom<T>;
        denom: string;
        denomUnits: iDenomUnit<T>[];
        metadata: iPathMetadata;
        symbol: string;
    }

    Type Parameters

    Implemented by

    Index

    Properties

    allowOverrideWithAnyValidToken: boolean

    Whether to allow override with any valid token.

    The conversion between cosmos coin and badge balances.

    denom: string

    The denom of the IBC wrapper path.

    denomUnits: iDenomUnit<T>[]

    The denomination units for this IBC wrapper path.

    metadata: iPathMetadata

    The metadata for this wrapper path.

    symbol: string

    The symbol for this IBC wrapper path.