UNPKG
@cityofzion/neon-nep5
Version:
latest (4.9.0)
next (5.0.0-next.4)
5.0.0-next.4
5.0.0-next.3
5.0.0-next.2
5.0.0-next.0
4.9.0
4.8.3
4.8.2
4.8.1
4.8.0
4.7.2
4.7.1
4.7.0
4.6.1
4.6.0
4.5.2
4.5.0
4.4.0
4.3.2
4.3.1
4.3.0
4.2.0
4.1.3
4.1.0
4.0.2
4.0.1
4.0.0
Neon-NEP5 Module
github.com/CityOfZion/neon-js
CityOfZion/neon-js
@cityofzion/neon-nep5
/
lib
/
plugin.js
4 lines
•
217 B
JavaScript
View Raw
1
2
3
4
import
*
as
abi
from
"./abi"
;
import
{ getToken, getTokenBalance, getTokenBalances, getTokens }
from
"./main"
;
export
{ abi, getToken, getTokens, getTokenBalance, getTokenBalances };
//# sourceMappingURL=plugin.js.map