UNPKG

@ton.js/core

Version:

TonWeb - JavaScript API for TON blockchain

19 lines 805 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SimpleWalletContractR1 = void 0; const cell_1 = require("../../../boc/cell"); const wallet_contract_1 = require("../wallet-contract"); /** * Attention: no seqno get-method in this wallet. */ class SimpleWalletContractR1 extends wallet_contract_1.WalletContract { constructor(provider, options) { options.code = cell_1.Cell.oneFromBoc(`B5EE9C72410101010044000084FF0020DDA4F260810200D71820D70B1FED44D0D31FD3FFD15112BAF2A122F901541044F910F2A2F80001D31F3120D74A96D307D402FB00DED1A4C8CB1FCBFFC9ED5441FDF089`); super(provider, options); } getName() { return 'simpleR1'; } } exports.SimpleWalletContractR1 = SimpleWalletContractR1; //# sourceMappingURL=simple-wallet-contract-r1.js.map