MCPcopy Create free account
hub / github.com/devaccuracy/ledgerforge / initializeTokenizationService

Function initializeTokenizationService

ledgerforge.go:91–98  ·  view source on GitHub ↗

initializeTokenizationService creates and configures the tokenization service

(config *config.Configuration)

Source from the content-addressed store, hash-verified

89
90// IsInflightTransaction reports whether a transaction is an inflight transaction.
91func IsInflightTransaction(transaction *model.Transaction) bool {
92 return core.IsInflightTransaction(transaction)
93}
94
95// NewLineageOutboxProcessor creates the lineage outbox worker.
96func NewLineageOutboxProcessor(service *LedgerForge) *LineageOutboxProcessor {
97 return core.NewLineageOutboxProcessor(service)
98}
99
100// NewQueuedTransactionRecoveryProcessor creates the queued-transaction recovery worker.
101func NewQueuedTransactionRecoveryProcessor(service *LedgerForge) *QueuedTransactionRecoveryProcessor {

Callers 1

NewLedgerForgeFunction · 0.85

Calls 1

NewTokenizationServiceFunction · 0.92

Tested by

no test coverage detected