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: farming.v1beta1.AddPlanRequest, farming.v1beta1.BasePlan, farming.v1beta1.FixedAmountPlan, farming.v1beta1.GenesisState, farming.v1beta1.ModifyPlanRequest, farming.v1beta1.MsgCreateFixedAmountPlan, farming.v1beta1.MsgStake, farming.v1beta1.MsgUnstake, farming.v1beta1.Params, farming.v1beta1.PlanRecord, farming.v1beta1.QueryRewardsResponse, farming.v1beta1.QueryStakingsResponse, farming.v1beta1.TotalStakingsRecord

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: farming.v1beta1.AddPlanRequest, farming.v1beta1.BasePlan, farming.v1beta1.HistoricalRewards, farming.v1beta1.ModifyPlanRequest, farming.v1beta1.MsgCreateFixedAmountPlan, farming.v1beta1.MsgCreateRatioPlan, farming.v1beta1.OutstandingRewards

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.