pub async fn add_v1_reward_accounts_to_state<I: NodeImplementation<SeqTypes>>(
consensus_handle: &ConsensusHandle<SeqTypes, I>,
view: &ViewNumber,
accounts: &[RewardAccountV1],
tree: &RewardMerkleTreeV1,
leaf: Leaf2,
) -> Result<()>Expand description
Add accounts to the in-memory consensus state. We use this during catchup after receiving verified accounts.