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
/
utils
/
public
/
ix-utils.d.ts
4 lines
(3 loc)
•
211 B
TypeScript
View Raw
1
2
3
4
import
{
TransactionBuilder
,
Instruction
}
from
"@orca-so/common-sdk"
;
import
{
WhirlpoolContext
}
from
"../../context"
;
export
declare
function
toTx
(
ctx: WhirlpoolContext, ix: Instruction
):
TransactionBuilder
;