Structs

  • Mock of real cardano db sync. At this moment we only stores transactions metadata as the only purpose of existance for this struct is to provide catalyst voting registrations Struct can be persisted and restored from json file using serde_json.
  • thread safe InMemoryDbSync. It has inner struct db_sync with rw lock guard and handle to update thread which listen to InMemoryNode mock block updates

Enums

Traits

Type Aliases