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

    Interface iCosmosCoinBackedPath<T>

    interface iCosmosCoinBackedPath<T extends NumberType> {
        address: string;
        conversion: iConversion<T>;
    }

    Type Parameters

    Implemented by

    Index

    Properties

    Properties

    address: string

    The address for this IBC backed path.

    conversion: iConversion<T>

    The conversion between IBC cosmos coin and badge balances.