pumpdotfun-sdk-repumped
Version:
Pumpfun SDK — create, buy, sell tokens with support for Jito bundles and multiple relayer integrations. Rebuilt and fixed pumpdotfun-sdk.
18 lines (15 loc) • 814 B
JavaScript
import { toUpdateGlobalAuthorityEvent, toSetMetaplexCreatorEvent, toSetCreatorEvent, toExtendAccountEvent, toCompletePumpAmmMigrationEvent, toCollectCreatorFeeEvent, toSetParamsEvent, toCompleteEvent, toTradeEvent, toCreateEvent } from './pumpEvents.mjs';
const converters = {
createEvent: toCreateEvent,
tradeEvent: toTradeEvent,
completeEvent: toCompleteEvent,
setParamsEvent: toSetParamsEvent,
collectCreatorFeeEvent: toCollectCreatorFeeEvent,
completePumpAmmMigrationEvent: toCompletePumpAmmMigrationEvent,
extendAccountEvent: toExtendAccountEvent,
setCreatorEvent: toSetCreatorEvent,
setMetaplexCreatorEvent: toSetMetaplexCreatorEvent,
updateGlobalAuthorityEvent: toUpdateGlobalAuthorityEvent,
};
export { converters };
//# sourceMappingURL=pumpEvents.consts.mjs.map