Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewPopulator ¶ added in v0.4.0
func NewPopulator() *populator
Types ¶
type SimpleTXIDStore ¶ added in v0.4.0
type SimpleTXIDStore = txidstore.SimpleTXIDStore[fdriver.ValidationCode]
func NewTXIDStore ¶ added in v0.4.0
func NewTXIDStore(persistence txidstore.UnversionedPersistence) (*SimpleTXIDStore, error)
NewTXIDStore returns a new instance of SimpleTXIDStore
type TXIDStoreReader ¶
type TXIDStoreReader = vault.TXIDStoreReader[fdriver.ValidationCode]
type Vault ¶
type Vault = vault.Vault[fdriver.ValidationCode]
func New ¶
func New(configService driver.ConfigService, channel string, drivers []driver2.NamedDriver, metricsProvider metrics.Provider, tracerProvider trace.TracerProvider) (*Vault, driver.TXIDStore, error)
func NewVault ¶ added in v0.4.0
func NewVault(store vault.VersionedPersistence, txIDStore TXIDStore, metricsProvider metrics.Provider, tracerProvider trace.TracerProvider) *Vault
NewVault returns a new instance of Vault
Click to show internal directories.
Click to hide internal directories.