UNPKG
whirlpools-prism-sdk
Version:
latest (0.0.1)
0.0.1
Typescript SDK to interact with Orca's Whirlpool program.
www.orca.so
orca-so/whirlpools
whirlpools-prism-sdk
/
dist
/
quotes
/
swap
/
swap-quote-impl.d.ts
9 lines
(8 loc)
•
266 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
import
{
SwapQuoteParam
,
SwapQuote
}
from
"../public"
;
/** * Figure out the quote parameters needed to successfully complete this trade on chain *
@param
param
*
@returns
*
@exceptions
*/
export
declare
function
simulateSwap
(
params: SwapQuoteParam
):
SwapQuote
;