UNPKG

@orca-so/whirlpool-sdk

Version:

Whirlpool SDK for the Orca protocol.

7 lines (6 loc) 255 B
import { Instruction } from "@orca-so/whirlpool-client-sdk"; import { PublicKey } from "@solana/web3.js"; export declare type ResolvedTokenAddressInstruction = { address: PublicKey; } & Instruction; export declare const emptyInstruction: Instruction;