UNPKG
kubo-rpc-client-esm-cjs
Version:
canary (3.0.1)
latest (3.0.1)
3.0.1
A client library for the Kubo RPC API
github.com/ipfs/js-kubo-rpc-client
ipfs/js-kubo-rpc-client
kubo-rpc-client-esm-cjs
/
dist
/
esm
/
src
/
dht
/
response-types.d.ts
9 lines
•
265 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
export
const
SendingQuery:
0
;
export
const
PeerResponse:
1
;
export
const
FinalPeer:
2
;
export
const
QueryError:
3
;
export
const
Provider:
4
;
export
const
Value:
5
;
export
const
AddingPeer:
6
;
export
const
DialingPeer:
7
;
//# sourceMappingURL=response-types.d.ts.map