Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DocMsgIssueDenom ¶
type DocMsgIssueDenom struct { Id string `bson:"id"` Name string `bson:"name"` Sender string `bson:"sender"` Schema string `bson:"schema"` Symbol string `bson:"symbol"` MintRestricted bool `bson:"mint_restricted"` UpdateRestricted bool `bson:"update_restricted"` Description string `bson:"description"` Uri string `bson:"uri"` UriHash string `bson:"uri_hash"` Data string `bson:"data"` }
func (*DocMsgIssueDenom) BuildMsg ¶
func (m *DocMsgIssueDenom) BuildMsg(v interface{})
func (*DocMsgIssueDenom) GetType ¶
func (m *DocMsgIssueDenom) GetType() string
func (*DocMsgIssueDenom) HandleTxMsg ¶
func (m *DocMsgIssueDenom) HandleTxMsg(v SdkMsg) MsgDocInfo
type DocMsgNFTBurn ¶
type DocMsgNFTBurn struct { Sender string `bson:"sender"` Id string `bson:"id"` Denom string `bson:"denom"` }
func (*DocMsgNFTBurn) BuildMsg ¶
func (m *DocMsgNFTBurn) BuildMsg(v interface{})
func (*DocMsgNFTBurn) GetType ¶
func (m *DocMsgNFTBurn) GetType() string
func (*DocMsgNFTBurn) HandleTxMsg ¶
func (m *DocMsgNFTBurn) HandleTxMsg(v SdkMsg) MsgDocInfo
type DocMsgNFTEdit ¶
type DocMsgNFTEdit struct { Sender string `bson:"sender"` Id string `bson:"id"` Denom string `bson:"denom"` URI string `bson:"uri"` Data string `bson:"data"` Name string `bson:"name"` UriHash string `bson:"uri_hash"` }
func (*DocMsgNFTEdit) BuildMsg ¶
func (m *DocMsgNFTEdit) BuildMsg(v interface{})
func (*DocMsgNFTEdit) GetType ¶
func (m *DocMsgNFTEdit) GetType() string
func (*DocMsgNFTEdit) HandleTxMsg ¶
func (m *DocMsgNFTEdit) HandleTxMsg(v SdkMsg) MsgDocInfo
type DocMsgNFTMint ¶
type DocMsgNFTMint struct { Sender string `bson:"sender"` Recipient string `bson:"recipient"` Denom string `bson:"denom"` Id string `bson:"id"` URI string `bson:"uri"` Data string `bson:"data"` Name string `bson:"name"` UriHash string `bson:"uri_hash"` }
func (*DocMsgNFTMint) BuildMsg ¶
func (m *DocMsgNFTMint) BuildMsg(v interface{})
func (*DocMsgNFTMint) GetType ¶
func (m *DocMsgNFTMint) GetType() string
func (*DocMsgNFTMint) HandleTxMsg ¶
func (m *DocMsgNFTMint) HandleTxMsg(v SdkMsg) MsgDocInfo
type DocMsgNFTTransfer ¶
type DocMsgNFTTransfer struct { Sender string `bson:"sender"` Recipient string `bson:"recipient"` URI string `bson:"uri"` Name string `bson:"name"` Denom string `bson:"denom"` Id string `bson:"id"` Data string `bson:"data"` UriHash string `bson:"uri_hash"` }
func (*DocMsgNFTTransfer) BuildMsg ¶
func (m *DocMsgNFTTransfer) BuildMsg(v interface{})
func (*DocMsgNFTTransfer) GetType ¶
func (m *DocMsgNFTTransfer) GetType() string
func (*DocMsgNFTTransfer) HandleTxMsg ¶
func (m *DocMsgNFTTransfer) HandleTxMsg(v SdkMsg) MsgDocInfo
type DocMsgTransferDenom ¶
type DocMsgTransferDenom struct { Id string `bson:"id"` Sender string `bson:"sender"` Recipient string `bson:"recipient"` }
func (*DocMsgTransferDenom) BuildMsg ¶
func (m *DocMsgTransferDenom) BuildMsg(v interface{})
func (*DocMsgTransferDenom) GetType ¶
func (m *DocMsgTransferDenom) GetType() string
func (*DocMsgTransferDenom) HandleTxMsg ¶
func (m *DocMsgTransferDenom) HandleTxMsg(v SdkMsg) MsgDocInfo
Click to show internal directories.
Click to hide internal directories.