Function ewasm_api::calldata_copy

source ·
pub fn calldata_copy(from: usize, length: usize) -> Result<Vec<u8>, Error>
Expand description

Returns the segment of call data beginning at from, and continuing for length bytes.