proto/cosmos/base/v1beta1/coin.pb library
Classes
- Coin
- Coin defines a token with a denomination and an amount.
- DecCoin
- DecCoin defines a token with a denomination and a decimal amount.
- DecProto
- DecProto defines a Protobuf wrapper around a Dec object. Deprecated: Prefer to use math.LegacyDec directly. It supports binary Marshal and Unmarshal.
- IntProto
- IntProto defines a Protobuf wrapper around an Int object. Deprecated: Prefer to use math.Int directly. It supports binary Marshal and Unmarshal.