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,
) -> MonadChainContextAvailable on crate feature
monad only.Expand description
Builds Monad context from cached ancestor participants and the current block transactions.