UNPKG
fx-ton-lib
Version:
latest (0.0.64)
0.0.64
TonWeb - JavaScript API for TON blockchain
github.com/toncenter/tonweb
toncenter/tonweb
fx-ton-lib
/
src
/
boc
/
index.js
5 lines
(4 loc)
•
157 B
JavaScript
View Raw
1
2
3
4
5
const
{
BitString
} =
require
(
"./BitString"
);
const
{
Cell
} =
require
(
"./Cell"
);
const
{
Slice
} =
require
(
"./Slice"
);
module
.
exports
= {
BitString
,
Cell
,
Slice
};