UNPKG
@paradeum/burrow
Version:
latest (0.99.33)
0.99.33
0.99.31
0.99.4
0.99.3
0.99.2
0.99.1
0.30.2
TypeScript library that calls a Hyperledger Burrow server over GRPC.
github.com/hyperledger/burrow/
@paradeum/burrow
/
dist
/
lib
/
utils
/
sha3.d.ts
4 lines
(3 loc)
•
134 B
TypeScript
View Raw
1
2
3
4
/// <reference types="node" />
export
declare
function
str
(
str
:
string
):
string
;
export
declare
function
buffer
(
str
:
Buffer
):
string
;