Parameters
- op: {
accountGasLimits: `0x${string}`;
callData: `0x${string}`;
gasFees: `0x${string}`;
initCode: `0x${string}`;
nonce: bigint;
paymasterAndData: `0x${string}`;
preVerificationGas: bigint;
sender: `0x${string}`;
signature: `0x${string}`;
}
Returns Hex
The ABI-encoded packed operation
Packs a UserOperation into the format expected by the EntryPoint contract.