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

    Interface iCosmosCoinWrapperPath<T>

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

    Type Parameters

    Hierarchy (View Summary)

    Implemented by

    Index

    Properties

    address: string
    allowCosmosWrapping: boolean
    allowOverrideWithAnyValidToken: boolean
    balances: iBalance<T>[]
    denom: string
    denomUnits: iDenomUnit<T>[]
    symbol: string