tokenomics

package
v1.6.1-rc0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 16, 2025 License: Apache-2.0 Imports: 18 Imported by: 0

Documentation

Overview

Code generated by protoc-gen-go-pulsar. DO NOT EDIT.

Code generated by protoc-gen-go-pulsar. DO NOT EDIT.

Code generated by protoc-gen-go-pulsar. DO NOT EDIT.

Code generated by protoc-gen-go-pulsar. DO NOT EDIT.

Code generated by protoc-gen-go-pulsar. DO NOT EDIT.

Code generated by protoc-gen-go-pulsar. DO NOT EDIT.

Code generated by protoc-gen-go-pulsar. DO NOT EDIT.

Code generated by protoc-gen-go-pulsar. DO NOT EDIT.

Index

Constants

This section is empty.

Variables

View Source
var File_elys_tokenomics_airdrop_proto protoreflect.FileDescriptor
View Source
var File_elys_tokenomics_genesis_inflation_proto protoreflect.FileDescriptor
View Source
var File_elys_tokenomics_genesis_proto protoreflect.FileDescriptor
View Source
var File_elys_tokenomics_inflation_entry_proto protoreflect.FileDescriptor
View Source
var File_elys_tokenomics_params_proto protoreflect.FileDescriptor
View Source
var File_elys_tokenomics_query_proto protoreflect.FileDescriptor
View Source
var File_elys_tokenomics_time_based_inflation_proto protoreflect.FileDescriptor
View Source
var File_elys_tokenomics_tx_proto protoreflect.FileDescriptor
View Source
var Msg_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "elys.tokenomics.Msg",
	HandlerType: (*MsgServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "CreateAirdrop",
			Handler:    _Msg_CreateAirdrop_Handler,
		},
		{
			MethodName: "UpdateAirdrop",
			Handler:    _Msg_UpdateAirdrop_Handler,
		},
		{
			MethodName: "DeleteAirdrop",
			Handler:    _Msg_DeleteAirdrop_Handler,
		},
		{
			MethodName: "ClaimAirdrop",
			Handler:    _Msg_ClaimAirdrop_Handler,
		},
		{
			MethodName: "UpdateGenesisInflation",
			Handler:    _Msg_UpdateGenesisInflation_Handler,
		},
		{
			MethodName: "CreateTimeBasedInflation",
			Handler:    _Msg_CreateTimeBasedInflation_Handler,
		},
		{
			MethodName: "UpdateTimeBasedInflation",
			Handler:    _Msg_UpdateTimeBasedInflation_Handler,
		},
		{
			MethodName: "DeleteTimeBasedInflation",
			Handler:    _Msg_DeleteTimeBasedInflation_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "elys/tokenomics/tx.proto",
}

Msg_ServiceDesc is the grpc.ServiceDesc for Msg service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var Query_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "elys.tokenomics.Query",
	HandlerType: (*QueryServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "Params",
			Handler:    _Query_Params_Handler,
		},
		{
			MethodName: "Airdrop",
			Handler:    _Query_Airdrop_Handler,
		},
		{
			MethodName: "AirdropAll",
			Handler:    _Query_AirdropAll_Handler,
		},
		{
			MethodName: "GenesisInflation",
			Handler:    _Query_GenesisInflation_Handler,
		},
		{
			MethodName: "TimeBasedInflation",
			Handler:    _Query_TimeBasedInflation_Handler,
		},
		{
			MethodName: "TimeBasedInflationAll",
			Handler:    _Query_TimeBasedInflationAll_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "elys/tokenomics/query.proto",
}

Query_ServiceDesc is the grpc.ServiceDesc for Query service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

Functions

func RegisterMsgServer

func RegisterMsgServer(s grpc.ServiceRegistrar, srv MsgServer)

func RegisterQueryServer

func RegisterQueryServer(s grpc.ServiceRegistrar, srv QueryServer)

Types

type Airdrop

type Airdrop struct {
	Intent    string `protobuf:"bytes,1,opt,name=intent,proto3" json:"intent,omitempty"`
	Amount    uint64 `protobuf:"varint,2,opt,name=amount,proto3" json:"amount,omitempty"`
	Authority string `protobuf:"bytes,3,opt,name=authority,proto3" json:"authority,omitempty"`
	Expiry    uint64 `protobuf:"varint,4,opt,name=expiry,proto3" json:"expiry,omitempty"`
	// contains filtered or unexported fields
}

func (*Airdrop) Descriptor deprecated

func (*Airdrop) Descriptor() ([]byte, []int)

Deprecated: Use Airdrop.ProtoReflect.Descriptor instead.

func (*Airdrop) GetAmount

func (x *Airdrop) GetAmount() uint64

func (*Airdrop) GetAuthority

func (x *Airdrop) GetAuthority() string

func (*Airdrop) GetExpiry

func (x *Airdrop) GetExpiry() uint64

func (*Airdrop) GetIntent

func (x *Airdrop) GetIntent() string

func (*Airdrop) ProtoMessage

func (*Airdrop) ProtoMessage()

func (*Airdrop) ProtoReflect

func (x *Airdrop) ProtoReflect() protoreflect.Message

func (*Airdrop) Reset

func (x *Airdrop) Reset()

func (*Airdrop) String

func (x *Airdrop) String() string

type GenesisInflation

type GenesisInflation struct {
	Inflation             *InflationEntry `protobuf:"bytes,1,opt,name=inflation,proto3" json:"inflation,omitempty"`
	SeedVesting           uint64          `protobuf:"varint,2,opt,name=seed_vesting,json=seedVesting,proto3" json:"seed_vesting,omitempty"`
	StrategicSalesVesting uint64          `` /* 127-byte string literal not displayed */
	Authority             string          `protobuf:"bytes,4,opt,name=authority,proto3" json:"authority,omitempty"`
	// contains filtered or unexported fields
}

func (*GenesisInflation) Descriptor deprecated

func (*GenesisInflation) Descriptor() ([]byte, []int)

Deprecated: Use GenesisInflation.ProtoReflect.Descriptor instead.

func (*GenesisInflation) GetAuthority

func (x *GenesisInflation) GetAuthority() string

func (*GenesisInflation) GetInflation

func (x *GenesisInflation) GetInflation() *InflationEntry

func (*GenesisInflation) GetSeedVesting

