Scoped

scalus.cardano.node.stream.ReplaySupport.Scoped
final case class Scoped(kinds: Set[PushdownKind])

Replay works for subscriptions whose query pushes down to these kinds, and only those. Blockfrost is Scoped(Set(Address, Asset)) — which is checkpoint-and-resume for the common case, without a chain store anywhere.

Attributes

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product