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

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.

Continue Learning

Continue with the next part or try a related tutorial

Feedback
How has your developer experience been?
Share your feedback and help improve it for everyone.