florinv2

package
v2.0.0 Latest Latest
Warning

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

Go to latest
Published: Oct 21, 2024 License: Apache-2.0 Imports: 21 Imported by: 0

Documentation

Overview

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

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

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

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

Index

Constants

View Source
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"
)
View Source
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

View Source
var File_florin_v2_events_proto protoreflect.FileDescriptor
View Source
var File_florin_v2_genesis_proto protoreflect.FileDescriptor
View Source
var File_florin_v2_query_proto protoreflect.FileDescriptor
View Source
var File_florin_v2_tx_proto protoreflect.FileDescriptor
View Source
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)

View Source
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) Descriptor() ([]byte, []int)

Deprecated: Use Account.ProtoReflect.Descriptor instead.

func (*Account) GetAddress

func (x *Account) GetAddress() string

func (*Account) GetDenom

func (x *Account) GetDenom() string

func (*Account) ProtoMessage

func (*Account) ProtoMessage()

func (*Account) ProtoReflect

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

func (*Account) Reset

func (x *Account) Reset()

func (*Account) String

func (x *Account) String() string

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) Descriptor() ([]byte, []int)

Deprecated: Use Allowance.ProtoReflect.Descriptor instead.

func (*Allowance) GetAddress

func (x *Allowance) GetAddress() string

func (*Allowance) GetAllowance

func (x *Allowance) GetAllowance() string

func (*Allowance) GetDenom

func (x *Allowance) GetDenom() string

func (*Allowance) ProtoMessage

func (*Allowance) ProtoMessage()

func (*Allowance) ProtoReflect

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

func (*Allowance) Reset

func (x *Allowance) Reset()

func (*Allowance) String

func (x *Allowance) String() string

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 (*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 (*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 (*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) Descriptor() ([]byte, []int)

Deprecated: Use MsgBurn.ProtoReflect.Descriptor instead.

func (*MsgBurn) GetAmount

func (x *MsgBurn) GetAmount() string

func (*MsgBurn) GetDenom

func (x *MsgBurn) GetDenom() string

func (*MsgBurn) GetFrom

func (x *MsgBurn) GetFrom() string

func (*MsgBurn) GetPubKey

func (x *MsgBurn) GetPubKey() *anypb.Any

func (*MsgBurn) GetSignature

func (x *MsgBurn) GetSignature() []byte

func (*MsgBurn) GetSigner

func (x *MsgBurn) GetSigner() string

func (*MsgBurn) ProtoMessage

func (*MsgBurn) ProtoMessage()

func (*MsgBurn) ProtoReflect

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

func (*MsgBurn) Reset

func (x *MsgBurn) Reset()

func (*MsgBurn) String

func (x *MsgBurn) String() string

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

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) Descriptor() ([]byte, []int)

Deprecated: Use MsgMint.ProtoReflect.Descriptor instead.

func (*MsgMint) GetAmount

func (x *MsgMint) GetAmount() string

func (*MsgMint) GetDenom

func (x *MsgMint) GetDenom() string

func (*MsgMint) GetSigner

func (x *MsgMint) GetSigner() string

func (*MsgMint) GetTo

func (x *MsgMint) GetTo() string

func (*MsgMint) ProtoMessage

func (*MsgMint) ProtoMessage()

func (*MsgMint) ProtoReflect

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

func (*MsgMint) Reset

func (x *MsgMint) Reset()

func (*MsgMint) String

func (x *MsgMint) String() string

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 (*MsgRemoveAdminAccountResponse) Reset

func (x *MsgRemoveAdminAccountResponse) Reset()

func (*MsgRemoveAdminAccountResponse) 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 (*MsgRemoveSystemAccountResponse) Reset

func (x *MsgRemoveSystemAccountResponse) Reset()

func (*MsgRemoveSystemAccountResponse) String

type MsgServer

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 (*MsgSetMaxMintAllowanceResponse) Reset

func (x *MsgSetMaxMintAllowanceResponse) Reset()

func (*MsgSetMaxMintAllowanceResponse) 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 (*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 (*MsgTransferOwnershipResponse) Reset

func (x *MsgTransferOwnershipResponse) Reset()

func (*MsgTransferOwnershipResponse) 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 (*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 (*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

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 (*QueryMaxMintAllowanceResponse) Reset

func (x *QueryMaxMintAllowanceResponse) Reset()

func (*QueryMaxMintAllowanceResponse) 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 (*QueryMaxMintAllowancesResponse) Reset

func (x *QueryMaxMintAllowancesResponse) Reset()

func (*QueryMaxMintAllowancesResponse) 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 (*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 (*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

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 (*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) Descriptor() ([]byte, []int)

Deprecated: Use Recovered.ProtoReflect.Descriptor instead.

func (*Recovered) GetAmount

func (x *Recovered) GetAmount() string

func (*Recovered) GetDenom

func (x *Recovered) GetDenom() string

func (*Recovered) GetFrom

func (x *Recovered) GetFrom() string

func (*Recovered) GetTo

func (x *Recovered) GetTo() string

func (*Recovered) ProtoMessage

func (*Recovered) ProtoMessage()

func (*Recovered) ProtoReflect

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

func (*Recovered) Reset

func (x *Recovered) Reset()

func (*Recovered) String

func (x *Recovered) String() string

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) AddAdminAccount

func (UnimplementedMsgServer) AddSystemAccount

func (UnimplementedMsgServer) AllowDenom

func (UnimplementedMsgServer) Burn

func (UnimplementedMsgServer) Mint

func (UnimplementedMsgServer) Recover

func (UnimplementedMsgServer) SetMintAllowance

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) AdminsByDenom

func (UnimplementedQueryServer) AllowedDenoms

func (UnimplementedQueryServer) Authority

func (UnimplementedQueryServer) MintAllowance

func (UnimplementedQueryServer) MintAllowances

func (UnimplementedQueryServer) Owner

func (UnimplementedQueryServer) Owners

func (UnimplementedQueryServer) Systems

func (UnimplementedQueryServer) SystemsByDenom

type UnsafeMsgServer

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

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

type UnsafeQueryServer

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

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL
JackTT - Gopher 🇻🇳