collectParcels

open suspend override fun collectParcels(nonceSigners: Array<Signer>, streamingMode: StreamingMode): Flow<ParcelCollection>

Collect parcels on behalf of the specified nodes.

Return

Flow emitting ParcelCollection that may throw ServerException, ClientBindingException, and NonceSignerException.

Parameters

nonceSigners

The nonce signers for each node whose parcels should be collected

streamingMode

Which streaming mode to ask the server to use