pub fn apply_eth1_votes(base: &mut Vec<u8>, delta: &ArchivedEth1DataVotesDiff)Expand description
Applies an Eth1 data vote delta in place.
§Behavior
Eth1DataVotesDiff::Appendappends the recorded votes to the existing vote list.Eth1DataVotesDiff::ResetAndAppendclears the destination list before writing the recorded votes.
§Complexity
O(number of appended vote bytes)