UNPKG

@rainfi/sdk

Version:

This package is used to interact with Rain.fi protocol on Solana

6 lines (5 loc) 299 B
import { Connection, PublicKey, TransactionInstruction } from "@solana/web3.js"; export declare function buyEscrow(connection: Connection, signer: PublicKey, mintAddress: string, price: any, shared?: PublicKey): Promise<{ fullIx: TransactionInstruction[]; buyIx: TransactionInstruction; }>;