Interface FileSystemOptions

interface FileSystemOptions {
    blockstore: Blockstore<{}, {}, {}, {}, {}, {}, {}, {}>;
    onCommit?: CommitVerifier;
    rootTreeClass?: typeof RootTree;
    settleTimeBeforePublish?: number;
}

Properties

blockstore: Blockstore<{}, {}, {}, {}, {}, {}, {}, {}>

Type declaration

    Type declaration

      Type declaration

        Type declaration

          Type declaration

            Type declaration

              Type declaration

                Type declaration

                  onCommit?: CommitVerifier
                  rootTreeClass?: typeof RootTree
                  settleTimeBeforePublish?: number

                  Generated using TypeDoc