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

    Class ConversionWithoutDenom

    ConversionWithoutDenom defines a bidirectional conversion between a cosmos coin amount (without denom) and badge balances. The denom is stored at the base level (e.g., in AliasPath or CosmosCoinWrapperPath).

    from message badges.ConversionWithoutDenom

    Hierarchy

    Index

    Constructors

    Properties

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

    from field: badges.ConversionSideA sideA = 1;

    sideB: badges.Balance[] = []

    Side B: The badge balances side of the conversion.

    from field: repeated badges.Balance sideB = 2;

    fields: FieldList = ...
    runtime: ProtoRuntime = proto3
    typeName: "badges.ConversionWithoutDenom"

    Methods