Skip to main content

monad_context_from_participants

Function monad_context_from_participants 

Source
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,
) -> MonadChainContext
Expand description

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