EVMC
evmc_tx_initcode Struct Reference

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.
 

Detailed Description

The hashed initcode used for TXCREATE instruction.

Definition at line 205 of file evmc.h.

Member Data Documentation

◆ code

const uint8_t* evmc_tx_initcode::code

The code.

Definition at line 208 of file evmc.h.

◆ code_size

size_t evmc_tx_initcode::code_size

The length of the code.

Definition at line 209 of file evmc.h.

◆ hash

evmc_bytes32 evmc_tx_initcode::hash

The initcode hash.

Definition at line 207 of file evmc.h.


The documentation for this struct was generated from the following file: