pub(crate) trait RcUpdater {
// Required method
fn update(&mut self, address: Address, value: Unsigned36Bit);
}
Expand description
Allows updates to the values of RC-words.
We use this to separate the activities of selecting addresses for RC-words, and determining their values.