CallOptions
Git Source (opens in a new tab)
CallOptions struct passed to call and withdrawAndCall functions.
struct CallOptions {
    uint256 gasLimit;
    bool isArbitraryCall;
}Properties
| Name | Type | Description | 
|---|---|---|
gasLimit | uint256 | Gas limit. | 
isArbitraryCall | bool | Indicates if call should be arbitrary or authenticated. |