UNPKG

@ton.js/core

Version:

TonWeb - JavaScript API for TON blockchain

16 lines 777 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SimpleWalletContractR2 = void 0; const cell_1 = require("../../../boc/cell"); const wallet_contract_1 = require("../wallet-contract"); class SimpleWalletContractR2 extends wallet_contract_1.WalletContract { constructor(provider, options) { options.code = cell_1.Cell.oneFromBoc(`B5EE9C724101010100530000A2FF0020DD2082014C97BA9730ED44D0D70B1FE0A4F260810200D71820D70B1FED44D0D31FD3FFD15112BAF2A122F901541044F910F2A2F80001D31F3120D74A96D307D402FB00DED1A4C8CB1FCBFFC9ED54D0E2786F`); super(provider, options); } getName() { return 'simpleR2'; } } exports.SimpleWalletContractR2 = SimpleWalletContractR2; //# sourceMappingURL=simple-wallet-contract-r2.js.map