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.d.ts
3 lines
(2 loc)
•
132 B
TypeScript
View Raw
1
2
3
import
{
Seq
}
from
'../generated/runtime/serde/mod'
;
export
declare
function
uint8Array2SeqNumber
(
bytes
:
Uint8Array
):
Seq
<
number
>;