func (x *GenesisInflation) GetSeedVesting() uint64

func (*GenesisInflation) GetStrategicSalesVesting

func (x *GenesisInflation) GetStrategicSalesVesting() uint64

func (*GenesisInflation) ProtoMessage

func (*GenesisInflation) ProtoMessage()

func (*GenesisInflation) ProtoReflect

func (x *GenesisInflation) ProtoReflect() protoreflect.Message

func (*GenesisInflation) Reset

func (x *GenesisInflation) Reset()

func (*GenesisInflation) String

func (x *GenesisInflation) String() string

type GenesisState

type GenesisState struct {
	Params                 *Params               `protobuf:"bytes,1,opt,name=params,proto3" json:"params,omitempty"`
	AirdropList            []*Airdrop            `protobuf:"bytes,2,rep,name=airdrop_list,json=airdropList,proto3" json:"airdrop_list,omitempty"`
	GenesisInflation       *GenesisInflation     `protobuf:"bytes,3,opt,name=genesis_inflation,json=genesisInflation,proto3" json:"genesis_inflation,omitempty"`
	TimeBasedInflationList []*TimeBasedInflation `` /* 131-byte string literal not displayed */
	// contains filtered or unexported fields
}

GenesisState defines the tokenomics module's genesis state.

func (*GenesisState) Descriptor deprecated

func (*GenesisState) Descriptor() ([]byte, []int)

Deprecated: Use GenesisState.ProtoReflect.Descriptor instead.

func (*GenesisState) GetAirdropList

func (x *GenesisState) GetAirdropList() []*Airdrop

func (*GenesisState) GetGenesisInflation

func (x *GenesisState) GetGenesisInflation() *GenesisInflation

func (*GenesisState) GetParams

func (x *GenesisState) GetParams() *Params

func (*GenesisState) GetTimeBasedInflationList

func (x *GenesisState) GetTimeBasedInflationList() []*TimeBasedInflation

func (*GenesisState) ProtoMessage

func (*GenesisState) ProtoMessage()

func (*GenesisState) ProtoReflect

func (x *GenesisState) ProtoReflect() protoreflect.Message

func (*GenesisState) Reset

func (x *GenesisState) Reset()

func (*GenesisState) String

func (x *GenesisState) String() string

type InflationEntry

type InflationEntry struct {
	LmRewards         uint64 `protobuf:"varint,1,opt,name=lm_rewards,json=lmRewards,proto3" json:"lm_rewards,omitempty"`
	IcsStakingRewards uint64 `protobuf:"varint,2,opt,name=ics_staking_rewards,json=icsStakingRewards,proto3" json:"ics_staking_rewards,omitempty"`
	CommunityFund     uint64 `protobuf:"varint,3,opt,name=community_fund,json=communityFund,proto3" json:"community_fund,omitempty"`
	StrategicReserve  uint64 `protobuf:"varint,4,opt,name=strategic_reserve,json=strategicReserve,proto3" json:"strategic_reserve,omitempty"`
	TeamTokensVested  uint64 `protobuf:"varint,5,opt,name=team_tokens_vested,json=teamTokensVested,proto3" json:"team_tokens_vested,omitempty"`
	// contains filtered or unexported fields
}

func (*InflationEntry) Descriptor deprecated

func (*InflationEntry) Descriptor() ([]byte, []int)

Deprecated: Use InflationEntry.ProtoReflect.Descriptor instead.

func (*InflationEntry) GetCommunityFund

func (x *InflationEntry) GetCommunityFund() uint64

func (*InflationEntry) GetIcsStakingRewards

func (x *InflationEntry) GetIcsStakingRewards() uint64

func (*InflationEntry) GetLmRewards

func (x *InflationEntry) GetLmRewards() uint64

func (*InflationEntry) GetStrategicReserve

func (x *InflationEntry) GetStrategicReserve() uint64

func (*InflationEntry) GetTeamTokensVested

func (x *InflationEntry) GetTeamTokensVested() uint64

func (*InflationEntry) ProtoMessage

func (*InflationEntry) ProtoMessage()

func (*InflationEntry) ProtoReflect

func (x *InflationEntry) ProtoReflect() protoreflect.Message

func (*InflationEntry) Reset

func (x *InflationEntry) Reset()

func (*InflationEntry) String

func (x *InflationEntry) String() string

type MsgClaimAirdrop

type MsgClaimAirdrop struct {
	Sender string `protobuf:"bytes,1,opt,name=sender,proto3" json:"sender,omitempty"`
	// contains filtered or unexported fields
}

func (*MsgClaimAirdrop) Descriptor deprecated

func (*MsgClaimAirdrop) Descriptor() ([]byte, []int)

Deprecated: Use MsgClaimAirdrop.ProtoReflect.Descriptor instead.

func (*MsgClaimAirdrop) GetSender

func (x *MsgClaimAirdrop) GetSender() string

func (*MsgClaimAirdrop) ProtoMessage

func (*MsgClaimAirdrop) ProtoMessage()

func (*MsgClaimAirdrop) ProtoReflect

func (x *MsgClaimAirdrop) ProtoReflect() protoreflect.Message

func (*MsgClaimAirdrop) Reset

func (x *MsgClaimAirdrop) Reset()

func (*MsgClaimAirdrop) String

func (x *MsgClaimAirdrop) String() string

type MsgClaimAirdropResponse

type MsgClaimAirdropResponse struct {
	// contains filtered or unexported fields
}

func (*MsgClaimAirdropResponse) Descriptor deprecated

func (*MsgClaimAirdropResponse) Descriptor() ([]byte, []int)

Deprecated: Use MsgClaimAirdropResponse.ProtoReflect.Descriptor instead.

func (*MsgClaimAirdropResponse) ProtoMessage

func (*MsgClaimAirdropResponse) ProtoMessage()

func (*MsgClaimAirdropResponse) ProtoReflect

func (x *MsgClaimAirdropResponse) ProtoReflect() protoreflect.Message

func (*MsgClaimAirdropResponse) Reset

func (x *MsgClaimAirdropResponse) Reset()

func (*MsgClaimAirdropResponse) String

func (x *MsgClaimAirdropResponse) String() string

type MsgClient

MsgClient is the client API for Msg service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

func NewMsgClient

func NewMsgClient(cc grpc.ClientConnInterface) MsgClient

