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

    Interface iConversionWithoutDenom<T>

    interface iConversionWithoutDenom<T extends NumberType> {
        sideA: iConversionSideA<T>;
        sideB: iBalance<T>[];
    }

    Type Parameters

    Implemented by

    Index

    Properties

    Properties

    Side A: The cosmos coin amount side of the conversion (amount only, denom stored separately).

    sideB: iBalance<T>[]

    Side B: The badge balances side of the conversion.