UNPKG

@drift-labs/sdk

Version:
10 lines 265 B
/// <reference types="bn.js" /> import { BN } from '@coral-xyz/anchor'; export declare class StrictOraclePrice { current: BN; twap?: BN; constructor(current: BN, twap?: BN); max(): BN; min(): BN; } //# sourceMappingURL=strictOraclePrice.d.ts.map