pub fn monad_context_from_participants(
grandparent_senders_and_authorities: HashSet<Address, DefaultHashBuilder>,
parent_senders_and_authorities: HashSet<Address, DefaultHashBuilder>,
current: &[TxEnv],
current_tx_index: usize,
) -> MonadChainContextExpand description
Builds Monad context from cached ancestor participants and the current block transactions.