type MsgCreateAirdrop

type MsgCreateAirdrop struct {
	Authority string `protobuf:"bytes,1,opt,name=authority,proto3" json:"authority,omitempty"`
	Intent    string `protobuf:"bytes,2,opt,name=intent,proto3" json:"intent,omitempty"`
	Amount    uint64 `protobuf:"varint,3,opt,name=amount,proto3" json:"amount,omitempty"`
	Expiry    uint64 `protobuf:"varint,4,opt,name=expiry,proto3" json:"expiry,omitempty"`
	// contains filtered or unexported fields
}

func (*MsgCreateAirdrop) Descriptor deprecated

func (*MsgCreateAirdrop) Descriptor() ([]byte, []int)

Deprecated: Use MsgCreateAirdrop.ProtoReflect.Descriptor instead.

func (*MsgCreateAirdrop) GetAmount

func (x *MsgCreateAirdrop) GetAmount() uint64

func (*MsgCreateAirdrop) GetAuthority

func (x *MsgCreateAirdrop) GetAuthority() string

func (*MsgCreateAirdrop) GetExpiry

func (x *MsgCreateAirdrop) GetExpiry() uint64

func (*MsgCreateAirdrop) GetIntent

func (x *MsgCreateAirdrop) GetIntent() string

func (*MsgCreateAirdrop) ProtoMessage

func (*MsgCreateAirdrop) ProtoMessage()

func (*MsgCreateAirdrop) ProtoReflect

func (x *MsgCreateAirdrop) ProtoReflect() protoreflect.Message

func (*MsgCreateAirdrop) Reset

func (x *MsgCreateAirdrop) Reset()

func (*MsgCreateAirdrop) String

func (x *MsgCreateAirdrop) String() string

type MsgCreateAirdropResponse

type MsgCreateAirdropResponse struct {
	// contains filtered or unexported fields
}

func (*MsgCreateAirdropResponse) Descriptor deprecated

func (*MsgCreateAirdropResponse) Descriptor() ([]byte, []int)

Deprecated: Use MsgCreateAirdropResponse.ProtoReflect.Descriptor instead.

func (*MsgCreateAirdropResponse) ProtoMessage

func (*MsgCreateAirdropResponse) ProtoMessage()

func (*MsgCreateAirdropResponse) ProtoReflect

func (x *MsgCreateAirdropResponse) ProtoReflect() protoreflect.Message

func (*MsgCreateAirdropResponse) Reset

func (x *MsgCreateAirdropResponse) Reset()

func (*MsgCreateAirdropResponse) String

func (x *MsgCreateAirdropResponse) String() string

type MsgCreateTimeBasedInflation

type MsgCreateTimeBasedInflation struct {
	Authority        string          `protobuf:"bytes,1,opt,name=authority,proto3" json:"authority,omitempty"`
	StartBlockHeight uint64          `protobuf:"varint,2,opt,name=start_block_height,json=startBlockHeight,proto3" json:"start_block_height,omitempty"`
	EndBlockHeight   uint64          `protobuf:"varint,3,opt,name=end_block_height,json=endBlockHeight,proto3" json:"end_block_height,omitempty"`
	Description      string          `protobuf:"bytes,4,opt,name=description,proto3" json:"description,omitempty"`
	Inflation        *InflationEntry `protobuf:"bytes,5,opt,name=inflation,proto3" json:"inflation,omitempty"`
	// contains filtered or unexported fields
}

func (*MsgCreateTimeBasedInflation) Descriptor deprecated

func (*MsgCreateTimeBasedInflation) Descriptor() ([]byte, []int)

Deprecated: Use MsgCreateTimeBasedInflation.ProtoReflect.Descriptor instead.

func (*MsgCreateTimeBasedInflation) GetAuthority

func (x *MsgCreateTimeBasedInflation) GetAuthority() string

func (*MsgCreateTimeBasedInflation) GetDescription

func (x *MsgCreateTimeBasedInflation) GetDescription() string

func (*MsgCreateTimeBasedInflation) GetEndBlockHeight

func (x *MsgCreateTimeBasedInflation) GetEndBlockHeight() uint64

func (*MsgCreateTimeBasedInflation) GetInflation

func (x *MsgCreateTimeBasedInflation) GetInflation() *InflationEntry

func (*MsgCreateTimeBasedInflation) GetStartBlockHeight

func (x *MsgCreateTimeBasedInflation) GetStartBlockHeight() uint64

func (*MsgCreateTimeBasedInflation) ProtoMessage

func (*MsgCreateTimeBasedInflation) ProtoMessage()

func (*MsgCreateTimeBasedInflation) ProtoReflect

func (*MsgCreateTimeBasedInflation) Reset

func (x *MsgCreateTimeBasedInflation) Reset()

func (*MsgCreateTimeBasedInflation) String

func (x *MsgCreateTimeBasedInflation) String() string

type MsgCreateTimeBasedInflationResponse

type MsgCreateTimeBasedInflationResponse struct {
	// contains filtered or unexported fields
}

func (*MsgCreateTimeBasedInflationResponse) Descriptor deprecated

func (*MsgCreateTimeBasedInflationResponse) Descriptor() ([]byte, []int)

Deprecated: Use MsgCreateTimeBasedInflationResponse.ProtoReflect.Descriptor instead.

func (*MsgCreateTimeBasedInflationResponse) ProtoMessage

func (*MsgCreateTimeBasedInflationResponse) ProtoMessage()

func (*MsgCreateTimeBasedInflationResponse) ProtoReflect

func (*MsgCreateTimeBasedInflationResponse) Reset

func (*MsgCreateTimeBasedInflationResponse) String

type MsgDeleteAirdrop

type MsgDeleteAirdrop struct {
	Authority string `protobuf:"bytes,1,opt,name=authority,proto3" json:"authority,omitempty"`
	Intent    string `protobuf:"bytes,2,opt,name=intent,proto3" json:"intent,omitempty"`
	// contains filtered or unexported fields
}

func (*MsgDeleteAirdrop) Descriptor deprecated

func (*MsgDeleteAirdrop) Descriptor() ([]byte, []int)

Deprecated: Use MsgDeleteAirdrop.ProtoReflect.Descriptor instead.

func (*MsgDeleteAirdrop) GetAuthority

