Documentation
¶
Index ¶
- type Message
- func (msg Message) CheckNonce() bool
- func (msg Message) Data() []byte
- func (msg Message) From() *types.AddressHash
- func (msg Message) Gas() uint64
- func (msg Message) GasPrice() *big.Int
- func (msg Message) Nonce() uint64
- func (msg Message) String() string
- func (msg Message) To() *types.AddressHash
- func (msg Message) Type() types.ContractType
- func (msg Message) Value() *big.Int
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Message ¶
type Message struct {
// contains filtered or unexported fields
}
Message is used for evm test.
func NewMessage ¶
func NewMessage(from *types.AddressHash, gasPrice *big.Int) Message
NewMessage new msg.
Click to show internal directories.
Click to hide internal directories.