Querying

ls: {
    (path, listOptions): Promise<DirectoryItemWithKind[]>;
    (path, listOptions): Promise<DirectoryItem[]>;
    (): Promise<DirectoryItem[]>;
    (path): Promise<DirectoryItem[]>;
    (path?, listOptions?): Promise<DirectoryItem[] | DirectoryItemWithKind[]>;
} = ...

Type declaration

Methods

Properties

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

Type declaration

    Type declaration

      Type declaration

        Type declaration

          Type declaration

            Type declaration

              Type declaration

                Type declaration

                  #privateNodes: MountedPrivateNodes
                  #rng: Rng
                  #rootTree: RootTree
                  id: string

                  Generated using TypeDoc