based-auth
Version:
A Next.js/Node.js authentication and wallet API kit for Ethereum and Solana, with utilities for serialization and contract interaction, designed for serverless and API route usage.
16 lines (15 loc) • 422 B
TypeScript
export * from './types';
export * from './Announcement';
export * from './Block';
export * from './Comment';
export * from './MemeToken';
export * from './Mods';
export * from './NativePrice';
export * from './Notification';
export * from './Owner';
export * from './OwnerFee';
export * from './Preset';
export * from './SubBoard';
export * from './TokenImp';
export * from './Transaction';
export * from './UserProfile';