UNPKG
@kyve/core-beta
Version:
latest (1.23.0)
1.23.0
1.22.0
1.21.7
🚀 The base KYVE node implementation.
github.com/KYVENetwork/core
KYVENetwork/node
@kyve/core-beta
/
dist
/
src
/
scripts
/
checksum.d.ts
2 lines
(1 loc)
•
69 B
TypeScript
View Raw
1
2
export
declare
const
getChecksum
:
(
path
:
string
) =>
Promise
<
string
>;