Function snapps_txn_reference_impl::update_logic::apply_nonce_update[][src]

pub fn apply_nonce_update<'a>(
    account: Account<'a>,
    increment_nonce: bool
) -> Account<'a>
Expand description

Increment the nonce field of account::Account if the increment_nonce argument is true; otherwise, leave the account unchanged.