Versions in this module Expand all Collapse all v8 v8.1.3 Sep 4, 2024 v8.1.2 Aug 28, 2024 v8.1.1 Aug 14, 2024 v8.1.0 Aug 13, 2024 v8.0.0 Aug 7, 2024 Changes in this version + const Msg_UpdateParams_FullMethodName + const Query_CirculatingSupply_FullMethodName + const Query_EpochMintProvision_FullMethodName + const Query_InflationRate_FullMethodName + const Query_Params_FullMethodName + const Query_Period_FullMethodName + const Query_SkippedEpochs_FullMethodName + var File_canto_inflation_v1_genesis_proto protoreflect.FileDescriptor + var File_canto_inflation_v1_inflation_proto protoreflect.FileDescriptor + var File_canto_inflation_v1_query_proto protoreflect.FileDescriptor + var File_canto_inflation_v1_tx_proto protoreflect.FileDescriptor + var Msg_ServiceDesc = grpc.ServiceDesc + var Query_ServiceDesc = grpc.ServiceDesc + func RegisterMsgServer(s grpc.ServiceRegistrar, srv MsgServer) + func RegisterQueryServer(s grpc.ServiceRegistrar, srv QueryServer) + type ExponentialCalculation struct + A string + BondingTarget string + C string + MaxVariance string + R string + func (*ExponentialCalculation) Descriptor() ([]byte, []int) + func (*ExponentialCalculation) ProtoMessage() + func (x *ExponentialCalculation) GetA() string + func (x *ExponentialCalculation) GetBondingTarget() string + func (x *ExponentialCalculation) GetC() string + func (x *ExponentialCalculation) GetMaxVariance() string + func (x *ExponentialCalculation) GetR() string + func (x *ExponentialCalculation) ProtoReflect() protoreflect.Message + func (x *ExponentialCalculation) Reset() + func (x *ExponentialCalculation) String() string + type GenesisState struct + EpochIdentifier string + EpochsPerPeriod int64 + Params *Params + Period uint64 + SkippedEpochs uint64 + func (*GenesisState) Descriptor() ([]byte, []int) + func (*GenesisState) ProtoMessage() + func (x *GenesisState) GetEpochIdentifier() string + func (x *GenesisState) GetEpochsPerPeriod() int64 + func (x *GenesisState) GetParams() *Params + func (x *GenesisState) GetPeriod() uint64 + func (x *GenesisState) GetSkippedEpochs() uint64 + func (x *GenesisState) ProtoReflect() protoreflect.Message + func (x *GenesisState) Reset() + func (x *GenesisState) String() string + type InflationDistribution struct + CommunityPool string + StakingRewards string + func (*InflationDistribution) Descriptor() ([]byte, []int) + func (*InflationDistribution) ProtoMessage() + func (x *InflationDistribution) GetCommunityPool() string + func (x *InflationDistribution) GetStakingRewards() string + func (x *InflationDistribution) ProtoReflect() protoreflect.Message + func (x *InflationDistribution) Reset() + func (x *InflationDistribution) String() string + type MsgClient interface + UpdateParams func(ctx context.Context, in *MsgUpdateParams, opts ...grpc.CallOption) (*MsgUpdateParamsResponse, error) + func NewMsgClient(cc grpc.ClientConnInterface) MsgClient + type MsgServer interface + UpdateParams func(context.Context, *MsgUpdateParams) (*MsgUpdateParamsResponse, error) + type MsgUpdateParams struct + Authority string + Params *Params + func (*MsgUpdateParams) Descriptor() ([]byte, []int) + func (*MsgUpdateParams) ProtoMessage() + func (x *MsgUpdateParams) GetAuthority() string + func (x *MsgUpdateParams) GetParams() *Params + func (x *MsgUpdateParams) ProtoReflect() protoreflect.Message + func (x *MsgUpdateParams) Reset() + func (x *MsgUpdateParams) String() string + type MsgUpdateParamsResponse struct + func (*MsgUpdateParamsResponse) Descriptor() ([]byte, []int) + func (*MsgUpdateParamsResponse) ProtoMessage() + func (x *MsgUpdateParamsResponse) ProtoReflect() protoreflect.Message + func (x *MsgUpdateParamsResponse) Reset() + func (x *MsgUpdateParamsResponse) String() string + type Params struct + EnableInflation bool + ExponentialCalculation *ExponentialCalculation + InflationDistribution *InflationDistribution + MintDenom string + func (*Params) Descriptor() ([]byte, []int) + func (*Params) ProtoMessage() + func (x *Params) GetEnableInflation() bool + func (x *Params) GetExponentialCalculation() *ExponentialCalculation + func (x *Params) GetInflationDistribution() *InflationDistribution + func (x *Params) GetMintDenom() string + func (x *Params) ProtoReflect() protoreflect.Message + func (x *Params) Reset() + func (x *Params) String() string + type QueryCirculatingSupplyRequest struct + func (*QueryCirculatingSupplyRequest) Descriptor() ([]byte, []int) + func (*QueryCirculatingSupplyRequest) ProtoMessage() + func (x *QueryCirculatingSupplyRequest) ProtoReflect() protoreflect.Message + func (x *QueryCirculatingSupplyRequest) Reset() + func (x *QueryCirculatingSupplyRequest) String() string + type QueryCirculatingSupplyResponse struct + CirculatingSupply *v1beta1.DecCoin + func (*QueryCirculatingSupplyResponse) Descriptor() ([]byte, []int) + func (*QueryCirculatingSupplyResponse) ProtoMessage() + func (x *QueryCirculatingSupplyResponse) GetCirculatingSupply() *v1beta1.DecCoin + func (x *QueryCirculatingSupplyResponse) ProtoReflect() protoreflect.Message + func (x *QueryCirculatingSupplyResponse) Reset() + func (x *QueryCirculatingSupplyResponse) String() string + type QueryClient interface + CirculatingSupply func(ctx context.Context, in *QueryCirculatingSupplyRequest, ...) (*QueryCirculatingSupplyResponse, error) + EpochMintProvision func(ctx context.Context, in *QueryEpochMintProvisionRequest, ...) (*QueryEpochMintProvisionResponse, error) + InflationRate func(ctx context.Context, in *QueryInflationRateRequest, opts ...grpc.CallOption) (*QueryInflationRateResponse, error) + Params func(ctx context.Context, in *QueryParamsRequest, opts ...grpc.CallOption) (*QueryParamsResponse, error) + Period func(ctx context.Context, in *QueryPeriodRequest, opts ...grpc.CallOption) (*QueryPeriodResponse, error) + SkippedEpochs func(ctx context.Context, in *QuerySkippedEpochsRequest, opts ...grpc.CallOption) (*QuerySkippedEpochsResponse, error) + func NewQueryClient(cc grpc.ClientConnInterface) QueryClient + type QueryEpochMintProvisionRequest struct + func (*QueryEpochMintProvisionRequest) Descriptor() ([]byte, []int) + func (*QueryEpochMintProvisionRequest) ProtoMessage() + func (x *QueryEpochMintProvisionRequest) ProtoReflect() protoreflect.Message + func (x *QueryEpochMintProvisionRequest) Reset() + func (x *QueryEpochMintProvisionRequest) String() string + type QueryEpochMintProvisionResponse struct + EpochMintProvision *v1beta1.DecCoin + func (*QueryEpochMintProvisionResponse) Descriptor() ([]byte, []int) + func (*QueryEpochMintProvisionResponse) ProtoMessage() + func (x *QueryEpochMintProvisionResponse) GetEpochMintProvision() *v1beta1.DecCoin + func (x *QueryEpochMintProvisionResponse) ProtoReflect() protoreflect.Message + func (x *QueryEpochMintProvisionResponse) Reset() + func (x *QueryEpochMintProvisionResponse) String() string + type QueryInflationRateRequest struct + func (*QueryInflationRateRequest) Descriptor() ([]byte, []int) + func (*QueryInflationRateRequest) ProtoMessage() + func (x *QueryInflationRateRequest) ProtoReflect() protoreflect.Message + func (x *QueryInflationRateRequest) Reset() + func (x *QueryInflationRateRequest) String() string + type QueryInflationRateResponse struct + InflationRate string + func (*QueryInflationRateResponse) Descriptor() ([]byte, []int) + func (*QueryInflationRateResponse) ProtoMessage() + func (x *QueryInflationRateResponse) GetInflationRate() string + func (x *QueryInflationRateResponse) ProtoReflect() protoreflect.Message + func (x *QueryInflationRateResponse) Reset() + func (x *QueryInflationRateResponse) String() string + type QueryParamsRequest struct + func (*QueryParamsRequest) Descriptor() ([]byte, []int) + func (*QueryParamsRequest) ProtoMessage() + func (x *QueryParamsRequest) ProtoReflect() protoreflect.Message + func (x *QueryParamsRequest) Reset() + func (x *QueryParamsRequest) String() string + type QueryParamsResponse struct + Params *Params + func (*QueryParamsResponse) Descriptor() ([]byte, []int) + func (*QueryParamsResponse) ProtoMessage() + func (x *QueryParamsResponse) GetParams() *Params + func (x *QueryParamsResponse) ProtoReflect() protoreflect.Message + func (x *QueryParamsResponse) Reset() + func (x *QueryParamsResponse) String() string + type QueryPeriodRequest struct + func (*QueryPeriodRequest) Descriptor() ([]byte, []int) + func (*QueryPeriodRequest) ProtoMessage() + func (x *QueryPeriodRequest) ProtoReflect() protoreflect.Message + func (x *QueryPeriodRequest) Reset() + func (x *QueryPeriodRequest) String() string + type QueryPeriodResponse struct + Period uint64 + func (*QueryPeriodResponse) Descriptor() ([]byte, []int) + func (*QueryPeriodResponse) ProtoMessage() + func (x *QueryPeriodResponse) GetPeriod() uint64 + func (x *QueryPeriodResponse) ProtoReflect() protoreflect.Message + func (x *QueryPeriodResponse) Reset() + func (x *QueryPeriodResponse) String() string + type QueryServer interface + CirculatingSupply func(context.Context, *QueryCirculatingSupplyRequest) (*QueryCirculatingSupplyResponse, error) + EpochMintProvision func(context.Context, *QueryEpochMintProvisionRequest) (*QueryEpochMintProvisionResponse, error) + InflationRate func(context.Context, *QueryInflationRateRequest) (*QueryInflationRateResponse, error) + Params func(context.Context, *QueryParamsRequest) (*QueryParamsResponse, error) + Period func(context.Context, *QueryPeriodRequest) (*QueryPeriodResponse, error) + SkippedEpochs func(context.Context, *QuerySkippedEpochsRequest) (*QuerySkippedEpochsResponse, error) + type QuerySkippedEpochsRequest struct + func (*QuerySkippedEpochsRequest) Descriptor() ([]byte, []int) + func (*QuerySkippedEpochsRequest) ProtoMessage() + func (x *QuerySkippedEpochsRequest) ProtoReflect() protoreflect.Message + func (x *QuerySkippedEpochsRequest) Reset() + func (x *QuerySkippedEpochsRequest) String() string + type QuerySkippedEpochsResponse struct + SkippedEpochs uint64 + func (*QuerySkippedEpochsResponse) Descriptor() ([]byte, []int) + func (*QuerySkippedEpochsResponse) ProtoMessage() + func (x *QuerySkippedEpochsResponse) GetSkippedEpochs() uint64 + func (x *QuerySkippedEpochsResponse) ProtoReflect() protoreflect.Message + func (x *QuerySkippedEpochsResponse) Reset() + func (x *QuerySkippedEpochsResponse) String() string + type UnimplementedMsgServer struct + func (UnimplementedMsgServer) UpdateParams(context.Context, *MsgUpdateParams) (*MsgUpdateParamsResponse, error) + type UnimplementedQueryServer struct + func (UnimplementedQueryServer) CirculatingSupply(context.Context, *QueryCirculatingSupplyRequest) (*QueryCirculatingSupplyResponse, error) + func (UnimplementedQueryServer) EpochMintProvision(context.Context, *QueryEpochMintProvisionRequest) (*QueryEpochMintProvisionResponse, error) + func (UnimplementedQueryServer) InflationRate(context.Context, *QueryInflationRateRequest) (*QueryInflationRateResponse, error) + func (UnimplementedQueryServer) Params(context.Context, *QueryParamsRequest) (*QueryParamsResponse, error) + func (UnimplementedQueryServer) Period(context.Context, *QueryPeriodRequest) (*QueryPeriodResponse, error) + func (UnimplementedQueryServer) SkippedEpochs(context.Context, *QuerySkippedEpochsRequest) (*QuerySkippedEpochsResponse, error) + type UnsafeMsgServer interface + type UnsafeQueryServer interface v8.0.0-rc1 Aug 5, 2024