IWithdrawalOutputBuilderErrors
Errors
InvalidAccountSize
This error is raised whenever a user provides an ill-sized account for the builder to decode. The error is accompanied by the size of the account whose funds were attempted to be withdrawn and the expected account size suitable for on-chain decoding.
error InvalidAccountSize(uint256 attemptedAccountSize, uint64 accountSize);
Parameters
| Name | Type | Description |
|---|---|---|
attemptedAccountSize | uint256 | The attempted account size, in bytes. |
accountSize | uint64 | The expected account size, in bytes. |