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
/
models
/
StrategyWithPendingFees.d.ts
7 lines
•
266 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
{
TokenAmounts
}
from
'./TokenAmounts'
;
import
StrategyWithAddress
from
'./StrategyWithAddress'
;
export
type
StrategyWithPendingFees
= {
strategy
:
StrategyWithAddress
;
pendingFees
:
TokenAmounts
; };
//# sourceMappingURL=StrategyWithPendingFees.d.ts.map