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

    Class ConversionSideAWithDenom

    ConversionSideAWithDenom represents the cosmos coin side of a conversion with denomination.

    from message badges.ConversionSideAWithDenom

    Hierarchy

    Index

    Constructors

    Properties

    amount: string = ""

    The amount of the cosmos coin (0 decimals).

    from field: string amount = 1;

    denom: string = ""

    The denomination of the cosmos coin.

    from field: string denom = 2;

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

    Methods