Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

IWithdrawalOutputBuilderErrors

Git Source

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

NameTypeDescription
attemptedAccountSizeuint256The attempted account size, in bytes.
accountSizeuint64The expected account size, in bytes.