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
Optional
from field: string amount = 2;
from field: string denom = 1;
Static
Readonly
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.
Generated
from message cosmos.base.v1beta1.DecCoin