func (x *MsgDeleteAirdrop) GetAuthority() string

func (*MsgDeleteAirdrop) GetIntent

func (x *MsgDeleteAirdrop) GetIntent() string

func (*MsgDeleteAirdrop) ProtoMessage

func (*MsgDeleteAirdrop) ProtoMessage()

func (*MsgDeleteAirdrop) ProtoReflect

func (x *MsgDeleteAirdrop) ProtoReflect() protoreflect.Message

func (*MsgDeleteAirdrop) Reset

func (x *MsgDeleteAirdrop) Reset()

func (*MsgDeleteAirdrop) String

func (x *MsgDeleteAirdrop) String() string

type MsgDeleteAirdropResponse

type MsgDeleteAirdropResponse struct {
	// contains filtered or unexported fields
}

func (*MsgDeleteAirdropResponse) Descriptor deprecated

func (*MsgDeleteAirdropResponse) Descriptor() ([]byte, []int)

Deprecated: Use MsgDeleteAirdropResponse.ProtoReflect.Descriptor instead.

func (*MsgDeleteAirdropResponse) ProtoMessage

func (*MsgDeleteAirdropResponse) ProtoMessage()

func (*MsgDeleteAirdropResponse) ProtoReflect

func (x *MsgDeleteAirdropResponse) ProtoReflect() protoreflect.Message

func (*MsgDeleteAirdropResponse) Reset

func (x *MsgDeleteAirdropResponse) Reset()

func (*MsgDeleteAirdropResponse) String

func (x *MsgDeleteAirdropResponse) String() string

type MsgDeleteTimeBasedInflation

type MsgDeleteTimeBasedInflation struct {
	Authority        string `protobuf:"bytes,1,opt,name=authority,proto3" json:"authority,omitempty"`
	StartBlockHeight uint64 `protobuf:"varint,2,opt,name=start_block_height,json=startBlockHeight,proto3" json:"start_block_height,omitempty"`
	EndBlockHeight   uint64 `protobuf:"varint,3,opt,name=end_block_height,json=endBlockHeight,proto3" json:"end_block_height,omitempty"`
	// contains filtered or unexported fields
}

func (*MsgDeleteTimeBasedInflation) Descriptor deprecated

func (*MsgDeleteTimeBasedInflation) Descriptor() ([]byte, []int)

Deprecated: Use MsgDeleteTimeBasedInflation.ProtoReflect.Descriptor instead.

func (*MsgDeleteTimeBasedInflation) GetAuthority

func (x *MsgDeleteTimeBasedInflation) GetAuthority() string

func (*MsgDeleteTimeBasedInflation) GetEndBlockHeight

func (x *MsgDeleteTimeBasedInflation) GetEndBlockHeight() uint64

func (*MsgDeleteTimeBasedInflation) GetStartBlockHeight

func (x *MsgDeleteTimeBasedInflation) GetStartBlockHeight() uint64

func (*MsgDeleteTimeBasedInflation) ProtoMessage

func (*MsgDeleteTimeBasedInflation) ProtoMessage()

func (*MsgDeleteTimeBasedInflation) ProtoReflect

func (*MsgDeleteTimeBasedInflation) Reset

func (x *MsgDeleteTimeBasedInflation) Reset()

func (*MsgDeleteTimeBasedInflation) String

func (x *MsgDeleteTimeBasedInflation) String() string

type MsgDeleteTimeBasedInflationResponse

type MsgDeleteTimeBasedInflationResponse struct {
	// contains filtered or unexported fields
}

func (*MsgDeleteTimeBasedInflationResponse) Descriptor deprecated

func (*MsgDeleteTimeBasedInflationResponse) Descriptor() ([]byte, []int)

Deprecated: Use MsgDeleteTimeBasedInflationResponse.ProtoReflect.Descriptor instead.

func (*MsgDeleteTimeBasedInflationResponse) ProtoMessage

func (*MsgDeleteTimeBasedInflationResponse) ProtoMessage()

func (*MsgDeleteTimeBasedInflationResponse) ProtoReflect

func (*MsgDeleteTimeBasedInflationResponse) Reset

func (*MsgDeleteTimeBasedInflationResponse) String

type MsgServer

MsgServer is the server API for Msg service. All implementations must embed UnimplementedMsgServer for forward compatibility

type MsgUpdateAirdrop

type MsgUpdateAirdrop struct {
	Authority string `protobuf:"bytes,1,opt,name=authority,proto3" json:"authority,omitempty"`
	Intent    string `protobuf:"bytes,2,opt,name=intent,proto3" json:"intent,omitempty"`
	Amount    uint64 `protobuf:"varint,3,opt,name=amount,proto3" json:"amount,omitempty"`
	Expiry    uint64 `protobuf:"varint,4,opt,name=expiry,proto3" json:"expiry,omitempty"`
	// contains filtered or unexported fields
}

func (*MsgUpdateAirdrop) Descriptor deprecated

func (*MsgUpdateAirdrop) Descriptor() ([]byte, []int)

Deprecated: Use MsgUpdateAirdrop.ProtoReflect.Descriptor instead.

func (*MsgUpdateAirdrop) GetAmount

func (x *MsgUpdateAirdrop) GetAmount() uint64

func (*MsgUpdateAirdrop) GetAuthority

func (x *MsgUpdateAirdrop) GetAuthority() string

func (*MsgUpdateAirdrop) GetExpiry

func (x *MsgUpdateAirdrop) GetExpiry() uint64

func (*MsgUpdateAirdrop) GetIntent

func (x *MsgUpdateAirdrop) GetIntent() string

func (*MsgUpdateAirdrop) ProtoMessage

func (*MsgUpdateAirdrop) ProtoMessage()

func (*MsgUpdateAirdrop) ProtoReflect

func (x *MsgUpdateAirdrop) ProtoReflect() protoreflect.Message

func (*MsgUpdateAirdrop) Reset

func (x *MsgUpdateAirdrop) Reset()

func (*MsgUpdateAirdrop) String

func (x *MsgUpdateAirdrop) String() string

type MsgUpdateAirdropResponse

type MsgUpdateAirdropResponse struct {
	// contains filtered or unexported fields
}

func (*MsgUpdateAirdropResponse) Descriptor deprecated

func (*MsgUpdateAirdropResponse) Descriptor() ([]byte, []int)

