Function ss_ewasm_api::calldata_copy[][src]

pub fn calldata_copy(
    from: usize,
    length: usize,
    ret: &mut [u8]
) -> Result<(), Error>
Expand description

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