data class EVMMessage
(source)
Message sent to the EVM for execution
<init> |
Message sent to the EVM for execution EVMMessage(kind: Int, flags: Int, depth: Int = 0, gas: Gas, destination: Address, sender: Address, inputData: Bytes, value: Bytes, createSalt: Bytes32 = Bytes32.ZERO) |
createSalt |
val createSalt: Bytes32 |
depth |
val depth: Int |
destination |
val destination: Address |
flags |
val flags: Int |
gas |
val gas: Gas |
inputData |
val inputData: Bytes |
kind |
val kind: Int |
sender |
val sender: Address |
value |
val value: Bytes |