mt

package
v0.0.0-...-ec6187d Latest Latest
Warning

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

Go to latest
Published: May 22, 2024 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DocMsgMTBurn

type DocMsgMTBurn struct {
	Sender  string `bson:"sender"`
	Id      string `bson:"id"`
	Amount  string `bson:"amount"`
	DenomId string `bson:"denom_id"`
}

func (*DocMsgMTBurn) BuildMsg

func (m *DocMsgMTBurn) BuildMsg(v interface{})

func (*DocMsgMTBurn) GetType

func (m *DocMsgMTBurn) GetType() string

func (*DocMsgMTBurn) HandleTxMsg

func (m *DocMsgMTBurn) HandleTxMsg(v SdkMsg) MsgDocInfo

type DocMsgMTEdit

type DocMsgMTEdit struct {
	Id      string `bson:"id"`
	DenomId string `bson:"denom_id"`
	Data    string `bson:"data"`
	Sender  string `bson:"sender"`
}

func (*DocMsgMTEdit) BuildMsg

func (m *DocMsgMTEdit) BuildMsg(v interface{})

func (*DocMsgMTEdit) GetType

func (m *DocMsgMTEdit) GetType() string

func (*DocMsgMTEdit) HandleTxMsg

func (m *DocMsgMTEdit) HandleTxMsg(v SdkMsg) MsgDocInfo

type DocMsgMTIssueDenom

type DocMsgMTIssueDenom struct {
	Id     string `bson:"id"` // need get from events
	Name   string `bson:"name"`
	Data   string `bson:"data"`
	Sender string `bson:"sender"`
}

func (*DocMsgMTIssueDenom) BuildMsg

func (m *DocMsgMTIssueDenom) BuildMsg(v interface{})

func (*DocMsgMTIssueDenom) GetType

func (m *DocMsgMTIssueDenom) GetType() string

func (*DocMsgMTIssueDenom) HandleTxMsg

func (m *DocMsgMTIssueDenom) HandleTxMsg(v SdkMsg) MsgDocInfo

type DocMsgMTMint

type DocMsgMTMint struct {
	Id        string `bson:"id"` // need get from events
	DenomId   string `bson:"denom_id"`
	Amount    string `bson:"amount"`
	Data      string `bson:"data"`
	Sender    string `bson:"sender"`
	Recipient string `bson:"recipient"`
}

func (*DocMsgMTMint) BuildMsg

func (m *DocMsgMTMint) BuildMsg(v interface{})

func (*DocMsgMTMint) GetType

func (m *DocMsgMTMint) GetType() string

func (*DocMsgMTMint) HandleTxMsg

func (m *DocMsgMTMint) HandleTxMsg(v SdkMsg) MsgDocInfo

type DocMsgMTTransferDenom

type DocMsgMTTransferDenom struct {
	Id        string `bson:"id"`
	Sender    string `bson:"sender"`
	Recipient string `bson:"recipient"`
}

func (*DocMsgMTTransferDenom) BuildMsg

func (m *DocMsgMTTransferDenom) BuildMsg(v interface{})

func (*DocMsgMTTransferDenom) GetType

func (m *DocMsgMTTransferDenom) GetType() string

func (*DocMsgMTTransferDenom) HandleTxMsg

func (m *DocMsgMTTransferDenom) HandleTxMsg(v SdkMsg) MsgDocInfo

type DocMsgMTransfer

type DocMsgMTransfer struct {
	Id        string `bson:"id"`
	DenomId   string `bson:"denom_id"`
	Amount    string `bson:"amount"`
	Sender    string `bson:"sender"`
	Recipient string `bson:"recipient"`
}

func (*DocMsgMTransfer) BuildMsg

func (m *DocMsgMTransfer) BuildMsg(v interface{})

func (*DocMsgMTransfer) GetType

func (m *DocMsgMTransfer) GetType() string

func (*DocMsgMTransfer) HandleTxMsg

func (m *DocMsgMTransfer) HandleTxMsg(v SdkMsg) MsgDocInfo

type MtClient

type MtClient struct {
}

func NewClient

func NewClient() MtClient

func (MtClient) HandleTxMsg

func (nft MtClient) HandleTxMsg(v types.Msg) (MsgDocInfo, bool)

Jump to

Keyboard shortcuts

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