Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

EVMCalldata

Fully qualified path: alexandria_evm::evm_struct::EVMCalldata

[derive(Clone, Drop, Serde)]
pub struct EVMCalldata {
    pub calldata: ByteArray,
    pub offset: u32,
    pub relative_offset: u32,
}

Members

calldata

Fully qualified path: alexandria_evm::evm_struct::EVMCalldata::calldata

pub calldata: ByteArray

offset

Fully qualified path: alexandria_evm::evm_struct::EVMCalldata::offset

pub offset: u32

relative_offset

Fully qualified path: alexandria_evm::evm_struct::EVMCalldata::relative_offset

pub relative_offset: u32