File tree Expand file tree Collapse file tree 3 files changed +3
-5
lines changed
Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 11import { DefaultBitswap } from './bitswap.js'
22import type { Message } from './message/message'
33import type { BitswapNetworkNotifyProgressEvents , BitswapNetworkWantProgressEvents } from './network.js'
4- import type { Libp2p } from '@libp2p/interface'
4+ import type { Libp2p , AbortOptions } from '@libp2p/interface'
55import type { PeerId } from '@libp2p/interface/peer-id'
66import type { Startable } from '@libp2p/interface/startable'
7- import type { AbortOptions } from '@libp2p/interface'
87import type { IMovingAverage } from '@vascosantos/moving-average'
98import type { Blockstore } from 'interface-blockstore'
109import type { CID } from 'multiformats/cid'
Original file line number Diff line number Diff line change @@ -12,13 +12,12 @@ import { logger } from './utils/index.js'
1212import type { DefaultBitswap } from './bitswap.js'
1313import type { MultihashHasherLoader } from './index.js'
1414import type { Stats } from './stats/index.js'
15- import type { Libp2p } from '@libp2p/interface'
15+ import type { Libp2p , AbortOptions } from '@libp2p/interface'
1616import type { Connection } from '@libp2p/interface/connection'
1717import type { PeerId } from '@libp2p/interface/peer-id'
1818import type { PeerInfo } from '@libp2p/interface/peer-info'
1919import type { IncomingStreamData } from '@libp2p/interface/stream-handler'
2020import type { Topology } from '@libp2p/interface/topology'
21- import type { AbortOptions } from '@libp2p/interface'
2221import type { Logger } from '@libp2p/logger'
2322import type { Multiaddr } from '@multiformats/multiaddr'
2423import type { CID } from 'multiformats/cid'
Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ import { toString as uint8ArrayToString } from 'uint8arrays/to-string'
44import * as CONSTANTS from './constants.js'
55import { logger } from './utils/index.js'
66import type { BitswapWantBlockProgressEvents } from './index.js'
7- import type { PeerId } from '@libp2p/interface/peer-id'
87import type { AbortOptions } from '@libp2p/interface'
8+ import type { PeerId } from '@libp2p/interface/peer-id'
99import type { Logger } from '@libp2p/logger'
1010import type { CID } from 'multiformats/cid'
1111
You can’t perform that action at this time.
0 commit comments