Function nakamoto_test::block::gen::watchlist

source ·
pub fn watchlist<'a>(
    birth: Height,
    chain: impl Iterator<Item = &'a Block>
) -> (Vec<Script>, u64)
Expand description

Generate a set of scripts to watch, given a blockchain and birth height.