opstack-kit-chains
Version:
Support your OP-Stack network with 'opstack-kit'
13 lines • 463 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.walletActionsL2 = void 0;
const initiateWithdrawal_js_1 = require("../actions/initiateWithdrawal.js");
function walletActionsL2() {
return (client) => {
return {
initiateWithdrawal: (args) => (0, initiateWithdrawal_js_1.initiateWithdrawal)(client, args),
};
};
}
exports.walletActionsL2 = walletActionsL2;
//# sourceMappingURL=walletL2.js.map
;