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

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" = "cosmos.base.v1beta1.Coin"

Methods