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