UNPKG
kamino-sdk-beta
Version:
latest (7.0.5)
7.0.5
7.0.4
7.0.3
Typescript SDK for interacting with the Kamino Liquidity (kliquidity) protocol
kamino.finance
kamino-sdk-beta
/
dist
/
utils
/
priceReferenceTypes.d.ts
4 lines
•
225 B
TypeScript
View Raw
1
2
3
4
import
{
PriceReferenceType
}
from
'./types'
;
export
declare
const
PoolPriceReferenceType
:
PriceReferenceType
;
export
declare
const
TwapPriceReferenceType
:
PriceReferenceType
;
//# sourceMappingURL=priceReferenceTypes.d.ts.map