Versions in this module Expand all Collapse all v0 v0.1.0 Apr 10, 2024 Changes in this version + type Event struct + Index uint64 + Transactions []validation.TransactionResult + type Proof interface + GetKey func() []byte + GetValue func() []byte + type Service interface + Close func() error + GetProof func(key []byte) (Proof, error) + GetStore func() store.Readable + Watch func(ctx context.Context) <-chan Event v0.0.1-alpha Mar 30, 2024