UNPKG

@vaulverin/orca-sdk

Version:

Typescript SDK for the Orca protocol.

6 lines (5 loc) 275 B
import { PublicKey } from "@solana/web3.js"; export declare const ORCA_TOKEN_SWAP_ID: PublicKey; export declare const ORCA_TOKEN_SWAP_ID_DEVNET: PublicKey; export declare const SPL_ASSOCIATED_TOKEN_ACCOUNT_PROGRAM_ID: PublicKey; export declare const ORCA_FARM_ID: PublicKey;