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: althea.erc20.v1.MsgConvertCoin, althea.erc20.v1.MsgSendCoinToEVM, althea.microtx.v1.EventBalanceRedirect, althea.microtx.v1.EventMicrotx, althea.microtx.v1.EventMicrotxFeeCollected, althea.microtx.v1.MsgMicrotx, canto.erc20.v1.MsgConvertCoin, canto.vesting.v1.QueryBalancesResponse, bank.v1beta1.Input, bank.v1beta1.Output, bank.v1beta1.Supply, vesting.v1beta1.BaseVestingAccount, vesting.v1beta1.Period

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.

Used in: canto.inflation.v1.QueryCirculatingSupplyResponse, canto.inflation.v1.QueryEpochMintProvisionResponse

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.