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: bank.v1beta1.Balance, bank.v1beta1.GenesisState, bank.v1beta1.Input, bank.v1beta1.MsgSend, bank.v1beta1.Output, bank.v1beta1.QueryAllBalancesResponse, bank.v1beta1.QueryBalanceResponse, bank.v1beta1.QuerySupplyOfResponse, bank.v1beta1.QueryTotalSupplyResponse, bank.v1beta1.SendAuthorization, bank.v1beta1.Supply, crisis.v1beta1.GenesisState, distribution.v1beta1.CommunityPoolSpendProposal, distribution.v1beta1.MsgFundCommunityPool, feegrant.v1beta1.BasicAllowance, feegrant.v1beta1.PeriodicAllowance, gov.v1beta1.Deposit, gov.v1beta1.DepositParams, gov.v1beta1.MsgDeposit, gov.v1beta1.MsgSubmitProposal, gov.v1beta1.Proposal, staking.v1beta1.DelegationResponse, staking.v1beta1.MsgBeginRedelegate, staking.v1beta1.MsgCreateValidator, staking.v1beta1.MsgDelegate, staking.v1beta1.MsgUndelegate, staking.v1beta1.StakeAuthorization, tx.v1beta1.Fee, vesting.v1beta1.BaseVestingAccount, vesting.v1beta1.MsgCreateVestingAccount, vesting.v1beta1.Period, plugchain.prc10.Params, plugchain.prc10.QueryFeesResponse

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: distribution.v1beta1.DelegationDelegatorReward, distribution.v1beta1.FeePool, distribution.v1beta1.QueryCommunityPoolResponse, distribution.v1beta1.QueryDelegationRewardsResponse, distribution.v1beta1.QueryDelegationTotalRewardsResponse, distribution.v1beta1.ValidatorAccumulatedCommission, distribution.v1beta1.ValidatorCurrentRewards, distribution.v1beta1.ValidatorHistoricalRewards, distribution.v1beta1.ValidatorOutstandingRewards, distribution.v1beta1.ValidatorOutstandingRewardsRecord

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.