@frakt-protocol/frakt-sdk
Version:
Frakt SDK for interacting with frakt.xyz protocols
17 lines (16 loc) • 583 B
TypeScript
export * from './activateCommunityPool';
export * from './addToWhitelist';
export * from './emergencyWithdrawByAdmin';
export * from './initBoardEntry';
export * from './initCommunityPool';
export * from './initConfig';
export * from './initializeFee';
export * from './initLeaderboardReward';
export * from './initPermission';
export * from './revealLotteryTicket';
export * from './topupConfig';
export * from './updateConnection';
export * from './updateFee';
export * from './updateLeaderboardReward';
export * from './withdrawNftByAdmin';
export * from './withdrawNftByTicket';