Add an init
function for a standalone ReadStateService
#8520
Labels
A-blockchain-scanner
Area: Blockchain scanner of shielded transactions
A-state
Area: State / database changes
C-enhancement
Category: This is an improvement
S-needs-triage
Status: A bug report needs triage
Milestone
Motivation
We want to use the
ReadStateService
from other processes like zebra-scan or an RPC wallet without spawning or checking on a block write task.It would be useful to have an initializer function for creating a read-only
ReadStateService
to keep theReadStateService::new()
method private.The text was updated successfully, but these errors were encountered: