Function eei::ethereum_getExternalCodeSize[][src]

pub unsafe extern "C" fn ethereum_getExternalCodeSize(
    address_ptr: *const Address
) -> i32
Expand description

Get the size of of a contract’s code in bytes.

Arguments:

  • address_ptr: the contract address to get the size from