@renec-foundation/redex-sdk
Version:
Typescript SDK to interact with Orca's Whirlpool program.
9 lines (8 loc) • 314 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.toTx = void 0;
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).addInstruction(ix);
}
exports.toTx = toTx;