UNPKG
@myria/airdrop-js
Version:
latest (0.0.9-alpha)
0.0.9-alpha
0.0.8-alpha
0.0.7-alpha
0.0.6-alpha
0.0.5-alpha
0.0.4-beta
0.0.4-alpha.1
0.0.4-alpha
0.0.3-alpha
0.0.2-alpha.1
0.0.2-alpha
Airdrop in L1 with claim based approach
github.com/myria-libs/airdrop-js
myria-libs/airdrop-js
@myria/airdrop-js
/
src
/
index.ts
9 lines
(7 loc)
•
284 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
import
*
as
Client
from
'./client'
;
import
*
as
Common
from
'./common'
;
import
{ Config }
from
'./config'
;
import
*
as
Transaction
from
'./transaction'
;
import
*
as
Type
from
'./type'
;
import
*
as
Wallet
from
'./wallet'
; export { Client, Common, Config, Transaction,
Type
, Wallet };