jton-contracts
Version:
Free TON contracts wrapped in jTON
12 lines (11 loc) • 1.27 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.SetcodeMultisigWalletSend = exports.SetcodeMultisigWalletInfo = exports.SetcodeMultisigWalletDeployWithGiverV2 = exports.SetcodeMultisigWalletCall = void 0;
var SetcodeMultisigWalletCall_1 = require("./SetcodeMultisigWalletCall");
Object.defineProperty(exports, "SetcodeMultisigWalletCall", { enumerable: true, get: function () { return SetcodeMultisigWalletCall_1.SetcodeMultisigWalletCall; } });
var SetcodeMultisigWalletDeployWithGiverV2_1 = require("./SetcodeMultisigWalletDeployWithGiverV2");
Object.defineProperty(exports, "SetcodeMultisigWalletDeployWithGiverV2", { enumerable: true, get: function () { return SetcodeMultisigWalletDeployWithGiverV2_1.SetcodeMultisigWalletDeployWithGiverV2; } });
var SetcodeMultisigWalletInfo_1 = require("./SetcodeMultisigWalletInfo");
Object.defineProperty(exports, "SetcodeMultisigWalletInfo", { enumerable: true, get: function () { return SetcodeMultisigWalletInfo_1.SetcodeMultisigWalletInfo; } });
var SetcodeMultisigWalletSend_1 = require("./SetcodeMultisigWalletSend");
Object.defineProperty(exports, "SetcodeMultisigWalletSend", { enumerable: true, get: function () { return SetcodeMultisigWalletSend_1.SetcodeMultisigWalletSend; } });