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
/
constants
/
deposit_method.js
6 lines
•
231 B
JavaScript
View Raw
1
2
3
4
5
6
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
PROPORTION_BASED
=
exports
.
DOLAR_BASED
=
void
0
;
exports
.
DOLAR_BASED
=
0
;
exports
.
PROPORTION_BASED
=
1
;
//# sourceMappingURL=deposit_method.js.map