Variable OptionsConst

Options: {
    GasTokenPayment: BuildUserOpOptions;
    Sponsored: BuildUserOpOptions;
    getGasTokenFeeQuote: ((selectedQuote, spender?, maxApproval?) => BuildUserOpOptions);
    getIncreasedVerification: ((percentage) => BuildUserOpOptions);
    getNowNonce: (() => BuildUserOpOptions);
    getPreferredToken: ((token) => BuildUserOpOptions);
} = ...

Type declaration