UNPKG
@texture-finance/solana-flash-loan-sdk
Version:
latest (0.0.6)
0.0.6
0.0.5
0.0.4
0.0.4-beta-7
0.0.4-beta-6
0.0.4-beta-5
0.0.4-beta-4
0.0.4-beta-3
0.0.4-beta-2
0.0.4-beta-1
0.0.3
0.0.1-beta1
0.0.1-beta-4
0.0.1-beta-3
0.0.1-beta-2
Solana flash loan SDK
github.com/texture-finance/flash-loan-sdk-ts
texture-finance/flash-loan-sdk-ts
@texture-finance/solana-flash-loan-sdk
/
build
/
utils
/
const.d.ts
5 lines
(4 loc)
•
184 B
TypeScript
View Raw
1
2
3
4
5
import
{
PublicKey
}
from
"@solana/web3.js"
;
export
declare
const
FLASH_LOAN_ID
:
PublicKey
;
export
declare
const
WSOL_RESERVE
:
PublicKey
;
export
declare
const
USDC_RESERVE
:
PublicKey
;