UNPKG

@renec-foundation/redex-sdk

Version:

Typescript SDK to interact with Orca's Whirlpool program.

4 lines (3 loc) 211 B
import { TransactionBuilder, Instruction } from "@orca-so/common-sdk"; import { WhirlpoolContext } from "../../context"; export declare function toTx(ctx: WhirlpoolContext, ix: Instruction): TransactionBuilder;