UNPKG

@drift-labs/sdk

Version:
10 lines (9 loc) 355 B
import type { PublicKey, TransactionInstruction } from '@solana/web3.js'; import type { DriftProgram } from '../../config'; export declare function buildUpdateFundingRateInstruction(args: { program: DriftProgram; perpMarketIndex: number; state: PublicKey; perpMarket: PublicKey; oracle: PublicKey; }): Promise<TransactionInstruction>;