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.
18 lines (17 loc) • 493 B
TypeScript
export * from './types';
export * from './Announcement';
export * from './Block';
export * from './BoardInvitation';
export * from './BoardJoinRequest';
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';