Module v1beta1

Source
Expand description

Defines base data structures like Coin, DecCoin, IntProto, and DecProto. These types implement custo method signatures required by gogoproto.

Structsยง

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.
IntProto
IntProto defines a Protobuf wrapper around an Int object.