DecCoin defines a token with a denomination and a decimal amount.

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

from message cosmos.base.v1beta1.DecCoin

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

Methods