interface InterfaceBlockstoreTest<B> {
    setup(): B | Promise<B>;
    teardown(store): void | Promise<void>;
}

Type Parameters

Methods

Methods