UNPKG
arweave
Version:
ec (2.0.0-ec.2)
latest (1.15.7)
2.0.0-ec.2
2.0.0-ec.1
2.0.0-ec.0
1.15.7
1.15.5
1.15.3
1.15.1
1.15.0
1.14.4
1.14.1
1.14.0
1.13.8
1.13.7
1.13.6
1.13.5
1.13.4
1.13.3
1.13.1
1.13.0
1.12.7
1.12.6
1.12.4
1.12.3
1.12.2
1.12.1
1.12.0
1.11.9
1.11.8
1.11.7
1.11.6
1.11.4
1.11.3
1.11.2
1.11.1
1.10.24
1.10.23
1.10.22
1.10.21
1.10.20
1.10.19
1.10.18
1.10.17
1.10.16
1.10.15
1.10.14
1.10.13
1.10.11
1.10.10
1.10.9
1.10.8
1.10.7
1.10.6
1.10.5
1.10.4
1.10.3
1.10.2
1.10.1
1.10.0
1.9.1
1.9.0
1.8.0
1.7.1
1.7.0
1.6.0
1.5.3
1.5.2
1.5.1
1.5.0
1.4.1
1.4.0
1.3.1
1.3.0
1.2.0
1.1.8
1.1.7
1.1.6
1.1.5
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
1.0.2
1.0.1
1.0.0
0.1.0
Arweave JS client library
github.com/ArweaveTeam/arweave-js
ArweaveTeam/arweave-js
arweave
/
web
/
lib
/
deepHash.d.ts
6 lines
(5 loc)
•
195 B
TypeScript
View Raw
1
2
3
4
5
6
type
DeepHashChunk
=
Uint8Array
|
DeepHashChunks
;
interface
DeepHashChunks
extends
Array
<
DeepHashChunk
> { }
export
default
function
deepHash
(
data
:
DeepHashChunk
):
Promise
<
Uint8Array
>;
export
{};