UNPKG

@orca-so/whirlpools-sdk

Version:

Typescript SDK to interact with Orca's Whirlpool program.

8 lines 346 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.toTx = toTx; const common_sdk_1 = require("@orca-so/common-sdk"); function toTx(ctx, ix) { return new common_sdk_1.TransactionBuilder(ctx.provider.connection, ctx.provider.wallet, ctx.txBuilderOpts).addInstruction(ix); } //# sourceMappingURL=ix-utils.js.map