@ethereumjs/util / isAccountOrderOnlyViolation
isAccountOrderOnlyViolation(
json):boolean
Defined in: packages/util/src/bal/validation.ts:96
True when accounts are out of lexicographic order in a way that indicates a full reorder
(e.g. reverse_accounts()), as opposed to a single appended account breaking sort at the end.
boolean
Experimental (Amsterdam): may change on patch releases.