Build
Architecture
protocol
contracts
zevm
interfaces
IGatewayZEVM.sol
Struct.calloptions

Git Source (opens in a new tab)

CallOptions struct passed to call and withdrawAndCall functions.

struct CallOptions {
    uint256 gasLimit;
    bool isArbitraryCall;
}

Properties

NameTypeDescription
gasLimituint256Gas limit.
isArbitraryCallboolIndicates if call should be arbitrary or authenticated.