Skip to main content

static_call_bool_opt

Function static_call_bool_opt 

Source
pub fn static_call_bool_opt(
    contract: [u8; 20],
    calldata: &[u8],
    gas: u64,
) -> Option<()>
Expand description

Invoke call, only reading a single byte at the first word for a check. Returns Some if success.