CollectParcelsArgs

data class CollectParcelsArgs(val nonceSigners: List<Signer>, val streamingMode: StreamingMode?)

Arguments passed to the collectParcels() method of the PDC client.

Constructors

Link copied to clipboard
constructor(nonceSigners: List<Signer>, streamingMode: StreamingMode?)

Properties

Link copied to clipboard
val nonceSigners: List<Signer>
Link copied to clipboard
val streamingMode: StreamingMode?