Function eei::ethereum_returnDataCopy[][src]

pub unsafe extern "C" fn ethereum_returnDataCopy(
    result_ptr: *mut u8,
    data_offset: i32,
    data_length: i32
)
Expand description

Get the return data of call, callCode, callDelegate, callStatic or create.

Arguments:

  • result_ptr: the pointer to memory where where the return data should be put.
  • data_offset: the offset into the return data to start copying from.
  • data_length: the length of data of the return data to get.