Typeberry by Fluffy Labs - v0.4.0
Preparing search index...
lib
database
RootDb
Interface RootDb<TBlocks, TStates>
Root database.
interface
RootDb
<
TBlocks
=
BlocksDb
,
TStates
=
StatesDb
>
{
close
()
:
Promise
<
void
>
;
getBlocksDb
()
:
TBlocks
;
getStatesDb
()
:
TStates
;
}
Type Parameters
TBlocks
=
BlocksDb
TStates
=
StatesDb
Index
Methods
close
get
Blocks
Db
get
States
Db
Methods
close
close
()
:
Promise
<
void
>
Close access to the DB.
Returns
Promise
<
void
>
get
Blocks
Db
getBlocksDb
()
:
TBlocks
Blocks DB.
Returns
TBlocks
get
States
Db
getStatesDb
()
:
TStates
States DB.
Returns
TStates
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
close
get
Blocks
Db
get
States
Db
Typeberry by Fluffy Labs - v0.4.0
Loading...
Root database.