advance_chain

Function advance_chain 

Source
pub async fn advance_chain(
    length: usize,
    node: &mut NodeHelperType<OpNode, BlockchainProvider<NodeTypesWithDBAdapter<OpNode, TmpDB>>>,
    wallet: Arc<Mutex<Wallet>>,
) -> Result<Vec<OpBuiltPayload>>
Available on crate feature test-utils only.
Expand description

Advance the chain with sequential payloads returning them in the end.