set_account_nonce

Function set_account_nonce 

Source
pub fn set_account_nonce<D: Database>(
    state: &mut State<D>,
    addr: Address,
    nonce: u64,
)
Expand description

Sets the nonce of an account, loading it into cache if needed.