collectParcels

abstract suspend fun collectParcels(nonceSigners: Array<Signer>, streamingMode: StreamingMode = StreamingMode.KeepAlive): Flow<ParcelCollection>

Collect parcels on behalf of the specified nodes.

Return

A flow of ParcelCollections that can throw ServerExceptions, NonceSignerExceptions and ClientBindingExceptions

Parameters

nonceSigners

The nonce signers for each node whose parcels should be collected

streamingMode

Which streaming mode to ask the server to use