UNPKG
@yubing744/rooch-sdk
Version:
latest (0.1.0)
0.1.0
Rooch SDK
github.com/rooch-network/rooch
rooch-network/rooch
@yubing744/rooch-sdk
/
dist
/
esm
/
utils
/
bytes.js
8 lines
(7 loc)
•
154 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
function
uint8Array2SeqNumber
(
bytes
) {
return
Array
.
from
(bytes,
(
byte
) =>
byte); }
export
{ uint8Array2SeqNumber };
//# sourceMappingURL=bytes.js.map