UNPKG

@solsdk/keystone_sdk

Version:

SDK for Keystone Protocol

10 lines (9 loc) 218 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; }