Dexie table containing up to one pending action for every user logged so far
Dexie table containing all cached block data received from blockchain so far
This function will delete all user data stored locally in browser
Dexie table containing equipment information for every user logged so far
Gets current instance of single-occurence data of given type
Dexie table containing all known items data
Dexie table containing info about already mined tiles
Dexie table containing all cached players (including logged user)
Sets current instance of single-occurence data of given type
Subscribe to all changes of any data of given type
Unsubscribe from all changes of any data of given type
Generated using TypeDoc
Interface representing global database context. There should be exactly one instance implementing this interface in the whole application.