setNonce
Signature
Section titled “Signature”function setNonce(address account, uint64 nonce) external;Description
Section titled “Description”Sets the nonce of the given account.
The new nonce must be higher than the current nonce of the account.
Examples
Section titled “Examples”vm.setNonce(address(100), 1234);