Deprecated: Use MsgUpdateAirdropResponse.ProtoReflect.Descriptor instead.

func (*MsgUpdateAirdropResponse) ProtoMessage

func (*MsgUpdateAirdropResponse) ProtoMessage()

func (*MsgUpdateAirdropResponse) ProtoReflect

func (x *MsgUpdateAirdropResponse) ProtoReflect() protoreflect.Message

func (*MsgUpdateAirdropResponse) Reset

func (x *MsgUpdateAirdropResponse) Reset()

func (*MsgUpdateAirdropResponse) String

func (x *MsgUpdateAirdropResponse) String() string

type MsgUpdateGenesisInflation

type MsgUpdateGenesisInflation struct {
	Authority             string          `protobuf:"bytes,1,opt,name=authority,proto3" json:"authority,omitempty"`
	Inflation             *InflationEntry `protobuf:"bytes,3,opt,name=inflation,proto3" json:"inflation,omitempty"`
	SeedVesting           uint64          `protobuf:"varint,4,opt,name=seed_vesting,json=seedVesting,proto3" json:"seed_vesting,omitempty"`
	StrategicSalesVesting uint64          `` /* 127-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*MsgUpdateGenesisInflation) Descriptor deprecated

func (*MsgUpdateGenesisInflation) Descriptor() ([]byte, []int)

Deprecated: Use MsgUpdateGenesisInflation.ProtoReflect.Descriptor instead.

func (*MsgUpdateGenesisInflation) GetAuthority

func (x *MsgUpdateGenesisInflation) GetAuthority() string

func (*MsgUpdateGenesisInflation) GetInflation

func (x *MsgUpdateGenesisInflation) GetInflation() *InflationEntry

func (*MsgUpdateGenesisInflation) GetSeedVesting

func (x *MsgUpdateGenesisInflation) GetSeedVesting() uint64

func (*MsgUpdateGenesisInflation) GetStrategicSalesVesting

func (x *MsgUpdateGenesisInflation) GetStrategicSalesVesting() uint64

func (*MsgUpdateGenesisInflation) ProtoMessage

func (*MsgUpdateGenesisInflation) ProtoMessage()

func (*MsgUpdateGenesisInflation) ProtoReflect

func (*MsgUpdateGenesisInflation) Reset

func (x *MsgUpdateGenesisInflation) Reset()

func (*MsgUpdateGenesisInflation) String

func (x *MsgUpdateGenesisInflation) String() string

type MsgUpdateGenesisInflationResponse

type MsgUpdateGenesisInflationResponse struct {
	// contains filtered or unexported fields
}

func (*MsgUpdateGenesisInflationResponse) Descriptor deprecated

func (*MsgUpdateGenesisInflationResponse) Descriptor() ([]byte, []int)

Deprecated: Use MsgUpdateGenesisInflationResponse.ProtoReflect.Descriptor instead.

func (*MsgUpdateGenesisInflationResponse) ProtoMessage

func (*MsgUpdateGenesisInflationResponse) ProtoMessage()

func (*MsgUpdateGenesisInflationResponse) ProtoReflect

func (*MsgUpdateGenesisInflationResponse) Reset

func (*MsgUpdateGenesisInflationResponse) String

type MsgUpdateTimeBasedInflation

type MsgUpdateTimeBasedInflation struct {
	Authority        string          `protobuf:"bytes,1,opt,name=authority,proto3" json:"authority,omitempty"`
	StartBlockHeight uint64          `protobuf:"varint,2,opt,name=start_block_height,json=startBlockHeight,proto3" json:"start_block_height,omitempty"`
	EndBlockHeight   uint64          `protobuf:"varint,3,opt,name=end_block_height,json=endBlockHeight,proto3" json:"end_block_height,omitempty"`
	Description      string          `protobuf:"bytes,4,opt,name=description,proto3" json:"description,omitempty"`
	Inflation        *InflationEntry `protobuf:"bytes,5,opt,name=inflation,proto3" json:"inflation,omitempty"`
	// contains filtered or unexported fields
}

func (*MsgUpdateTimeBasedInflation) Descriptor deprecated

func (*MsgUpdateTimeBasedInflation) Descriptor() ([]byte, []int)

Deprecated: Use MsgUpdateTimeBasedInflation.ProtoReflect.Descriptor instead.

func (*MsgUpdateTimeBasedInflation) GetAuthority

func (x *MsgUpdateTimeBasedInflation) GetAuthority() string

func (*MsgUpdateTimeBasedInflation) GetDescription

func (x *MsgUpdateTimeBasedInflation) GetDescription() string

func (*MsgUpdateTimeBasedInflation) GetEndBlockHeight

func (x *MsgUpdateTimeBasedInflation) GetEndBlockHeight() uint64

func (*MsgUpdateTimeBasedInflation) GetInflation

func (x *MsgUpdateTimeBasedInflation) GetInflation() *InflationEntry

func (*MsgUpdateTimeBasedInflation) GetStartBlockHeight

func (x *MsgUpdateTimeBasedInflation) GetStartBlockHeight() uint64

func (*MsgUpdateTimeBasedInflation) ProtoMessage

func (*MsgUpdateTimeBasedInflation) ProtoMessage()

func (*MsgUpdateTimeBasedInflation) ProtoReflect

func (*MsgUpdateTimeBasedInflation) Reset

func (x *MsgUpdateTimeBasedInflation) Reset()

func (*MsgUpdateTimeBasedInflation) String

func (x *MsgUpdateTimeBasedInflation) String() string

type MsgUpdateTimeBasedInflationResponse

type MsgUpdateTimeBasedInflationResponse struct {
	// contains filtered or unexported fields
}

func (*MsgUpdateTimeBasedInflationResponse) Descriptor deprecated

func (*MsgUpdateTimeBasedInflationResponse) Descriptor() ([]byte, []int)

Deprecated: Use MsgUpdateTimeBasedInflationResponse.ProtoReflect.Descriptor instead.

func (*MsgUpdateTimeBasedInflationResponse) ProtoMessage

func (*MsgUpdateTimeBasedInflationResponse) ProtoMessage()

func (*MsgUpdateTimeBasedInflationResponse) ProtoReflect

func (*MsgUpdateTimeBasedInflationResponse) Reset

func (*MsgUpdateTimeBasedInflationResponse) String

type Params

type Params struct {
	// contains filtered or unexported fields
}

Params defines the parameters for the module.

func (*Params) Descriptor deprecated

func (*Params) Descriptor() ([]byte, []int)

Deprecated: Use Params.ProtoReflect.Descriptor instead.

func (*Params) ProtoMessage

func (*Params) ProtoMessage()

func (*Params) ProtoReflect

func (x *Params) ProtoReflect() protoreflect.Message

func (*Params) Reset

func (x *Params) Reset()

func (*Params) String

func (x *Params) String() string

type QueryAllAirdropRequest

type QueryAllAirdropRequest struct {
	Pagination *v1beta1.PageRequest `protobuf:"bytes,1,opt,name=pagination,proto3" json:"pagination,omitempty"`
	// contains filtered or unexported fields
}

func (*QueryAllAirdropRequest) Descriptor deprecated

func (*QueryAllAirdropRequest) Descriptor() ([]byte, []int)

Deprecated: Use QueryAllAirdropRequest.ProtoReflect.Descriptor instead.

func (*QueryAllAirdropRequest) GetPagination

func (x *QueryAllAirdropRequest) GetPagination() *v1beta1.PageRequest

func (*QueryAllAirdropRequest) ProtoMessage

func (*QueryAllAirdropRequest) ProtoMessage()

func (*QueryAllAirdropRequest) ProtoReflect

func (x *QueryAllAirdropRequest) ProtoReflect() protoreflect.Message

func (*QueryAllAirdropRequest) Reset

func (x *QueryAllAirdropRequest) Reset()

func (*QueryAllAirdropRequest) String

func (x *QueryAllAirdropRequest) String() string

type QueryAllAirdropResponse

type QueryAllAirdropResponse struct {
	Airdrop    []*Airdrop            `protobuf:"bytes,1,rep,name=airdrop,proto3" json:"airdrop,omitempty"`
	Pagination *v1beta1.PageResponse `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination,omitempty"`
	// contains filtered or unexported fields
}

func (*QueryAllAirdropResponse) Descriptor deprecated

func (*QueryAllAirdropResponse) Descriptor() ([]byte, []int)

Deprecated: Use QueryAllAirdropResponse.ProtoReflect.Descriptor instead.

func (*QueryAllAirdropResponse) GetAirdrop

func (x *QueryAllAirdropResponse) GetAirdrop() []*Airdrop

func (*QueryAllAirdropResponse) GetPagination

func (x *QueryAllAirdropResponse) GetPagination() *v1beta1.PageResponse

func (*QueryAllAirdropResponse) ProtoMessage

func (*QueryAllAirdropResponse) ProtoMessage()

func (*QueryAllAirdropResponse) ProtoReflect

func (x *QueryAllAirdropResponse) ProtoReflect() protoreflect.Message

func (*QueryAllAirdropResponse) Reset

func (x *QueryAllAirdropResponse) Reset()

func (*QueryAllAirdropResponse) String

func (x *QueryAllAirdropResponse) String() string

type QueryAllTimeBasedInflationRequest

type QueryAllTimeBasedInflationRequest struct {
	Pagination *v1beta1.PageRequest `protobuf:"bytes,1,opt,name=pagination,proto3" json:"pagination,omitempty"`
	// contains filtered or unexported fields
}

func (*QueryAllTimeBasedInflationRequest) Descriptor deprecated

func (*QueryAllTimeBasedInflationRequest) Descriptor() ([]byte, []int)

Deprecated: Use QueryAllTimeBasedInflationRequest.ProtoReflect.Descriptor instead.

func (*QueryAllTimeBasedInflationRequest) GetPagination

func (*QueryAllTimeBasedInflationRequest) ProtoMessage

func (*QueryAllTimeBasedInflationRequest) ProtoMessage()

func (*QueryAllTimeBasedInflationRequest) ProtoReflect

func (*QueryAllTimeBasedInflationRequest) Reset

func (*QueryAllTimeBasedInflationRequest) String

type QueryAllTimeBasedInflationResponse

type QueryAllTimeBasedInflationResponse struct {
	TimeBasedInflation []*TimeBasedInflation `protobuf:"bytes,1,rep,name=time_based_inflation,json=timeBasedInflation,proto3" json:"time_based_inflation,omitempty"`
	Pagination         *v1beta1.PageResponse `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination,omitempty"`
	// contains filtered or unexported fields
}

func (*QueryAllTimeBasedInflationResponse) Descriptor deprecated

func (*QueryAllTimeBasedInflationResponse) Descriptor() ([]byte, []int)

Deprecated: Use QueryAllTimeBasedInflationResponse.ProtoReflect.Descriptor instead.

func (*QueryAllTimeBasedInflationResponse) GetPagination

func (*QueryAllTimeBasedInflationResponse) GetTimeBasedInflation

func (x *QueryAllTimeBasedInflationResponse) GetTimeBasedInflation() []*TimeBasedInflation

func (*QueryAllTimeBasedInflationResponse) ProtoMessage

func (*QueryAllTimeBasedInflationResponse) ProtoMessage()

func (*QueryAllTimeBasedInflationResponse) ProtoReflect

func (*QueryAllTimeBasedInflationResponse) Reset

func (*QueryAllTimeBasedInflationResponse) String

type QueryClient

type QueryClient interface {
	// Parameters queries the parameters of the module.
	Params(ctx context.Context, in *QueryParamsRequest, opts ...grpc.CallOption) (*QueryParamsResponse, error)
	// Queries a list of Airdrop items.
	Airdrop(ctx context.Context, in *QueryGetAirdropRequest, opts ...grpc.CallOption) (*QueryGetAirdropResponse, error)
	AirdropAll(ctx context.Context, in *QueryAllAirdropRequest, opts ...grpc.CallOption) (*QueryAllAirdropResponse, error)
	// Queries a GenesisInflation by index.
	GenesisInflation(ctx context.Context, in *QueryGetGenesisInflationRequest, opts ...grpc.CallOption) (*QueryGetGenesisInflationResponse, error)
	// Queries a list of TimeBasedInflation items.
	TimeBasedInflation(ctx context.Context, in *QueryGetTimeBasedInflationRequest, opts ...grpc.CallOption) (*QueryGetTimeBasedInflationResponse, error)
	TimeBasedInflationAll(ctx context.Context, in *QueryAllTimeBasedInflationRequest, opts ...grpc.CallOption) (*QueryAllTimeBasedInflationResponse, error)
}

QueryClient is the client API for Query service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

func NewQueryClient

func NewQueryClient(cc grpc.ClientConnInterface) QueryClient

type QueryGetAirdropRequest

type QueryGetAirdropRequest struct {
	Intent string `protobuf:"bytes,1,opt,name=intent,proto3" json:"intent,omitempty"`
	// contains filtered or unexported fields
}

func (*QueryGetAirdropRequest) Descriptor deprecated

func (*QueryGetAirdropRequest) Descriptor() ([]byte, []int)

Deprecated: Use QueryGetAirdropRequest.ProtoReflect.Descriptor instead.

func (*QueryGetAirdropRequest) GetIntent

func (x *QueryGetAirdropRequest) GetIntent() string

func (*QueryGetAirdropRequest) ProtoMessage

func (*QueryGetAirdropRequest) ProtoMessage()

func (*QueryGetAirdropRequest) ProtoReflect

func (x *QueryGetAirdropRequest) ProtoReflect() protoreflect.Message

func (*QueryGetAirdropRequest) Reset

func (x *QueryGetAirdropRequest) Reset()

func (*QueryGetAirdropRequest) String

func (x *QueryGetAirdropRequest) String() string

type QueryGetAirdropResponse

type QueryGetAirdropResponse struct {
	Airdrop *Airdrop `protobuf:"bytes,1,opt,name=airdrop,proto3" json:"airdrop,omitempty"`
	// contains filtered or unexported fields
}

func (*QueryGetAirdropResponse) Descriptor deprecated

func (*QueryGetAirdropResponse) Descriptor() ([]byte, []int)

Deprecated: Use QueryGetAirdropResponse.ProtoReflect.Descriptor instead.

func (*QueryGetAirdropResponse) GetAirdrop

func (x *QueryGetAirdropResponse) GetAirdrop() *Airdrop

func (*QueryGetAirdropResponse) ProtoMessage

func (*QueryGetAirdropResponse) ProtoMessage()

func (*QueryGetAirdropResponse) ProtoReflect

func (x *QueryGetAirdropResponse) ProtoReflect() protoreflect.Message

func (*QueryGetAirdropResponse) Reset

func (x *QueryGetAirdropResponse) Reset()

func (*QueryGetAirdropResponse) String

func (x *QueryGetAirdropResponse) String() string

type QueryGetGenesisInflationRequest

type QueryGetGenesisInflationRequest struct {
	// contains filtered or unexported fields
}

func (*QueryGetGenesisInflationRequest) Descriptor deprecated

func (*QueryGetGenesisInflationRequest) Descriptor() ([]byte, []int)

Deprecated: Use QueryGetGenesisInflationRequest.ProtoReflect.Descriptor instead.

func (*QueryGetGenesisInflationRequest) ProtoMessage

func (*QueryGetGenesisInflationRequest) ProtoMessage()

func (*QueryGetGenesisInflationRequest) ProtoReflect

func (*QueryGetGenesisInflationRequest) Reset

func (*QueryGetGenesisInflationRequest) String

type QueryGetGenesisInflationResponse

type QueryGetGenesisInflationResponse struct {
	GenesisInflation *GenesisInflation `protobuf:"bytes,1,opt,name=genesis_inflation,json=genesisInflation,proto3" json:"genesis_inflation,omitempty"`
	// contains filtered or unexported fields
}

func (*QueryGetGenesisInflationResponse) Descriptor deprecated

func (*QueryGetGenesisInflationResponse) Descriptor() ([]byte, []int)

Deprecated: Use QueryGetGenesisInflationResponse.ProtoReflect.Descriptor instead.

func (*QueryGetGenesisInflationResponse) GetGenesisInflation

func (x *QueryGetGenesisInflationResponse) GetGenesisInflation() *GenesisInflation

func (*QueryGetGenesisInflationResponse) ProtoMessage

func (*QueryGetGenesisInflationResponse) ProtoMessage()

func (*QueryGetGenesisInflationResponse) ProtoReflect

func (*QueryGetGenesisInflationResponse) Reset

func (*QueryGetGenesisInflationResponse) String

type QueryGetTimeBasedInflationRequest

type QueryGetTimeBasedInflationRequest struct {
	StartBlockHeight uint64 `protobuf:"varint,1,opt,name=start_block_height,json=startBlockHeight,proto3" json:"start_block_height,omitempty"`
	EndBlockHeight   uint64 `protobuf:"varint,2,opt,name=end_block_height,json=endBlockHeight,proto3" json:"end_block_height,omitempty"`
	// contains filtered or unexported fields
}

func (*QueryGetTimeBasedInflationRequest) Descriptor deprecated

func (*QueryGetTimeBasedInflationRequest) Descriptor() ([]byte, []int)

Deprecated: Use QueryGetTimeBasedInflationRequest.ProtoReflect.Descriptor instead.

func (*QueryGetTimeBasedInflationRequest) GetEndBlockHeight

func (x *QueryGetTimeBasedInflationRequest) GetEndBlockHeight() uint64

func (*QueryGetTimeBasedInflationRequest) GetStartBlockHeight

func (x *QueryGetTimeBasedInflationRequest) GetStartBlockHeight() uint64

func (*QueryGetTimeBasedInflationRequest) ProtoMessage

func (*QueryGetTimeBasedInflationRequest) ProtoMessage()

func (*QueryGetTimeBasedInflationRequest) ProtoReflect

func (*QueryGetTimeBasedInflationRequest) Reset

func (*QueryGetTimeBasedInflationRequest) String

type QueryGetTimeBasedInflationResponse

type QueryGetTimeBasedInflationResponse struct {
	TimeBasedInflation *TimeBasedInflation `protobuf:"bytes,1,opt,name=time_based_inflation,json=timeBasedInflation,proto3" json:"time_based_inflation,omitempty"`
	// contains filtered or unexported fields
}

func (*QueryGetTimeBasedInflationResponse) Descriptor deprecated

func (*QueryGetTimeBasedInflationResponse) Descriptor() ([]byte, []int)

Deprecated: Use QueryGetTimeBasedInflationResponse.ProtoReflect.Descriptor instead.

func (*QueryGetTimeBasedInflationResponse) GetTimeBasedInflation

func (x *QueryGetTimeBasedInflationResponse) GetTimeBasedInflation() *TimeBasedInflation

func (*QueryGetTimeBasedInflationResponse) ProtoMessage

func (*QueryGetTimeBasedInflationResponse) ProtoMessage()

func (*QueryGetTimeBasedInflationResponse) ProtoReflect

func (*QueryGetTimeBasedInflationResponse) Reset

func (*QueryGetTimeBasedInflationResponse) String

type QueryParamsRequest

type QueryParamsRequest struct {
	// contains filtered or unexported fields
}

QueryParamsRequest is request type for the Query/Params RPC method.

func (*QueryParamsRequest) Descriptor deprecated

func (*QueryParamsRequest) Descriptor() ([]byte, []int)

Deprecated: Use QueryParamsRequest.ProtoReflect.Descriptor instead.

func (*QueryParamsRequest) ProtoMessage

func (*QueryParamsRequest) ProtoMessage()

func (*QueryParamsRequest) ProtoReflect

func (x *QueryParamsRequest) ProtoReflect() protoreflect.Message

func (*QueryParamsRequest) Reset

func (x *QueryParamsRequest) Reset()

func (*QueryParamsRequest) String

func (x *QueryParamsRequest) String() string

type QueryParamsResponse

type QueryParamsResponse struct {

	// params holds all the parameters of this module.
	Params *Params `protobuf:"bytes,1,opt,name=params,proto3" json:"params,omitempty"`
	// contains filtered or unexported fields
}

QueryParamsResponse is response type for the Query/Params RPC method.

func (*QueryParamsResponse) Descriptor deprecated

func (*QueryParamsResponse) Descriptor() ([]byte, []int)

Deprecated: Use QueryParamsResponse.ProtoReflect.Descriptor instead.

func (*QueryParamsResponse) GetParams

func (x *QueryParamsResponse) GetParams() *Params

func (*QueryParamsResponse) ProtoMessage

func (*QueryParamsResponse) ProtoMessage()

func (*QueryParamsResponse) ProtoReflect

func (x *QueryParamsResponse) ProtoReflect() protoreflect.Message

func (*QueryParamsResponse) Reset

func (x *QueryParamsResponse) Reset()

func (*QueryParamsResponse) String

func (x *QueryParamsResponse) String() string

type QueryServer

type QueryServer interface {
	// Parameters queries the parameters of the module.
	Params(context.Context, *QueryParamsRequest) (*QueryParamsResponse, error)
	// Queries a list of Airdrop items.
	Airdrop(context.Context, *QueryGetAirdropRequest) (*QueryGetAirdropResponse, error)
	AirdropAll(context.Context, *QueryAllAirdropRequest) (*QueryAllAirdropResponse, error)
	// Queries a GenesisInflation by index.
	GenesisInflation(context.Context, *QueryGetGenesisInflationRequest) (*QueryGetGenesisInflationResponse, error)
	// Queries a list of TimeBasedInflation items.
	TimeBasedInflation(context.Context, *QueryGetTimeBasedInflationRequest) (*QueryGetTimeBasedInflationResponse, error)
	TimeBasedInflationAll(context.Context, *QueryAllTimeBasedInflationRequest) (*QueryAllTimeBasedInflationResponse, error)
	// contains filtered or unexported methods
}

QueryServer is the server API for Query service. All implementations must embed UnimplementedQueryServer for forward compatibility

type TimeBasedInflation

type TimeBasedInflation struct {
	StartBlockHeight uint64          `protobuf:"varint,1,opt,name=start_block_height,json=startBlockHeight,proto3" json:"start_block_height,omitempty"`
	EndBlockHeight   uint64          `protobuf:"varint,2,opt,name=end_block_height,json=endBlockHeight,proto3" json:"end_block_height,omitempty"`
	Description      string          `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"`
	Inflation        *InflationEntry `protobuf:"bytes,4,opt,name=inflation,proto3" json:"inflation,omitempty"`
	Authority        string          `protobuf:"bytes,5,opt,name=authority,proto3" json:"authority,omitempty"`
	// contains filtered or unexported fields
}

func (*TimeBasedInflation) Descriptor deprecated

func (*TimeBasedInflation) Descriptor() ([]byte, []int)

Deprecated: Use TimeBasedInflation.ProtoReflect.Descriptor instead.

func (*TimeBasedInflation) GetAuthority

func (x *TimeBasedInflation) GetAuthority() string

func (*TimeBasedInflation) GetDescription

func (x *TimeBasedInflation) GetDescription() string

func (*TimeBasedInflation) GetEndBlockHeight

func (x *TimeBasedInflation) GetEndBlockHeight() uint64

func (*TimeBasedInflation) GetInflation

func (x *TimeBasedInflation) GetInflation() *InflationEntry

func (*TimeBasedInflation) GetStartBlockHeight

func (x *TimeBasedInflation) GetStartBlockHeight() uint64

func (*TimeBasedInflation) ProtoMessage

func (*TimeBasedInflation) ProtoMessage()

func (*TimeBasedInflation) ProtoReflect

func (x *TimeBasedInflation) ProtoReflect() protoreflect.Message

func (*TimeBasedInflation) Reset

func (x *TimeBasedInflation) Reset()

func (*TimeBasedInflation) String

func (x *TimeBasedInflation) String() string

type UnimplementedMsgServer

type UnimplementedMsgServer struct {
}

UnimplementedMsgServer must be embedded to have forward compatible implementations.

func (UnimplementedMsgServer) ClaimAirdrop

func (UnimplementedMsgServer) CreateAirdrop

func (UnimplementedMsgServer) DeleteAirdrop

func (UnimplementedMsgServer) UpdateAirdrop

type UnimplementedQueryServer

type UnimplementedQueryServer struct {
}

UnimplementedQueryServer must be embedded to have forward compatible implementations.

func (UnimplementedQueryServer) Params

type UnsafeMsgServer

type UnsafeMsgServer interface {
	// contains filtered or unexported methods
}

UnsafeMsgServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to MsgServer will result in compilation errors.

type UnsafeQueryServer

type UnsafeQueryServer interface {
	// contains filtered or unexported methods
}

UnsafeQueryServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to QueryServer will result in compilation errors.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL