UNPKG

@cryptoscan/pumpfun-sdk

Version:

The fastest and easiest way to trade on pumpfun

12 lines (10 loc) 258 B
import { Connection, Keypair } from "@solana/web3.js"; export interface TransferParams { walletFrom: Keypair; walletTo: Keypair; sol?: number; coinAddress?: string; payerWallet?: Keypair; fee?: number; connection?: Connection; }