pub fn safe_delegate_call_bool_opt(
contract: [u8; 20],
calldata: &[u8],
gas: u64,
) -> Option<()>Expand description
Check the codesize before invoking call, returning a Option<()> if the contract call worked, and the return value is true.