package cosmos.base.v1beta1

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

message Coin

coin.proto:14

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.

Used in: auction.v1.Auction, auction.v1.Bid, auction.v1.MsgSubmitBidRequest, axelarcork.v1.AxelarCommunityPoolSpendProposal, axelarcork.v1.ChainConfiguration, axelarcork.v1.MsgBumpAxelarCorkGasRequest, axelarcork.v1.MsgRelayAxelarCorkRequest, axelarcork.v1.MsgRelayAxelarProxyUpgradeRequest, cellarfees.v2.FeeTokenBalance, incentives.v1.Params

message DecCoin

coin.proto:25

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.

message DecProto

coin.proto:38

DecProto defines a Protobuf wrapper around a Dec object.

message IntProto

coin.proto:33

IntProto defines a Protobuf wrapper around an Int object.