UNPKG
@roochnetwork/sdk
Version:
latest (0.0.1)
0.0.1
Rooch SDK
github.com/rooch-network/rooch
rooch-network/rooch
@roochnetwork/sdk
/
src
/
generated
/
runtime
/
bcs
/
mod.ts
8 lines
(6 loc)
•
180 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
/** * Copyright (c) Facebook, Inc. and its affiliates * SPDX-License-Identifier: MIT OR Apache-2.0 */
export
*
from
"./bcsSerializer.ts"
;
export
*
from
"./bcsDeserializer.ts"
;