Skip to main content

Midnight.js API Reference v1.0.0


Midnight.js API Reference / @midnight-ntwrk/midnight-js-level-private-state-provider / LevelPrivateStateProviderConfig

Interface: LevelPrivateStateProviderConfig

Optional properties for the indexedDB based private state provider configuration.

Properties

midnightDbName

readonly midnightDbName: string

The name of the LevelDB database used to store all Midnight related data.


privateStateStoreName

readonly privateStateStoreName: string

The name of the object store containing private states.


signingKeyStoreName

readonly signingKeyStoreName: string

The name of the object store containing signing keys.