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: tendermint.liquidity.v1beta1.MsgCreatePool, tendermint.liquidity.v1beta1.MsgDepositWithinBatch, tendermint.liquidity.v1beta1.MsgSwapWithinBatch, tendermint.liquidity.v1beta1.MsgWithdrawWithinBatch, tendermint.liquidity.v1beta1.Params, tendermint.liquidity.v1beta1.PoolMetadata, tendermint.liquidity.v1beta1.SwapMsgState

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.