@superstateinc/allowlist
Version:
TypeScript library for interacting with the Superstate Allowlist program on Solana
13 lines • 486 B
TypeScript
/**
* @superstateinc/allowlist
*
* TypeScript library for interacting with the Superstate Allowlist program on Solana.
* This library provides utilities for creating instructions, deriving PDAs, and working
* with allowlist functionality for SPL Token 2022 mints.
*/
export * from './types';
export * from './constants';
export * from './pda';
export * from './instructions';
export { PublicKey, TransactionInstruction } from '@solana/web3.js';
//# sourceMappingURL=index.d.ts.map