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.