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

    Interface iCosmosCoinWrapperPathWithDetails<T>

    interface iCosmosCoinWrapperPathWithDetails<T extends NumberType> {
        address: string;
        allowCosmosWrapping: boolean;
        allowOverrideWithAnyValidToken: boolean;
        assetPairInfos?: iAssetInfoDoc<T>[];
        balances: iBalance<T>[];
        denom: string;
        denomUnits: iDenomUnitWithDetails<T>[];
        metadata?: iMetadata<T>;
        poolInfos?: iPoolInfo<T>[];
        symbol: string;
    }

    Type Parameters

    Hierarchy (View Summary)

    Implemented by

    Index

    Properties

    address: string
    allowCosmosWrapping: boolean
    allowOverrideWithAnyValidToken: boolean
    assetPairInfos?: iAssetInfoDoc<T>[]

    Asset Pair Infos

    balances: iBalance<T>[]
    denom: string
    denomUnits: iDenomUnitWithDetails<T>[]

    The denomination units with metadata details populated.

    metadata?: iMetadata<T>

    Optional base-level metadata for this cosmos coin wrapper path.

    poolInfos?: iPoolInfo<T>[]

    Pool Infos

    symbol: string