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 Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product