pub fn unsafe_external_code_copy(
    address: &Bytes20,
    from: usize,
    length: usize
) -> Vec<u8>
Expand description

Executes externalCodeCopy, but does not check for overflow.