UserOperation

type UserOperation = {
callData: Hex;
callGasLimit: bigint;
initCode: Hex;
maxFeePerGas: bigint;
maxPriorityFeePerGas: bigint;
nonce: bigint;
paymasterAndData: Hex;
preVerificationGas: bigint;
sender: Address;
signature: Hex;
verificationGasLimit: bigint;
};