UNPKG
@solsdk/keystone_sdk
Version:
latest (3.0.6)
3.0.6
3.0.5
3.0.4
3.0.3
3.0.2
3.0.1
3.0.0
2.4.1
SDK for Keystone Protocol
@solsdk/keystone_sdk
/
lib
/
node
/
oracles
/
strictOraclePrice.d.ts
10 lines
•
265 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
/// <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