Typeberry by Fluffy Labs - v0.4.0
    Preparing search index...

    Interface RootDb<TBlocks, TStates>

    Root database.

    interface RootDb<TBlocks = BlocksDb, TStates = StatesDb> {
        close(): Promise<void>;
        getBlocksDb(): TBlocks;
        getStatesDb(): TStates;
    }

    Type Parameters

    Index

    Methods