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