Struct revm_interpreter::inner_models::CallInputs
source · pub struct CallInputs {
pub contract: B160,
pub transfer: Transfer,
pub input: Bytes,
pub gas_limit: u64,
pub context: CallContext,
pub is_static: bool,
}
Expand description
Inputs for a call.
Fields§
§contract: B160
The target of the call.
transfer: Transfer
The transfer, if any, in this call.
input: Bytes
The call data of the call.
gas_limit: u64
The gas limit of the call.
context: CallContext
The context of the call.
is_static: bool
Is static call