UNPKG

@myria/airdrop-js

Version:

Airdrop in L1 with claim based approach

12 lines (11 loc) 140 B
/** * Common module. * @module Common */ /** * Extension for BigInt * @interface BigInt */ interface BigInt { toJSON(): string; }