We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8631702 commit fbe98c6Copy full SHA for fbe98c6
docs/modules/ROOT/pages/account-abstraction.adoc
@@ -18,9 +18,9 @@ struct PackedUserOperation {
18
uint256 nonce;
19
bytes initCode; // concatenation of factory address and factoryData (or empty)
20
bytes callData;
21
- bytes32 accountGasLimits; // concatenation of verificationGas (16 bytes) and callGas (16 bytes)
+ bytes32 accountGasLimits; // concatenation of verificationGasLimit (16 bytes) and callGasLimit (16 bytes)
22
uint256 preVerificationGas;
23
- bytes32 gasFees; // concatenation of maxPriorityFee (16 bytes) and maxFeePerGas (16 bytes)
+ bytes32 gasFees; // concatenation of maxPriorityFeePerGas (16 bytes) and maxFeePerGas (16 bytes)
24
bytes paymasterAndData; // concatenation of paymaster fields (or empty)
25
bytes signature;
26
}
0 commit comments