EVMC
|
The hashed initcode used for TXCREATE instruction. More...
#include <evmc.h>
Public Attributes | |
evmc_bytes32 | hash |
The initcode hash. | |
const uint8_t * | code |
The code. | |
size_t | code_size |
The length of the code. | |
evmc_bytes32 evmc_tx_initcode::hash |