UNPKG
@kamino-finance/scope-sdk
Version:
beta (11.0.0-beta.0)
latest (13.0.0)
13.0.0
12.0.0
11.0.0
11.0.0-beta.0
10.2.6
10.2.5
10.2.4
10.2.3
10.2.3-beta.0
10.2.2
10.2.1
10.2.0
10.1.0
10.0.5
10.0.4
10.0.3
10.0.2
10.0.1
10.0.0
9.1.0
9.0.0
8.1.0-beta.6
8.1.0-beta.5
8.1.0-beta.4
8.1.0-beta.3
8.1.0-beta.2
8.1.0-beta.1
8.1.0-beta.0
8.0.7
8.0.6
8.0.5
8.0.4
8.0.3
8.0.2
8.0.1
8.0.0
Scope Oracle SDK
github.com/kamino-finance/scope-sdk
kamino-finance/scope-sdk
@kamino-finance/scope-sdk
/
dist
/
utils
/
jlp.d.ts
4 lines
•
194 B
TypeScript
View Raw
1
2
3
4
import
{
Address
}
from
'@solana/kit'
;
export
declare
const
MINT_SEED
=
"lp_token_mint"
;
export
declare
function
getJlpMintPda
(
pool
:
Address
):
Promise
<
Address
>;
//# sourceMappingURL=jlp.d.ts.map