Skip to main content

apply_sync_committee

Function apply_sync_committee 

Source
pub fn apply_sync_committee(
    base: &mut Vec<u8>,
    delta: &ArchivedSyncCommitteeDiff,
)
Expand description

Applies a sync committee delta in place.

ยงComplexity

  • Unchanged: O(1)
  • FullReplacement: O(target committee size)