buildUserOperation abstract method
Builds a UserOperation based on provided parameters.
This method creates a UserOperation with the given call data and optional parameters. The resulting UserOperation can be used for various operations on the Smart Wallet.
Implementation
UserOperation buildUserOperation({
required Uint8List callData,
BigInt? customNonce,
BigInt? callGasLimit,
BigInt? verificationGasLimit,
BigInt? preVerificationGas,
BigInt? maxFeePerGas,
BigInt? maxPriorityFeePerGas,
});