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.
Index ¶
- Constants
- Variables
- func RegisterMsgServer(s grpc.ServiceRegistrar, srv MsgServer)
- func RegisterQueryServer(s grpc.ServiceRegistrar, srv QueryServer)
- type Account
- type AdminAccountAdded
- func (*AdminAccountAdded) Descriptor() ([]byte, []int)deprecated
- func (x *AdminAccountAdded) GetAccount() string
- func (x *AdminAccountAdded) GetDenom() string
- func (*AdminAccountAdded) ProtoMessage()
- func (x *AdminAccountAdded) ProtoReflect() protoreflect.Message
- func (x *AdminAccountAdded) Reset()
- func (x *AdminAccountAdded) String() string
- type AdminAccountRemoved
- func (*AdminAccountRemoved) Descriptor() ([]byte, []int)deprecated
- func (x *AdminAccountRemoved) GetAccount() string
- func (x *AdminAccountRemoved) GetDenom() string
- func (*AdminAccountRemoved) ProtoMessage()
- func (x *AdminAccountRemoved) ProtoReflect() protoreflect.Message
- func (x *AdminAccountRemoved) Reset()
- func (x *AdminAccountRemoved) String() string
- type Allowance
- func (*Allowance) Descriptor() ([]byte, []int)deprecated
- func (x *Allowance) GetAddress() string
- func (x *Allowance) GetAllowance() string
- func (x *Allowance) GetDenom() string
- func (*Allowance) ProtoMessage()
- func (x *Allowance) ProtoReflect() protoreflect.Message
- func (x *Allowance) Reset()
- func (x *Allowance) String() string
- type DenomAllowed
- func (*DenomAllowed) Descriptor() ([]byte, []int)deprecated
- func (x *DenomAllowed) GetDenom() string
- func (x *DenomAllowed) GetOwner() string
- func (*DenomAllowed) ProtoMessage()
- func (x *DenomAllowed) ProtoReflect() protoreflect.Message
- func (x *DenomAllowed) Reset()
- func (x *DenomAllowed) String() string
- type GenesisState
- func (*GenesisState) Descriptor() ([]byte, []int)deprecated
- func (x *GenesisState) GetAdmins() []*Account
- func (x *GenesisState) GetAllowedDenoms() []string
- func (x *GenesisState) GetBlacklistState() *v1.GenesisState
- func (x *GenesisState) GetMaxMintAllowances() map[string]string
- func (x *GenesisState) GetMintAllowances() []*Allowance
- func (x *GenesisState) GetOwners() map[string]string
- func (x *GenesisState) GetPendingOwners() map[string]string
- func (x *GenesisState) GetSystems() []*Account
- func (*GenesisState) ProtoMessage()
- func (x *GenesisState) ProtoReflect() protoreflect.Message
- func (x *GenesisState) Reset()
- func (x *GenesisState) String() string
- type MaxMintAllowance
- func (*MaxMintAllowance) Descriptor() ([]byte, []int)deprecated
- func (x *MaxMintAllowance) GetAmount() string
- func (x *MaxMintAllowance) GetDenom() string
- func (*MaxMintAllowance) ProtoMessage()
- func (x *MaxMintAllowance) ProtoReflect() protoreflect.Message
- func (x *MaxMintAllowance) Reset()
- func (x *MaxMintAllowance) String() string
- type MintAllowance
- func (*MintAllowance) Descriptor() ([]byte, []int)deprecated
- func (x *MintAllowance) GetAccount() string
- func (x *MintAllowance) GetAmount() string
- func (x *MintAllowance) GetDenom() string
- func (*MintAllowance) ProtoMessage()
- func (x *MintAllowance) ProtoReflect() protoreflect.Message
- func (x *MintAllowance) Reset()
- func (x *MintAllowance) String() string
- type MsgAcceptOwnership
- func (*MsgAcceptOwnership) Descriptor() ([]byte, []int)deprecated
- func (x *MsgAcceptOwnership) GetDenom() string
- func (x *MsgAcceptOwnership) GetSigner() string
- func (*MsgAcceptOwnership) ProtoMessage()
- func (x *MsgAcceptOwnership) ProtoReflect() protoreflect.Message
- func (x *MsgAcceptOwnership) Reset()
- func (x *MsgAcceptOwnership) String() string
- type MsgAcceptOwnershipResponse
- type MsgAddAdminAccount
- func (*MsgAddAdminAccount) Descriptor() ([]byte, []int)deprecated
- func (x *MsgAddAdminAccount) GetAccount() string
- func (x *MsgAddAdminAccount) GetDenom() string
- func (x *MsgAddAdminAccount) GetSigner() string
- func (*MsgAddAdminAccount) ProtoMessage()
- func (x *MsgAddAdminAccount) ProtoReflect() protoreflect.Message
- func (x *MsgAddAdminAccount) Reset()
- func (x *MsgAddAdminAccount) String() string
- type MsgAddAdminAccountResponse
- type MsgAddSystemAccount
- func (*MsgAddSystemAccount) Descriptor() ([]byte, []int)deprecated
- func (x *MsgAddSystemAccount) GetAccount() string
- func (x *MsgAddSystemAccount) GetDenom() string
- func (x *MsgAddSystemAccount) GetSigner() string
- func (*MsgAddSystemAccount) ProtoMessage()
- func (x *MsgAddSystemAccount) ProtoReflect() protoreflect.Message
- func (x *MsgAddSystemAccount) Reset()
- func (x *MsgAddSystemAccount) String() string
- type MsgAddSystemAccountResponse
- type MsgAllowDenom
- func (*MsgAllowDenom) Descriptor() ([]byte, []int)deprecated
- func (x *MsgAllowDenom) GetDenom() string
- func (x *MsgAllowDenom) GetOwner() string
- func (x *MsgAllowDenom) GetSigner() string
- func (*MsgAllowDenom) ProtoMessage()
- func (x *MsgAllowDenom) ProtoReflect() protoreflect.Message
- func (x *MsgAllowDenom) Reset()
- func (x *MsgAllowDenom) String() string
- type MsgAllowDenomResponse
- type MsgBurn
- func (*MsgBurn) Descriptor() ([]byte, []int)deprecated
- func (x *MsgBurn) GetAmount() string
- func (x *MsgBurn) GetDenom() string
- func (x *MsgBurn) GetFrom() string
- func (x *MsgBurn) GetPubKey() *anypb.Any
- func (x *MsgBurn) GetSignature() []byte
- func (x *MsgBurn) GetSigner() string
- func (*MsgBurn) ProtoMessage()
- func (x *MsgBurn) ProtoReflect() protoreflect.Message
- func (x *MsgBurn) Reset()
- func (x *MsgBurn) String() string
- type MsgBurnResponse
- type MsgClient
- type MsgMint
- func (*MsgMint) Descriptor() ([]byte, []int)deprecated
- func (x *MsgMint) GetAmount() string
- func (x *MsgMint) GetDenom() string
- func (x *MsgMint) GetSigner() string
- func (x *MsgMint) GetTo() string
- func (*MsgMint) ProtoMessage()
- func (x *MsgMint) ProtoReflect() protoreflect.Message
- func (x *MsgMint) Reset()
- func (x *MsgMint) String() string
- type MsgMintResponse
- type MsgRecover
- func (*MsgRecover) Descriptor() ([]byte, []int)deprecated
- func (x *MsgRecover) GetDenom() string
- func (x *MsgRecover) GetFrom() string
- func (x *MsgRecover) GetPubKey() *anypb.Any
- func (x *MsgRecover) GetSignature() []byte
- func (x *MsgRecover) GetSigner() string
- func (x *MsgRecover) GetTo() string
- func (*MsgRecover) ProtoMessage()
- func (x *MsgRecover) ProtoReflect() protoreflect.Message
- func (x *MsgRecover) Reset()
- func (x *MsgRecover) String() string
- type MsgRecoverResponse
- type MsgRemoveAdminAccount
- func (*MsgRemoveAdminAccount) Descriptor() ([]byte, []int)deprecated
- func (x *MsgRemoveAdminAccount) GetAccount() string
- func (x *MsgRemoveAdminAccount) GetDenom() string
- func (x *MsgRemoveAdminAccount) GetSigner() string
- func (*MsgRemoveAdminAccount) ProtoMessage()
- func (x *MsgRemoveAdminAccount) ProtoReflect() protoreflect.Message
- func (x *MsgRemoveAdminAccount) Reset()
- func (x *MsgRemoveAdminAccount) String() string
- type MsgRemoveAdminAccountResponse
- func (*MsgRemoveAdminAccountResponse) Descriptor() ([]byte, []int)deprecated
- func (*MsgRemoveAdminAccountResponse) ProtoMessage()
- func (x *MsgRemoveAdminAccountResponse) ProtoReflect() protoreflect.Message
- func (x *MsgRemoveAdminAccountResponse) Reset()
- func (x *MsgRemoveAdminAccountResponse) String() string
- type MsgRemoveSystemAccount
- func (*MsgRemoveSystemAccount) Descriptor() ([]byte, []int)deprecated
- func (x *MsgRemoveSystemAccount) GetAccount() string
- func (x *MsgRemoveSystemAccount) GetDenom() string
- func (x *MsgRemoveSystemAccount) GetSigner() string
- func (*MsgRemoveSystemAccount) ProtoMessage()
- func (x *MsgRemoveSystemAccount) ProtoReflect() protoreflect.Message
- func (x *MsgRemoveSystemAccount) Reset()
- func (x *MsgRemoveSystemAccount) String() string
- type MsgRemoveSystemAccountResponse
- func (*MsgRemoveSystemAccountResponse) Descriptor() ([]byte, []int)deprecated
- func (*MsgRemoveSystemAccountResponse) ProtoMessage()
- func (x *MsgRemoveSystemAccountResponse) ProtoReflect() protoreflect.Message
- func (x *MsgRemoveSystemAccountResponse) Reset()
- func (x *MsgRemoveSystemAccountResponse) String() string
- type MsgServer
- type MsgSetMaxMintAllowance
- func (*MsgSetMaxMintAllowance) Descriptor() ([]byte, []int)deprecated
- func (x *MsgSetMaxMintAllowance) GetAmount() string
- func (x *MsgSetMaxMintAllowance) GetDenom() string
- func (x *MsgSetMaxMintAllowance) GetSigner() string
- func (*MsgSetMaxMintAllowance) ProtoMessage()
- func (x *MsgSetMaxMintAllowance) ProtoReflect() protoreflect.Message
- func (x *MsgSetMaxMintAllowance) Reset()
- func (x *MsgSetMaxMintAllowance) String() string
- type MsgSetMaxMintAllowanceResponse
- func (*MsgSetMaxMintAllowanceResponse) Descriptor() ([]byte, []int)deprecated
- func (*MsgSetMaxMintAllowanceResponse) ProtoMessage()
- func (x *MsgSetMaxMintAllowanceResponse) ProtoReflect() protoreflect.Message
- func (x *MsgSetMaxMintAllowanceResponse) Reset()
- func (x *MsgSetMaxMintAllowanceResponse) String() string
- type MsgSetMintAllowance
- func (*MsgSetMintAllowance) Descriptor() ([]byte, []int)deprecated
- func (x *MsgSetMintAllowance) GetAccount() string
- func (x *MsgSetMintAllowance) GetAmount() string
- func (x *MsgSetMintAllowance) GetDenom() string
- func (x *MsgSetMintAllowance) GetSigner() string
- func (*MsgSetMintAllowance) ProtoMessage()
- func (x *MsgSetMintAllowance) ProtoReflect() protoreflect.Message
- func (x *MsgSetMintAllowance) Reset()
- func (x *MsgSetMintAllowance) String() string
- type MsgSetMintAllowanceResponse
- type MsgTransferOwnership
- func (*MsgTransferOwnership) Descriptor() ([]byte, []int)deprecated
- func (x *MsgTransferOwnership) GetDenom() string
- func (x *MsgTransferOwnership) GetNewOwner() string
- func (x *MsgTransferOwnership) GetSigner() string
- func (*MsgTransferOwnership) ProtoMessage()
- func (x *MsgTransferOwnership) ProtoReflect() protoreflect.Message
- func (x *MsgTransferOwnership) Reset()
- func (x *MsgTransferOwnership) String() string
- type MsgTransferOwnershipResponse
- func (*MsgTransferOwnershipResponse) Descriptor() ([]byte, []int)deprecated
- func (*MsgTransferOwnershipResponse) ProtoMessage()
- func (x *MsgTransferOwnershipResponse) ProtoReflect() protoreflect.Message
- func (x *MsgTransferOwnershipResponse) Reset()
- func (x *MsgTransferOwnershipResponse) String() string
- type OwnershipTransferStarted
- func (*OwnershipTransferStarted) Descriptor() ([]byte, []int)deprecated
- func (x *OwnershipTransferStarted) GetDenom() string
- func (x *OwnershipTransferStarted) GetNewOwner() string
- func (x *OwnershipTransferStarted) GetPreviousOwner() string
- func (*OwnershipTransferStarted) ProtoMessage()
- func (x *OwnershipTransferStarted) ProtoReflect() protoreflect.Message
- func (x *OwnershipTransferStarted) Reset()
- func (x *OwnershipTransferStarted) String() string
- type OwnershipTransferred
- func (*OwnershipTransferred) Descriptor() ([]byte, []int)deprecated
- func (x *OwnershipTransferred) GetDenom() string
- func (x *OwnershipTransferred) GetNewOwner() string
- func (x *OwnershipTransferred) GetPreviousOwner() string
- func (*OwnershipTransferred) ProtoMessage()
- func (x *OwnershipTransferred) ProtoReflect() protoreflect.Message
- func (x *OwnershipTransferred) Reset()
- func (x *OwnershipTransferred) String() string
- type QueryAdmins
- type QueryAdminsByDenom
- func (*QueryAdminsByDenom) Descriptor() ([]byte, []int)deprecated
- func (x *QueryAdminsByDenom) GetDenom() string
- func (*QueryAdminsByDenom) ProtoMessage()
- func (x *QueryAdminsByDenom) ProtoReflect() protoreflect.Message
- func (x *QueryAdminsByDenom) Reset()
- func (x *QueryAdminsByDenom) String() string
- type QueryAdminsByDenomResponse
- func (*QueryAdminsByDenomResponse) Descriptor() ([]byte, []int)deprecated
- func (x *QueryAdminsByDenomResponse) GetAdmins() []string
- func (*QueryAdminsByDenomResponse) ProtoMessage()
- func (x *QueryAdminsByDenomResponse) ProtoReflect() protoreflect.Message
- func (x *QueryAdminsByDenomResponse) Reset()
- func (x *QueryAdminsByDenomResponse) String() string
- type QueryAdminsResponse
- func (*QueryAdminsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *QueryAdminsResponse) GetAdmins() []*Account
- func (*QueryAdminsResponse) ProtoMessage()
- func (x *QueryAdminsResponse) ProtoReflect() protoreflect.Message
- func (x *QueryAdminsResponse) Reset()
- func (x *QueryAdminsResponse) String() string
- type QueryAllowedDenoms
- type QueryAllowedDenomsResponse
- func (*QueryAllowedDenomsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *QueryAllowedDenomsResponse) GetAllowedDenoms() []string
- func (*QueryAllowedDenomsResponse) ProtoMessage()
- func (x *QueryAllowedDenomsResponse) ProtoReflect() protoreflect.Message
- func (x *QueryAllowedDenomsResponse) Reset()
- func (x *QueryAllowedDenomsResponse) String() string
- type QueryAuthority
- type QueryAuthorityResponse
- func (*QueryAuthorityResponse) Descriptor() ([]byte, []int)deprecated
- func (x *QueryAuthorityResponse) GetAuthority() string
- func (*QueryAuthorityResponse) ProtoMessage()
- func (x *QueryAuthorityResponse) ProtoReflect() protoreflect.Message
- func (x *QueryAuthorityResponse) Reset()
- func (x *QueryAuthorityResponse) String() string
- type QueryClient
- type QueryMaxMintAllowance
- func (*QueryMaxMintAllowance) Descriptor() ([]byte, []int)deprecated
- func (x *QueryMaxMintAllowance) GetDenom() string
- func (*QueryMaxMintAllowance) ProtoMessage()
- func (x *QueryMaxMintAllowance) ProtoReflect() protoreflect.Message
- func (x *QueryMaxMintAllowance) Reset()
- func (x *QueryMaxMintAllowance) String() string
- type QueryMaxMintAllowanceResponse
- func (*QueryMaxMintAllowanceResponse) Descriptor() ([]byte, []int)deprecated
- func (x *QueryMaxMintAllowanceResponse) GetMaxMintAllowance() string
- func (*QueryMaxMintAllowanceResponse) ProtoMessage()
- func (x *QueryMaxMintAllowanceResponse) ProtoReflect() protoreflect.Message
- func (x *QueryMaxMintAllowanceResponse) Reset()
- func (x *QueryMaxMintAllowanceResponse) String() string
- type QueryMaxMintAllowances
- type QueryMaxMintAllowancesResponse
- func (*QueryMaxMintAllowancesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *QueryMaxMintAllowancesResponse) GetMaxMintAllowances() map[string]string
- func (*QueryMaxMintAllowancesResponse) ProtoMessage()
- func (x *QueryMaxMintAllowancesResponse) ProtoReflect() protoreflect.Message
- func (x *QueryMaxMintAllowancesResponse) Reset()
- func (x *QueryMaxMintAllowancesResponse) String() string
- type QueryMintAllowance
- func (*QueryMintAllowance) Descriptor() ([]byte, []int)deprecated
- func (x *QueryMintAllowance) GetAccount() string
- func (x *QueryMintAllowance) GetDenom() string
- func (*QueryMintAllowance) ProtoMessage()
- func (x *QueryMintAllowance) ProtoReflect() protoreflect.Message
- func (x *QueryMintAllowance) Reset()
- func (x *QueryMintAllowance) String() string
- type QueryMintAllowanceResponse
- func (*QueryMintAllowanceResponse) Descriptor() ([]byte, []int)deprecated
- func (x *QueryMintAllowanceResponse) GetAllowance() string
- func (*QueryMintAllowanceResponse) ProtoMessage()
- func (x *QueryMintAllowanceResponse) ProtoReflect() protoreflect.Message
- func (x *QueryMintAllowanceResponse) Reset()
- func (x *QueryMintAllowanceResponse) String() string
- type QueryMintAllowances
- func (*QueryMintAllowances) Descriptor() ([]byte, []int)deprecated
- func (x *QueryMintAllowances) GetDenom() string
- func (*QueryMintAllowances) ProtoMessage()
- func (x *QueryMintAllowances) ProtoReflect() protoreflect.Message
- func (x *QueryMintAllowances) Reset()
- func (x *QueryMintAllowances) String() string
- type QueryMintAllowancesResponse
- func (*QueryMintAllowancesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *QueryMintAllowancesResponse) GetAllowances() map[string]string
- func (*QueryMintAllowancesResponse) ProtoMessage()
- func (x *QueryMintAllowancesResponse) ProtoReflect() protoreflect.Message
- func (x *QueryMintAllowancesResponse) Reset()
- func (x *QueryMintAllowancesResponse) String() string
- type QueryOwner
- type QueryOwnerResponse
- func (*QueryOwnerResponse) Descriptor() ([]byte, []int)deprecated
- func (x *QueryOwnerResponse) GetOwner() string
- func (x *QueryOwnerResponse) GetPendingOwner() string
- func (*QueryOwnerResponse) ProtoMessage()
- func (x *QueryOwnerResponse) ProtoReflect() protoreflect.Message
- func (x *QueryOwnerResponse) Reset()
- func (x *QueryOwnerResponse) String() string
- type QueryOwners
- type QueryOwnersResponse
- func (*QueryOwnersResponse) Descriptor() ([]byte, []int)deprecated
- func (x *QueryOwnersResponse) GetOwners() map[string]string
- func (x *QueryOwnersResponse) GetPendingOwners() map[string]string
- func (*QueryOwnersResponse) ProtoMessage()
- func (x *QueryOwnersResponse) ProtoReflect() protoreflect.Message
- func (x *QueryOwnersResponse) Reset()
- func (x *QueryOwnersResponse) String() string
- type QueryServer
- type QuerySystems
- type QuerySystemsByDenom
- func (*QuerySystemsByDenom) Descriptor() ([]byte, []int)deprecated
- func (x *QuerySystemsByDenom) GetDenom() string
- func (*QuerySystemsByDenom) ProtoMessage()
- func (x *QuerySystemsByDenom) ProtoReflect() protoreflect.Message
- func (x *QuerySystemsByDenom) Reset()
- func (x *QuerySystemsByDenom) String() string
- type QuerySystemsByDenomResponse
- func (*QuerySystemsByDenomResponse) Descriptor() ([]byte, []int)deprecated
- func (x *QuerySystemsByDenomResponse) GetSystems() []string
- func (*QuerySystemsByDenomResponse) ProtoMessage()
- func (x *QuerySystemsByDenomResponse) ProtoReflect() protoreflect.Message
- func (x *QuerySystemsByDenomResponse) Reset()
- func (x *QuerySystemsByDenomResponse) String() string
- type QuerySystemsResponse
- func (*QuerySystemsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *QuerySystemsResponse) GetSystems() []*Account
- func (*QuerySystemsResponse) ProtoMessage()
- func (x *QuerySystemsResponse) ProtoReflect() protoreflect.Message
- func (x *QuerySystemsResponse) Reset()
- func (x *QuerySystemsResponse) String() string
- type Recovered
- func (*Recovered) Descriptor() ([]byte, []int)deprecated
- func (x *Recovered) GetAmount() string
- func (x *Recovered) GetDenom() string
- func (x *Recovered) GetFrom() string
- func (x *Recovered) GetTo() string
- func (*Recovered) ProtoMessage()
- func (x *Recovered) ProtoReflect() protoreflect.Message
- func (x *Recovered) Reset()
- func (x *Recovered) String() string
- type SystemAccountAdded
- func (*SystemAccountAdded) Descriptor() ([]byte, []int)deprecated
- func (x *SystemAccountAdded) GetAccount() string
- func (x *SystemAccountAdded) GetDenom() string
- func (*SystemAccountAdded) ProtoMessage()
- func (x *SystemAccountAdded) ProtoReflect() protoreflect.Message
- func (x *SystemAccountAdded) Reset()
- func (x *SystemAccountAdded) String() string
- type SystemAccountRemoved
- func (*SystemAccountRemoved) Descriptor() ([]byte, []int)deprecated
- func (x *SystemAccountRemoved) GetAccount() string
- func (x *SystemAccountRemoved) GetDenom() string
- func (*SystemAccountRemoved) ProtoMessage()
- func (x *SystemAccountRemoved) ProtoReflect() protoreflect.Message
- func (x *SystemAccountRemoved) Reset()
- func (x *SystemAccountRemoved) String() string
- type UnimplementedMsgServer
- func (UnimplementedMsgServer) AcceptOwnership(context.Context, *MsgAcceptOwnership) (*MsgAcceptOwnershipResponse, error)
- func (UnimplementedMsgServer) AddAdminAccount(context.Context, *MsgAddAdminAccount) (*MsgAddAdminAccountResponse, error)
- func (UnimplementedMsgServer) AddSystemAccount(context.Context, *MsgAddSystemAccount) (*MsgAddSystemAccountResponse, error)
- func (UnimplementedMsgServer) AllowDenom(context.Context, *MsgAllowDenom) (*MsgAllowDenomResponse, error)
- func (UnimplementedMsgServer) Burn(context.Context, *MsgBurn) (*MsgBurnResponse, error)
- func (UnimplementedMsgServer) Mint(context.Context, *MsgMint) (*MsgMintResponse, error)
- func (UnimplementedMsgServer) Recover(context.Context, *MsgRecover) (*MsgRecoverResponse, error)
- func (UnimplementedMsgServer) RemoveAdminAccount(context.Context, *MsgRemoveAdminAccount) (*MsgRemoveAdminAccountResponse, error)
- func (UnimplementedMsgServer) RemoveSystemAccount(context.Context, *MsgRemoveSystemAccount) (*MsgRemoveSystemAccountResponse, error)
- func (UnimplementedMsgServer) SetMaxMintAllowance(context.Context, *MsgSetMaxMintAllowance) (*MsgSetMaxMintAllowanceResponse, error)
- func (UnimplementedMsgServer) SetMintAllowance(context.Context, *MsgSetMintAllowance) (*MsgSetMintAllowanceResponse, error)
- func (UnimplementedMsgServer) TransferOwnership(context.Context, *MsgTransferOwnership) (*MsgTransferOwnershipResponse, error)
- type UnimplementedQueryServer
- func (UnimplementedQueryServer) Admins(context.Context, *QueryAdmins) (*QueryAdminsResponse, error)
- func (UnimplementedQueryServer) AdminsByDenom(context.Context, *QueryAdminsByDenom) (*QueryAdminsByDenomResponse, error)
- func (UnimplementedQueryServer) AllowedDenoms(context.Context, *QueryAllowedDenoms) (*QueryAllowedDenomsResponse, error)
- func (UnimplementedQueryServer) Authority(context.Context, *QueryAuthority) (*QueryAuthorityResponse, error)
- func (UnimplementedQueryServer) MaxMintAllowance(context.Context, *QueryMaxMintAllowance) (*QueryMaxMintAllowanceResponse, error)
- func (UnimplementedQueryServer) MaxMintAllowances(context.Context, *QueryMaxMintAllowances) (*QueryMaxMintAllowancesResponse, error)
- func (UnimplementedQueryServer) MintAllowance(context.Context, *QueryMintAllowance) (*QueryMintAllowanceResponse, error)
- func (UnimplementedQueryServer) MintAllowances(context.Context, *QueryMintAllowances) (*QueryMintAllowancesResponse, error)
- func (UnimplementedQueryServer) Owner(context.Context, *QueryOwner) (*QueryOwnerResponse, error)
- func (UnimplementedQueryServer) Owners(context.Context, *QueryOwners) (*QueryOwnersResponse, error)
- func (UnimplementedQueryServer) Systems(context.Context, *QuerySystems) (*QuerySystemsResponse, error)
- func (UnimplementedQueryServer) SystemsByDenom(context.Context, *QuerySystemsByDenom) (*QuerySystemsByDenomResponse, error)
- type UnsafeMsgServer
- type UnsafeQueryServer
Constants ¶
const ( Query_Authority_FullMethodName = "/florin.v2.Query/Authority" Query_AllowedDenoms_FullMethodName = "/florin.v2.Query/AllowedDenoms" Query_Owners_FullMethodName = "/florin.v2.Query/Owners" Query_Owner_FullMethodName = "/florin.v2.Query/Owner" Query_Systems_FullMethodName = "/florin.v2.Query/Systems" Query_SystemsByDenom_FullMethodName = "/florin.v2.Query/SystemsByDenom" Query_Admins_FullMethodName = "/florin.v2.Query/Admins" Query_AdminsByDenom_FullMethodName = "/florin.v2.Query/AdminsByDenom" Query_MaxMintAllowances_FullMethodName = "/florin.v2.Query/MaxMintAllowances" Query_MaxMintAllowance_FullMethodName = "/florin.v2.Query/MaxMintAllowance" Query_MintAllowances_FullMethodName = "/florin.v2.Query/MintAllowances" Query_MintAllowance_FullMethodName = "/florin.v2.Query/MintAllowance" )
const ( Msg_AcceptOwnership_FullMethodName = "/florin.v2.Msg/AcceptOwnership" Msg_AddAdminAccount_FullMethodName = "/florin.v2.Msg/AddAdminAccount" Msg_AddSystemAccount_FullMethodName = "/florin.v2.Msg/AddSystemAccount" Msg_AllowDenom_FullMethodName = "/florin.v2.Msg/AllowDenom" Msg_Burn_FullMethodName = "/florin.v2.Msg/Burn" Msg_Mint_FullMethodName = "/florin.v2.Msg/Mint" Msg_Recover_FullMethodName = "/florin.v2.Msg/Recover" Msg_RemoveAdminAccount_FullMethodName = "/florin.v2.Msg/RemoveAdminAccount" Msg_RemoveSystemAccount_FullMethodName = "/florin.v2.Msg/RemoveSystemAccount" Msg_SetMaxMintAllowance_FullMethodName = "/florin.v2.Msg/SetMaxMintAllowance" Msg_SetMintAllowance_FullMethodName = "/florin.v2.Msg/SetMintAllowance" Msg_TransferOwnership_FullMethodName = "/florin.v2.Msg/TransferOwnership" )
Variables ¶
var File_florin_v2_events_proto protoreflect.FileDescriptor
var File_florin_v2_genesis_proto protoreflect.FileDescriptor
var File_florin_v2_query_proto protoreflect.FileDescriptor
var File_florin_v2_tx_proto protoreflect.FileDescriptor
var Msg_ServiceDesc = grpc.ServiceDesc{ ServiceName: "florin.v2.Msg", HandlerType: (*MsgServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "AcceptOwnership", Handler: _Msg_AcceptOwnership_Handler, }, { MethodName: "AddAdminAccount", Handler: _Msg_AddAdminAccount_Handler, }, { MethodName: "AddSystemAccount", Handler: _Msg_AddSystemAccount_Handler, }, { MethodName: "AllowDenom", Handler: _Msg_AllowDenom_Handler, }, { MethodName: "Burn", Handler: _Msg_Burn_Handler, }, { MethodName: "Mint", Handler: _Msg_Mint_Handler, }, { MethodName: "Recover", Handler: _Msg_Recover_Handler, }, { MethodName: "RemoveAdminAccount", Handler: _Msg_RemoveAdminAccount_Handler, }, { MethodName: "RemoveSystemAccount", Handler: _Msg_RemoveSystemAccount_Handler, }, { MethodName: "SetMaxMintAllowance", Handler: _Msg_SetMaxMintAllowance_Handler, }, { MethodName: "SetMintAllowance", Handler: _Msg_SetMintAllowance_Handler, }, { MethodName: "TransferOwnership", Handler: _Msg_TransferOwnership_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "florin/v2/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)
var Query_ServiceDesc = grpc.ServiceDesc{ ServiceName: "florin.v2.Query", HandlerType: (*QueryServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "Authority", Handler: _Query_Authority_Handler, }, { MethodName: "AllowedDenoms", Handler: _Query_AllowedDenoms_Handler, }, { MethodName: "Owners", Handler: _Query_Owners_Handler, }, { MethodName: "Owner", Handler: _Query_Owner_Handler, }, { MethodName: "Systems", Handler: _Query_Systems_Handler, }, { MethodName: "SystemsByDenom", Handler: _Query_SystemsByDenom_Handler, }, { MethodName: "Admins", Handler: _Query_Admins_Handler, }, { MethodName: "AdminsByDenom", Handler: _Query_AdminsByDenom_Handler, }, { MethodName: "MaxMintAllowances", Handler: _Query_MaxMintAllowances_Handler, }, { MethodName: "MaxMintAllowance", Handler: _Query_MaxMintAllowance_Handler, }, { MethodName: "MintAllowances", Handler: _Query_MintAllowances_Handler, }, { MethodName: "MintAllowance", Handler: _Query_MintAllowance_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "florin/v2/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 Account ¶
type Account struct { Denom string `protobuf:"bytes,1,opt,name=denom,proto3" json:"denom,omitempty"` Address string `protobuf:"bytes,2,opt,name=address,proto3" json:"address,omitempty"` // contains filtered or unexported fields }
func (*Account) Descriptor
deprecated
func (*Account) GetAddress ¶
func (*Account) ProtoMessage ¶
func (*Account) ProtoMessage()
func (*Account) ProtoReflect ¶
func (x *Account) ProtoReflect() protoreflect.Message
type AdminAccountAdded ¶
type AdminAccountAdded struct { // denom is the denom that was affected. Denom string `protobuf:"bytes,1,opt,name=denom,proto3" json:"denom,omitempty"` // account is the address that was added. Account string `protobuf:"bytes,2,opt,name=account,proto3" json:"account,omitempty"` // contains filtered or unexported fields }
Emitted when admin account is added.
func (*AdminAccountAdded) Descriptor
deprecated
func (*AdminAccountAdded) Descriptor() ([]byte, []int)
Deprecated: Use AdminAccountAdded.ProtoReflect.Descriptor instead.
func (*AdminAccountAdded) GetAccount ¶
func (x *AdminAccountAdded) GetAccount() string
func (*AdminAccountAdded) GetDenom ¶
func (x *AdminAccountAdded) GetDenom() string
func (*AdminAccountAdded) ProtoMessage ¶
func (*AdminAccountAdded) ProtoMessage()
func (*AdminAccountAdded) ProtoReflect ¶
func (x *AdminAccountAdded) ProtoReflect() protoreflect.Message
func (*AdminAccountAdded) Reset ¶
func (x *AdminAccountAdded) Reset()
func (*AdminAccountAdded) String ¶
func (x *AdminAccountAdded) String() string
type AdminAccountRemoved ¶
type AdminAccountRemoved struct { // denom is the denom that was affected. Denom string `protobuf:"bytes,1,opt,name=denom,proto3" json:"denom,omitempty"` // account is the address that was removed. Account string `protobuf:"bytes,2,opt,name=account,proto3" json:"account,omitempty"` // contains filtered or unexported fields }
Emitted when admin account is removed.
func (*AdminAccountRemoved) Descriptor
deprecated
func (*AdminAccountRemoved) Descriptor() ([]byte, []int)
Deprecated: Use AdminAccountRemoved.ProtoReflect.Descriptor instead.
func (*AdminAccountRemoved) GetAccount ¶
func (x *AdminAccountRemoved) GetAccount() string
func (*AdminAccountRemoved) GetDenom ¶
func (x *AdminAccountRemoved) GetDenom() string
func (*AdminAccountRemoved) ProtoMessage ¶
func (*AdminAccountRemoved) ProtoMessage()
func (*AdminAccountRemoved) ProtoReflect ¶
func (x *AdminAccountRemoved) ProtoReflect() protoreflect.Message
func (*AdminAccountRemoved) Reset ¶
func (x *AdminAccountRemoved) Reset()
func (*AdminAccountRemoved) String ¶
func (x *AdminAccountRemoved) String() string
type Allowance ¶
type Allowance struct { Denom string `protobuf:"bytes,1,opt,name=denom,proto3" json:"denom,omitempty"` Address string `protobuf:"bytes,2,opt,name=address,proto3" json:"address,omitempty"` Allowance string `protobuf:"bytes,3,opt,name=allowance,proto3" json:"allowance,omitempty"` // contains filtered or unexported fields }
func (*Allowance) Descriptor
deprecated
func (*Allowance) GetAddress ¶
func (*Allowance) GetAllowance ¶
func (*Allowance) ProtoMessage ¶
func (*Allowance) ProtoMessage()
func (*Allowance) ProtoReflect ¶
func (x *Allowance) ProtoReflect() protoreflect.Message
type DenomAllowed ¶
type DenomAllowed struct { // denom is the denom that was allowed. Denom string `protobuf:"bytes,1,opt,name=denom,proto3" json:"denom,omitempty"` // owner is the address of the initial owner. Owner string `protobuf:"bytes,2,opt,name=owner,proto3" json:"owner,omitempty"` // contains filtered or unexported fields }
Emitted when a denom is allowed.
func (*DenomAllowed) Descriptor
deprecated
func (*DenomAllowed) Descriptor() ([]byte, []int)
Deprecated: Use DenomAllowed.ProtoReflect.Descriptor instead.
func (*DenomAllowed) GetDenom ¶
func (x *DenomAllowed) GetDenom() string
func (*DenomAllowed) GetOwner ¶
func (x *DenomAllowed) GetOwner() string
func (*DenomAllowed) ProtoMessage ¶
func (*DenomAllowed) ProtoMessage()
func (*DenomAllowed) ProtoReflect ¶
func (x *DenomAllowed) ProtoReflect() protoreflect.Message
func (*DenomAllowed) Reset ¶
func (x *DenomAllowed) Reset()
func (*DenomAllowed) String ¶
func (x *DenomAllowed) String() string
type GenesisState ¶
type GenesisState struct { // blacklist_state is the genesis state of the blacklist submodule. BlacklistState *v1.GenesisState `protobuf:"bytes,1,opt,name=blacklist_state,json=blacklistState,proto3" json:"blacklist_state,omitempty"` // allowed_denoms is a unique list of denoms that this module is allowed to burn / mint / etc. AllowedDenoms []string `protobuf:"bytes,2,rep,name=allowed_denoms,json=allowedDenoms,proto3" json:"allowed_denoms,omitempty"` // owners is a mapping between denoms and owner addresses for those tokens. Owners map[string]string `` /* 153-byte string literal not displayed */ // pending_owners is the mapping between denoms and pending owner addresses. PendingOwners map[string]string `` /* 188-byte string literal not displayed */ // systems is the list of addresses that can act as the system. Systems []*Account `protobuf:"bytes,5,rep,name=systems,proto3" json:"systems,omitempty"` // admins is the list of addresses that can act as the admin. Admins []*Account `protobuf:"bytes,6,rep,name=admins,proto3" json:"admins,omitempty"` // mint_allowances is a list of system accounts and their mint allowances. MintAllowances []*Allowance `protobuf:"bytes,7,rep,name=mint_allowances,json=mintAllowances,proto3" json:"mint_allowances,omitempty"` // max_mint_allowances is a mapping between denoms and max mint allowances. MaxMintAllowances map[string]string `` /* 202-byte string literal not displayed */ // contains filtered or unexported fields }
func (*GenesisState) Descriptor
deprecated
func (*GenesisState) Descriptor() ([]byte, []int)
Deprecated: Use GenesisState.ProtoReflect.Descriptor instead.
func (*GenesisState) GetAdmins ¶
func (x *GenesisState) GetAdmins() []*Account
func (*GenesisState) GetAllowedDenoms ¶
func (x *GenesisState) GetAllowedDenoms() []string
func (*GenesisState) GetBlacklistState ¶
func (x *GenesisState) GetBlacklistState() *v1.GenesisState
func (*GenesisState) GetMaxMintAllowances ¶
func (x *GenesisState) GetMaxMintAllowances() map[string]string
func (*GenesisState) GetMintAllowances ¶
func (x *GenesisState) GetMintAllowances() []*Allowance
func (*GenesisState) GetOwners ¶
func (x *GenesisState) GetOwners() map[string]string
func (*GenesisState) GetPendingOwners ¶
func (x *GenesisState) GetPendingOwners() map[string]string
func (*GenesisState) GetSystems ¶
func (x *GenesisState) GetSystems() []*Account
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 MaxMintAllowance ¶
type MaxMintAllowance struct { // denom is the denom that was affected. Denom string `protobuf:"bytes,1,opt,name=denom,proto3" json:"denom,omitempty"` // amount is the max allowance that was set. Amount string `protobuf:"bytes,2,opt,name=amount,proto3" json:"amount,omitempty"` // contains filtered or unexported fields }
Emitted when max allowance is set.
func (*MaxMintAllowance) Descriptor
deprecated
func (*MaxMintAllowance) Descriptor() ([]byte, []int)
Deprecated: Use MaxMintAllowance.ProtoReflect.Descriptor instead.
func (*MaxMintAllowance) GetAmount ¶
func (x *MaxMintAllowance) GetAmount() string
func (*MaxMintAllowance) GetDenom ¶
func (x *MaxMintAllowance) GetDenom() string
func (*MaxMintAllowance) ProtoMessage ¶
func (*MaxMintAllowance) ProtoMessage()
func (*MaxMintAllowance) ProtoReflect ¶
func (x *MaxMintAllowance) ProtoReflect() protoreflect.Message
func (*MaxMintAllowance) Reset ¶
func (x *MaxMintAllowance) Reset()
func (*MaxMintAllowance) String ¶
func (x *MaxMintAllowance) String() string
type MintAllowance ¶
type MintAllowance struct { // denom is the denom that was affected. Denom string `protobuf:"bytes,1,opt,name=denom,proto3" json:"denom,omitempty"` // account is the address whose allowance was set. Account string `protobuf:"bytes,2,opt,name=account,proto3" json:"account,omitempty"` // amount is the allowance that was set. Amount string `protobuf:"bytes,3,opt,name=amount,proto3" json:"amount,omitempty"` // contains filtered or unexported fields }
Emitted when allowance is set.
func (*MintAllowance) Descriptor
deprecated
func (*MintAllowance) Descriptor() ([]byte, []int)
Deprecated: Use MintAllowance.ProtoReflect.Descriptor instead.
func (*MintAllowance) GetAccount ¶
func (x *MintAllowance) GetAccount() string
func (*MintAllowance) GetAmount ¶
func (x *MintAllowance) GetAmount() string
func (*MintAllowance) GetDenom ¶
func (x *MintAllowance) GetDenom() string
func (*MintAllowance) ProtoMessage ¶
func (*MintAllowance) ProtoMessage()
func (*MintAllowance) ProtoReflect ¶
func (x *MintAllowance) ProtoReflect() protoreflect.Message
func (*MintAllowance) Reset ¶
func (x *MintAllowance) Reset()
func (*MintAllowance) String ¶
func (x *MintAllowance) String() string
type MsgAcceptOwnership ¶
type MsgAcceptOwnership struct { Denom string `protobuf:"bytes,1,opt,name=denom,proto3" json:"denom,omitempty"` Signer string `protobuf:"bytes,2,opt,name=signer,proto3" json:"signer,omitempty"` // contains filtered or unexported fields }
MsgAcceptOwnership implements the acceptOwnership (0x79ba5097) method.
func (*MsgAcceptOwnership) Descriptor
deprecated
func (*MsgAcceptOwnership) Descriptor() ([]byte, []int)
Deprecated: Use MsgAcceptOwnership.ProtoReflect.Descriptor instead.
func (*MsgAcceptOwnership) GetDenom ¶
func (x *MsgAcceptOwnership) GetDenom() string
func (*MsgAcceptOwnership) GetSigner ¶
func (x *MsgAcceptOwnership) GetSigner() string
func (*MsgAcceptOwnership) ProtoMessage ¶
func (*MsgAcceptOwnership) ProtoMessage()
func (*MsgAcceptOwnership) ProtoReflect ¶
func (x *MsgAcceptOwnership) ProtoReflect() protoreflect.Message
func (*MsgAcceptOwnership) Reset ¶
func (x *MsgAcceptOwnership) Reset()
func (*MsgAcceptOwnership) String ¶
func (x *MsgAcceptOwnership) String() string
type MsgAcceptOwnershipResponse ¶
type MsgAcceptOwnershipResponse struct {
// contains filtered or unexported fields
}
MsgAcceptOwnershipResponse is the response of the AcceptOwnership action.
func (*MsgAcceptOwnershipResponse) Descriptor
deprecated
func (*MsgAcceptOwnershipResponse) Descriptor() ([]byte, []int)
Deprecated: Use MsgAcceptOwnershipResponse.ProtoReflect.Descriptor instead.
func (*MsgAcceptOwnershipResponse) ProtoMessage ¶
func (*MsgAcceptOwnershipResponse) ProtoMessage()
func (*MsgAcceptOwnershipResponse) ProtoReflect ¶
func (x *MsgAcceptOwnershipResponse) ProtoReflect() protoreflect.Message
func (*MsgAcceptOwnershipResponse) Reset ¶
func (x *MsgAcceptOwnershipResponse) Reset()
func (*MsgAcceptOwnershipResponse) String ¶
func (x *MsgAcceptOwnershipResponse) String() string
type MsgAddAdminAccount ¶
type MsgAddAdminAccount struct { Denom string `protobuf:"bytes,1,opt,name=denom,proto3" json:"denom,omitempty"` Signer string `protobuf:"bytes,2,opt,name=signer,proto3" json:"signer,omitempty"` Account string `protobuf:"bytes,3,opt,name=account,proto3" json:"account,omitempty"` // contains filtered or unexported fields }
MsgAddAdminAccount implements the addAdminAccount (0x4fe57e7a) method.
func (*MsgAddAdminAccount) Descriptor
deprecated
func (*MsgAddAdminAccount) Descriptor() ([]byte, []int)
Deprecated: Use MsgAddAdminAccount.ProtoReflect.Descriptor instead.
func (*MsgAddAdminAccount) GetAccount ¶
func (x *MsgAddAdminAccount) GetAccount() string
func (*MsgAddAdminAccount) GetDenom ¶
func (x *MsgAddAdminAccount) GetDenom() string
func (*MsgAddAdminAccount) GetSigner ¶
func (x *MsgAddAdminAccount) GetSigner() string
func (*MsgAddAdminAccount) ProtoMessage ¶
func (*MsgAddAdminAccount) ProtoMessage()
func (*MsgAddAdminAccount) ProtoReflect ¶
func (x *MsgAddAdminAccount) ProtoReflect() protoreflect.Message
func (*MsgAddAdminAccount) Reset ¶
func (x *MsgAddAdminAccount) Reset()
func (*MsgAddAdminAccount) String ¶
func (x *MsgAddAdminAccount) String() string
type MsgAddAdminAccountResponse ¶
type MsgAddAdminAccountResponse struct {
// contains filtered or unexported fields
}
MsgAddAdminAccountResponse is the response of the AddAminAccount action.
func (*MsgAddAdminAccountResponse) Descriptor
deprecated
func (*MsgAddAdminAccountResponse) Descriptor() ([]byte, []int)
Deprecated: Use MsgAddAdminAccountResponse.ProtoReflect.Descriptor instead.
func (*MsgAddAdminAccountResponse) ProtoMessage ¶
func (*MsgAddAdminAccountResponse) ProtoMessage()
func (*MsgAddAdminAccountResponse) ProtoReflect ¶
func (x *MsgAddAdminAccountResponse) ProtoReflect() protoreflect.Message
func (*MsgAddAdminAccountResponse) Reset ¶
func (x *MsgAddAdminAccountResponse) Reset()
func (*MsgAddAdminAccountResponse) String ¶
func (x *MsgAddAdminAccountResponse) String() string
type MsgAddSystemAccount ¶
type MsgAddSystemAccount struct { Denom string `protobuf:"bytes,1,opt,name=denom,proto3" json:"denom,omitempty"` Signer string `protobuf:"bytes,2,opt,name=signer,proto3" json:"signer,omitempty"` Account string `protobuf:"bytes,3,opt,name=account,proto3" json:"account,omitempty"` // contains filtered or unexported fields }
MsgAddSystemAccount implements the addSystemAccount (0xa84c56d0) method.
func (*MsgAddSystemAccount) Descriptor
deprecated
func (*MsgAddSystemAccount) Descriptor() ([]byte, []int)
Deprecated: Use MsgAddSystemAccount.ProtoReflect.Descriptor instead.
func (*MsgAddSystemAccount) GetAccount ¶
func (x *MsgAddSystemAccount) GetAccount() string
func (*MsgAddSystemAccount) GetDenom ¶
func (x *MsgAddSystemAccount) GetDenom() string
func (*MsgAddSystemAccount) GetSigner ¶
func (x *MsgAddSystemAccount) GetSigner() string
func (*MsgAddSystemAccount) ProtoMessage ¶
func (*MsgAddSystemAccount) ProtoMessage()
func (*MsgAddSystemAccount) ProtoReflect ¶
func (x *MsgAddSystemAccount) ProtoReflect() protoreflect.Message
func (*MsgAddSystemAccount) Reset ¶
func (x *MsgAddSystemAccount) Reset()
func (*MsgAddSystemAccount) String ¶
func (x *MsgAddSystemAccount) String() string
type MsgAddSystemAccountResponse ¶
type MsgAddSystemAccountResponse struct {
// contains filtered or unexported fields
}
MsgAddSystemAccountResponse is the response of the AddSystemAccount action.
func (*MsgAddSystemAccountResponse) Descriptor
deprecated
func (*MsgAddSystemAccountResponse) Descriptor() ([]byte, []int)
Deprecated: Use MsgAddSystemAccountResponse.ProtoReflect.Descriptor instead.
func (*MsgAddSystemAccountResponse) ProtoMessage ¶
func (*MsgAddSystemAccountResponse) ProtoMessage()
func (*MsgAddSystemAccountResponse) ProtoReflect ¶
func (x *MsgAddSystemAccountResponse) ProtoReflect() protoreflect.Message
func (*MsgAddSystemAccountResponse) Reset ¶
func (x *MsgAddSystemAccountResponse) Reset()
func (*MsgAddSystemAccountResponse) String ¶
func (x *MsgAddSystemAccountResponse) String() string
type MsgAllowDenom ¶
type MsgAllowDenom struct { Signer string `protobuf:"bytes,1,opt,name=signer,proto3" json:"signer,omitempty"` Denom string `protobuf:"bytes,2,opt,name=denom,proto3" json:"denom,omitempty"` Owner string `protobuf:"bytes,3,opt,name=owner,proto3" json:"owner,omitempty"` // contains filtered or unexported fields }
MsgAllowDenom is the request of the AllowDenom action.
func (*MsgAllowDenom) Descriptor
deprecated
func (*MsgAllowDenom) Descriptor() ([]byte, []int)
Deprecated: Use MsgAllowDenom.ProtoReflect.Descriptor instead.
func (*MsgAllowDenom) GetDenom ¶
func (x *MsgAllowDenom) GetDenom() string
func (*MsgAllowDenom) GetOwner ¶
func (x *MsgAllowDenom) GetOwner() string
func (*MsgAllowDenom) GetSigner ¶
func (x *MsgAllowDenom) GetSigner() string
func (*MsgAllowDenom) ProtoMessage ¶
func (*MsgAllowDenom) ProtoMessage()
func (*MsgAllowDenom) ProtoReflect ¶
func (x *MsgAllowDenom) ProtoReflect() protoreflect.Message
func (*MsgAllowDenom) Reset ¶
func (x *MsgAllowDenom) Reset()
func (*MsgAllowDenom) String ¶
func (x *MsgAllowDenom) String() string
type MsgAllowDenomResponse ¶
type MsgAllowDenomResponse struct {
// contains filtered or unexported fields
}
MsgAllowDenomResponse is the response of the AllowDenom action.
func (*MsgAllowDenomResponse) Descriptor
deprecated
func (*MsgAllowDenomResponse) Descriptor() ([]byte, []int)
Deprecated: Use MsgAllowDenomResponse.ProtoReflect.Descriptor instead.
func (*MsgAllowDenomResponse) ProtoMessage ¶
func (*MsgAllowDenomResponse) ProtoMessage()
func (*MsgAllowDenomResponse) ProtoReflect ¶
func (x *MsgAllowDenomResponse) ProtoReflect() protoreflect.Message
func (*MsgAllowDenomResponse) Reset ¶
func (x *MsgAllowDenomResponse) Reset()
func (*MsgAllowDenomResponse) String ¶
func (x *MsgAllowDenomResponse) String() string
type MsgBurn ¶
type MsgBurn struct { Denom string `protobuf:"bytes,1,opt,name=denom,proto3" json:"denom,omitempty"` Signer string `protobuf:"bytes,2,opt,name=signer,proto3" json:"signer,omitempty"` From string `protobuf:"bytes,3,opt,name=from,proto3" json:"from,omitempty"` Amount string `protobuf:"bytes,4,opt,name=amount,proto3" json:"amount,omitempty"` Signature []byte `protobuf:"bytes,5,opt,name=signature,proto3" json:"signature,omitempty"` PubKey *anypb.Any `protobuf:"bytes,6,opt,name=pub_key,json=pubKey,proto3" json:"pub_key,omitempty"` // contains filtered or unexported fields }
MsgBurn implements the burn (0x8d1247ba) method.
func (*MsgBurn) Descriptor
deprecated
func (*MsgBurn) GetSignature ¶
func (*MsgBurn) ProtoMessage ¶
func (*MsgBurn) ProtoMessage()
func (*MsgBurn) ProtoReflect ¶
func (x *MsgBurn) ProtoReflect() protoreflect.Message
type MsgBurnResponse ¶
type MsgBurnResponse struct {
// contains filtered or unexported fields
}
MsgBurnResponse is the response of the Burn action.
func (*MsgBurnResponse) Descriptor
deprecated
func (*MsgBurnResponse) Descriptor() ([]byte, []int)
Deprecated: Use MsgBurnResponse.ProtoReflect.Descriptor instead.
func (*MsgBurnResponse) ProtoMessage ¶
func (*MsgBurnResponse) ProtoMessage()
func (*MsgBurnResponse) ProtoReflect ¶
func (x *MsgBurnResponse) ProtoReflect() protoreflect.Message
func (*MsgBurnResponse) Reset ¶
func (x *MsgBurnResponse) Reset()
func (*MsgBurnResponse) String ¶
func (x *MsgBurnResponse) String() string
type MsgClient ¶
type MsgClient interface { AcceptOwnership(ctx context.Context, in *MsgAcceptOwnership, opts ...grpc.CallOption) (*MsgAcceptOwnershipResponse, error) AddAdminAccount(ctx context.Context, in *MsgAddAdminAccount, opts ...grpc.CallOption) (*MsgAddAdminAccountResponse, error) AddSystemAccount(ctx context.Context, in *MsgAddSystemAccount, opts ...grpc.CallOption) (*MsgAddSystemAccountResponse, error) AllowDenom(ctx context.Context, in *MsgAllowDenom, opts ...grpc.CallOption) (*MsgAllowDenomResponse, error) Burn(ctx context.Context, in *MsgBurn, opts ...grpc.CallOption) (*MsgBurnResponse, error) Mint(ctx context.Context, in *MsgMint, opts ...grpc.CallOption) (*MsgMintResponse, error) Recover(ctx context.Context, in *MsgRecover, opts ...grpc.CallOption) (*MsgRecoverResponse, error) RemoveAdminAccount(ctx context.Context, in *MsgRemoveAdminAccount, opts ...grpc.CallOption) (*MsgRemoveAdminAccountResponse, error) RemoveSystemAccount(ctx context.Context, in *MsgRemoveSystemAccount, opts ...grpc.CallOption) (*MsgRemoveSystemAccountResponse, error) SetMaxMintAllowance(ctx context.Context, in *MsgSetMaxMintAllowance, opts ...grpc.CallOption) (*MsgSetMaxMintAllowanceResponse, error) SetMintAllowance(ctx context.Context, in *MsgSetMintAllowance, opts ...grpc.CallOption) (*MsgSetMintAllowanceResponse, error) TransferOwnership(ctx context.Context, in *MsgTransferOwnership, opts ...grpc.CallOption) (*MsgTransferOwnershipResponse, error) }
MsgClient is the client API for Msg service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkgo.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.
func NewMsgClient ¶
func NewMsgClient(cc grpc.ClientConnInterface) MsgClient
type MsgMint ¶
type MsgMint struct { Denom string `protobuf:"bytes,1,opt,name=denom,proto3" json:"denom,omitempty"` Signer string `protobuf:"bytes,2,opt,name=signer,proto3" json:"signer,omitempty"` To string `protobuf:"bytes,3,opt,name=to,proto3" json:"to,omitempty"` Amount string `protobuf:"bytes,4,opt,name=amount,proto3" json:"amount,omitempty"` // contains filtered or unexported fields }
MsgMint implements the mint (0x40c10f19) method.
func (*MsgMint) Descriptor
deprecated
func (*MsgMint) ProtoMessage ¶
func (*MsgMint) ProtoMessage()
func (*MsgMint) ProtoReflect ¶
func (x *MsgMint) ProtoReflect() protoreflect.Message
type MsgMintResponse ¶
type MsgMintResponse struct {
// contains filtered or unexported fields
}
MsgMintResponse is the response of the Mint action.
func (*MsgMintResponse) Descriptor
deprecated
func (*MsgMintResponse) Descriptor() ([]byte, []int)
Deprecated: Use MsgMintResponse.ProtoReflect.Descriptor instead.
func (*MsgMintResponse) ProtoMessage ¶
func (*MsgMintResponse) ProtoMessage()
func (*MsgMintResponse) ProtoReflect ¶
func (x *MsgMintResponse) ProtoReflect() protoreflect.Message
func (*MsgMintResponse) Reset ¶
func (x *MsgMintResponse) Reset()
func (*MsgMintResponse) String ¶
func (x *MsgMintResponse) String() string
type MsgRecover ¶
type MsgRecover struct { Denom string `protobuf:"bytes,1,opt,name=denom,proto3" json:"denom,omitempty"` Signer string `protobuf:"bytes,2,opt,name=signer,proto3" json:"signer,omitempty"` From string `protobuf:"bytes,3,opt,name=from,proto3" json:"from,omitempty"` To string `protobuf:"bytes,4,opt,name=to,proto3" json:"to,omitempty"` Signature []byte `protobuf:"bytes,5,opt,name=signature,proto3" json:"signature,omitempty"` PubKey *anypb.Any `protobuf:"bytes,6,opt,name=pub_key,json=pubKey,proto3" json:"pub_key,omitempty"` // contains filtered or unexported fields }
MsgRecover implements the recover (0x6eb4c609) method.
func (*MsgRecover) Descriptor
deprecated
func (*MsgRecover) Descriptor() ([]byte, []int)
Deprecated: Use MsgRecover.ProtoReflect.Descriptor instead.
func (*MsgRecover) GetDenom ¶
func (x *MsgRecover) GetDenom() string
func (*MsgRecover) GetFrom ¶
func (x *MsgRecover) GetFrom() string
func (*MsgRecover) GetPubKey ¶
func (x *MsgRecover) GetPubKey() *anypb.Any
func (*MsgRecover) GetSignature ¶
func (x *MsgRecover) GetSignature() []byte
func (*MsgRecover) GetSigner ¶
func (x *MsgRecover) GetSigner() string
func (*MsgRecover) GetTo ¶
func (x *MsgRecover) GetTo() string
func (*MsgRecover) ProtoMessage ¶
func (*MsgRecover) ProtoMessage()
func (*MsgRecover) ProtoReflect ¶
func (x *MsgRecover) ProtoReflect() protoreflect.Message
func (*MsgRecover) Reset ¶
func (x *MsgRecover) Reset()
func (*MsgRecover) String ¶
func (x *MsgRecover) String() string
type MsgRecoverResponse ¶
type MsgRecoverResponse struct {
// contains filtered or unexported fields
}
MsgRecoverResponse is the response of the Recover action.
func (*MsgRecoverResponse) Descriptor
deprecated
func (*MsgRecoverResponse) Descriptor() ([]byte, []int)
Deprecated: Use MsgRecoverResponse.ProtoReflect.Descriptor instead.
func (*MsgRecoverResponse) ProtoMessage ¶
func (*MsgRecoverResponse) ProtoMessage()
func (*MsgRecoverResponse) ProtoReflect ¶
func (x *MsgRecoverResponse) ProtoReflect() protoreflect.Message
func (*MsgRecoverResponse) Reset ¶
func (x *MsgRecoverResponse) Reset()
func (*MsgRecoverResponse) String ¶
func (x *MsgRecoverResponse) String() string
type MsgRemoveAdminAccount ¶
type MsgRemoveAdminAccount struct { Denom string `protobuf:"bytes,1,opt,name=denom,proto3" json:"denom,omitempty"` Signer string `protobuf:"bytes,2,opt,name=signer,proto3" json:"signer,omitempty"` Account string `protobuf:"bytes,3,opt,name=account,proto3" json:"account,omitempty"` // contains filtered or unexported fields }
MsgRemoveAdminAccount implements the removeAdminAccount (0x67a89a72) method.
func (*MsgRemoveAdminAccount) Descriptor
deprecated
func (*MsgRemoveAdminAccount) Descriptor() ([]byte, []int)
Deprecated: Use MsgRemoveAdminAccount.ProtoReflect.Descriptor instead.
func (*MsgRemoveAdminAccount) GetAccount ¶
func (x *MsgRemoveAdminAccount) GetAccount() string
func (*MsgRemoveAdminAccount) GetDenom ¶
func (x *MsgRemoveAdminAccount) GetDenom() string
func (*MsgRemoveAdminAccount) GetSigner ¶
func (x *MsgRemoveAdminAccount) GetSigner() string
func (*MsgRemoveAdminAccount) ProtoMessage ¶
func (*MsgRemoveAdminAccount) ProtoMessage()
func (*MsgRemoveAdminAccount) ProtoReflect ¶
func (x *MsgRemoveAdminAccount) ProtoReflect() protoreflect.Message
func (*MsgRemoveAdminAccount) Reset ¶
func (x *MsgRemoveAdminAccount) Reset()
func (*MsgRemoveAdminAccount) String ¶
func (x *MsgRemoveAdminAccount) String() string
type MsgRemoveAdminAccountResponse ¶
type MsgRemoveAdminAccountResponse struct {
// contains filtered or unexported fields
}
MsgRemoveAdminAccountResponse is the response of the RemoveAdminAccount action.
func (*MsgRemoveAdminAccountResponse) Descriptor
deprecated
func (*MsgRemoveAdminAccountResponse) Descriptor() ([]byte, []int)
Deprecated: Use MsgRemoveAdminAccountResponse.ProtoReflect.Descriptor instead.
func (*MsgRemoveAdminAccountResponse) ProtoMessage ¶
func (*MsgRemoveAdminAccountResponse) ProtoMessage()
func (*MsgRemoveAdminAccountResponse) ProtoReflect ¶
func (x *MsgRemoveAdminAccountResponse) ProtoReflect() protoreflect.Message
func (*MsgRemoveAdminAccountResponse) Reset ¶
func (x *MsgRemoveAdminAccountResponse) Reset()
func (*MsgRemoveAdminAccountResponse) String ¶
func (x *MsgRemoveAdminAccountResponse) String() string
type MsgRemoveSystemAccount ¶
type MsgRemoveSystemAccount struct { Denom string `protobuf:"bytes,1,opt,name=denom,proto3" json:"denom,omitempty"` Signer string `protobuf:"bytes,2,opt,name=signer,proto3" json:"signer,omitempty"` Account string `protobuf:"bytes,3,opt,name=account,proto3" json:"account,omitempty"` // contains filtered or unexported fields }
MsgRemoveSystemAccount implements the removeSystemAccount (0xebbc3d46) method.
func (*MsgRemoveSystemAccount) Descriptor
deprecated
func (*MsgRemoveSystemAccount) Descriptor() ([]byte, []int)
Deprecated: Use MsgRemoveSystemAccount.ProtoReflect.Descriptor instead.
func (*MsgRemoveSystemAccount) GetAccount ¶
func (x *MsgRemoveSystemAccount) GetAccount() string
func (*MsgRemoveSystemAccount) GetDenom ¶
func (x *MsgRemoveSystemAccount) GetDenom() string
func (*MsgRemoveSystemAccount) GetSigner ¶
func (x *MsgRemoveSystemAccount) GetSigner() string
func (*MsgRemoveSystemAccount) ProtoMessage ¶
func (*MsgRemoveSystemAccount) ProtoMessage()
func (*MsgRemoveSystemAccount) ProtoReflect ¶
func (x *MsgRemoveSystemAccount) ProtoReflect() protoreflect.Message
func (*MsgRemoveSystemAccount) Reset ¶
func (x *MsgRemoveSystemAccount) Reset()
func (*MsgRemoveSystemAccount) String ¶
func (x *MsgRemoveSystemAccount) String() string
type MsgRemoveSystemAccountResponse ¶
type MsgRemoveSystemAccountResponse struct {
// contains filtered or unexported fields
}
MsgRemoveSystemAccountResponse is the response of the RemoveSystemAccount action.
func (*MsgRemoveSystemAccountResponse) Descriptor
deprecated
func (*MsgRemoveSystemAccountResponse) Descriptor() ([]byte, []int)
Deprecated: Use MsgRemoveSystemAccountResponse.ProtoReflect.Descriptor instead.
func (*MsgRemoveSystemAccountResponse) ProtoMessage ¶
func (*MsgRemoveSystemAccountResponse) ProtoMessage()
func (*MsgRemoveSystemAccountResponse) ProtoReflect ¶
func (x *MsgRemoveSystemAccountResponse) ProtoReflect() protoreflect.Message
func (*MsgRemoveSystemAccountResponse) Reset ¶
func (x *MsgRemoveSystemAccountResponse) Reset()
func (*MsgRemoveSystemAccountResponse) String ¶
func (x *MsgRemoveSystemAccountResponse) String() string
type MsgServer ¶
type MsgServer interface { AcceptOwnership(context.Context, *MsgAcceptOwnership) (*MsgAcceptOwnershipResponse, error) AddAdminAccount(context.Context, *MsgAddAdminAccount) (*MsgAddAdminAccountResponse, error) AddSystemAccount(context.Context, *MsgAddSystemAccount) (*MsgAddSystemAccountResponse, error) AllowDenom(context.Context, *MsgAllowDenom) (*MsgAllowDenomResponse, error) Burn(context.Context, *MsgBurn) (*MsgBurnResponse, error) Mint(context.Context, *MsgMint) (*MsgMintResponse, error) Recover(context.Context, *MsgRecover) (*MsgRecoverResponse, error) RemoveAdminAccount(context.Context, *MsgRemoveAdminAccount) (*MsgRemoveAdminAccountResponse, error) RemoveSystemAccount(context.Context, *MsgRemoveSystemAccount) (*MsgRemoveSystemAccountResponse, error) SetMaxMintAllowance(context.Context, *MsgSetMaxMintAllowance) (*MsgSetMaxMintAllowanceResponse, error) SetMintAllowance(context.Context, *MsgSetMintAllowance) (*MsgSetMintAllowanceResponse, error) TransferOwnership(context.Context, *MsgTransferOwnership) (*MsgTransferOwnershipResponse, error) // contains filtered or unexported methods }
MsgServer is the server API for Msg service. All implementations must embed UnimplementedMsgServer for forward compatibility.
type MsgSetMaxMintAllowance ¶
type MsgSetMaxMintAllowance struct { Denom string `protobuf:"bytes,1,opt,name=denom,proto3" json:"denom,omitempty"` Signer string `protobuf:"bytes,2,opt,name=signer,proto3" json:"signer,omitempty"` Amount string `protobuf:"bytes,3,opt,name=amount,proto3" json:"amount,omitempty"` // contains filtered or unexported fields }
MsgSetMaxMintAllowance implements the setMaxMintAllowance (0xfd2319c4) method.
func (*MsgSetMaxMintAllowance) Descriptor
deprecated
func (*MsgSetMaxMintAllowance) Descriptor() ([]byte, []int)
Deprecated: Use MsgSetMaxMintAllowance.ProtoReflect.Descriptor instead.
func (*MsgSetMaxMintAllowance) GetAmount ¶
func (x *MsgSetMaxMintAllowance) GetAmount() string
func (*MsgSetMaxMintAllowance) GetDenom ¶
func (x *MsgSetMaxMintAllowance) GetDenom() string
func (*MsgSetMaxMintAllowance) GetSigner ¶
func (x *MsgSetMaxMintAllowance) GetSigner() string
func (*MsgSetMaxMintAllowance) ProtoMessage ¶
func (*MsgSetMaxMintAllowance) ProtoMessage()
func (*MsgSetMaxMintAllowance) ProtoReflect ¶
func (x *MsgSetMaxMintAllowance) ProtoReflect() protoreflect.Message
func (*MsgSetMaxMintAllowance) Reset ¶
func (x *MsgSetMaxMintAllowance) Reset()
func (*MsgSetMaxMintAllowance) String ¶
func (x *MsgSetMaxMintAllowance) String() string
type MsgSetMaxMintAllowanceResponse ¶
type MsgSetMaxMintAllowanceResponse struct {
// contains filtered or unexported fields
}
MsgSetMaxMintAllowanceResponse is the response of the SetMaxMintAllowance action.
func (*MsgSetMaxMintAllowanceResponse) Descriptor
deprecated
func (*MsgSetMaxMintAllowanceResponse) Descriptor() ([]byte, []int)
Deprecated: Use MsgSetMaxMintAllowanceResponse.ProtoReflect.Descriptor instead.
func (*MsgSetMaxMintAllowanceResponse) ProtoMessage ¶
func (*MsgSetMaxMintAllowanceResponse) ProtoMessage()
func (*MsgSetMaxMintAllowanceResponse) ProtoReflect ¶
func (x *MsgSetMaxMintAllowanceResponse) ProtoReflect() protoreflect.Message
func (*MsgSetMaxMintAllowanceResponse) Reset ¶
func (x *MsgSetMaxMintAllowanceResponse) Reset()
func (*MsgSetMaxMintAllowanceResponse) String ¶
func (x *MsgSetMaxMintAllowanceResponse) String() string
type MsgSetMintAllowance ¶
type MsgSetMintAllowance struct { Denom string `protobuf:"bytes,1,opt,name=denom,proto3" json:"denom,omitempty"` Signer string `protobuf:"bytes,2,opt,name=signer,proto3" json:"signer,omitempty"` Account string `protobuf:"bytes,3,opt,name=account,proto3" json:"account,omitempty"` Amount string `protobuf:"bytes,4,opt,name=amount,proto3" json:"amount,omitempty"` // contains filtered or unexported fields }
MsgSetMintAllowance implements the setMintAllowance (0xf27c5f6e) method.
func (*MsgSetMintAllowance) Descriptor
deprecated
func (*MsgSetMintAllowance) Descriptor() ([]byte, []int)
Deprecated: Use MsgSetMintAllowance.ProtoReflect.Descriptor instead.
func (*MsgSetMintAllowance) GetAccount ¶
func (x *MsgSetMintAllowance) GetAccount() string
func (*MsgSetMintAllowance) GetAmount ¶
func (x *MsgSetMintAllowance) GetAmount() string
func (*MsgSetMintAllowance) GetDenom ¶
func (x *MsgSetMintAllowance) GetDenom() string
func (*MsgSetMintAllowance) GetSigner ¶
func (x *MsgSetMintAllowance) GetSigner() string
func (*MsgSetMintAllowance) ProtoMessage ¶
func (*MsgSetMintAllowance) ProtoMessage()
func (*MsgSetMintAllowance) ProtoReflect ¶
func (x *MsgSetMintAllowance) ProtoReflect() protoreflect.Message
func (*MsgSetMintAllowance) Reset ¶
func (x *MsgSetMintAllowance) Reset()
func (*MsgSetMintAllowance) String ¶
func (x *MsgSetMintAllowance) String() string
type MsgSetMintAllowanceResponse ¶
type MsgSetMintAllowanceResponse struct {
// contains filtered or unexported fields
}
MsgSetMintAllowanceResponse is the response of the SetMintAllowance action.
func (*MsgSetMintAllowanceResponse) Descriptor
deprecated
func (*MsgSetMintAllowanceResponse) Descriptor() ([]byte, []int)
Deprecated: Use MsgSetMintAllowanceResponse.ProtoReflect.Descriptor instead.
func (*MsgSetMintAllowanceResponse) ProtoMessage ¶
func (*MsgSetMintAllowanceResponse) ProtoMessage()
func (*MsgSetMintAllowanceResponse) ProtoReflect ¶
func (x *MsgSetMintAllowanceResponse) ProtoReflect() protoreflect.Message
func (*MsgSetMintAllowanceResponse) Reset ¶
func (x *MsgSetMintAllowanceResponse) Reset()
func (*MsgSetMintAllowanceResponse) String ¶
func (x *MsgSetMintAllowanceResponse) String() string
type MsgTransferOwnership ¶
type MsgTransferOwnership struct { Denom string `protobuf:"bytes,1,opt,name=denom,proto3" json:"denom,omitempty"` Signer string `protobuf:"bytes,2,opt,name=signer,proto3" json:"signer,omitempty"` NewOwner string `protobuf:"bytes,3,opt,name=new_owner,json=newOwner,proto3" json:"new_owner,omitempty"` // contains filtered or unexported fields }
MsgTransferOwnership implements the transferOwnership (0xf2fde38b) method.
func (*MsgTransferOwnership) Descriptor
deprecated
func (*MsgTransferOwnership) Descriptor() ([]byte, []int)
Deprecated: Use MsgTransferOwnership.ProtoReflect.Descriptor instead.
func (*MsgTransferOwnership) GetDenom ¶
func (x *MsgTransferOwnership) GetDenom() string
func (*MsgTransferOwnership) GetNewOwner ¶
func (x *MsgTransferOwnership) GetNewOwner() string
func (*MsgTransferOwnership) GetSigner ¶
func (x *MsgTransferOwnership) GetSigner() string
func (*MsgTransferOwnership) ProtoMessage ¶
func (*MsgTransferOwnership) ProtoMessage()
func (*MsgTransferOwnership) ProtoReflect ¶
func (x *MsgTransferOwnership) ProtoReflect() protoreflect.Message
func (*MsgTransferOwnership) Reset ¶
func (x *MsgTransferOwnership) Reset()
func (*MsgTransferOwnership) String ¶
func (x *MsgTransferOwnership) String() string
type MsgTransferOwnershipResponse ¶
type MsgTransferOwnershipResponse struct {
// contains filtered or unexported fields
}
MsgTransferOwnershipResponse is the response of the TransferOwnership action.
func (*MsgTransferOwnershipResponse) Descriptor
deprecated
func (*MsgTransferOwnershipResponse) Descriptor() ([]byte, []int)
Deprecated: Use MsgTransferOwnershipResponse.ProtoReflect.Descriptor instead.
func (*MsgTransferOwnershipResponse) ProtoMessage ¶
func (*MsgTransferOwnershipResponse) ProtoMessage()
func (*MsgTransferOwnershipResponse) ProtoReflect ¶
func (x *MsgTransferOwnershipResponse) ProtoReflect() protoreflect.Message
func (*MsgTransferOwnershipResponse) Reset ¶
func (x *MsgTransferOwnershipResponse) Reset()
func (*MsgTransferOwnershipResponse) String ¶
func (x *MsgTransferOwnershipResponse) String() string
type OwnershipTransferStarted ¶
type OwnershipTransferStarted struct { // denom is the denom that was affected. Denom string `protobuf:"bytes,1,opt,name=denom,proto3" json:"denom,omitempty"` // previous_owner is the address of the previous owner. PreviousOwner string `protobuf:"bytes,2,opt,name=previous_owner,json=previousOwner,proto3" json:"previous_owner,omitempty"` // new_owner is the address of the new owner. NewOwner string `protobuf:"bytes,3,opt,name=new_owner,json=newOwner,proto3" json:"new_owner,omitempty"` // contains filtered or unexported fields }
Emitted when an ownership transfer is started.
func (*OwnershipTransferStarted) Descriptor
deprecated
func (*OwnershipTransferStarted) Descriptor() ([]byte, []int)
Deprecated: Use OwnershipTransferStarted.ProtoReflect.Descriptor instead.
func (*OwnershipTransferStarted) GetDenom ¶
func (x *OwnershipTransferStarted) GetDenom() string
func (*OwnershipTransferStarted) GetNewOwner ¶
func (x *OwnershipTransferStarted) GetNewOwner() string
func (*OwnershipTransferStarted) GetPreviousOwner ¶
func (x *OwnershipTransferStarted) GetPreviousOwner() string
func (*OwnershipTransferStarted) ProtoMessage ¶
func (*OwnershipTransferStarted) ProtoMessage()
func (*OwnershipTransferStarted) ProtoReflect ¶
func (x *OwnershipTransferStarted) ProtoReflect() protoreflect.Message
func (*OwnershipTransferStarted) Reset ¶
func (x *OwnershipTransferStarted) Reset()
func (*OwnershipTransferStarted) String ¶
func (x *OwnershipTransferStarted) String() string
type OwnershipTransferred ¶
type OwnershipTransferred struct { // denom is the denom that was affected. Denom string `protobuf:"bytes,1,opt,name=denom,proto3" json:"denom,omitempty"` // previous_owner is the address of the previous owner. PreviousOwner string `protobuf:"bytes,2,opt,name=previous_owner,json=previousOwner,proto3" json:"previous_owner,omitempty"` // new_owner is the address of the new owner. NewOwner string `protobuf:"bytes,3,opt,name=new_owner,json=newOwner,proto3" json:"new_owner,omitempty"` // contains filtered or unexported fields }
Emitted when an ownership transfer is finalized.
func (*OwnershipTransferred) Descriptor
deprecated
func (*OwnershipTransferred) Descriptor() ([]byte, []int)
Deprecated: Use OwnershipTransferred.ProtoReflect.Descriptor instead.
func (*OwnershipTransferred) GetDenom ¶
func (x *OwnershipTransferred) GetDenom() string
func (*OwnershipTransferred) GetNewOwner ¶
func (x *OwnershipTransferred) GetNewOwner() string
func (*OwnershipTransferred) GetPreviousOwner ¶
func (x *OwnershipTransferred) GetPreviousOwner() string
func (*OwnershipTransferred) ProtoMessage ¶
func (*OwnershipTransferred) ProtoMessage()
func (*OwnershipTransferred) ProtoReflect ¶
func (x *OwnershipTransferred) ProtoReflect() protoreflect.Message
func (*OwnershipTransferred) Reset ¶
func (x *OwnershipTransferred) Reset()
func (*OwnershipTransferred) String ¶
func (x *OwnershipTransferred) String() string
type QueryAdmins ¶
type QueryAdmins struct {
// contains filtered or unexported fields
}
func (*QueryAdmins) Descriptor
deprecated
func (*QueryAdmins) Descriptor() ([]byte, []int)
Deprecated: Use QueryAdmins.ProtoReflect.Descriptor instead.
func (*QueryAdmins) ProtoMessage ¶
func (*QueryAdmins) ProtoMessage()
func (*QueryAdmins) ProtoReflect ¶
func (x *QueryAdmins) ProtoReflect() protoreflect.Message
func (*QueryAdmins) Reset ¶
func (x *QueryAdmins) Reset()
func (*QueryAdmins) String ¶
func (x *QueryAdmins) String() string
type QueryAdminsByDenom ¶
type QueryAdminsByDenom struct { Denom string `protobuf:"bytes,1,opt,name=denom,proto3" json:"denom,omitempty"` // contains filtered or unexported fields }
func (*QueryAdminsByDenom) Descriptor
deprecated
func (*QueryAdminsByDenom) Descriptor() ([]byte, []int)
Deprecated: Use QueryAdminsByDenom.ProtoReflect.Descriptor instead.
func (*QueryAdminsByDenom) GetDenom ¶
func (x *QueryAdminsByDenom) GetDenom() string
func (*QueryAdminsByDenom) ProtoMessage ¶
func (*QueryAdminsByDenom) ProtoMessage()
func (*QueryAdminsByDenom) ProtoReflect ¶
func (x *QueryAdminsByDenom) ProtoReflect() protoreflect.Message
func (*QueryAdminsByDenom) Reset ¶
func (x *QueryAdminsByDenom) Reset()
func (*QueryAdminsByDenom) String ¶
func (x *QueryAdminsByDenom) String() string
type QueryAdminsByDenomResponse ¶
type QueryAdminsByDenomResponse struct { Admins []string `protobuf:"bytes,1,rep,name=admins,proto3" json:"admins,omitempty"` // contains filtered or unexported fields }
func (*QueryAdminsByDenomResponse) Descriptor
deprecated
func (*QueryAdminsByDenomResponse) Descriptor() ([]byte, []int)
Deprecated: Use QueryAdminsByDenomResponse.ProtoReflect.Descriptor instead.
func (*QueryAdminsByDenomResponse) GetAdmins ¶
func (x *QueryAdminsByDenomResponse) GetAdmins() []string
func (*QueryAdminsByDenomResponse) ProtoMessage ¶
func (*QueryAdminsByDenomResponse) ProtoMessage()
func (*QueryAdminsByDenomResponse) ProtoReflect ¶
func (x *QueryAdminsByDenomResponse) ProtoReflect() protoreflect.Message
func (*QueryAdminsByDenomResponse) Reset ¶
func (x *QueryAdminsByDenomResponse) Reset()
func (*QueryAdminsByDenomResponse) String ¶
func (x *QueryAdminsByDenomResponse) String() string
type QueryAdminsResponse ¶
type QueryAdminsResponse struct { Admins []*Account `protobuf:"bytes,1,rep,name=admins,proto3" json:"admins,omitempty"` // contains filtered or unexported fields }
func (*QueryAdminsResponse) Descriptor
deprecated
func (*QueryAdminsResponse) Descriptor() ([]byte, []int)
Deprecated: Use QueryAdminsResponse.ProtoReflect.Descriptor instead.
func (*QueryAdminsResponse) GetAdmins ¶
func (x *QueryAdminsResponse) GetAdmins() []*Account
func (*QueryAdminsResponse) ProtoMessage ¶
func (*QueryAdminsResponse) ProtoMessage()
func (*QueryAdminsResponse) ProtoReflect ¶
func (x *QueryAdminsResponse) ProtoReflect() protoreflect.Message
func (*QueryAdminsResponse) Reset ¶
func (x *QueryAdminsResponse) Reset()
func (*QueryAdminsResponse) String ¶
func (x *QueryAdminsResponse) String() string
type QueryAllowedDenoms ¶
type QueryAllowedDenoms struct {
// contains filtered or unexported fields
}
func (*QueryAllowedDenoms) Descriptor
deprecated
func (*QueryAllowedDenoms) Descriptor() ([]byte, []int)
Deprecated: Use QueryAllowedDenoms.ProtoReflect.Descriptor instead.
func (*QueryAllowedDenoms) ProtoMessage ¶
func (*QueryAllowedDenoms) ProtoMessage()
func (*QueryAllowedDenoms) ProtoReflect ¶
func (x *QueryAllowedDenoms) ProtoReflect() protoreflect.Message
func (*QueryAllowedDenoms) Reset ¶
func (x *QueryAllowedDenoms) Reset()
func (*QueryAllowedDenoms) String ¶
func (x *QueryAllowedDenoms) String() string
type QueryAllowedDenomsResponse ¶
type QueryAllowedDenomsResponse struct { AllowedDenoms []string `protobuf:"bytes,1,rep,name=allowed_denoms,json=allowedDenoms,proto3" json:"allowed_denoms,omitempty"` // contains filtered or unexported fields }
func (*QueryAllowedDenomsResponse) Descriptor
deprecated
func (*QueryAllowedDenomsResponse) Descriptor() ([]byte, []int)
Deprecated: Use QueryAllowedDenomsResponse.ProtoReflect.Descriptor instead.
func (*QueryAllowedDenomsResponse) GetAllowedDenoms ¶
func (x *QueryAllowedDenomsResponse) GetAllowedDenoms() []string
func (*QueryAllowedDenomsResponse) ProtoMessage ¶
func (*QueryAllowedDenomsResponse) ProtoMessage()
func (*QueryAllowedDenomsResponse) ProtoReflect ¶
func (x *QueryAllowedDenomsResponse) ProtoReflect() protoreflect.Message
func (*QueryAllowedDenomsResponse) Reset ¶
func (x *QueryAllowedDenomsResponse) Reset()
func (*QueryAllowedDenomsResponse) String ¶
func (x *QueryAllowedDenomsResponse) String() string
type QueryAuthority ¶
type QueryAuthority struct {
// contains filtered or unexported fields
}
func (*QueryAuthority) Descriptor
deprecated
func (*QueryAuthority) Descriptor() ([]byte, []int)
Deprecated: Use QueryAuthority.ProtoReflect.Descriptor instead.
func (*QueryAuthority) ProtoMessage ¶
func (*QueryAuthority) ProtoMessage()
func (*QueryAuthority) ProtoReflect ¶
func (x *QueryAuthority) ProtoReflect() protoreflect.Message
func (*QueryAuthority) Reset ¶
func (x *QueryAuthority) Reset()
func (*QueryAuthority) String ¶
func (x *QueryAuthority) String() string
type QueryAuthorityResponse ¶
type QueryAuthorityResponse struct { Authority string `protobuf:"bytes,1,opt,name=authority,proto3" json:"authority,omitempty"` // contains filtered or unexported fields }
func (*QueryAuthorityResponse) Descriptor
deprecated
func (*QueryAuthorityResponse) Descriptor() ([]byte, []int)
Deprecated: Use QueryAuthorityResponse.ProtoReflect.Descriptor instead.
func (*QueryAuthorityResponse) GetAuthority ¶
func (x *QueryAuthorityResponse) GetAuthority() string
func (*QueryAuthorityResponse) ProtoMessage ¶
func (*QueryAuthorityResponse) ProtoMessage()
func (*QueryAuthorityResponse) ProtoReflect ¶
func (x *QueryAuthorityResponse) ProtoReflect() protoreflect.Message
func (*QueryAuthorityResponse) Reset ¶
func (x *QueryAuthorityResponse) Reset()
func (*QueryAuthorityResponse) String ¶
func (x *QueryAuthorityResponse) String() string
type QueryClient ¶
type QueryClient interface { Authority(ctx context.Context, in *QueryAuthority, opts ...grpc.CallOption) (*QueryAuthorityResponse, error) AllowedDenoms(ctx context.Context, in *QueryAllowedDenoms, opts ...grpc.CallOption) (*QueryAllowedDenomsResponse, error) Owners(ctx context.Context, in *QueryOwners, opts ...grpc.CallOption) (*QueryOwnersResponse, error) Owner(ctx context.Context, in *QueryOwner, opts ...grpc.CallOption) (*QueryOwnerResponse, error) Systems(ctx context.Context, in *QuerySystems, opts ...grpc.CallOption) (*QuerySystemsResponse, error) SystemsByDenom(ctx context.Context, in *QuerySystemsByDenom, opts ...grpc.CallOption) (*QuerySystemsByDenomResponse, error) Admins(ctx context.Context, in *QueryAdmins, opts ...grpc.CallOption) (*QueryAdminsResponse, error) AdminsByDenom(ctx context.Context, in *QueryAdminsByDenom, opts ...grpc.CallOption) (*QueryAdminsByDenomResponse, error) MaxMintAllowances(ctx context.Context, in *QueryMaxMintAllowances, opts ...grpc.CallOption) (*QueryMaxMintAllowancesResponse, error) MaxMintAllowance(ctx context.Context, in *QueryMaxMintAllowance, opts ...grpc.CallOption) (*QueryMaxMintAllowanceResponse, error) MintAllowances(ctx context.Context, in *QueryMintAllowances, opts ...grpc.CallOption) (*QueryMintAllowancesResponse, error) MintAllowance(ctx context.Context, in *QueryMintAllowance, opts ...grpc.CallOption) (*QueryMintAllowanceResponse, error) }
QueryClient is the client API for Query service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkgo.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.
func NewQueryClient ¶
func NewQueryClient(cc grpc.ClientConnInterface) QueryClient
type QueryMaxMintAllowance ¶
type QueryMaxMintAllowance struct { Denom string `protobuf:"bytes,1,opt,name=denom,proto3" json:"denom,omitempty"` // contains filtered or unexported fields }
func (*QueryMaxMintAllowance) Descriptor
deprecated
func (*QueryMaxMintAllowance) Descriptor() ([]byte, []int)
Deprecated: Use QueryMaxMintAllowance.ProtoReflect.Descriptor instead.
func (*QueryMaxMintAllowance) GetDenom ¶
func (x *QueryMaxMintAllowance) GetDenom() string
func (*QueryMaxMintAllowance) ProtoMessage ¶
func (*QueryMaxMintAllowance) ProtoMessage()
func (*QueryMaxMintAllowance) ProtoReflect ¶
func (x *QueryMaxMintAllowance) ProtoReflect() protoreflect.Message
func (*QueryMaxMintAllowance) Reset ¶
func (x *QueryMaxMintAllowance) Reset()
func (*QueryMaxMintAllowance) String ¶
func (x *QueryMaxMintAllowance) String() string
type QueryMaxMintAllowanceResponse ¶
type QueryMaxMintAllowanceResponse struct { MaxMintAllowance string `protobuf:"bytes,1,opt,name=max_mint_allowance,json=maxMintAllowance,proto3" json:"max_mint_allowance,omitempty"` // contains filtered or unexported fields }
func (*QueryMaxMintAllowanceResponse) Descriptor
deprecated
func (*QueryMaxMintAllowanceResponse) Descriptor() ([]byte, []int)
Deprecated: Use QueryMaxMintAllowanceResponse.ProtoReflect.Descriptor instead.
func (*QueryMaxMintAllowanceResponse) GetMaxMintAllowance ¶
func (x *QueryMaxMintAllowanceResponse) GetMaxMintAllowance() string
func (*QueryMaxMintAllowanceResponse) ProtoMessage ¶
func (*QueryMaxMintAllowanceResponse) ProtoMessage()
func (*QueryMaxMintAllowanceResponse) ProtoReflect ¶
func (x *QueryMaxMintAllowanceResponse) ProtoReflect() protoreflect.Message
func (*QueryMaxMintAllowanceResponse) Reset ¶
func (x *QueryMaxMintAllowanceResponse) Reset()
func (*QueryMaxMintAllowanceResponse) String ¶
func (x *QueryMaxMintAllowanceResponse) String() string
type QueryMaxMintAllowances ¶
type QueryMaxMintAllowances struct {
// contains filtered or unexported fields
}
func (*QueryMaxMintAllowances) Descriptor
deprecated
func (*QueryMaxMintAllowances) Descriptor() ([]byte, []int)
Deprecated: Use QueryMaxMintAllowances.ProtoReflect.Descriptor instead.
func (*QueryMaxMintAllowances) ProtoMessage ¶
func (*QueryMaxMintAllowances) ProtoMessage()
func (*QueryMaxMintAllowances) ProtoReflect ¶
func (x *QueryMaxMintAllowances) ProtoReflect() protoreflect.Message
func (*QueryMaxMintAllowances) Reset ¶
func (x *QueryMaxMintAllowances) Reset()
func (*QueryMaxMintAllowances) String ¶
func (x *QueryMaxMintAllowances) String() string
type QueryMaxMintAllowancesResponse ¶
type QueryMaxMintAllowancesResponse struct { MaxMintAllowances map[string]string `` /* 202-byte string literal not displayed */ // contains filtered or unexported fields }
func (*QueryMaxMintAllowancesResponse) Descriptor
deprecated
func (*QueryMaxMintAllowancesResponse) Descriptor() ([]byte, []int)
Deprecated: Use QueryMaxMintAllowancesResponse.ProtoReflect.Descriptor instead.
func (*QueryMaxMintAllowancesResponse) GetMaxMintAllowances ¶
func (x *QueryMaxMintAllowancesResponse) GetMaxMintAllowances() map[string]string
func (*QueryMaxMintAllowancesResponse) ProtoMessage ¶
func (*QueryMaxMintAllowancesResponse) ProtoMessage()
func (*QueryMaxMintAllowancesResponse) ProtoReflect ¶
func (x *QueryMaxMintAllowancesResponse) ProtoReflect() protoreflect.Message
func (*QueryMaxMintAllowancesResponse) Reset ¶
func (x *QueryMaxMintAllowancesResponse) Reset()
func (*QueryMaxMintAllowancesResponse) String ¶
func (x *QueryMaxMintAllowancesResponse) String() string
type QueryMintAllowance ¶
type QueryMintAllowance struct { Denom string `protobuf:"bytes,1,opt,name=denom,proto3" json:"denom,omitempty"` Account string `protobuf:"bytes,2,opt,name=account,proto3" json:"account,omitempty"` // contains filtered or unexported fields }
func (*QueryMintAllowance) Descriptor
deprecated
func (*QueryMintAllowance) Descriptor() ([]byte, []int)
Deprecated: Use QueryMintAllowance.ProtoReflect.Descriptor instead.
func (*QueryMintAllowance) GetAccount ¶
func (x *QueryMintAllowance) GetAccount() string
func (*QueryMintAllowance) GetDenom ¶
func (x *QueryMintAllowance) GetDenom() string
func (*QueryMintAllowance) ProtoMessage ¶
func (*QueryMintAllowance) ProtoMessage()
func (*QueryMintAllowance) ProtoReflect ¶
func (x *QueryMintAllowance) ProtoReflect() protoreflect.Message
func (*QueryMintAllowance) Reset ¶
func (x *QueryMintAllowance) Reset()
func (*QueryMintAllowance) String ¶
func (x *QueryMintAllowance) String() string
type QueryMintAllowanceResponse ¶
type QueryMintAllowanceResponse struct { Allowance string `protobuf:"bytes,1,opt,name=allowance,proto3" json:"allowance,omitempty"` // contains filtered or unexported fields }
func (*QueryMintAllowanceResponse) Descriptor
deprecated
func (*QueryMintAllowanceResponse) Descriptor() ([]byte, []int)
Deprecated: Use QueryMintAllowanceResponse.ProtoReflect.Descriptor instead.
func (*QueryMintAllowanceResponse) GetAllowance ¶
func (x *QueryMintAllowanceResponse) GetAllowance() string
func (*QueryMintAllowanceResponse) ProtoMessage ¶
func (*QueryMintAllowanceResponse) ProtoMessage()
func (*QueryMintAllowanceResponse) ProtoReflect ¶
func (x *QueryMintAllowanceResponse) ProtoReflect() protoreflect.Message
func (*QueryMintAllowanceResponse) Reset ¶
func (x *QueryMintAllowanceResponse) Reset()
func (*QueryMintAllowanceResponse) String ¶
func (x *QueryMintAllowanceResponse) String() string
type QueryMintAllowances ¶
type QueryMintAllowances struct { Denom string `protobuf:"bytes,1,opt,name=denom,proto3" json:"denom,omitempty"` // contains filtered or unexported fields }
func (*QueryMintAllowances) Descriptor
deprecated
func (*QueryMintAllowances) Descriptor() ([]byte, []int)
Deprecated: Use QueryMintAllowances.ProtoReflect.Descriptor instead.
func (*QueryMintAllowances) GetDenom ¶
func (x *QueryMintAllowances) GetDenom() string
func (*QueryMintAllowances) ProtoMessage ¶
func (*QueryMintAllowances) ProtoMessage()
func (*QueryMintAllowances) ProtoReflect ¶
func (x *QueryMintAllowances) ProtoReflect() protoreflect.Message
func (*QueryMintAllowances) Reset ¶
func (x *QueryMintAllowances) Reset()
func (*QueryMintAllowances) String ¶
func (x *QueryMintAllowances) String() string
type QueryMintAllowancesResponse ¶
type QueryMintAllowancesResponse struct { Allowances map[string]string `` /* 161-byte string literal not displayed */ // contains filtered or unexported fields }
func (*QueryMintAllowancesResponse) Descriptor
deprecated
func (*QueryMintAllowancesResponse) Descriptor() ([]byte, []int)
Deprecated: Use QueryMintAllowancesResponse.ProtoReflect.Descriptor instead.
func (*QueryMintAllowancesResponse) GetAllowances ¶
func (x *QueryMintAllowancesResponse) GetAllowances() map[string]string
func (*QueryMintAllowancesResponse) ProtoMessage ¶
func (*QueryMintAllowancesResponse) ProtoMessage()
func (*QueryMintAllowancesResponse) ProtoReflect ¶
func (x *QueryMintAllowancesResponse) ProtoReflect() protoreflect.Message
func (*QueryMintAllowancesResponse) Reset ¶
func (x *QueryMintAllowancesResponse) Reset()
func (*QueryMintAllowancesResponse) String ¶
func (x *QueryMintAllowancesResponse) String() string
type QueryOwner ¶
type QueryOwner struct { Denom string `protobuf:"bytes,1,opt,name=denom,proto3" json:"denom,omitempty"` // contains filtered or unexported fields }
func (*QueryOwner) Descriptor
deprecated
func (*QueryOwner) Descriptor() ([]byte, []int)
Deprecated: Use QueryOwner.ProtoReflect.Descriptor instead.
func (*QueryOwner) GetDenom ¶
func (x *QueryOwner) GetDenom() string
func (*QueryOwner) ProtoMessage ¶
func (*QueryOwner) ProtoMessage()
func (*QueryOwner) ProtoReflect ¶
func (x *QueryOwner) ProtoReflect() protoreflect.Message
func (*QueryOwner) Reset ¶
func (x *QueryOwner) Reset()
func (*QueryOwner) String ¶
func (x *QueryOwner) String() string
type QueryOwnerResponse ¶
type QueryOwnerResponse struct { Owner string `protobuf:"bytes,1,opt,name=owner,proto3" json:"owner,omitempty"` PendingOwner string `protobuf:"bytes,2,opt,name=pending_owner,json=pendingOwner,proto3" json:"pending_owner,omitempty"` // contains filtered or unexported fields }
func (*QueryOwnerResponse) Descriptor
deprecated
func (*QueryOwnerResponse) Descriptor() ([]byte, []int)
Deprecated: Use QueryOwnerResponse.ProtoReflect.Descriptor instead.
func (*QueryOwnerResponse) GetOwner ¶
func (x *QueryOwnerResponse) GetOwner() string
func (*QueryOwnerResponse) GetPendingOwner ¶
func (x *QueryOwnerResponse) GetPendingOwner() string
func (*QueryOwnerResponse) ProtoMessage ¶
func (*QueryOwnerResponse) ProtoMessage()
func (*QueryOwnerResponse) ProtoReflect ¶
func (x *QueryOwnerResponse) ProtoReflect() protoreflect.Message
func (*QueryOwnerResponse) Reset ¶
func (x *QueryOwnerResponse) Reset()
func (*QueryOwnerResponse) String ¶
func (x *QueryOwnerResponse) String() string
type QueryOwners ¶
type QueryOwners struct {
// contains filtered or unexported fields
}
func (*QueryOwners) Descriptor
deprecated
func (*QueryOwners) Descriptor() ([]byte, []int)
Deprecated: Use QueryOwners.ProtoReflect.Descriptor instead.
func (*QueryOwners) ProtoMessage ¶
func (*QueryOwners) ProtoMessage()
func (*QueryOwners) ProtoReflect ¶
func (x *QueryOwners) ProtoReflect() protoreflect.Message
func (*QueryOwners) Reset ¶
func (x *QueryOwners) Reset()
func (*QueryOwners) String ¶
func (x *QueryOwners) String() string
type QueryOwnersResponse ¶
type QueryOwnersResponse struct { Owners map[string]string `` /* 153-byte string literal not displayed */ PendingOwners map[string]string `` /* 188-byte string literal not displayed */ // contains filtered or unexported fields }
func (*QueryOwnersResponse) Descriptor
deprecated
func (*QueryOwnersResponse) Descriptor() ([]byte, []int)
Deprecated: Use QueryOwnersResponse.ProtoReflect.Descriptor instead.
func (*QueryOwnersResponse) GetOwners ¶
func (x *QueryOwnersResponse) GetOwners() map[string]string
func (*QueryOwnersResponse) GetPendingOwners ¶
func (x *QueryOwnersResponse) GetPendingOwners() map[string]string
func (*QueryOwnersResponse) ProtoMessage ¶
func (*QueryOwnersResponse) ProtoMessage()
func (*QueryOwnersResponse) ProtoReflect ¶
func (x *QueryOwnersResponse) ProtoReflect() protoreflect.Message
func (*QueryOwnersResponse) Reset ¶
func (x *QueryOwnersResponse) Reset()
func (*QueryOwnersResponse) String ¶
func (x *QueryOwnersResponse) String() string
type QueryServer ¶
type QueryServer interface { Authority(context.Context, *QueryAuthority) (*QueryAuthorityResponse, error) AllowedDenoms(context.Context, *QueryAllowedDenoms) (*QueryAllowedDenomsResponse, error) Owners(context.Context, *QueryOwners) (*QueryOwnersResponse, error) Owner(context.Context, *QueryOwner) (*QueryOwnerResponse, error) Systems(context.Context, *QuerySystems) (*QuerySystemsResponse, error) SystemsByDenom(context.Context, *QuerySystemsByDenom) (*QuerySystemsByDenomResponse, error) Admins(context.Context, *QueryAdmins) (*QueryAdminsResponse, error) AdminsByDenom(context.Context, *QueryAdminsByDenom) (*QueryAdminsByDenomResponse, error) MaxMintAllowances(context.Context, *QueryMaxMintAllowances) (*QueryMaxMintAllowancesResponse, error) MaxMintAllowance(context.Context, *QueryMaxMintAllowance) (*QueryMaxMintAllowanceResponse, error) MintAllowances(context.Context, *QueryMintAllowances) (*QueryMintAllowancesResponse, error) MintAllowance(context.Context, *QueryMintAllowance) (*QueryMintAllowanceResponse, error) // contains filtered or unexported methods }
QueryServer is the server API for Query service. All implementations must embed UnimplementedQueryServer for forward compatibility.
type QuerySystems ¶
type QuerySystems struct {
// contains filtered or unexported fields
}
func (*QuerySystems) Descriptor
deprecated
func (*QuerySystems) Descriptor() ([]byte, []int)
Deprecated: Use QuerySystems.ProtoReflect.Descriptor instead.
func (*QuerySystems) ProtoMessage ¶
func (*QuerySystems) ProtoMessage()
func (*QuerySystems) ProtoReflect ¶
func (x *QuerySystems) ProtoReflect() protoreflect.Message
func (*QuerySystems) Reset ¶
func (x *QuerySystems) Reset()
func (*QuerySystems) String ¶
func (x *QuerySystems) String() string
type QuerySystemsByDenom ¶
type QuerySystemsByDenom struct { Denom string `protobuf:"bytes,1,opt,name=denom,proto3" json:"denom,omitempty"` // contains filtered or unexported fields }
func (*QuerySystemsByDenom) Descriptor
deprecated
func (*QuerySystemsByDenom) Descriptor() ([]byte, []int)
Deprecated: Use QuerySystemsByDenom.ProtoReflect.Descriptor instead.
func (*QuerySystemsByDenom) GetDenom ¶
func (x *QuerySystemsByDenom) GetDenom() string
func (*QuerySystemsByDenom) ProtoMessage ¶
func (*QuerySystemsByDenom) ProtoMessage()
func (*QuerySystemsByDenom) ProtoReflect ¶
func (x *QuerySystemsByDenom) ProtoReflect() protoreflect.Message
func (*QuerySystemsByDenom) Reset ¶
func (x *QuerySystemsByDenom) Reset()
func (*QuerySystemsByDenom) String ¶
func (x *QuerySystemsByDenom) String() string
type QuerySystemsByDenomResponse ¶
type QuerySystemsByDenomResponse struct { Systems []string `protobuf:"bytes,1,rep,name=systems,proto3" json:"systems,omitempty"` // contains filtered or unexported fields }
func (*QuerySystemsByDenomResponse) Descriptor
deprecated
func (*QuerySystemsByDenomResponse) Descriptor() ([]byte, []int)
Deprecated: Use QuerySystemsByDenomResponse.ProtoReflect.Descriptor instead.
func (*QuerySystemsByDenomResponse) GetSystems ¶
func (x *QuerySystemsByDenomResponse) GetSystems() []string
func (*QuerySystemsByDenomResponse) ProtoMessage ¶
func (*QuerySystemsByDenomResponse) ProtoMessage()
func (*QuerySystemsByDenomResponse) ProtoReflect ¶
func (x *QuerySystemsByDenomResponse) ProtoReflect() protoreflect.Message
func (*QuerySystemsByDenomResponse) Reset ¶
func (x *QuerySystemsByDenomResponse) Reset()
func (*QuerySystemsByDenomResponse) String ¶
func (x *QuerySystemsByDenomResponse) String() string
type QuerySystemsResponse ¶
type QuerySystemsResponse struct { Systems []*Account `protobuf:"bytes,1,rep,name=systems,proto3" json:"systems,omitempty"` // contains filtered or unexported fields }
func (*QuerySystemsResponse) Descriptor
deprecated
func (*QuerySystemsResponse) Descriptor() ([]byte, []int)
Deprecated: Use QuerySystemsResponse.ProtoReflect.Descriptor instead.
func (*QuerySystemsResponse) GetSystems ¶
func (x *QuerySystemsResponse) GetSystems() []*Account
func (*QuerySystemsResponse) ProtoMessage ¶
func (*QuerySystemsResponse) ProtoMessage()
func (*QuerySystemsResponse) ProtoReflect ¶
func (x *QuerySystemsResponse) ProtoReflect() protoreflect.Message
func (*QuerySystemsResponse) Reset ¶
func (x *QuerySystemsResponse) Reset()
func (*QuerySystemsResponse) String ¶
func (x *QuerySystemsResponse) String() string
type Recovered ¶
type Recovered struct { // denom is the denom that was affected. Denom string `protobuf:"bytes,1,opt,name=denom,proto3" json:"denom,omitempty"` // from is the address that tokens were recovered from. From string `protobuf:"bytes,2,opt,name=from,proto3" json:"from,omitempty"` // to is the address the recovered tokens were sent to. To string `protobuf:"bytes,3,opt,name=to,proto3" json:"to,omitempty"` // amount is the amount of recovered tokens. Amount string `protobuf:"bytes,4,opt,name=amount,proto3" json:"amount,omitempty"` // contains filtered or unexported fields }
Emitted when the module owner recovers tokens.
func (*Recovered) Descriptor
deprecated
func (*Recovered) ProtoMessage ¶
func (*Recovered) ProtoMessage()
func (*Recovered) ProtoReflect ¶
func (x *Recovered) ProtoReflect() protoreflect.Message
type SystemAccountAdded ¶
type SystemAccountAdded struct { // denom is the denom that was affected. Denom string `protobuf:"bytes,1,opt,name=denom,proto3" json:"denom,omitempty"` // account is the address that was added. Account string `protobuf:"bytes,2,opt,name=account,proto3" json:"account,omitempty"` // contains filtered or unexported fields }
Emitted when system account is added.
func (*SystemAccountAdded) Descriptor
deprecated
func (*SystemAccountAdded) Descriptor() ([]byte, []int)
Deprecated: Use SystemAccountAdded.ProtoReflect.Descriptor instead.
func (*SystemAccountAdded) GetAccount ¶
func (x *SystemAccountAdded) GetAccount() string
func (*SystemAccountAdded) GetDenom ¶
func (x *SystemAccountAdded) GetDenom() string
func (*SystemAccountAdded) ProtoMessage ¶
func (*SystemAccountAdded) ProtoMessage()
func (*SystemAccountAdded) ProtoReflect ¶
func (x *SystemAccountAdded) ProtoReflect() protoreflect.Message
func (*SystemAccountAdded) Reset ¶
func (x *SystemAccountAdded) Reset()
func (*SystemAccountAdded) String ¶
func (x *SystemAccountAdded) String() string
type SystemAccountRemoved ¶
type SystemAccountRemoved struct { // denom is the denom that was affected. Denom string `protobuf:"bytes,1,opt,name=denom,proto3" json:"denom,omitempty"` // account is the address that was removed. Account string `protobuf:"bytes,2,opt,name=account,proto3" json:"account,omitempty"` // contains filtered or unexported fields }
Emitted when system account is removed.
func (*SystemAccountRemoved) Descriptor
deprecated
func (*SystemAccountRemoved) Descriptor() ([]byte, []int)
Deprecated: Use SystemAccountRemoved.ProtoReflect.Descriptor instead.
func (*SystemAccountRemoved) GetAccount ¶
func (x *SystemAccountRemoved) GetAccount() string
func (*SystemAccountRemoved) GetDenom ¶
func (x *SystemAccountRemoved) GetDenom() string
func (*SystemAccountRemoved) ProtoMessage ¶
func (*SystemAccountRemoved) ProtoMessage()
func (*SystemAccountRemoved) ProtoReflect ¶
func (x *SystemAccountRemoved) ProtoReflect() protoreflect.Message
func (*SystemAccountRemoved) Reset ¶
func (x *SystemAccountRemoved) Reset()
func (*SystemAccountRemoved) String ¶
func (x *SystemAccountRemoved) String() string
type UnimplementedMsgServer ¶
type UnimplementedMsgServer struct{}
UnimplementedMsgServer must be embedded to have forward compatible implementations.
NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.
func (UnimplementedMsgServer) AcceptOwnership ¶
func (UnimplementedMsgServer) AcceptOwnership(context.Context, *MsgAcceptOwnership) (*MsgAcceptOwnershipResponse, error)
func (UnimplementedMsgServer) AddAdminAccount ¶
func (UnimplementedMsgServer) AddAdminAccount(context.Context, *MsgAddAdminAccount) (*MsgAddAdminAccountResponse, error)
func (UnimplementedMsgServer) AddSystemAccount ¶
func (UnimplementedMsgServer) AddSystemAccount(context.Context, *MsgAddSystemAccount) (*MsgAddSystemAccountResponse, error)
func (UnimplementedMsgServer) AllowDenom ¶
func (UnimplementedMsgServer) AllowDenom(context.Context, *MsgAllowDenom) (*MsgAllowDenomResponse, error)
func (UnimplementedMsgServer) Burn ¶
func (UnimplementedMsgServer) Burn(context.Context, *MsgBurn) (*MsgBurnResponse, error)
func (UnimplementedMsgServer) Mint ¶
func (UnimplementedMsgServer) Mint(context.Context, *MsgMint) (*MsgMintResponse, error)
func (UnimplementedMsgServer) Recover ¶
func (UnimplementedMsgServer) Recover(context.Context, *MsgRecover) (*MsgRecoverResponse, error)
func (UnimplementedMsgServer) RemoveAdminAccount ¶
func (UnimplementedMsgServer) RemoveAdminAccount(context.Context, *MsgRemoveAdminAccount) (*MsgRemoveAdminAccountResponse, error)
func (UnimplementedMsgServer) RemoveSystemAccount ¶
func (UnimplementedMsgServer) RemoveSystemAccount(context.Context, *MsgRemoveSystemAccount) (*MsgRemoveSystemAccountResponse, error)
func (UnimplementedMsgServer) SetMaxMintAllowance ¶
func (UnimplementedMsgServer) SetMaxMintAllowance(context.Context, *MsgSetMaxMintAllowance) (*MsgSetMaxMintAllowanceResponse, error)
func (UnimplementedMsgServer) SetMintAllowance ¶
func (UnimplementedMsgServer) SetMintAllowance(context.Context, *MsgSetMintAllowance) (*MsgSetMintAllowanceResponse, error)
func (UnimplementedMsgServer) TransferOwnership ¶
func (UnimplementedMsgServer) TransferOwnership(context.Context, *MsgTransferOwnership) (*MsgTransferOwnershipResponse, error)
type UnimplementedQueryServer ¶
type UnimplementedQueryServer struct{}
UnimplementedQueryServer must be embedded to have forward compatible implementations.
NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.
func (UnimplementedQueryServer) Admins ¶
func (UnimplementedQueryServer) Admins(context.Context, *QueryAdmins) (*QueryAdminsResponse, error)
func (UnimplementedQueryServer) AdminsByDenom ¶
func (UnimplementedQueryServer) AdminsByDenom(context.Context, *QueryAdminsByDenom) (*QueryAdminsByDenomResponse, error)
func (UnimplementedQueryServer) AllowedDenoms ¶
func (UnimplementedQueryServer) AllowedDenoms(context.Context, *QueryAllowedDenoms) (*QueryAllowedDenomsResponse, error)
func (UnimplementedQueryServer) Authority ¶
func (UnimplementedQueryServer) Authority(context.Context, *QueryAuthority) (*QueryAuthorityResponse, error)
func (UnimplementedQueryServer) MaxMintAllowance ¶
func (UnimplementedQueryServer) MaxMintAllowance(context.Context, *QueryMaxMintAllowance) (*QueryMaxMintAllowanceResponse, error)
func (UnimplementedQueryServer) MaxMintAllowances ¶
func (UnimplementedQueryServer) MaxMintAllowances(context.Context, *QueryMaxMintAllowances) (*QueryMaxMintAllowancesResponse, error)
func (UnimplementedQueryServer) MintAllowance ¶
func (UnimplementedQueryServer) MintAllowance(context.Context, *QueryMintAllowance) (*QueryMintAllowanceResponse, error)
func (UnimplementedQueryServer) MintAllowances ¶
func (UnimplementedQueryServer) MintAllowances(context.Context, *QueryMintAllowances) (*QueryMintAllowancesResponse, error)
func (UnimplementedQueryServer) Owner ¶
func (UnimplementedQueryServer) Owner(context.Context, *QueryOwner) (*QueryOwnerResponse, error)
func (UnimplementedQueryServer) Owners ¶
func (UnimplementedQueryServer) Owners(context.Context, *QueryOwners) (*QueryOwnersResponse, error)
func (UnimplementedQueryServer) Systems ¶
func (UnimplementedQueryServer) Systems(context.Context, *QuerySystems) (*QuerySystemsResponse, error)
func (UnimplementedQueryServer) SystemsByDenom ¶
func (UnimplementedQueryServer) SystemsByDenom(context.Context, *QuerySystemsByDenom) (*QuerySystemsByDenomResponse, error)
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.