[][src]Function owasm_ethereum::static_call

pub fn static_call(
    gas: u64,
    address: &Address,
    input: &[u8],
    result: &mut [u8]
) -> Result<(), Error>

Like call, but this call and any of it's subcalls are disallowed to modify any storage (will return Err(Error) in this case)