UNPKG

pumpdotfun-repumped-sdk

Version:

Pumpfun SDK — create, buy, sell tokens with support for Jito bundles and multiple relayer integrations. Rebuilt and fixed pumpdotfun-sdk.

8 lines (5 loc) 190 B
import { PublicKey } from '@solana/web3.js'; const toPubKey = (v) => new PublicKey(v); const toBigInt = (v) => BigInt(v); export { toBigInt, toPubKey }; //# sourceMappingURL=utils.mjs.map