pub fn set_account_nonce<D: Database>( state: &mut State<D>, addr: Address, nonce: u64, )
Sets the nonce of an account, loading it into cache if needed.