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

    Coin defines a token with a denomination and an amount.

    NOTE: The amount field is an Int which implements the custom method signatures required by gogoproto.

    from message cosmos.base.v1beta1.Coin

    Hierarchy

    Index

    Constructors

    Properties

    amount: string = ""

    from field: string amount = 2;

    denom: string = ""

    from field: string denom = 1;

    fields: FieldList = ...
    runtime: ProtoRuntime = proto3
    typeName: "cosmos.base.v1beta1.Coin"

    Methods