Documentation
¶
Index ¶
- Variables
- func MaxUint64(a, b uint64) uint64
- func NewCommitterFLM(committer *fabric.Committer) *committerListenerManager
- func NewDeliveryFLM(logger logging.Logger, config events.DeliveryListenerManagerConfig, ...) (*deliveryListenerManager, error)
- type DeliveryScanQueryByID
- type FabricFinality
- type Hasher
- type ListenerManager
- type Services
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 Hasher Hasher 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, hasher Hasher, 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.