Function eei::ethereum_callDataCopy[][src]

pub unsafe extern "C" fn ethereum_callDataCopy(
    result_ptr: *mut u8,
    input_offset: *mut u8,
    input_length: i32
)
Expand description

Get data from the current environment’s input data.

Arguments:

  • result_ptr: The memory location where to copy the result to.
  • input_offset: The memory location to load input data from.
  • input_length: The length in bytes of input data to copy.