fedimint_eventlog

Constant DB_KEY_PREFIX_UNORDERED_EVENT_LOG

Source
pub const DB_KEY_PREFIX_UNORDERED_EVENT_LOG: u8 = 0x39;
Expand description

DB prefixes hardcoded for use of the event log fedimint-eventlog was extracted from fedimint-client to help include/re-use in other part of the code. But fundamentally its role is to implement event log in the client. There is currently no way to inject the prefixes to use for db records, so we use these constants to keep them in sync. Any other app that will want to store its own even log, will need to use the exact same prefixes, which in practice should not be a problem.