@orca-so/whirlpool-sdk
Version:
Whirlpool SDK for the Orca protocol.
8 lines (7 loc) • 422 B
TypeScript
import { Connection } from "@solana/web3.js";
import { Percentage } from "../utils/public/percentage";
import { OrcaNetwork } from "./public/network";
export declare const defaultSlippagePercentage: Percentage;
export declare const defaultNetwork: OrcaNetwork;
export declare function getDefaultConnection(network: OrcaNetwork): Connection;
export declare function getDefaultOffchainDataURI(network: OrcaNetwork): string;