Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DocMsgEthereumTx ¶
type DocMsgEthereumTx struct { Data string `bson:"data"` Size_ float64 `bson:"size"` Hash string `bson:"hash"` From string `bson:"from"` FeePayer string `bson:"fee_payer"` }
MsgEthereumTx encapsulates an Ethereum transaction as an SDK message.
func (*DocMsgEthereumTx) BuildMsg ¶
func (doctx *DocMsgEthereumTx) BuildMsg(txMsg interface{})
func (*DocMsgEthereumTx) GetType ¶
func (doctx *DocMsgEthereumTx) GetType() string
func (*DocMsgEthereumTx) HandleTxMsg ¶
func (m *DocMsgEthereumTx) HandleTxMsg(v SdkMsg) MsgDocInfo
Click to show internal directories.
Click to hide internal directories.