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
/
type
/
ClientType.ts
13 lines
(11 loc)
•
244 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
/** * Type module. *
@memberof
Type */
import { ThirdwebClient }
from
'thirdweb'
;
/** * Interface for classes that represent a ThirdwebClient. * *
@interface
IThirdwebClient */
export
interface
IThirdwebClient
extends
ThirdwebClient
{}