SubscriptionOptions
scalus.cardano.node.stream.SubscriptionOptions
case class SubscriptionOptions(startFrom: StartFrom = ..., confirmations: Int = ..., noRollback: Boolean = ..., includeExistingUtxos: Boolean = ..., idleSignals: Boolean = ..., allowUnindexedScan: Boolean = ..., bufferPolicy: DeltaBufferPolicy = ...)
Per-subscription configuration for delta streams (UTxO, transaction, block).
Latest-value streams — tip, protocol params, transaction status — take no options: the provider always uses a size-1 coalescing buffer for them, because "the newest value wins" is the only sensible semantics for a single-source-of-truth cell.
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
In this article