UNPKG
light-curate-data-service
Version:
latest (0.4.8)
0.4.8
0.4.7
0.4.6
0.4.5
0.4.4
0.4.2
0.4.1
0.4.0
0.3.3
0.3.2
0.3.1
0.3.0
0.2.0
0.1.0
A TypeScript library for interacting with LightGeneralizedTCR contracts
light-curate-data-service
/
dist
/
ipfs.d.ts
4 lines
(3 loc)
•
234 B
TypeScript
View Raw
1
2
3
4
export
declare
const
uploadToIPFS
:
(
data
:
Uint8Array
,
fileName
:
string
) =>
Promise
<
string
>;
export
declare
const
uploadJSONToIPFS
:
(
data
:
any
) =>
Promise
<
string
>;
export
declare
function
fetchFromIPFS
(
ipfsPath
:
string
):
Promise
<
any
>;