Skip to main content

monad_context_from_participants

Function monad_context_from_participants 

Source
pub fn monad_context_from_participants(
    grandparent_senders_and_authorities: MonadBlockParticipants,
    parent_senders_and_authorities: MonadBlockParticipants,
    current: &[TxEnv],
    current_tx_index: usize,
) -> MonadChainContext
Available on crate feature monad only.
Expand description

Builds Monad context from cached ancestor participants and the current block transactions.