Comparing version 11.13.0 to 11.14.0
@@ -11,4 +11,5 @@ /// <reference types="bn.js" /> | ||
readBoolean(): boolean; | ||
readAddress(): import("..").Address | null; | ||
readCell(): import("./Cell").Cell; | ||
readTuple(): TupleSlice4; | ||
} |
@@ -33,2 +33,5 @@ "use strict"; | ||
} | ||
readAddress() { | ||
return this.readCell().beginParse().readAddress(); | ||
} | ||
readCell() { | ||
@@ -35,0 +38,0 @@ let popped = this.pop(); |
@@ -56,1 +56,2 @@ export { BitString } from './boc/BitString'; | ||
export { configParseMasterAddress, configParseWorkchainDescriptor, parseValidatorDescr, parseValidatorSet, parseBridge, configParseMasterAddressRequired, configParse15, configParse16, configParse17, configParse18, configParse8, configParse40, configParse12, configParseValidatorSet, configParseBridge, configParseGasLimitsPrices, GasLimitsPrices, configParseMsgPrices, MsgPrices, parseFullConfig, configParse28, configParse29 } from './contracts/configs/configParsing'; | ||
export { Traits } from './traits/index'; |
@@ -5,3 +5,3 @@ "use strict"; | ||
exports.configParse18 = exports.configParse17 = exports.configParse16 = exports.configParse15 = exports.configParseMasterAddressRequired = exports.parseBridge = exports.parseValidatorSet = exports.parseValidatorDescr = exports.configParseWorkchainDescriptor = exports.configParseMasterAddress = exports.computeMessageForwardFees = exports.computeExternalMessageFees = exports.computeGasPrices = exports.computeFwdFees = exports.computeStorageFees = exports.TonClient4 = exports.parseStack = exports.serializeStack = exports.parseMasterchainStateExtra = exports.parseShardStateUnsplit = exports.parseShardAccounts = exports.parseDepthBalanceInfo = exports.parseShardAccount = exports.parseShardIdent = exports.parseAccount = exports.parseAccountStorage = exports.parseAccountState = exports.parseStorageInfo = exports.parseStorageUsed = exports.parseRawTickTock = exports.parseTransactionDescription = exports.parseBouncePhase = exports.parseActionPhase = exports.parseComputePhase = exports.parseCreditPhase = exports.parseStoragePhase = exports.parseStorageUsedShort = exports.parseAccountChange = exports.parseHashUpdate = exports.parseMessage = exports.parseStateInit = exports.parseCommonMsgInfo = exports.parseCurrencyCollection = exports.parseAccountStatus = exports.parseTransaction = exports.safeSignVerify = exports.safeSign = exports.serializeDict = exports.parseDictRefs = exports.parseDictBitString = void 0; | ||
exports.configParse29 = exports.configParse28 = exports.parseFullConfig = exports.configParseMsgPrices = exports.configParseGasLimitsPrices = exports.configParseBridge = exports.configParseValidatorSet = exports.configParse12 = exports.configParse40 = exports.configParse8 = void 0; | ||
exports.Traits = exports.configParse29 = exports.configParse28 = exports.parseFullConfig = exports.configParseMsgPrices = exports.configParseGasLimitsPrices = exports.configParseBridge = exports.configParseValidatorSet = exports.configParse12 = exports.configParse40 = exports.configParse8 = void 0; | ||
var BitString_1 = require("./boc/BitString"); | ||
@@ -173,1 +173,4 @@ Object.defineProperty(exports, "BitString", { enumerable: true, get: function () { return BitString_1.BitString; } }); | ||
Object.defineProperty(exports, "configParse29", { enumerable: true, get: function () { return configParsing_1.configParse29; } }); | ||
// Traits | ||
var index_1 = require("./traits/index"); | ||
Object.defineProperty(exports, "Traits", { enumerable: true, get: function () { return index_1.Traits; } }); |
{ | ||
"name": "ton", | ||
"version": "11.13.0", | ||
"version": "11.14.0", | ||
"repository": "https://github.com/tonwhales/ton.git", | ||
@@ -5,0 +5,0 @@ "author": "Steve Korshakov <steve@korshakov.com>", |
427879
228
11052