Function eei::ethereum_callCode[][src]

pub unsafe extern "C" fn ethereum_callCode(
    gas_limit: i64,
    address_ptr: *const Address,
    ether_amount_ptr: *const Amount,
    data_ptr: *const u8,
    data_length: i32
) -> CallResult
Expand description

DEPRECATED, use callDelegate.