@layerzerolabs/lz-ton-sdk-v2 3.0.26 → 3.0.28
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +12 -0
- package/dist/index.cjs +161 -123
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.mts +86 -73
- package/dist/index.d.ts +86 -73
- package/dist/index.mjs +161 -124
- package/dist/index.mjs.map +1 -1
- package/package.json +7 -6
package/dist/index.d.mts
CHANGED
|
@@ -94,7 +94,7 @@ declare const tonObjects: {
|
|
|
94
94
|
readonly 'lz::EpConfig::NewWithConnection': {
|
|
95
95
|
readonly name: "EpConfig";
|
|
96
96
|
readonly 0: {
|
|
97
|
-
readonly fieldName: "lz::EpConfig::NewWithConnection::
|
|
97
|
+
readonly fieldName: "lz::EpConfig::NewWithConnection::_timeoutReceiveMsglibConnectionOffset";
|
|
98
98
|
readonly fieldType: "cl::t::bool";
|
|
99
99
|
};
|
|
100
100
|
readonly 1: {
|
|
@@ -191,11 +191,11 @@ declare const tonObjects: {
|
|
|
191
191
|
readonly 'lz::ReceiveEpConfig': {
|
|
192
192
|
readonly name: "RcvEpCfg";
|
|
193
193
|
readonly 0: {
|
|
194
|
-
readonly fieldName: "lz::ReceiveEpConfig::
|
|
194
|
+
readonly fieldName: "lz::ReceiveEpConfig::receiveMsglibConnection";
|
|
195
195
|
readonly fieldType: "cl::t::address";
|
|
196
196
|
};
|
|
197
197
|
readonly 1: {
|
|
198
|
-
readonly fieldName: "lz::ReceiveEpConfig::
|
|
198
|
+
readonly fieldName: "lz::ReceiveEpConfig::timeoutReceiveMsglibConnection";
|
|
199
199
|
readonly fieldType: "cl::t::address";
|
|
200
200
|
};
|
|
201
201
|
readonly 2: {
|
|
@@ -206,11 +206,11 @@ declare const tonObjects: {
|
|
|
206
206
|
readonly 'lz::SendEpConfig': {
|
|
207
207
|
readonly name: "SendEpCfg";
|
|
208
208
|
readonly 0: {
|
|
209
|
-
readonly fieldName: "lz::SendEpConfig::
|
|
209
|
+
readonly fieldName: "lz::SendEpConfig::sendMsglib";
|
|
210
210
|
readonly fieldType: "cl::t::address";
|
|
211
211
|
};
|
|
212
212
|
readonly 1: {
|
|
213
|
-
readonly fieldName: "lz::SendEpConfig::
|
|
213
|
+
readonly fieldName: "lz::SendEpConfig::sendMsglibConnection";
|
|
214
214
|
readonly fieldType: "cl::t::address";
|
|
215
215
|
};
|
|
216
216
|
};
|
|
@@ -460,7 +460,7 @@ declare const tonObjects: {
|
|
|
460
460
|
readonly 'md::LzSend': {
|
|
461
461
|
readonly name: "lzSend";
|
|
462
462
|
readonly 0: {
|
|
463
|
-
readonly fieldName: "md::LzSend::
|
|
463
|
+
readonly fieldName: "md::LzSend::_nativeFeeOffset";
|
|
464
464
|
readonly fieldType: "cl::t::uint64";
|
|
465
465
|
};
|
|
466
466
|
readonly 1: {
|
|
@@ -620,7 +620,7 @@ declare const tonObjects: {
|
|
|
620
620
|
readonly 'md::OptionsV1': {
|
|
621
621
|
readonly name: "OptionsV1";
|
|
622
622
|
readonly 0: {
|
|
623
|
-
readonly fieldName: "md::OptionsV1::
|
|
623
|
+
readonly fieldName: "md::OptionsV1::_nativeDropAddressOffset";
|
|
624
624
|
readonly fieldType: "cl::t::uint256";
|
|
625
625
|
};
|
|
626
626
|
readonly 1: {
|
|
@@ -760,17 +760,6 @@ declare const tonObjects: {
|
|
|
760
760
|
readonly fieldType: "cl::t::cellRef";
|
|
761
761
|
};
|
|
762
762
|
};
|
|
763
|
-
readonly 'POOO::NewWithBitsSets': {
|
|
764
|
-
readonly name: "POOO";
|
|
765
|
-
readonly 0: {
|
|
766
|
-
readonly fieldName: "POOO::NewWithBitsSets::nextEmpty";
|
|
767
|
-
readonly fieldType: "cl::t::uint64";
|
|
768
|
-
};
|
|
769
|
-
readonly 1: {
|
|
770
|
-
readonly fieldName: "POOO::NewWithBitsSets::bitmap";
|
|
771
|
-
readonly fieldType: "cl::t::cellRef";
|
|
772
|
-
};
|
|
773
|
-
};
|
|
774
763
|
readonly Channel: {
|
|
775
764
|
readonly name: "channel";
|
|
776
765
|
readonly 0: {
|
|
@@ -1333,7 +1322,7 @@ declare const tonObjects: {
|
|
|
1333
1322
|
readonly UlnConnection: {
|
|
1334
1323
|
readonly name: "connection";
|
|
1335
1324
|
readonly 0: {
|
|
1336
|
-
readonly fieldName: "UlnConnection::
|
|
1325
|
+
readonly fieldName: "UlnConnection::_ulnAddressOffset";
|
|
1337
1326
|
readonly fieldType: "cl::t::objRef";
|
|
1338
1327
|
};
|
|
1339
1328
|
readonly 1: {
|
|
@@ -1349,25 +1338,25 @@ declare const tonObjects: {
|
|
|
1349
1338
|
readonly fieldType: "cl::t::address";
|
|
1350
1339
|
};
|
|
1351
1340
|
readonly 4: {
|
|
1341
|
+
readonly fieldName: "UlnConnection::firstUnexecutedNonce";
|
|
1342
|
+
readonly fieldType: "cl::t::uint64";
|
|
1343
|
+
};
|
|
1344
|
+
readonly 5: {
|
|
1352
1345
|
readonly fieldName: "UlnConnection::ulnAddress";
|
|
1353
1346
|
readonly fieldType: "cl::t::address";
|
|
1354
1347
|
};
|
|
1355
|
-
readonly
|
|
1348
|
+
readonly 6: {
|
|
1356
1349
|
readonly fieldName: "UlnConnection::UlnSendConfigOApp";
|
|
1357
1350
|
readonly fieldType: "cl::t::objRef";
|
|
1358
1351
|
};
|
|
1359
|
-
readonly
|
|
1352
|
+
readonly 7: {
|
|
1360
1353
|
readonly fieldName: "UlnConnection::UlnReceiveConfigOApp";
|
|
1361
1354
|
readonly fieldType: "cl::t::objRef";
|
|
1362
1355
|
};
|
|
1363
|
-
readonly
|
|
1356
|
+
readonly 8: {
|
|
1364
1357
|
readonly fieldName: "UlnConnection::hashLookups";
|
|
1365
1358
|
readonly fieldType: "cl::t::dict256";
|
|
1366
1359
|
};
|
|
1367
|
-
readonly 8: {
|
|
1368
|
-
readonly fieldName: "UlnConnection::firstUnexecutedNonce";
|
|
1369
|
-
readonly fieldType: "cl::t::uint64";
|
|
1370
|
-
};
|
|
1371
1360
|
readonly 9: {
|
|
1372
1361
|
readonly fieldName: "UlnConnection::commitPOOO";
|
|
1373
1362
|
readonly fieldType: "cl::t::objRef";
|
|
@@ -1548,6 +1537,10 @@ declare const tonObjects: {
|
|
|
1548
1537
|
readonly fieldName: "md::ExecuteParams::opcode";
|
|
1549
1538
|
readonly fieldType: "cl::t::uint32";
|
|
1550
1539
|
};
|
|
1540
|
+
readonly 4: {
|
|
1541
|
+
readonly fieldName: "md::ExecuteParams::forwardingAddress";
|
|
1542
|
+
readonly fieldType: "cl::t::address";
|
|
1543
|
+
};
|
|
1551
1544
|
};
|
|
1552
1545
|
readonly 'md::NativeDrop': {
|
|
1553
1546
|
readonly name: "NativeDrop";
|
|
@@ -1570,6 +1563,10 @@ declare const tonObjects: {
|
|
|
1570
1563
|
readonly fieldName: "md::SetDict::dict";
|
|
1571
1564
|
readonly fieldType: "cl::t::dict256";
|
|
1572
1565
|
};
|
|
1566
|
+
readonly 3: {
|
|
1567
|
+
readonly fieldName: "md::SetDict::target";
|
|
1568
|
+
readonly fieldType: "cl::t::uint64";
|
|
1569
|
+
};
|
|
1573
1570
|
};
|
|
1574
1571
|
readonly 'md::SetQuorum': {
|
|
1575
1572
|
readonly name: "setQuorum";
|
|
@@ -1585,6 +1582,10 @@ declare const tonObjects: {
|
|
|
1585
1582
|
readonly fieldName: "md::SetQuorum::quorum";
|
|
1586
1583
|
readonly fieldType: "cl::t::uint64";
|
|
1587
1584
|
};
|
|
1585
|
+
readonly 3: {
|
|
1586
|
+
readonly fieldName: "md::SetQuorum::target";
|
|
1587
|
+
readonly fieldType: "cl::t::uint64";
|
|
1588
|
+
};
|
|
1588
1589
|
};
|
|
1589
1590
|
readonly 'md::SignedRequest': {
|
|
1590
1591
|
readonly name: "sgndReq";
|
|
@@ -3304,7 +3305,8 @@ declare class TonContractWrapper extends BaseWrapper {
|
|
|
3304
3305
|
config: Cell;
|
|
3305
3306
|
}): Promise<Cell>;
|
|
3306
3307
|
getNewLzEpConfigNewWithConnection(provider: ContractProvider, args: {
|
|
3307
|
-
|
|
3308
|
+
isNull: bigint;
|
|
3309
|
+
sendMsglibManager: bigint;
|
|
3308
3310
|
sendMsglib: bigint;
|
|
3309
3311
|
sendMsglibConnection: bigint;
|
|
3310
3312
|
receiveMsglib: bigint;
|
|
@@ -3314,17 +3316,14 @@ declare class TonContractWrapper extends BaseWrapper {
|
|
|
3314
3316
|
timeoutReceiveMsglibExpiry: bigint;
|
|
3315
3317
|
}): Promise<Cell>;
|
|
3316
3318
|
getNewLzEpConfig(provider: ContractProvider, args: {
|
|
3317
|
-
|
|
3319
|
+
isNull: bigint;
|
|
3320
|
+
sendMsglibManager: bigint;
|
|
3318
3321
|
sendMsglib: bigint;
|
|
3319
3322
|
receiveMsglib: bigint;
|
|
3320
3323
|
timeoutReceiveMsglib: bigint;
|
|
3321
3324
|
timeoutReceiveMsglibExpiry: bigint;
|
|
3322
3325
|
}): Promise<Cell>;
|
|
3323
3326
|
getNewLzEpConfigNewWithDefaults(provider: ContractProvider): Promise<Cell>;
|
|
3324
|
-
getNewLzEpConfigNewFrom(provider: ContractProvider, args: {
|
|
3325
|
-
sendMsglib: bigint;
|
|
3326
|
-
receiveMsglib: bigint;
|
|
3327
|
-
}): Promise<Cell>;
|
|
3328
3327
|
getNewLzMsglibInfo(provider: ContractProvider, args: {
|
|
3329
3328
|
msglibAddress: bigint;
|
|
3330
3329
|
msglibConnectionCode: Cell;
|
|
@@ -3347,8 +3346,9 @@ declare class TonContractWrapper extends BaseWrapper {
|
|
|
3347
3346
|
expiry: bigint;
|
|
3348
3347
|
}): Promise<Cell>;
|
|
3349
3348
|
getNewLzSendEpConfig(provider: ContractProvider, args: {
|
|
3350
|
-
|
|
3351
|
-
|
|
3349
|
+
sendMsglibManager: bigint;
|
|
3350
|
+
sendMsglib: bigint;
|
|
3351
|
+
sendMsglibConnection: bigint;
|
|
3352
3352
|
}): Promise<Cell>;
|
|
3353
3353
|
getNewLzSmlJobAssigned(provider: ContractProvider, args: {
|
|
3354
3354
|
fee: bigint;
|
|
@@ -3363,9 +3363,6 @@ declare class TonContractWrapper extends BaseWrapper {
|
|
|
3363
3363
|
msglibManagerAddress: bigint;
|
|
3364
3364
|
dstEid: bigint;
|
|
3365
3365
|
}): Promise<Cell>;
|
|
3366
|
-
getNewMdAmount(provider: ContractProvider, args: {
|
|
3367
|
-
amount: bigint;
|
|
3368
|
-
}): Promise<Cell>;
|
|
3369
3366
|
getNewMdBool(provider: ContractProvider, args: {
|
|
3370
3367
|
boolean: bigint;
|
|
3371
3368
|
}): Promise<Cell>;
|
|
@@ -3518,10 +3515,6 @@ declare class TonContractWrapper extends BaseWrapper {
|
|
|
3518
3515
|
initialStorage: Cell;
|
|
3519
3516
|
}): Promise<Cell>;
|
|
3520
3517
|
getNewPOOO(provider: ContractProvider): Promise<Cell>;
|
|
3521
|
-
getNewPOOONewWithBitsSets(provider: ContractProvider, args: {
|
|
3522
|
-
startingBit: bigint;
|
|
3523
|
-
endingBit: bigint;
|
|
3524
|
-
}): Promise<Cell>;
|
|
3525
3518
|
getNewChannel(provider: ContractProvider, args: {
|
|
3526
3519
|
owner: bigint;
|
|
3527
3520
|
path: Cell;
|
|
@@ -3712,11 +3705,16 @@ declare class TonContractWrapper extends BaseWrapper {
|
|
|
3712
3705
|
version: bigint;
|
|
3713
3706
|
nativeDropTotalCap: bigint;
|
|
3714
3707
|
}): Promise<Cell>;
|
|
3708
|
+
getNewMdDropEvent(provider: ContractProvider, args: {
|
|
3709
|
+
nativeAmount: bigint;
|
|
3710
|
+
receiver: bigint;
|
|
3711
|
+
}): Promise<Cell>;
|
|
3715
3712
|
getNewMdExecuteParams(provider: ContractProvider, args: {
|
|
3716
3713
|
target: bigint;
|
|
3717
3714
|
callData: Cell;
|
|
3718
3715
|
expiration: bigint;
|
|
3719
3716
|
opcode: bigint;
|
|
3717
|
+
forwardingAddress: bigint;
|
|
3720
3718
|
}): Promise<Cell>;
|
|
3721
3719
|
getNewMdNativeDrop(provider: ContractProvider, args: {
|
|
3722
3720
|
payees: Cell;
|
|
@@ -3725,11 +3723,13 @@ declare class TonContractWrapper extends BaseWrapper {
|
|
|
3725
3723
|
nonce: bigint;
|
|
3726
3724
|
opcode: bigint;
|
|
3727
3725
|
_dict: Cell;
|
|
3726
|
+
target: bigint;
|
|
3728
3727
|
}): Promise<Cell>;
|
|
3729
3728
|
getNewMdSetQuorum(provider: ContractProvider, args: {
|
|
3730
3729
|
nonce: bigint;
|
|
3731
3730
|
opcode: bigint;
|
|
3732
3731
|
quorum: bigint;
|
|
3732
|
+
target: bigint;
|
|
3733
3733
|
}): Promise<Cell>;
|
|
3734
3734
|
getNewMdSignedRequest(provider: ContractProvider, args: {
|
|
3735
3735
|
request: Cell;
|
|
@@ -3785,7 +3785,8 @@ interface LzConfig {
|
|
|
3785
3785
|
config: Cell;
|
|
3786
3786
|
}
|
|
3787
3787
|
interface LzEpConfigNewWithConnection {
|
|
3788
|
-
|
|
3788
|
+
_timeoutReceiveMsglibOffset: bigint;
|
|
3789
|
+
sendMsglibManager: bigint;
|
|
3789
3790
|
sendMsglib: bigint;
|
|
3790
3791
|
sendMsglibConnection: bigint;
|
|
3791
3792
|
receiveMsglib: bigint;
|
|
@@ -3812,13 +3813,14 @@ interface LzPath {
|
|
|
3812
3813
|
dstOApp: bigint;
|
|
3813
3814
|
}
|
|
3814
3815
|
interface LzReceiveEpConfig {
|
|
3815
|
-
|
|
3816
|
-
|
|
3816
|
+
receiveMsglibConnection: bigint;
|
|
3817
|
+
timeoutReceiveMsglibConnection: bigint;
|
|
3817
3818
|
expiry: bigint;
|
|
3818
3819
|
}
|
|
3819
3820
|
interface LzSendEpConfig {
|
|
3820
|
-
|
|
3821
|
-
|
|
3821
|
+
_sendMsglibConnectionOffset: bigint;
|
|
3822
|
+
sendMsglib: bigint;
|
|
3823
|
+
sendMsglibConnection: bigint;
|
|
3822
3824
|
}
|
|
3823
3825
|
interface LzSmlJobAssigned {
|
|
3824
3826
|
executorAddress: bigint;
|
|
@@ -3835,9 +3837,6 @@ interface MdAddMsglib extends Md {
|
|
|
3835
3837
|
msglibManagerAddress: bigint;
|
|
3836
3838
|
dstEid: bigint;
|
|
3837
3839
|
}
|
|
3838
|
-
interface MdAmount extends Md {
|
|
3839
|
-
amount: bigint;
|
|
3840
|
-
}
|
|
3841
3840
|
interface MdBool extends Md {
|
|
3842
3841
|
bool: bigint;
|
|
3843
3842
|
}
|
|
@@ -3901,7 +3900,8 @@ interface MdLzReceiveStatusNewFull extends Md {
|
|
|
3901
3900
|
executionStatus: bigint;
|
|
3902
3901
|
}
|
|
3903
3902
|
interface MdLzSend extends Md {
|
|
3904
|
-
|
|
3903
|
+
_sendMsglibConnectionOffset: bigint;
|
|
3904
|
+
sendMsglibManager: bigint;
|
|
3905
3905
|
sendMsglib: bigint;
|
|
3906
3906
|
sendMsglibConnection: bigint;
|
|
3907
3907
|
packet: Cell;
|
|
@@ -3951,7 +3951,7 @@ interface MdOptionsExtended extends Md {
|
|
|
3951
3951
|
options: Cell;
|
|
3952
3952
|
}
|
|
3953
3953
|
interface MdOptionsV1 extends Md {
|
|
3954
|
-
|
|
3954
|
+
_nativeDropAddressOffset: bigint;
|
|
3955
3955
|
lzReceiveValue: bigint;
|
|
3956
3956
|
nativeDropAddress: bigint;
|
|
3957
3957
|
nativeDropAmount: bigint;
|
|
@@ -3997,10 +3997,6 @@ interface POOO {
|
|
|
3997
3997
|
nextEmpty: bigint;
|
|
3998
3998
|
bitmap: Cell;
|
|
3999
3999
|
}
|
|
4000
|
-
interface POOONewWithBitsSets {
|
|
4001
|
-
nextEmpty: bigint;
|
|
4002
|
-
bitmap: Cell;
|
|
4003
|
-
}
|
|
4004
4000
|
interface Channel {
|
|
4005
4001
|
baseStorage: Cell;
|
|
4006
4002
|
path: Cell;
|
|
@@ -4036,6 +4032,7 @@ interface Endpoint {
|
|
|
4036
4032
|
numMsglibs: bigint;
|
|
4037
4033
|
channelCode: Cell;
|
|
4038
4034
|
channelStorageInit: Cell;
|
|
4035
|
+
defaultSendMsglibManager: bigint;
|
|
4039
4036
|
defaultSendLibInfo: Cell;
|
|
4040
4037
|
defaultReceiveLibInfo: Cell;
|
|
4041
4038
|
defaultTimeoutReceiveLibInfo: Cell;
|
|
@@ -4172,15 +4169,15 @@ interface ComputeSizeGasTest {
|
|
|
4172
4169
|
mockDict: LzDict;
|
|
4173
4170
|
}
|
|
4174
4171
|
interface UlnConnection {
|
|
4175
|
-
|
|
4172
|
+
_ulnAddressOffset: Cell;
|
|
4176
4173
|
path: Cell;
|
|
4177
4174
|
endpointAddress: bigint;
|
|
4178
4175
|
channelAddress: bigint;
|
|
4176
|
+
firstUnexecutedNonce: bigint;
|
|
4179
4177
|
ulnAddress: bigint;
|
|
4180
4178
|
UlnSendConfigOApp: Cell;
|
|
4181
4179
|
UlnReceiveConfigOApp: Cell;
|
|
4182
4180
|
hashLookups: LzDict;
|
|
4183
|
-
firstUnexecutedNonce: bigint;
|
|
4184
4181
|
commitPOOO: Cell;
|
|
4185
4182
|
}
|
|
4186
4183
|
interface UlnManager {
|
|
@@ -4231,11 +4228,16 @@ interface Executor {
|
|
|
4231
4228
|
workerCoreStorage: Cell;
|
|
4232
4229
|
nativeDropTotalCap: bigint;
|
|
4233
4230
|
}
|
|
4231
|
+
interface MdDropEvent extends Md {
|
|
4232
|
+
nativeAmount: bigint;
|
|
4233
|
+
receiver: bigint;
|
|
4234
|
+
}
|
|
4234
4235
|
interface MdExecuteParams extends Md {
|
|
4235
4236
|
target: bigint;
|
|
4236
4237
|
callData: Cell;
|
|
4237
4238
|
expiration: bigint;
|
|
4238
4239
|
opcode: bigint;
|
|
4240
|
+
forwardingAddress: bigint;
|
|
4239
4241
|
}
|
|
4240
4242
|
interface MdNativeDrop extends Md {
|
|
4241
4243
|
payees: Cell;
|
|
@@ -4244,11 +4246,13 @@ interface MdSetDict extends Md {
|
|
|
4244
4246
|
nonce: bigint;
|
|
4245
4247
|
opcode: bigint;
|
|
4246
4248
|
dict: LzDict;
|
|
4249
|
+
target: bigint;
|
|
4247
4250
|
}
|
|
4248
4251
|
interface MdSetQuorum extends Md {
|
|
4249
4252
|
nonce: bigint;
|
|
4250
4253
|
opcode: bigint;
|
|
4251
4254
|
quorum: bigint;
|
|
4255
|
+
target: bigint;
|
|
4252
4256
|
}
|
|
4253
4257
|
interface MdSignedRequest extends Md {
|
|
4254
4258
|
request: Cell;
|
|
@@ -4325,7 +4329,6 @@ declare class TonObjectUnwrapper {
|
|
|
4325
4329
|
static getLzSmlJobAssignedToTS(wrapper: ExtendedContract<TonContractWrapper>, cell: Cell): Promise<LzSmlJobAssigned>;
|
|
4326
4330
|
static getLzWorkerToTS(wrapper: ExtendedContract<TonContractWrapper>, cell: Cell): Promise<LzWorker>;
|
|
4327
4331
|
static getMdAddMsglibToTS(wrapper: ExtendedContract<TonContractWrapper>, cell: Cell): Promise<MdAddMsglib>;
|
|
4328
|
-
static getMdAmountToTS(wrapper: ExtendedContract<TonContractWrapper>, cell: Cell): Promise<MdAmount>;
|
|
4329
4332
|
static getMdBoolToTS(wrapper: ExtendedContract<TonContractWrapper>, cell: Cell): Promise<MdBool>;
|
|
4330
4333
|
static getMdChannelNonceInfoToTS(wrapper: ExtendedContract<TonContractWrapper>, cell: Cell): Promise<MdChannelNonceInfo>;
|
|
4331
4334
|
static getMdCoinsAmountToTS(wrapper: ExtendedContract<TonContractWrapper>, cell: Cell): Promise<MdCoinsAmount>;
|
|
@@ -4353,7 +4356,7 @@ declare class TonObjectUnwrapper {
|
|
|
4353
4356
|
static getMdSetPeerToTS(wrapper: ExtendedContract<TonContractWrapper>, cell: Cell): Promise<MdSetPeer>;
|
|
4354
4357
|
static getMdSetSmlManagerConfigToTS(wrapper: ExtendedContract<TonContractWrapper>, cell: Cell): Promise<MdSetSmlManagerConfig>;
|
|
4355
4358
|
static getActionEventToTS(wrapper: ExtendedContract<TonContractWrapper>, cell: Cell): Promise<ActionEvent>;
|
|
4356
|
-
static
|
|
4359
|
+
static getPOOOToTS(wrapper: ExtendedContract<TonContractWrapper>, cell: Cell): Promise<POOO>;
|
|
4357
4360
|
static getChannelToTS(wrapper: ExtendedContract<TonContractWrapper>, cell: Cell): Promise<Channel>;
|
|
4358
4361
|
static getControllerToTS(wrapper: ExtendedContract<TonContractWrapper>, cell: Cell): Promise<Controller>;
|
|
4359
4362
|
static getBaseStorageToTS(wrapper: ExtendedContract<TonContractWrapper>, cell: Cell): Promise<BaseStorage>;
|
|
@@ -4388,6 +4391,7 @@ declare class TonObjectUnwrapper {
|
|
|
4388
4391
|
static getWorkerCoreStorageToTS(wrapper: ExtendedContract<TonContractWrapper>, cell: Cell): Promise<WorkerCoreStorage>;
|
|
4389
4392
|
static getDvnToTS(wrapper: ExtendedContract<TonContractWrapper>, cell: Cell): Promise<Dvn>;
|
|
4390
4393
|
static getExecutorToTS(wrapper: ExtendedContract<TonContractWrapper>, cell: Cell): Promise<Executor>;
|
|
4394
|
+
static getMdDropEventToTS(wrapper: ExtendedContract<TonContractWrapper>, cell: Cell): Promise<MdDropEvent>;
|
|
4391
4395
|
static getMdExecuteParamsToTS(wrapper: ExtendedContract<TonContractWrapper>, cell: Cell): Promise<MdExecuteParams>;
|
|
4392
4396
|
static getMdNativeDropToTS(wrapper: ExtendedContract<TonContractWrapper>, cell: Cell): Promise<MdNativeDrop>;
|
|
4393
4397
|
static getMdSetDictToTS(wrapper: ExtendedContract<TonContractWrapper>, cell: Cell): Promise<MdSetDict>;
|
|
@@ -4409,7 +4413,6 @@ declare const deconstructorMap: {
|
|
|
4409
4413
|
SmlJobAssg: typeof TonObjectUnwrapper.getLzSmlJobAssignedToTS;
|
|
4410
4414
|
Worker: typeof TonObjectUnwrapper.getLzWorkerToTS;
|
|
4411
4415
|
addMsgLib: typeof TonObjectUnwrapper.getMdAddMsglibToTS;
|
|
4412
|
-
Amount: typeof TonObjectUnwrapper.getMdAmountToTS;
|
|
4413
4416
|
Bool: typeof TonObjectUnwrapper.getMdBoolToTS;
|
|
4414
4417
|
cNonceInfo: typeof TonObjectUnwrapper.getMdChannelNonceInfoToTS;
|
|
4415
4418
|
coinsAmt: typeof TonObjectUnwrapper.getMdCoinsAmountToTS;
|
|
@@ -4437,7 +4440,7 @@ declare const deconstructorMap: {
|
|
|
4437
4440
|
setPeer: typeof TonObjectUnwrapper.getMdSetPeerToTS;
|
|
4438
4441
|
setSmlCfg: typeof TonObjectUnwrapper.getMdSetSmlManagerConfigToTS;
|
|
4439
4442
|
event: typeof TonObjectUnwrapper.getActionEventToTS;
|
|
4440
|
-
POOO: typeof TonObjectUnwrapper.
|
|
4443
|
+
POOO: typeof TonObjectUnwrapper.getPOOOToTS;
|
|
4441
4444
|
channel: typeof TonObjectUnwrapper.getChannelToTS;
|
|
4442
4445
|
controller: typeof TonObjectUnwrapper.getControllerToTS;
|
|
4443
4446
|
baseStore: typeof TonObjectUnwrapper.getBaseStorageToTS;
|
|
@@ -4472,6 +4475,7 @@ declare const deconstructorMap: {
|
|
|
4472
4475
|
wrkCorStor: typeof TonObjectUnwrapper.getWorkerCoreStorageToTS;
|
|
4473
4476
|
dvn: typeof TonObjectUnwrapper.getDvnToTS;
|
|
4474
4477
|
executor: typeof TonObjectUnwrapper.getExecutorToTS;
|
|
4478
|
+
DropEvent: typeof TonObjectUnwrapper.getMdDropEventToTS;
|
|
4475
4479
|
execParams: typeof TonObjectUnwrapper.getMdExecuteParamsToTS;
|
|
4476
4480
|
NativeDrop: typeof TonObjectUnwrapper.getMdNativeDropToTS;
|
|
4477
4481
|
setDct: typeof TonObjectUnwrapper.getMdSetDictToTS;
|
|
@@ -4491,6 +4495,9 @@ declare function sendRequest(provider: ContractProvider, via: Sender, request: S
|
|
|
4491
4495
|
declare function publicKeyToHash(publicKey: Uint8Array): bigint;
|
|
4492
4496
|
declare function createVerifierDictSet(verifiers: Uint8Array[]): Cell;
|
|
4493
4497
|
|
|
4498
|
+
declare class appsAllStorages {
|
|
4499
|
+
static getGetCellBits(contract: ExtendedContract<TonContractWrapper>, input: Cell): Promise<[bigint]>;
|
|
4500
|
+
}
|
|
4494
4501
|
declare class appsCounter {
|
|
4495
4502
|
static getGetBaseOAppStorage(contract: ExtendedContract<TonContractWrapper>): Promise<[Cell]>;
|
|
4496
4503
|
static getLzReceiveGas(contract: ExtendedContract<TonContractWrapper>, packet: Cell): Promise<[bigint]>;
|
|
@@ -4545,12 +4552,12 @@ declare class protocolController {
|
|
|
4545
4552
|
}
|
|
4546
4553
|
declare class protocolEndpoint {
|
|
4547
4554
|
static get_msglibManagerToShards(contract: ExtendedContract<TonContractWrapper>, msglibManagerAddress: bigint, path: Cell): Promise<[bigint, bigint]>;
|
|
4548
|
-
static get_getChannelAddress(contract: ExtendedContract<TonContractWrapper>, path: Cell): Promise<[bigint]>;
|
|
4555
|
+
static get_getChannelAddress(contract: ExtendedContract<TonContractWrapper>, storage: Cell, path: Cell): Promise<[bigint]>;
|
|
4549
4556
|
static get_getEpConfigFromManagerAddresses(contract: ExtendedContract<TonContractWrapper>, setEpConfigMd: Cell, path: Cell): Promise<[Cell]>;
|
|
4550
|
-
static get_getMsglibAndConnectionDefaults(contract: ExtendedContract<TonContractWrapper>,
|
|
4551
|
-
static
|
|
4552
|
-
static getGetReceiveMsglibAndConnectionDefaults(contract: ExtendedContract<TonContractWrapper>, path: Cell): Promise<[bigint, bigint]>;
|
|
4553
|
-
static getGetTimeoutReceiveMsglibAndConnectionDefaults(contract: ExtendedContract<TonContractWrapper>, path: Cell): Promise<[bigint, bigint]>;
|
|
4557
|
+
static get_getMsglibAndConnectionDefaults(contract: ExtendedContract<TonContractWrapper>, msglibInfo: Cell, path: Cell): Promise<[bigint, bigint]>;
|
|
4558
|
+
static getGetSendMsglibAndConnectionDefaults(contract: ExtendedContract<TonContractWrapper>, storage: Cell, path: Cell): Promise<[bigint, bigint]>;
|
|
4559
|
+
static getGetReceiveMsglibAndConnectionDefaults(contract: ExtendedContract<TonContractWrapper>, storage: Cell, path: Cell): Promise<[bigint, bigint]>;
|
|
4560
|
+
static getGetTimeoutReceiveMsglibAndConnectionDefaults(contract: ExtendedContract<TonContractWrapper>, storage: Cell, path: Cell): Promise<[bigint, bigint]>;
|
|
4554
4561
|
static getSetEpConfigDefaults(contract: ExtendedContract<TonContractWrapper>, setEpConfigMd: Cell): Promise<[Tuple]>;
|
|
4555
4562
|
static getSetEpConfigOApp(contract: ExtendedContract<TonContractWrapper>, mdObj: Cell): Promise<[Tuple]>;
|
|
4556
4563
|
static getEndpointSend(contract: ExtendedContract<TonContractWrapper>, lzSend: Cell): Promise<[Tuple]>;
|
|
@@ -4763,9 +4770,9 @@ type Fields<ClassName extends ClassNames, ClassType extends Cell = never, Number
|
|
|
4763
4770
|
fieldName: string;
|
|
4764
4771
|
fieldType: FieldTypes;
|
|
4765
4772
|
} ? FieldMapper<ClassName, ValueOf<Field<ClassName>>, ClassType, NumberType, BoolType, AddressType, AddressListType, DictionaryType> : never;
|
|
4766
|
-
declare const isClassName: (fieldType: FieldTypes) => fieldType is "POOO" | "UlnEvents" | "BaseStorage" | "BaseOApp" | "Endpoint" | "lz::Path" | "lz::EpConfig::NewWithConnection" | "WorkerCoreStorage" | "PriceFeedFeelib" | "UlnReceiveConfig" | "UlnSendConfig" | "UlnWorkerFeelibInfo" | "DvnFeelib" | "UlnConnection" | "lz::Packet" | "md::LzSend" | "md::ExecuteParams" | "md::UlnVerification" | "lz::Attestation" | "lz::EpConfig::NewWithDefaults" | "
|
|
4767
|
-
declare const buildClass: <ClassName extends "POOO" | "UlnEvents" | "BaseStorage" | "BaseOApp" | "Endpoint" | "lz::Path" | "lz::EpConfig::NewWithConnection" | "WorkerCoreStorage" | "PriceFeedFeelib" | "UlnReceiveConfig" | "UlnSendConfig" | "UlnWorkerFeelibInfo" | "DvnFeelib" | "UlnConnection" | "lz::Packet" | "md::LzSend" | "md::ExecuteParams" | "md::UlnVerification" | "lz::Attestation" | "lz::EpConfig::NewWithDefaults" | "
|
|
4768
|
-
declare const decodeClass: <ClassName extends "POOO" | "UlnEvents" | "BaseStorage" | "BaseOApp" | "Endpoint" | "lz::Path" | "lz::EpConfig::NewWithConnection" | "WorkerCoreStorage" | "PriceFeedFeelib" | "UlnReceiveConfig" | "UlnSendConfig" | "UlnWorkerFeelibInfo" | "DvnFeelib" | "UlnConnection" | "lz::Packet" | "md::LzSend" | "md::ExecuteParams" | "md::UlnVerification" | "lz::Attestation" | "lz::EpConfig::NewWithDefaults" | "
|
|
4773
|
+
declare const isClassName: (fieldType: FieldTypes) => fieldType is "POOO" | "UlnEvents" | "BaseStorage" | "BaseOApp" | "Endpoint" | "lz::Path" | "lz::EpConfig::NewWithConnection" | "WorkerCoreStorage" | "PriceFeedFeelib" | "UlnReceiveConfig" | "UlnSendConfig" | "UlnWorkerFeelibInfo" | "DvnFeelib" | "UlnConnection" | "lz::Packet" | "md::LzSend" | "md::ExecuteParams" | "md::UlnVerification" | "lz::Attestation" | "lz::EpConfig::NewWithDefaults" | "md::Deploy::NewWithExtraInfo" | "md::LzReceiveStatus::NewFull" | "md::InitUlnConnection::NewOnlyConfig" | "UlnReceiveConfig::NewWithDefaults" | "UlnSendConfig::NewWithDefaults" | "Counter" | "Channel" | "Controller" | "SmlConnection" | "SmlManager" | "DvnFeesPaidEvent" | "ExecutorFeePaidEvent" | "Uln" | "ComputeSizeGasTest" | "UlnManager" | "ExecutorFeelib" | "Dvn" | "Executor" | "PriceFeedCache" | "Proxy" | "lz::Config" | "lz::MsglibInfo" | "lz::ReceiveEpConfig" | "lz::SendEpConfig" | "lz::SmlJobAssigned" | "lz::Worker" | "md::AddMsglib" | "md::Bool" | "md::ChannelNonceInfo" | "md::CoinsAmount" | "md::CounterIncrement" | "md::ExtendedMd" | "md::getMsglibInfoCallback" | "md::InitEndpoint" | "md::InitSmlConnection" | "md::LzReceivePrepare" | "md::MdAddress" | "md::MdEid" | "md::MdObj" | "md::MessagingReceipt" | "md::MsglibSendCallback" | "md::Nonce" | "md::OptionsExtended" | "md::OptionsV1" | "md::PacketId" | "md::PacketSent" | "md::SetAddress" | "md::SetEpConfig" | "md::SetPeer" | "md::SetSmlManagerConfig" | "action::event" | "md::InitUln" | "md::InitUlnManager" | "md::RentRefill" | "md::SetAdminWorkerAddresses" | "md::TreasuryFeeBps" | "md::UlnSend" | "md::UlnWorkerFeelibBytecode" | "md::UlnWorkerFeelibEvents" | "md::VerificationStatus" | "md::NativeDrop" | "md::SetDict" | "md::SetQuorum" | "md::SignedRequest" | "lz::EpConfig::NewFrom" | "POOO::NewWithBitsSets" | "lz::EpConfig" | "md::Amount" | "md::Deploy" | "md::LzReceiveStatus" | "md::InitUlnConnection";
|
|
4774
|
+
declare const buildClass: <ClassName extends "POOO" | "UlnEvents" | "BaseStorage" | "BaseOApp" | "Endpoint" | "lz::Path" | "lz::EpConfig::NewWithConnection" | "WorkerCoreStorage" | "PriceFeedFeelib" | "UlnReceiveConfig" | "UlnSendConfig" | "UlnWorkerFeelibInfo" | "DvnFeelib" | "UlnConnection" | "lz::Packet" | "md::LzSend" | "md::ExecuteParams" | "md::UlnVerification" | "lz::Attestation" | "lz::EpConfig::NewWithDefaults" | "md::Deploy::NewWithExtraInfo" | "md::LzReceiveStatus::NewFull" | "md::InitUlnConnection::NewOnlyConfig" | "UlnReceiveConfig::NewWithDefaults" | "UlnSendConfig::NewWithDefaults" | "Counter" | "Channel" | "Controller" | "SmlConnection" | "SmlManager" | "DvnFeesPaidEvent" | "ExecutorFeePaidEvent" | "Uln" | "ComputeSizeGasTest" | "UlnManager" | "ExecutorFeelib" | "Dvn" | "Executor" | "PriceFeedCache" | "Proxy" | "lz::Config" | "lz::MsglibInfo" | "lz::ReceiveEpConfig" | "lz::SendEpConfig" | "lz::SmlJobAssigned" | "lz::Worker" | "md::AddMsglib" | "md::Bool" | "md::ChannelNonceInfo" | "md::CoinsAmount" | "md::CounterIncrement" | "md::ExtendedMd" | "md::getMsglibInfoCallback" | "md::InitEndpoint" | "md::InitSmlConnection" | "md::LzReceivePrepare" | "md::MdAddress" | "md::MdEid" | "md::MdObj" | "md::MessagingReceipt" | "md::MsglibSendCallback" | "md::Nonce" | "md::OptionsExtended" | "md::OptionsV1" | "md::PacketId" | "md::PacketSent" | "md::SetAddress" | "md::SetEpConfig" | "md::SetPeer" | "md::SetSmlManagerConfig" | "action::event" | "md::InitUln" | "md::InitUlnManager" | "md::RentRefill" | "md::SetAdminWorkerAddresses" | "md::TreasuryFeeBps" | "md::UlnSend" | "md::UlnWorkerFeelibBytecode" | "md::UlnWorkerFeelibEvents" | "md::VerificationStatus" | "md::NativeDrop" | "md::SetDict" | "md::SetQuorum" | "md::SignedRequest" | "lz::EpConfig::NewFrom" | "POOO::NewWithBitsSets" | "lz::EpConfig" | "md::Amount" | "md::Deploy" | "md::LzReceiveStatus" | "md::InitUlnConnection">(name: ClassName, fields: Fields<ClassName, Cell, NumberTypeLike, BoolTypeLike, AddressTypeLike, AddressListTypeLike, DictionaryTypeLike<unknown>>) => Cell;
|
|
4775
|
+
declare const decodeClass: <ClassName extends "POOO" | "UlnEvents" | "BaseStorage" | "BaseOApp" | "Endpoint" | "lz::Path" | "lz::EpConfig::NewWithConnection" | "WorkerCoreStorage" | "PriceFeedFeelib" | "UlnReceiveConfig" | "UlnSendConfig" | "UlnWorkerFeelibInfo" | "DvnFeelib" | "UlnConnection" | "lz::Packet" | "md::LzSend" | "md::ExecuteParams" | "md::UlnVerification" | "lz::Attestation" | "lz::EpConfig::NewWithDefaults" | "md::Deploy::NewWithExtraInfo" | "md::LzReceiveStatus::NewFull" | "md::InitUlnConnection::NewOnlyConfig" | "UlnReceiveConfig::NewWithDefaults" | "UlnSendConfig::NewWithDefaults" | "Counter" | "Channel" | "Controller" | "SmlConnection" | "SmlManager" | "DvnFeesPaidEvent" | "ExecutorFeePaidEvent" | "Uln" | "ComputeSizeGasTest" | "UlnManager" | "ExecutorFeelib" | "Dvn" | "Executor" | "PriceFeedCache" | "Proxy" | "lz::Config" | "lz::MsglibInfo" | "lz::ReceiveEpConfig" | "lz::SendEpConfig" | "lz::SmlJobAssigned" | "lz::Worker" | "md::AddMsglib" | "md::Bool" | "md::ChannelNonceInfo" | "md::CoinsAmount" | "md::CounterIncrement" | "md::ExtendedMd" | "md::getMsglibInfoCallback" | "md::InitEndpoint" | "md::InitSmlConnection" | "md::LzReceivePrepare" | "md::MdAddress" | "md::MdEid" | "md::MdObj" | "md::MessagingReceipt" | "md::MsglibSendCallback" | "md::Nonce" | "md::OptionsExtended" | "md::OptionsV1" | "md::PacketId" | "md::PacketSent" | "md::SetAddress" | "md::SetEpConfig" | "md::SetPeer" | "md::SetSmlManagerConfig" | "action::event" | "md::InitUln" | "md::InitUlnManager" | "md::RentRefill" | "md::SetAdminWorkerAddresses" | "md::TreasuryFeeBps" | "md::UlnSend" | "md::UlnWorkerFeelibBytecode" | "md::UlnWorkerFeelibEvents" | "md::VerificationStatus" | "md::NativeDrop" | "md::SetDict" | "md::SetQuorum" | "md::SignedRequest" | "lz::EpConfig::NewFrom" | "POOO::NewWithBitsSets" | "lz::EpConfig" | "md::Amount" | "md::Deploy" | "md::LzReceiveStatus" | "md::InitUlnConnection">(name: ClassName, cell: Cell) => Fields<ClassName, never, bigint, boolean, Address, Address[], LoadableDict>;
|
|
4769
4776
|
|
|
4770
4777
|
declare const asciiStringToBigint: (target: string) => bigint;
|
|
4771
4778
|
declare const bigintToAsciiString: (target: bigint) => string;
|
|
@@ -5002,6 +5009,8 @@ declare const OPCODES: {
|
|
|
5002
5009
|
readonly Endpoint_OP_GET_MSGLIB_INFO_CALLBACK: 3876417750n;
|
|
5003
5010
|
readonly MsglibManager_OP_GET_MSGLIB_INFO: 3960526418n;
|
|
5004
5011
|
readonly MsglibManager_OP_DEPLOY_CONNECTION: 2027065647n;
|
|
5012
|
+
readonly MsglibManager_OP_SET_OAPP_MSGLIB_SEND_CONFIG: 2884327674n;
|
|
5013
|
+
readonly MsglibManager_OP_SET_OAPP_MSGLIB_RECEIVE_CONFIG: 1134132220n;
|
|
5005
5014
|
readonly Msglib_OP_RETURN_QUOTE: 802745970n;
|
|
5006
5015
|
readonly MsglibConnection_OP_MSGLIB_CONNECTION_QUOTE: 1159903224n;
|
|
5007
5016
|
readonly MsglibConnection_OP_MSGLIB_CONNECTION_SEND: 1073919888n;
|
|
@@ -5038,8 +5047,6 @@ declare const OPCODES: {
|
|
|
5038
5047
|
readonly UlnManager_OP_DEPLOY_ULN: 1733510307n;
|
|
5039
5048
|
readonly UlnManager_OP_SET_DEFAULT_ULN_RECEIVE_CONFIG: 3190693811n;
|
|
5040
5049
|
readonly UlnManager_OP_SET_DEFAULT_ULN_SEND_CONFIG: 3186360544n;
|
|
5041
|
-
readonly UlnManager_OP_SET_OAPP_ULN_SEND_CONFIG: 3275563089n;
|
|
5042
|
-
readonly UlnManager_OP_SET_OAPP_ULN_RECEIVE_CONFIG: 518147338n;
|
|
5043
5050
|
readonly UlnManager_OP_CLAIM_TREASURY_FEES: 1143535035n;
|
|
5044
5051
|
readonly UlnManager_OP_REGISTER_WORKER_FEELIB_BYTECODE: 2609353271n;
|
|
5045
5052
|
readonly UlnManager_OP_ADD_ULN_WORKER: 2837313722n;
|
|
@@ -5160,6 +5167,7 @@ declare const ERRORS: {
|
|
|
5160
5167
|
readonly SmlManager_ERROR_onlyConnection: 528n;
|
|
5161
5168
|
readonly UlnWorkerInterface_ERROR_UNKNOWN_OPTIONS: 52n;
|
|
5162
5169
|
readonly UlnWorkerInterface_ERROR_ZERO_LZ_COMPOSE_GAS_PROVIDED: 53n;
|
|
5170
|
+
readonly UlnWorkerInterface_ERROR_INVALID_OPTIONS: 54n;
|
|
5163
5171
|
readonly UlnReceiveConfig_ERROR_DVN_CONFIG_ERROR: 321n;
|
|
5164
5172
|
readonly UlnReceiveConfig_ERROR_OPTIONAL_THRESHOLD_TOO_LARGE: 385n;
|
|
5165
5173
|
readonly UlnReceiveConfig_ERROR_OPTIONAL_THRESHOLD_TOO_LOW: 386n;
|
|
@@ -5185,10 +5193,11 @@ declare const ERRORS: {
|
|
|
5185
5193
|
readonly UlnManager_ERROR_invalidAdminWorkerList: 168n;
|
|
5186
5194
|
readonly UlnManager_ERROR_onlyTentativeOwner: 169n;
|
|
5187
5195
|
readonly UlnManager_ERROR_nullTentativeOwner: 170n;
|
|
5196
|
+
readonly Worker_ERROR_invalidForwardingAddress: 2016n;
|
|
5188
5197
|
readonly Worker_ERROR_onlyAdmin: 2015n;
|
|
5189
5198
|
readonly Worker_ERROR_invalidOpcode: 2014n;
|
|
5190
5199
|
readonly Worker_ERROR_invalidSignedOpcode: 2013n;
|
|
5191
|
-
readonly
|
|
5200
|
+
readonly Worker_ERROR_invalidTarget: 2012n;
|
|
5192
5201
|
readonly Dvn_ERROR_expired: 1983n;
|
|
5193
5202
|
readonly Dvn_ERROR_quorumNotMet: 1982n;
|
|
5194
5203
|
readonly Dvn_ERROR_notEnoughSignatures: 1981n;
|
|
@@ -5385,6 +5394,10 @@ declare const EVENTS: {
|
|
|
5385
5394
|
readonly stringValue: "Executor::event::LZ_RCV_ALERT";
|
|
5386
5395
|
readonly intValue: 1872915503847835639517843655130358044835956776372090239617289700069972n;
|
|
5387
5396
|
};
|
|
5397
|
+
readonly Executor_event_NATIVE_DROP: {
|
|
5398
|
+
readonly stringValue: "Executor::event::NATIVE_DROP";
|
|
5399
|
+
readonly intValue: 7316076186905607966866576777852961112640458457292397282198021099344n;
|
|
5400
|
+
};
|
|
5388
5401
|
};
|
|
5389
5402
|
|
|
5390
5403
|
declare function getCompiledCode(name: string, root?: string): Cell;
|
|
@@ -5407,4 +5420,4 @@ declare const compareAddresses: (addressA: AddressTypeLike, addressB: AddressTyp
|
|
|
5407
5420
|
*/
|
|
5408
5421
|
declare function to32ByteBuffer(value: bigint | number | string | Uint8Array, maxIntermediateBufferSize?: number): Buffer;
|
|
5409
5422
|
|
|
5410
|
-
export { type ActionEvent, type AddressListTypeLike, type AddressTypeLike, BASE_CHAIN_ID, type BaseOApp, type BaseStorage, BaseWrapper, type BoolTypeLike, type Channel, type ClDeclareCellField, type ClDeclareField, type ClDeclareNumericField, type ClassNames, type ClassTypeLike, type ComputeSizeGasTest, type Controller, type Counter, type DecodedAndRaw, type DictionaryTypeLike, type Dvn, type DvnFeelib, type DvnFeesPaidEvent, ERRORS, EVENTS, type Endpoint, type Executor, type ExecutorFeePaidEvent, type ExecutorFeelib, type ExtendedContract, type Field, type FieldMapper, type FieldTypeToValue, type FieldTypes, type Fields, type GetIntFnNames, type LoadableDict, type LzAttestation, type LzConfig, LzDict, type LzEpConfigNewWithConnection, LzEvent, LzEventHandler, LzGasTracker, type LzMsglibInfo, type LzPacket, type LzPath, type LzReceiveEpConfig, type LzSendEpConfig, type LzSmlJobAssigned, type LzWorker, MASTER_CHAIN_ID, MASTER_CHAIN_SHARD, MAX_CELL_BITS, type Md, type MdAddMsglib, type
|
|
5423
|
+
export { type ActionEvent, type AddressListTypeLike, type AddressTypeLike, BASE_CHAIN_ID, type BaseOApp, type BaseStorage, BaseWrapper, type BoolTypeLike, type Channel, type ClDeclareCellField, type ClDeclareField, type ClDeclareNumericField, type ClassNames, type ClassTypeLike, type ComputeSizeGasTest, type Controller, type Counter, type DecodedAndRaw, type DictionaryTypeLike, type Dvn, type DvnFeelib, type DvnFeesPaidEvent, ERRORS, EVENTS, type Endpoint, type Executor, type ExecutorFeePaidEvent, type ExecutorFeelib, type ExtendedContract, type Field, type FieldMapper, type FieldTypeToValue, type FieldTypes, type Fields, type GetIntFnNames, type LoadableDict, type LzAttestation, type LzConfig, LzDict, type LzEpConfigNewWithConnection, LzEvent, LzEventHandler, LzGasTracker, type LzMsglibInfo, type LzPacket, type LzPath, type LzReceiveEpConfig, type LzSendEpConfig, type LzSmlJobAssigned, type LzWorker, MASTER_CHAIN_ID, MASTER_CHAIN_SHARD, MAX_CELL_BITS, type Md, type MdAddMsglib, type MdBool, type MdChannelNonceInfo, type MdCoinsAmount, type MdCounterIncrement, type MdDeploy, type MdDropEvent, type MdExecuteParams, type MdExtendedMd, type MdGetMsglibInfoCallback, type MdInitEndpoint, type MdInitSmlConnection, type MdInitUln, type MdInitUlnConnection, type MdInitUlnManager, type MdLzReceivePrepare, type MdLzReceiveStatus, type MdLzReceiveStatusNewFull, type MdLzSend, type MdMdAddress, type MdMdEid, type MdMdObj, type MdMessagingReceipt, type MdMsglibSendCallback, type MdNativeDrop, type MdNonce, type MdOptionsExtended, type MdOptionsV1, type MdPacketId, type MdPacketSent, type MdRentRefill, type MdSetAddress, type MdSetAdminWorkerAddresses, type MdSetDict, type MdSetEpConfig, type MdSetPeer, type MdSetQuorum, type MdSetSmlManagerConfig, type MdSignedRequest, type MdTreasuryFeeBps, type MdUlnSend, type MdUlnVerification, type MdUlnWorkerFeelibBytecode, type MdUlnWorkerFeelibEvents, type MdVerificationStatus, NAME_WIDTH, type NumberTypeLike, OPCODES, type POOO, PUBLIC_KEY_BYTE_LENGTH, type PathLike, type PathWayLike, type PriceFeedCache, type PriceFeedFeelib, type Proxy, type SendRequestOptions, type SmlConnection, type SmlManager, TonContractWrapper, TonObjectUnwrapper, type Uln, type UlnConnection, type UlnEvents, type UlnManager, type UlnReceiveConfig, type UlnSendConfig, type UlnWorkerFeelibInfo, type ValueOf, type WorkerCoreStorage, _getTypeWidth, addressToBigInt, addressToHex, appsAllStorages, appsCounter, asciiStringToBigint, beginMessage, bigintToAddress, bigintToAsciiString, buildClass, calculateCellConsumption, calculateCellConsumptionFromHex, cellsToHex, cl, clDeclare, clGetCellRef, clGetUint, compareAddresses, createVerifierDictSet, decodeClass, deconstructorMap, deepDecode, deepDiff, deserializeAddressList, emptyCell, emptyMap, emptyPOOO, errorCodeByName, errorNamesByCode, errorNamesByCodeAndNamespace, fieldTypes, getBocStringFromMessage, getCellName, getCellNameNumber, getClosestByteAlignedBits, getCompiledCode, getCompiledJson, getEndpointInitStorage, getMessageFromBocString, getName, getTotalBits, hexToCells, initBaseOApp, initBaseStorage, initWorkerCoreStorage, isClassName, isLoadableDict, jettonsZro, keyMap, nameMap, nullObject, numberTypeLikeToAbsBigInt, opcodeToName, parseTonAddress, printDeepDecode, printDeepDiff, protocolChannel, protocolController, protocolEndpoint, publicKeyToHash, randomQueryId, sendRequest, serializeAddressList, simpleMsglibSmlConnection, simpleMsglibSmlManager, srcMultisig, to32ByteBuffer, tonObjects, tonRealNameByCellName, tonResolvedObjects, ultralightnodeUln, ultralightnodeUlnConnection, ultralightnodeUlnManager, ultralightnodeWorkerFeeLibs, workerFeeLibsDvnFeeLib, workerFeeLibsExecutorFeeLib, workersDvn };
|