Skip to main content

call_unit

Function call_unit 

Source
pub fn call_unit(
    contract: [u8; 20],
    calldata: &[u8],
    value: &U,
    gas: u64,
) -> bool
Expand description

Call a contract, ignoring its returndata. Returns true if contract invoked successfully.