Function next_delegation_nonce

Source
fn next_delegation_nonce(
    active_delegations: &[SignedAuthorization],
    authority: Address,
    broadcast: &Option<Broadcast>,
    account_nonce: u64,
) -> u64
Expand description

Returns the next valid nonce for a delegation, considering existing active delegations.