Versions in this module Expand all Collapse all v1 v1.9.0 May 14, 2024 v1.8.0 Dec 1, 2023 v1.7.3 Apr 11, 2023 v1.7.3-rc1 Feb 13, 2023 v1.7.2 Nov 25, 2022 v1.7.2-gon-beta.2 Feb 7, 2023 v1.7.2-gon-beta.1 Feb 1, 2023 v1.7.1 Nov 18, 2022 v1.7.0 Nov 15, 2022 v1.7.0-rc1 Nov 3, 2022 v1.6.2 Jul 17, 2023 v1.6.1-tianhe Nov 11, 2022 v1.6.0 Aug 8, 2022 v1.5.2 Mar 11, 2022 Changes in this version + const DoNotModify + const KeyNextDenomSequence + const KeyNextMTSequence + const ModuleName + const QuerierRoute + const QueryCollection + const QueryDenom + const QueryDenoms + const QueryMT + const QueryOwner + const QuerySupply + const RouterKey + const StoreKey + const TypeMsgBurnMT + const TypeMsgEditMT + const TypeMsgIssueDenom + const TypeMsgMintMT + const TypeMsgTransferDenom + const TypeMsgTransferMT + var AttributeKeyAmount = "amount" + var AttributeKeyCreator = "creator" + var AttributeKeyDenomID = "denom_id" + var AttributeKeyDenomName = "denom_name" + var AttributeKeyMTID = "mt_id" + var AttributeKeyOwner = "owner" + var AttributeKeyRecipient = "recipient" + var AttributeKeySender = "sender" + var AttributeKeySupply = "supply" + var AttributeValueCategory = ModuleName + var Delimiter = []byte("/") + var ErrIntOverflowGenesis = fmt.Errorf("proto: integer overflow") + var ErrIntOverflowMt = fmt.Errorf("proto: integer overflow") + var ErrIntOverflowQuery = fmt.Errorf("proto: integer overflow") + var ErrIntOverflowTx = fmt.Errorf("proto: integer overflow") + var ErrInvalidLengthGenesis = fmt.Errorf("proto: negative length found during unmarshaling") + var ErrInvalidLengthMt = fmt.Errorf("proto: negative length found during unmarshaling") + var ErrInvalidLengthQuery = fmt.Errorf("proto: negative length found during unmarshaling") + var ErrInvalidLengthTx = fmt.Errorf("proto: negative length found during unmarshaling") + var ErrUnexpectedEndOfGroupGenesis = fmt.Errorf("proto: unexpected end of group") + var ErrUnexpectedEndOfGroupMt = fmt.Errorf("proto: unexpected end of group") + var ErrUnexpectedEndOfGroupQuery = fmt.Errorf("proto: unexpected end of group") + var ErrUnexpectedEndOfGroupTx = fmt.Errorf("proto: unexpected end of group") + var EventTypeBurnMT = "burn_mt" + var EventTypeEditMT = "edit_mt" + var EventTypeIssueDenom = "issue_denom" + var EventTypeMintMT = "mint_mt" + var EventTypeTransfer = "transfer_mt" + var EventTypeTransferDenom = "transfer_denom" + var ModuleCdc = codec.NewAminoCodec(amino) + var PrefixBalance = []byte + var PrefixDenom = []byte + var PrefixMT = []byte + var PrefixSupply = []byte + func KeyBalance(address sdk.AccAddress, denomID, mtID string) []byte + func KeyDenom(id string) []byte + func KeyMT(denomID, mtID string) []byte + func KeySupply(denomID, mtID string) []byte + func Modified(target string) bool + func MustMarshalAmount(cdc codec.Codec, amount uint64) []byte + func MustMarshalMTID(cdc codec.Codec, mtID string) []byte + func MustMarshalSupply(cdc codec.Codec, supply uint64) []byte + func MustUnMarshalAmount(cdc codec.Codec, value []byte) uint64 + func MustUnMarshalMTID(cdc codec.Codec, value []byte) string + func MustUnMarshalSupply(cdc codec.Codec, value []byte) uint64 + func RegisterInterfaces(registry types.InterfaceRegistry) + func RegisterLegacyAminoCodec(cdc *codec.LegacyAmino) + func RegisterMsgServer(s grpc1.Server, srv MsgServer) + func RegisterQueryHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error + func RegisterQueryHandlerClient(ctx context.Context, mux *runtime.ServeMux, client QueryClient) error + func RegisterQueryHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, ...) (err error) + func RegisterQueryHandlerServer(ctx context.Context, mux *runtime.ServeMux, server QueryServer) error + func RegisterQueryServer(s grpc1.Server, srv QueryServer) + func ValidateGenesis(data GenesisState) error + type AccountKeeper interface + GetAccount func(ctx sdk.Context, addr sdk.AccAddress) authtypes.AccountI + type Balance struct + Amount uint64 + MtId string + func NewBalance(mtID string, amount uint64) (b Balance) + func (*Balance) Descriptor() ([]byte, []int) + func (*Balance) ProtoMessage() + func (m *Balance) Marshal() (dAtA []byte, err error) + func (m *Balance) MarshalTo(dAtA []byte) (int, error) + func (m *Balance) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *Balance) Reset() + func (m *Balance) Size() (n int) + func (m *Balance) String() string + func (m *Balance) Unmarshal(dAtA []byte) error + func (m *Balance) XXX_DiscardUnknown() + func (m *Balance) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Balance) XXX_Merge(src proto.Message) + func (m *Balance) XXX_Size() int + func (m *Balance) XXX_Unmarshal(b []byte) error + func (this *Balance) Equal(that interface{}) bool + type BankKeeper interface + GetAllBalances func(ctx sdk.Context, addr sdk.AccAddress) sdk.Coins + GetBalance func(ctx sdk.Context, addr sdk.AccAddress, denom string) sdk.Coin + LockedCoins func(ctx sdk.Context, addr sdk.AccAddress) sdk.Coins + SpendableCoins func(ctx sdk.Context, addr sdk.AccAddress) sdk.Coins + type Collection struct + Denom *Denom + Mts []MT + func NewCollection(denom Denom, mts []exported.MT) (c Collection) + func NewCollections(c ...Collection) []Collection + func (*Collection) Descriptor() ([]byte, []int) + func (*Collection) ProtoMessage() + func (c Collection) AddMT(mt MT) Collection + func (c Collection) Supply() int + func (m *Collection) GetDenom() *Denom + func (m *Collection) GetMts() []MT + func (m *Collection) Marshal() (dAtA []byte, err error) + func (m *Collection) MarshalTo(dAtA []byte) (int, error) + func (m *Collection) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *Collection) Reset() + func (m *Collection) Size() (n int) + func (m *Collection) String() string + func (m *Collection) Unmarshal(dAtA []byte) error + func (m *Collection) XXX_DiscardUnknown() + func (m *Collection) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Collection) XXX_Merge(src proto.Message) + func (m *Collection) XXX_Size() int + func (m *Collection) XXX_Unmarshal(b []byte) error + func (this *Collection) Equal(that interface{}) bool + type Denom struct + Data []byte + Id string + Name string + Owner string + func (*Denom) Descriptor() ([]byte, []int) + func (*Denom) ProtoMessage() + func (m *Denom) Marshal() (dAtA []byte, err error) + func (m *Denom) MarshalTo(dAtA []byte) (int, error) + func (m *Denom) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *Denom) Reset() + func (m *Denom) Size() (n int) + func (m *Denom) String() string + func (m *Denom) Unmarshal(dAtA []byte) error + func (m *Denom) XXX_DiscardUnknown() + func (m *Denom) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Denom) XXX_Merge(src proto.Message) + func (m *Denom) XXX_Size() int + func (m *Denom) XXX_Unmarshal(b []byte) error + func (this *Denom) Equal(that interface{}) bool + type DenomBalance struct + Balances []Balance + DenomId string + func NewDenomBalance(denomID string, balances []Balance) (d DenomBalance) + func (*DenomBalance) Descriptor() ([]byte, []int) + func (*DenomBalance) ProtoMessage() + func (m *DenomBalance) GetBalances() []Balance + func (m *DenomBalance) GetDenomId() string + func (m *DenomBalance) Marshal() (dAtA []byte, err error) + func (m *DenomBalance) MarshalTo(dAtA []byte) (int, error) + func (m *DenomBalance) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *DenomBalance) Reset() + func (m *DenomBalance) Size() (n int) + func (m *DenomBalance) String() string + func (m *DenomBalance) Unmarshal(dAtA []byte) error + func (m *DenomBalance) XXX_DiscardUnknown() + func (m *DenomBalance) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *DenomBalance) XXX_Merge(src proto.Message) + func (m *DenomBalance) XXX_Size() int + func (m *DenomBalance) XXX_Unmarshal(b []byte) error + func (this *DenomBalance) Equal(that interface{}) bool + type GenesisState struct + Collections []Collection + Owners []Owner + func NewGenesisState(collections []Collection, owners []Owner) *GenesisState + func (*GenesisState) Descriptor() ([]byte, []int) + func (*GenesisState) ProtoMessage() + func (m *GenesisState) GetCollections() []Collection + func (m *GenesisState) GetOwners() []Owner + func (m *GenesisState) Marshal() (dAtA []byte, err error) + func (m *GenesisState) MarshalTo(dAtA []byte) (int, error) + func (m *GenesisState) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *GenesisState) Reset() + func (m *GenesisState) Size() (n int) + func (m *GenesisState) String() string + func (m *GenesisState) Unmarshal(dAtA []byte) error + func (m *GenesisState) XXX_DiscardUnknown() + func (m *GenesisState) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *GenesisState) XXX_Merge(src proto.Message) + func (m *GenesisState) XXX_Size() int + func (m *GenesisState) XXX_Unmarshal(b []byte) error + type MT struct + Data []byte + Id string + Supply uint64 + func NewMT(id string, supply uint64, data []byte) MT + func (*MT) Descriptor() ([]byte, []int) + func (*MT) ProtoMessage() + func (m *MT) Marshal() (dAtA []byte, err error) + func (m *MT) MarshalTo(dAtA []byte) (int, error) + func (m *MT) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *MT) Reset() + func (m *MT) Size() (n int) + func (m *MT) String() string + func (m *MT) Unmarshal(dAtA []byte) error + func (m *MT) XXX_DiscardUnknown() + func (m *MT) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MT) XXX_Merge(src proto.Message) + func (m *MT) XXX_Size() int + func (m *MT) XXX_Unmarshal(b []byte) error + func (mt MT) GetData() []byte + func (mt MT) GetID() string + func (mt MT) GetSupply() uint64 + func (this *MT) Equal(that interface{}) bool + type MTs []exported.MT + func NewMTs(nfts ...exported.MT) MTs + type MsgBurnMT struct + Amount uint64 + DenomId string + Id string + Sender string + func NewMsgBurnMT(sender, mtID, denomID string, amount uint64) *MsgBurnMT + func (*MsgBurnMT) Descriptor() ([]byte, []int) + func (*MsgBurnMT) ProtoMessage() + func (m *MsgBurnMT) Marshal() (dAtA []byte, err error) + func (m *MsgBurnMT) MarshalTo(dAtA []byte) (int, error) + func (m *MsgBurnMT) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *MsgBurnMT) Reset() + func (m *MsgBurnMT) Size() (n int) + func (m *MsgBurnMT) String() string + func (m *MsgBurnMT) Unmarshal(dAtA []byte) error + func (m *MsgBurnMT) XXX_DiscardUnknown() + func (m *MsgBurnMT) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MsgBurnMT) XXX_Merge(src proto.Message) + func (m *MsgBurnMT) XXX_Size() int + func (m *MsgBurnMT) XXX_Unmarshal(b []byte) error + func (msg MsgBurnMT) GetSignBytes() []byte + func (msg MsgBurnMT) GetSigners() []sdk.AccAddress + func (msg MsgBurnMT) Route() string + func (msg MsgBurnMT) Type() string + func (msg MsgBurnMT) ValidateBasic() error + func (this *MsgBurnMT) Equal(that interface{}) bool + type MsgBurnMTResponse struct + func (*MsgBurnMTResponse) Descriptor() ([]byte, []int) + func (*MsgBurnMTResponse) ProtoMessage() + func (m *MsgBurnMTResponse) Marshal() (dAtA []byte, err error) + func (m *MsgBurnMTResponse) MarshalTo(dAtA []byte) (int, error) + func (m *MsgBurnMTResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *MsgBurnMTResponse) Reset() + func (m *MsgBurnMTResponse) Size() (n int) + func (m *MsgBurnMTResponse) String() string + func (m *MsgBurnMTResponse) Unmarshal(dAtA []byte) error + func (m *MsgBurnMTResponse) XXX_DiscardUnknown() + func (m *MsgBurnMTResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MsgBurnMTResponse) XXX_Merge(src proto.Message) + func (m *MsgBurnMTResponse) XXX_Size() int + func (m *MsgBurnMTResponse) XXX_Unmarshal(b []byte) error + type MsgClient interface + BurnMT func(ctx context.Context, in *MsgBurnMT, opts ...grpc.CallOption) (*MsgBurnMTResponse, error) + EditMT func(ctx context.Context, in *MsgEditMT, opts ...grpc.CallOption) (*MsgEditMTResponse, error) + IssueDenom func(ctx context.Context, in *MsgIssueDenom, opts ...grpc.CallOption) (*MsgIssueDenomResponse, error) + MintMT func(ctx context.Context, in *MsgMintMT, opts ...grpc.CallOption) (*MsgMintMTResponse, error) + TransferDenom func(ctx context.Context, in *MsgTransferDenom, opts ...grpc.CallOption) (*MsgTransferDenomResponse, error) + TransferMT func(ctx context.Context, in *MsgTransferMT, opts ...grpc.CallOption) (*MsgTransferMTResponse, error) + func NewMsgClient(cc grpc1.ClientConn) MsgClient + type MsgEditMT struct + Data []byte + DenomId string + Id string + Sender string + func NewMsgEditMT(mtID, denomID, tokenData, sender string) *MsgEditMT + func (*MsgEditMT) Descriptor() ([]byte, []int) + func (*MsgEditMT) ProtoMessage() + func (m *MsgEditMT) Marshal() (dAtA []byte, err error) + func (m *MsgEditMT) MarshalTo(dAtA []byte) (int, error) + func (m *MsgEditMT) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *MsgEditMT) Reset() + func (m *MsgEditMT) Size() (n int) + func (m *MsgEditMT) String() string + func (m *MsgEditMT) Unmarshal(dAtA []byte) error + func (m *MsgEditMT) XXX_DiscardUnknown() + func (m *MsgEditMT) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MsgEditMT) XXX_Merge(src proto.Message) + func (m *MsgEditMT) XXX_Size() int + func (m *MsgEditMT) XXX_Unmarshal(b []byte) error + func (msg MsgEditMT) GetSignBytes() []byte + func (msg MsgEditMT) GetSigners() []sdk.AccAddress + func (msg MsgEditMT) Route() string + func (msg MsgEditMT) Type() string + func (msg MsgEditMT) ValidateBasic() error + func (this *MsgEditMT) Equal(that interface{}) bool + type MsgEditMTResponse struct + func (*MsgEditMTResponse) Descriptor() ([]byte, []int) + func (*MsgEditMTResponse) ProtoMessage() + func (m *MsgEditMTResponse) Marshal() (dAtA []byte, err error) + func (m *MsgEditMTResponse) MarshalTo(dAtA []byte) (int, error) + func (m *MsgEditMTResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *MsgEditMTResponse) Reset() + func (m *MsgEditMTResponse) Size() (n int) + func (m *MsgEditMTResponse) String() string + func (m *MsgEditMTResponse) Unmarshal(dAtA []byte) error + func (m *MsgEditMTResponse) XXX_DiscardUnknown() + func (m *MsgEditMTResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MsgEditMTResponse) XXX_Merge(src proto.Message) + func (m *MsgEditMTResponse) XXX_Size() int + func (m *MsgEditMTResponse) XXX_Unmarshal(b []byte) error + type MsgIssueDenom struct + Data []byte + Name string + Sender string + func NewMsgIssueDenom(name, data, sender string) *MsgIssueDenom + func (*MsgIssueDenom) Descriptor() ([]byte, []int) + func (*MsgIssueDenom) ProtoMessage() + func (m *MsgIssueDenom) Marshal() (dAtA []byte, err error) + func (m *MsgIssueDenom) MarshalTo(dAtA []byte) (int, error) + func (m *MsgIssueDenom) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *MsgIssueDenom) Reset() + func (m *MsgIssueDenom) Size() (n int) + func (m *MsgIssueDenom) String() string + func (m *MsgIssueDenom) Unmarshal(dAtA []byte) error + func (m *MsgIssueDenom) XXX_DiscardUnknown() + func (m *MsgIssueDenom) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MsgIssueDenom) XXX_Merge(src proto.Message) + func (m *MsgIssueDenom) XXX_Size() int + func (m *MsgIssueDenom) XXX_Unmarshal(b []byte) error + func (msg MsgIssueDenom) GetSignBytes() []byte + func (msg MsgIssueDenom) GetSigners() []sdk.AccAddress + func (msg MsgIssueDenom) Route() string + func (msg MsgIssueDenom) Type() string + func (msg MsgIssueDenom) ValidateBasic() error + func (this *MsgIssueDenom) Equal(that interface{}) bool + type MsgIssueDenomResponse struct + func (*MsgIssueDenomResponse) Descriptor() ([]byte, []int) + func (*MsgIssueDenomResponse) ProtoMessage() + func (m *MsgIssueDenomResponse) Marshal() (dAtA []byte, err error) + func (m *MsgIssueDenomResponse) MarshalTo(dAtA []byte) (int, error) + func (m *MsgIssueDenomResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *MsgIssueDenomResponse) Reset() + func (m *MsgIssueDenomResponse) Size() (n int) + func (m *MsgIssueDenomResponse) String() string + func (m *MsgIssueDenomResponse) Unmarshal(dAtA []byte) error + func (m *MsgIssueDenomResponse) XXX_DiscardUnknown() + func (m *MsgIssueDenomResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MsgIssueDenomResponse) XXX_Merge(src proto.Message) + func (m *MsgIssueDenomResponse) XXX_Size() int + func (m *MsgIssueDenomResponse) XXX_Unmarshal(b []byte) error + type MsgMintMT struct + Amount uint64 + Data []byte + DenomId string + Id string + Recipient string + Sender string + func NewMsgMintMT(mtID, denomID string, amount uint64, tokenData, sender, recipient string) *MsgMintMT + func (*MsgMintMT) Descriptor() ([]byte, []int) + func (*MsgMintMT) ProtoMessage() + func (m *MsgMintMT) Marshal() (dAtA []byte, err error) + func (m *MsgMintMT) MarshalTo(dAtA []byte) (int, error) + func (m *MsgMintMT) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *MsgMintMT) Reset() + func (m *MsgMintMT) Size() (n int) + func (m *MsgMintMT) String() string + func (m *MsgMintMT) Unmarshal(dAtA []byte) error + func (m *MsgMintMT) XXX_DiscardUnknown() + func (m *MsgMintMT) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MsgMintMT) XXX_Merge(src proto.Message) + func (m *MsgMintMT) XXX_Size() int + func (m *MsgMintMT) XXX_Unmarshal(b []byte) error + func (msg MsgMintMT) GetSignBytes() []byte + func (msg MsgMintMT) GetSigners() []sdk.AccAddress + func (msg MsgMintMT) Route() string + func (msg MsgMintMT) Type() string + func (msg MsgMintMT) ValidateBasic() error + func (this *MsgMintMT) Equal(that interface{}) bool + type MsgMintMTResponse struct + func (*MsgMintMTResponse) Descriptor() ([]byte, []int) + func (*MsgMintMTResponse) ProtoMessage() + func (m *MsgMintMTResponse) Marshal() (dAtA []byte, err error) + func (m *MsgMintMTResponse) MarshalTo(dAtA []byte) (int, error) + func (m *MsgMintMTResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *MsgMintMTResponse) Reset() + func (m *MsgMintMTResponse) Size() (n int) + func (m *MsgMintMTResponse) String() string + func (m *MsgMintMTResponse) Unmarshal(dAtA []byte) error + func (m *MsgMintMTResponse) XXX_DiscardUnknown() + func (m *MsgMintMTResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MsgMintMTResponse) XXX_Merge(src proto.Message) + func (m *MsgMintMTResponse) XXX_Size() int + func (m *MsgMintMTResponse) XXX_Unmarshal(b []byte) error + type MsgServer interface + BurnMT func(context.Context, *MsgBurnMT) (*MsgBurnMTResponse, error) + EditMT func(context.Context, *MsgEditMT) (*MsgEditMTResponse, error) + IssueDenom func(context.Context, *MsgIssueDenom) (*MsgIssueDenomResponse, error) + MintMT func(context.Context, *MsgMintMT) (*MsgMintMTResponse, error) + TransferDenom func(context.Context, *MsgTransferDenom) (*MsgTransferDenomResponse, error) + TransferMT func(context.Context, *MsgTransferMT) (*MsgTransferMTResponse, error) + type MsgTransferDenom struct + Id string + Recipient string + Sender string + func NewMsgTransferDenom(denomId, sender, recipient string) *MsgTransferDenom + func (*MsgTransferDenom) Descriptor() ([]byte, []int) + func (*MsgTransferDenom) ProtoMessage() + func (m *MsgTransferDenom) Marshal() (dAtA []byte, err error) + func (m *MsgTransferDenom) MarshalTo(dAtA []byte) (int, error) + func (m *MsgTransferDenom) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *MsgTransferDenom) Reset() + func (m *MsgTransferDenom) Size() (n int) + func (m *MsgTransferDenom) String() string + func (m *MsgTransferDenom) Unmarshal(dAtA []byte) error + func (m *MsgTransferDenom) XXX_DiscardUnknown() + func (m *MsgTransferDenom) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MsgTransferDenom) XXX_Merge(src proto.Message) + func (m *MsgTransferDenom) XXX_Size() int + func (m *MsgTransferDenom) XXX_Unmarshal(b []byte) error + func (msg MsgTransferDenom) GetSignBytes() []byte + func (msg MsgTransferDenom) GetSigners() []sdk.AccAddress + func (msg MsgTransferDenom) Route() string + func (msg MsgTransferDenom) Type() string + func (msg MsgTransferDenom) ValidateBasic() error + func (this *MsgTransferDenom) Equal(that interface{}) bool + type MsgTransferDenomResponse struct + func (*MsgTransferDenomResponse) Descriptor() ([]byte, []int) + func (*MsgTransferDenomResponse) ProtoMessage() + func (m *MsgTransferDenomResponse) Marshal() (dAtA []byte, err error) + func (m *MsgTransferDenomResponse) MarshalTo(dAtA []byte) (int, error) + func (m *MsgTransferDenomResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *MsgTransferDenomResponse) Reset() + func (m *MsgTransferDenomResponse) Size() (n int) + func (m *MsgTransferDenomResponse) String() string + func (m *MsgTransferDenomResponse) Unmarshal(dAtA []byte) error + func (m *MsgTransferDenomResponse) XXX_DiscardUnknown() + func (m *MsgTransferDenomResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MsgTransferDenomResponse) XXX_Merge(src proto.Message) + func (m *MsgTransferDenomResponse) XXX_Size() int + func (m *MsgTransferDenomResponse) XXX_Unmarshal(b []byte) error + type MsgTransferMT struct + Amount uint64 + DenomId string + Id string + Recipient string + Sender string + func NewMsgTransferMT(mtID, denomID, sender, recipient string, amount uint64) *MsgTransferMT + func (*MsgTransferMT) Descriptor() ([]byte, []int) + func (*MsgTransferMT) ProtoMessage() + func (m *MsgTransferMT) Marshal() (dAtA []byte, err error) + func (m *MsgTransferMT) MarshalTo(dAtA []byte) (int, error) + func (m *MsgTransferMT) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *MsgTransferMT) Reset() + func (m *MsgTransferMT) Size() (n int) + func (m *MsgTransferMT) String() string + func (m *MsgTransferMT) Unmarshal(dAtA []byte) error + func (m *MsgTransferMT) XXX_DiscardUnknown() + func (m *MsgTransferMT) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MsgTransferMT) XXX_Merge(src proto.Message) + func (m *MsgTransferMT) XXX_Size() int + func (m *MsgTransferMT) XXX_Unmarshal(b []byte) error + func (msg MsgTransferMT) GetSignBytes() []byte + func (msg MsgTransferMT) GetSigners() []sdk.AccAddress + func (msg MsgTransferMT) Route() string + func (msg MsgTransferMT) Type() string + func (msg MsgTransferMT) ValidateBasic() error + func (this *MsgTransferMT) Equal(that interface{}) bool + type MsgTransferMTResponse struct + func (*MsgTransferMTResponse) Descriptor() ([]byte, []int) + func (*MsgTransferMTResponse) ProtoMessage() + func (m *MsgTransferMTResponse) Marshal() (dAtA []byte, err error) + func (m *MsgTransferMTResponse) MarshalTo(dAtA []byte) (int, error) + func (m *MsgTransferMTResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *MsgTransferMTResponse) Reset() + func (m *MsgTransferMTResponse) Size() (n int) + func (m *MsgTransferMTResponse) String() string + func (m *MsgTransferMTResponse) Unmarshal(dAtA []byte) error + func (m *MsgTransferMTResponse) XXX_DiscardUnknown() + func (m *MsgTransferMTResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MsgTransferMTResponse) XXX_Merge(src proto.Message) + func (m *MsgTransferMTResponse) XXX_Size() int + func (m *MsgTransferMTResponse) XXX_Unmarshal(b []byte) error + type Owner struct + Address string + Denoms []DenomBalance + func NewOwner(address string, denoms []DenomBalance) (o Owner) + func (*Owner) Descriptor() ([]byte, []int) + func (*Owner) ProtoMessage() + func (m *Owner) GetAddress() string + func (m *Owner) GetDenoms() []DenomBalance + func (m *Owner) Marshal() (dAtA []byte, err error) + func (m *Owner) MarshalTo(dAtA []byte) (int, error) + func (m *Owner) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *Owner) Reset() + func (m *Owner) Size() (n int) + func (m *Owner) String() string + func (m *Owner) Unmarshal(dAtA []byte) error + func (m *Owner) XXX_DiscardUnknown() + func (m *Owner) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Owner) XXX_Merge(src proto.Message) + func (m *Owner) XXX_Size() int + func (m *Owner) XXX_Unmarshal(b []byte) error + func (this *Owner) Equal(that interface{}) bool + type QueryBalancesRequest struct + DenomId string + Owner string + Pagination *query.PageRequest + func (*QueryBalancesRequest) Descriptor() ([]byte, []int) + func (*QueryBalancesRequest) ProtoMessage() + func (m *QueryBalancesRequest) GetDenomId() string + func (m *QueryBalancesRequest) GetOwner() string + func (m *QueryBalancesRequest) GetPagination() *query.PageRequest + func (m *QueryBalancesRequest) Marshal() (dAtA []byte, err error) + func (m *QueryBalancesRequest) MarshalTo(dAtA []byte) (int, error) + func (m *QueryBalancesRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryBalancesRequest) Reset() + func (m *QueryBalancesRequest) Size() (n int) + func (m *QueryBalancesRequest) String() string + func (m *QueryBalancesRequest) Unmarshal(dAtA []byte) error + func (m *QueryBalancesRequest) XXX_DiscardUnknown() + func (m *QueryBalancesRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryBalancesRequest) XXX_Merge(src proto.Message) + func (m *QueryBalancesRequest) XXX_Size() int + func (m *QueryBalancesRequest) XXX_Unmarshal(b []byte) error + type QueryBalancesResponse struct + Balance []Balance + Pagination *query.PageResponse + func (*QueryBalancesResponse) Descriptor() ([]byte, []int) + func (*QueryBalancesResponse) ProtoMessage() + func (m *QueryBalancesResponse) GetBalance() []Balance + func (m *QueryBalancesResponse) GetPagination() *query.PageResponse + func (m *QueryBalancesResponse) Marshal() (dAtA []byte, err error) + func (m *QueryBalancesResponse) MarshalTo(dAtA []byte) (int, error) + func (m *QueryBalancesResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryBalancesResponse) Reset() + func (m *QueryBalancesResponse) Size() (n int) + func (m *QueryBalancesResponse) String() string + func (m *QueryBalancesResponse) Unmarshal(dAtA []byte) error + func (m *QueryBalancesResponse) XXX_DiscardUnknown() + func (m *QueryBalancesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryBalancesResponse) XXX_Merge(src proto.Message) + func (m *QueryBalancesResponse) XXX_Size() int + func (m *QueryBalancesResponse) XXX_Unmarshal(b []byte) error + type QueryClient interface + Balances func(ctx context.Context, in *QueryBalancesRequest, opts ...grpc.CallOption) (*QueryBalancesResponse, error) + Denom func(ctx context.Context, in *QueryDenomRequest, opts ...grpc.CallOption) (*QueryDenomResponse, error) + Denoms func(ctx context.Context, in *QueryDenomsRequest, opts ...grpc.CallOption) (*QueryDenomsResponse, error) + MT func(ctx context.Context, in *QueryMTRequest, opts ...grpc.CallOption) (*QueryMTResponse, error) + MTSupply func(ctx context.Context, in *QueryMTSupplyRequest, opts ...grpc.CallOption) (*QueryMTSupplyResponse, error) + MTs func(ctx context.Context, in *QueryMTsRequest, opts ...grpc.CallOption) (*QueryMTsResponse, error) + Supply func(ctx context.Context, in *QuerySupplyRequest, opts ...grpc.CallOption) (*QuerySupplyResponse, error) + func NewQueryClient(cc grpc1.ClientConn) QueryClient + type QueryCollectionParams struct + Denom string + func NewQueryCollectionParams(denom string) QueryCollectionParams + type QueryDenomParams struct + ID string + func NewQueryDenomParams(id string) QueryDenomParams + type QueryDenomRequest struct + DenomId string + func (*QueryDenomRequest) Descriptor() ([]byte, []int) + func (*QueryDenomRequest) ProtoMessage() + func (m *QueryDenomRequest) GetDenomId() string + func (m *QueryDenomRequest) Marshal() (dAtA []byte, err error) + func (m *QueryDenomRequest) MarshalTo(dAtA []byte) (int, error) + func (m *QueryDenomRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryDenomRequest) Reset() + func (m *QueryDenomRequest) Size() (n int) + func (m *QueryDenomRequest) String() string + func (m *QueryDenomRequest) Unmarshal(dAtA []byte) error + func (m *QueryDenomRequest) XXX_DiscardUnknown() + func (m *QueryDenomRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryDenomRequest) XXX_Merge(src proto.Message) + func (m *QueryDenomRequest) XXX_Size() int + func (m *QueryDenomRequest) XXX_Unmarshal(b []byte) error + type QueryDenomResponse struct + Denom *Denom + func (*QueryDenomResponse) Descriptor() ([]byte, []int) + func (*QueryDenomResponse) ProtoMessage() + func (m *QueryDenomResponse) GetDenom() *Denom + func (m *QueryDenomResponse) Marshal() (dAtA []byte, err error) + func (m *QueryDenomResponse) MarshalTo(dAtA []byte) (int, error) + func (m *QueryDenomResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryDenomResponse) Reset() + func (m *QueryDenomResponse) Size() (n int) + func (m *QueryDenomResponse) String() string + func (m *QueryDenomResponse) Unmarshal(dAtA []byte) error + func (m *QueryDenomResponse) XXX_DiscardUnknown() + func (m *QueryDenomResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryDenomResponse) XXX_Merge(src proto.Message) + func (m *QueryDenomResponse) XXX_Size() int + func (m *QueryDenomResponse) XXX_Unmarshal(b []byte) error + type QueryDenomsRequest struct + Pagination *query.PageRequest + func (*QueryDenomsRequest) Descriptor() ([]byte, []int) + func (*QueryDenomsRequest) ProtoMessage() + func (m *QueryDenomsRequest) GetPagination() *query.PageRequest + func (m *QueryDenomsRequest) Marshal() (dAtA []byte, err error) + func (m *QueryDenomsRequest) MarshalTo(dAtA []byte) (int, error) + func (m *QueryDenomsRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryDenomsRequest) Reset() + func (m *QueryDenomsRequest) Size() (n int) + func (m *QueryDenomsRequest) String() string + func (m *QueryDenomsRequest) Unmarshal(dAtA []byte) error + func (m *QueryDenomsRequest) XXX_DiscardUnknown() + func (m *QueryDenomsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryDenomsRequest) XXX_Merge(src proto.Message) + func (m *QueryDenomsRequest) XXX_Size() int + func (m *QueryDenomsRequest) XXX_Unmarshal(b []byte) error + type QueryDenomsResponse struct + Denoms []Denom + Pagination *query.PageResponse + func (*QueryDenomsResponse) Descriptor() ([]byte, []int) + func (*QueryDenomsResponse) ProtoMessage() + func (m *QueryDenomsResponse) GetDenoms() []Denom + func (m *QueryDenomsResponse) GetPagination() *query.PageResponse + func (m *QueryDenomsResponse) Marshal() (dAtA []byte, err error) + func (m *QueryDenomsResponse) MarshalTo(dAtA []byte) (int, error) + func (m *QueryDenomsResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryDenomsResponse) Reset() + func (m *QueryDenomsResponse) Size() (n int) + func (m *QueryDenomsResponse) String() string + func (m *QueryDenomsResponse) Unmarshal(dAtA []byte) error + func (m *QueryDenomsResponse) XXX_DiscardUnknown() + func (m *QueryDenomsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryDenomsResponse) XXX_Merge(src proto.Message) + func (m *QueryDenomsResponse) XXX_Size() int + func (m *QueryDenomsResponse) XXX_Unmarshal(b []byte) error + type QueryMTParams struct + Denom string + MTID string + func NewQueryMTParams(denom, id string) QueryMTParams + type QueryMTRequest struct + DenomId string + MtId string + func (*QueryMTRequest) Descriptor() ([]byte, []int) + func (*QueryMTRequest) ProtoMessage() + func (m *QueryMTRequest) GetDenomId() string + func (m *QueryMTRequest) GetMtId() string + func (m *QueryMTRequest) Marshal() (dAtA []byte, err error) + func (m *QueryMTRequest) MarshalTo(dAtA []byte) (int, error) + func (m *QueryMTRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryMTRequest) Reset() + func (m *QueryMTRequest) Size() (n int) + func (m *QueryMTRequest) String() string + func (m *QueryMTRequest) Unmarshal(dAtA []byte) error + func (m *QueryMTRequest) XXX_DiscardUnknown() + func (m *QueryMTRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryMTRequest) XXX_Merge(src proto.Message) + func (m *QueryMTRequest) XXX_Size() int + func (m *QueryMTRequest) XXX_Unmarshal(b []byte) error + type QueryMTResponse struct + Mt *MT + func (*QueryMTResponse) Descriptor() ([]byte, []int) + func (*QueryMTResponse) ProtoMessage() + func (m *QueryMTResponse) GetMt() *MT + func (m *QueryMTResponse) Marshal() (dAtA []byte, err error) + func (m *QueryMTResponse) MarshalTo(dAtA []byte) (int, error) + func (m *QueryMTResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryMTResponse) Reset() + func (m *QueryMTResponse) Size() (n int) + func (m *QueryMTResponse) String() string + func (m *QueryMTResponse) Unmarshal(dAtA []byte) error + func (m *QueryMTResponse) XXX_DiscardUnknown() + func (m *QueryMTResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryMTResponse) XXX_Merge(src proto.Message) + func (m *QueryMTResponse) XXX_Size() int + func (m *QueryMTResponse) XXX_Unmarshal(b []byte) error + type QueryMTSupplyRequest struct + DenomId string + MtId string + func (*QueryMTSupplyRequest) Descriptor() ([]byte, []int) + func (*QueryMTSupplyRequest) ProtoMessage() + func (m *QueryMTSupplyRequest) GetDenomId() string + func (m *QueryMTSupplyRequest) GetMtId() string + func (m *QueryMTSupplyRequest) Marshal() (dAtA []byte, err error) + func (m *QueryMTSupplyRequest) MarshalTo(dAtA []byte) (int, error) + func (m *QueryMTSupplyRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryMTSupplyRequest) Reset() + func (m *QueryMTSupplyRequest) Size() (n int) + func (m *QueryMTSupplyRequest) String() string + func (m *QueryMTSupplyRequest) Unmarshal(dAtA []byte) error + func (m *QueryMTSupplyRequest) XXX_DiscardUnknown() + func (m *QueryMTSupplyRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryMTSupplyRequest) XXX_Merge(src proto.Message) + func (m *QueryMTSupplyRequest) XXX_Size() int + func (m *QueryMTSupplyRequest) XXX_Unmarshal(b []byte) error + type QueryMTSupplyResponse struct + Amount uint64 + func (*QueryMTSupplyResponse) Descriptor() ([]byte, []int) + func (*QueryMTSupplyResponse) ProtoMessage() + func (m *QueryMTSupplyResponse) GetAmount() uint64 + func (m *QueryMTSupplyResponse) Marshal() (dAtA []byte, err error) + func (m *QueryMTSupplyResponse) MarshalTo(dAtA []byte) (int, error) + func (m *QueryMTSupplyResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryMTSupplyResponse) Reset() + func (m *QueryMTSupplyResponse) Size() (n int) + func (m *QueryMTSupplyResponse) String() string + func (m *QueryMTSupplyResponse) Unmarshal(dAtA []byte) error + func (m *QueryMTSupplyResponse) XXX_DiscardUnknown() + func (m *QueryMTSupplyResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryMTSupplyResponse) XXX_Merge(src proto.Message) + func (m *QueryMTSupplyResponse) XXX_Size() int + func (m *QueryMTSupplyResponse) XXX_Unmarshal(b []byte) error + type QueryMTsRequest struct + DenomId string + Pagination *query.PageRequest + func (*QueryMTsRequest) Descriptor() ([]byte, []int) + func (*QueryMTsRequest) ProtoMessage() + func (m *QueryMTsRequest) GetDenomId() string + func (m *QueryMTsRequest) GetPagination() *query.PageRequest + func (m *QueryMTsRequest) Marshal() (dAtA []byte, err error) + func (m *QueryMTsRequest) MarshalTo(dAtA []byte) (int, error) + func (m *QueryMTsRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryMTsRequest) Reset() + func (m *QueryMTsRequest) Size() (n int) + func (m *QueryMTsRequest) String() string + func (m *QueryMTsRequest) Unmarshal(dAtA []byte) error + func (m *QueryMTsRequest) XXX_DiscardUnknown() + func (m *QueryMTsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryMTsRequest) XXX_Merge(src proto.Message) + func (m *QueryMTsRequest) XXX_Size() int + func (m *QueryMTsRequest) XXX_Unmarshal(b []byte) error + type QueryMTsResponse struct + Mts []MT + Pagination *query.PageResponse + func (*QueryMTsResponse) Descriptor() ([]byte, []int) + func (*QueryMTsResponse) ProtoMessage() + func (m *QueryMTsResponse) GetMts() []MT + func (m *QueryMTsResponse) GetPagination() *query.PageResponse + func (m *QueryMTsResponse) Marshal() (dAtA []byte, err error) + func (m *QueryMTsResponse) MarshalTo(dAtA []byte) (int, error) + func (m *QueryMTsResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryMTsResponse) Reset() + func (m *QueryMTsResponse) Size() (n int) + func (m *QueryMTsResponse) String() string + func (m *QueryMTsResponse) Unmarshal(dAtA []byte) error + func (m *QueryMTsResponse) XXX_DiscardUnknown() + func (m *QueryMTsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryMTsResponse) XXX_Merge(src proto.Message) + func (m *QueryMTsResponse) XXX_Size() int + func (m *QueryMTsResponse) XXX_Unmarshal(b []byte) error + type QueryOwnerParams struct + Denom string + Owner sdk.AccAddress + func NewQueryOwnerParams(denom string, owner sdk.AccAddress) QueryOwnerParams + type QueryServer interface + Balances func(context.Context, *QueryBalancesRequest) (*QueryBalancesResponse, error) + Denom func(context.Context, *QueryDenomRequest) (*QueryDenomResponse, error) + Denoms func(context.Context, *QueryDenomsRequest) (*QueryDenomsResponse, error) + MT func(context.Context, *QueryMTRequest) (*QueryMTResponse, error) + MTSupply func(context.Context, *QueryMTSupplyRequest) (*QueryMTSupplyResponse, error) + MTs func(context.Context, *QueryMTsRequest) (*QueryMTsResponse, error) + Supply func(context.Context, *QuerySupplyRequest) (*QuerySupplyResponse, error) + type QuerySupplyParams struct + Denom string + Owner sdk.AccAddress + func NewQuerySupplyParams(denom string, owner sdk.AccAddress) QuerySupplyParams + func (q QuerySupplyParams) Bytes() []byte + type QuerySupplyRequest struct + DenomId string + Owner string + func (*QuerySupplyRequest) Descriptor() ([]byte, []int) + func (*QuerySupplyRequest) ProtoMessage() + func (m *QuerySupplyRequest) GetDenomId() string + func (m *QuerySupplyRequest) GetOwner() string + func (m *QuerySupplyRequest) Marshal() (dAtA []byte, err error) + func (m *QuerySupplyRequest) MarshalTo(dAtA []byte) (int, error) + func (m *QuerySupplyRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QuerySupplyRequest) Reset() + func (m *QuerySupplyRequest) Size() (n int) + func (m *QuerySupplyRequest) String() string + func (m *QuerySupplyRequest) Unmarshal(dAtA []byte) error + func (m *QuerySupplyRequest) XXX_DiscardUnknown() + func (m *QuerySupplyRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QuerySupplyRequest) XXX_Merge(src proto.Message) + func (m *QuerySupplyRequest) XXX_Size() int + func (m *QuerySupplyRequest) XXX_Unmarshal(b []byte) error + type QuerySupplyResponse struct + Amount uint64 + func (*QuerySupplyResponse) Descriptor() ([]byte, []int) + func (*QuerySupplyResponse) ProtoMessage() + func (m *QuerySupplyResponse) GetAmount() uint64 + func (m *QuerySupplyResponse) Marshal() (dAtA []byte, err error) + func (m *QuerySupplyResponse) MarshalTo(dAtA []byte) (int, error) + func (m *QuerySupplyResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QuerySupplyResponse) Reset() + func (m *QuerySupplyResponse) Size() (n int) + func (m *QuerySupplyResponse) String() string + func (m *QuerySupplyResponse) Unmarshal(dAtA []byte) error + func (m *QuerySupplyResponse) XXX_DiscardUnknown() + func (m *QuerySupplyResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QuerySupplyResponse) XXX_Merge(src proto.Message) + func (m *QuerySupplyResponse) XXX_Size() int + func (m *QuerySupplyResponse) XXX_Unmarshal(b []byte) error + type UnimplementedMsgServer struct + func (*UnimplementedMsgServer) BurnMT(ctx context.Context, req *MsgBurnMT) (*MsgBurnMTResponse, error) + func (*UnimplementedMsgServer) EditMT(ctx context.Context, req *MsgEditMT) (*MsgEditMTResponse, error) + func (*UnimplementedMsgServer) IssueDenom(ctx context.Context, req *MsgIssueDenom) (*MsgIssueDenomResponse, error) + func (*UnimplementedMsgServer) MintMT(ctx context.Context, req *MsgMintMT) (*MsgMintMTResponse, error) + func (*UnimplementedMsgServer) TransferDenom(ctx context.Context, req *MsgTransferDenom) (*MsgTransferDenomResponse, error) + func (*UnimplementedMsgServer) TransferMT(ctx context.Context, req *MsgTransferMT) (*MsgTransferMTResponse, error) + type UnimplementedQueryServer struct + func (*UnimplementedQueryServer) Balances(ctx context.Context, req *QueryBalancesRequest) (*QueryBalancesResponse, error) + func (*UnimplementedQueryServer) Denom(ctx context.Context, req *QueryDenomRequest) (*QueryDenomResponse, error) + func (*UnimplementedQueryServer) Denoms(ctx context.Context, req *QueryDenomsRequest) (*QueryDenomsResponse, error) + func (*UnimplementedQueryServer) MT(ctx context.Context, req *QueryMTRequest) (*QueryMTResponse, error) + func (*UnimplementedQueryServer) MTSupply(ctx context.Context, req *QueryMTSupplyRequest) (*QueryMTSupplyResponse, error) + func (*UnimplementedQueryServer) MTs(ctx context.Context, req *QueryMTsRequest) (*QueryMTsResponse, error) + func (*UnimplementedQueryServer) Supply(ctx context.Context, req *QuerySupplyRequest) (*QuerySupplyResponse, error) v1.5.2-rc0 Mar 10, 2022 v1.5.2-alpha1 Mar 3, 2022