UNPKG

@myria/airdrop-js

Version:

Airdrop in L1 with claim based approach

9 lines (7 loc) 284 B
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 };