getNonce
Signature
Section titled “Signature”function getNonce(address account) external returns (uint64);Description
Section titled “Description”Gets the nonce of the given account.
Examples
Section titled “Examples”address
Section titled “address”uint256 nonce = vm.getNonce(address(100));emit log_uint(nonce); // 0