Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Message ¶
type Message interface {
From() common.Address
//FromFrontier() (common.Address, error)
To() *common.Address
GasFrom() common.Address
AmontFrom() common.Address
GasPrice() *big.Int
Gas() uint64
Value() *big.Int
Hash() common.Hash
Nonce() uint64
CheckNonce() bool
Data() []byte
GetMatrixType() byte
GetMatrix_EX() []types.Matrix_Extra //Y 注释 Extra() 方法 改用此方法
TxType() byte
IsEntrustTx() bool
GetCreateTime() uint32
GetTxCurrency() string
}
Message represents a message sent to a contract.
type StateTransitioner ¶
Click to show internal directories.
Click to hide internal directories.