neo-devpack-solidity 0.22.0

Production-focused Solidity-to-NeoVM compilation system
Documentation
1
2
3
4
fn is_low_level_evm_member(name: &str) -> bool {
    matches!(name, "call" | "delegatecall" | "staticcall" | "callcode")
}