stores
Preparing search index...
interface-blockstore-tests
InterfaceBlockstoreTest
Interface InterfaceBlockstoreTest<B>
interface
InterfaceBlockstoreTest
<
B
extends
Blockstore
=
Blockstore
>
{
setup
()
:
B
|
Promise
<
B
>
;
teardown
(
store
:
B
)
:
void
|
Promise
<
void
>
;
}
Type Parameters
B
extends
Blockstore
=
Blockstore
Index
Methods
setup
teardown
Methods
setup
setup
()
:
B
|
Promise
<
B
>
Returns
B
|
Promise
<
B
>
teardown
teardown
(
store
:
B
)
:
void
|
Promise
<
void
>
Parameters
store
:
B
Returns
void
|
Promise
<
void
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
setup
teardown
stores
Loading...