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
/
StrategyHolder.d.ts
7 lines
•
207 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
{
PublicKey
}
from
'@solana/web3.js'
;
import
Decimal
from
'decimal.js'
;
export
type
StrategyHolder
= {
holderPubkey
:
PublicKey
;
amount
:
Decimal
; };
//# sourceMappingURL=StrategyHolder.d.ts.map