stores
    Preparing search index...

    Interface InterfaceBlockstoreTest<B>

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

    Type Parameters

    Index

    Methods

    Methods