Function pwasm_std::ext::static_call [] [src]

pub fn static_call(
    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.