external_code_copy

Function external_code_copy 

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

Returns the segment of code at address beginning at from and continuing for length bytes.