Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var TxNotFound = errors.New("tx not found")
Functions ¶
func NewCommitterFLM ¶ added in v0.4.0
func NewDeliveryFLM ¶ added in v0.4.0
Types ¶
type DeliveryScanQueryByID ¶ added in v0.4.1
type FabricFinality ¶ added in v0.4.0
type FabricFinality struct {
Logger logging.Logger
Channel string
ConfigService driver.ConfigService
Services Services
DefaultSigningIdentity driver.SigningIdentity
WaitForEventTimeout time.Duration
// contains filtered or unexported fields
}
func NewFabricFinality ¶
func NewFabricFinality( logger logging.Logger, channel string, ConfigService driver.ConfigService, peerService Services, defaultSigningIdentity driver.SigningIdentity, waitForEventTimeout time.Duration, useFiltered bool, ) (*FabricFinality, error)
type ListenerManager ¶ added in v0.4.0
type ListenerManager[T events.EventInfo] interface { AddEventListener(txID string, e events.ListenerEntry[T]) error RemoveEventListener(txID string, e events.ListenerEntry[T]) error }
type Services ¶ added in v0.4.0
type Services interface {
NewPeerClient(cc grpc.ConnectionConfig) (services.PeerClient, error)
}
Click to show internal directories.
Click to hide internal directories.