Interface CarComponents

interface CarComponents {
    blockstore: Blockstore<{}, {}, {}, {}, {}, {}, {}, {}>;
    dagWalkers: Record<number, DAGWalker>;
}

Properties

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

Type declaration

    Type declaration

      Type declaration

        Type declaration

          Type declaration

            Type declaration

              Type declaration

                Type declaration

                  dagWalkers: Record<number, DAGWalker>