UNPKG

@cryptoscan/orca-sdk

Version:

The fastest and easiest way to trade on Orca.

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; }