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: gravity.v1.MsgSendToEth, gravity.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.