Type alias OraclePriceData
 
Oracle
Price
Data
: {     confidence
: BN;     hasSufficientNumberOfDataPoints
: boolean;     maxPrice
?: BN;     price
: BN;     slot
: BN;     twap
?: BN;     twapConfidence
?: BN; } 
Type declaration
- 
confidence: BN
 
- 
hasSufficientNumberOfDataPoints: boolean
 
- 
Optional maxPrice?: BN
 
- 
price: BN
 
- 
slot: BN
 
- 
Optional twap?: BN
 
- 
Optional twapConfidence?: BN