@layerzerolabs/lz-ton-sdk-v2 3.0.27 → 3.0.29
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 +405 -323
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.mts +321 -272
- package/dist/index.d.ts +321 -272
- package/dist/index.mjs +405 -324
- package/dist/index.mjs.map +1 -1
- package/package.json +7 -6
package/dist/index.d.mts
CHANGED
|
@@ -69,7 +69,7 @@ declare const tonObjects: {
|
|
|
69
69
|
};
|
|
70
70
|
readonly 5: {
|
|
71
71
|
readonly fieldName: "Counter::id";
|
|
72
|
-
readonly fieldType: "cl::t::
|
|
72
|
+
readonly fieldType: "cl::t::uint32";
|
|
73
73
|
};
|
|
74
74
|
};
|
|
75
75
|
readonly 'lz::Config': {
|
|
@@ -98,30 +98,34 @@ declare const tonObjects: {
|
|
|
98
98
|
readonly fieldType: "cl::t::bool";
|
|
99
99
|
};
|
|
100
100
|
readonly 1: {
|
|
101
|
-
readonly fieldName: "lz::EpConfig::NewWithConnection::
|
|
101
|
+
readonly fieldName: "lz::EpConfig::NewWithConnection::sendMsglibManager";
|
|
102
102
|
readonly fieldType: "cl::t::address";
|
|
103
103
|
};
|
|
104
104
|
readonly 2: {
|
|
105
|
-
readonly fieldName: "lz::EpConfig::NewWithConnection::
|
|
105
|
+
readonly fieldName: "lz::EpConfig::NewWithConnection::sendMsglib";
|
|
106
106
|
readonly fieldType: "cl::t::address";
|
|
107
107
|
};
|
|
108
108
|
readonly 3: {
|
|
109
|
-
readonly fieldName: "lz::EpConfig::NewWithConnection::
|
|
109
|
+
readonly fieldName: "lz::EpConfig::NewWithConnection::sendMsglibConnection";
|
|
110
110
|
readonly fieldType: "cl::t::address";
|
|
111
111
|
};
|
|
112
112
|
readonly 4: {
|
|
113
|
-
readonly fieldName: "lz::EpConfig::NewWithConnection::
|
|
113
|
+
readonly fieldName: "lz::EpConfig::NewWithConnection::receiveMsglib";
|
|
114
114
|
readonly fieldType: "cl::t::address";
|
|
115
115
|
};
|
|
116
116
|
readonly 5: {
|
|
117
|
-
readonly fieldName: "lz::EpConfig::NewWithConnection::
|
|
117
|
+
readonly fieldName: "lz::EpConfig::NewWithConnection::receiveMsglibConnection";
|
|
118
118
|
readonly fieldType: "cl::t::address";
|
|
119
119
|
};
|
|
120
120
|
readonly 6: {
|
|
121
|
-
readonly fieldName: "lz::EpConfig::NewWithConnection::
|
|
121
|
+
readonly fieldName: "lz::EpConfig::NewWithConnection::timeoutReceiveMsglib";
|
|
122
122
|
readonly fieldType: "cl::t::address";
|
|
123
123
|
};
|
|
124
124
|
readonly 7: {
|
|
125
|
+
readonly fieldName: "lz::EpConfig::NewWithConnection::timeoutReceiveMsglibConnection";
|
|
126
|
+
readonly fieldType: "cl::t::address";
|
|
127
|
+
};
|
|
128
|
+
readonly 8: {
|
|
125
129
|
readonly fieldName: "lz::EpConfig::NewWithConnection::timeoutReceiveMsglibExpiry";
|
|
126
130
|
readonly fieldType: "cl::t::uint64";
|
|
127
131
|
};
|
|
@@ -132,9 +136,6 @@ declare const tonObjects: {
|
|
|
132
136
|
readonly 'lz::EpConfig::NewWithDefaults': {
|
|
133
137
|
readonly name: "EpConfig";
|
|
134
138
|
};
|
|
135
|
-
readonly 'lz::EpConfig::NewFrom': {
|
|
136
|
-
readonly name: "EpConfig";
|
|
137
|
-
};
|
|
138
139
|
readonly 'lz::MsglibInfo': {
|
|
139
140
|
readonly name: "MsglibInfo";
|
|
140
141
|
readonly 0: {
|
|
@@ -191,11 +192,11 @@ declare const tonObjects: {
|
|
|
191
192
|
readonly 'lz::ReceiveEpConfig': {
|
|
192
193
|
readonly name: "RcvEpCfg";
|
|
193
194
|
readonly 0: {
|
|
194
|
-
readonly fieldName: "lz::ReceiveEpConfig::
|
|
195
|
+
readonly fieldName: "lz::ReceiveEpConfig::receiveMsglibConnection";
|
|
195
196
|
readonly fieldType: "cl::t::address";
|
|
196
197
|
};
|
|
197
198
|
readonly 1: {
|
|
198
|
-
readonly fieldName: "lz::ReceiveEpConfig::
|
|
199
|
+
readonly fieldName: "lz::ReceiveEpConfig::timeoutReceiveMsglibConnection";
|
|
199
200
|
readonly fieldType: "cl::t::address";
|
|
200
201
|
};
|
|
201
202
|
readonly 2: {
|
|
@@ -206,11 +207,15 @@ declare const tonObjects: {
|
|
|
206
207
|
readonly 'lz::SendEpConfig': {
|
|
207
208
|
readonly name: "SendEpCfg";
|
|
208
209
|
readonly 0: {
|
|
209
|
-
readonly fieldName: "lz::SendEpConfig::
|
|
210
|
+
readonly fieldName: "lz::SendEpConfig::sendMsglibManager";
|
|
210
211
|
readonly fieldType: "cl::t::address";
|
|
211
212
|
};
|
|
212
213
|
readonly 1: {
|
|
213
|
-
readonly fieldName: "lz::SendEpConfig::
|
|
214
|
+
readonly fieldName: "lz::SendEpConfig::sendMsglib";
|
|
215
|
+
readonly fieldType: "cl::t::address";
|
|
216
|
+
};
|
|
217
|
+
readonly 2: {
|
|
218
|
+
readonly fieldName: "lz::SendEpConfig::sendMsglibConnection";
|
|
214
219
|
readonly fieldType: "cl::t::address";
|
|
215
220
|
};
|
|
216
221
|
};
|
|
@@ -259,13 +264,6 @@ declare const tonObjects: {
|
|
|
259
264
|
readonly fieldType: "cl::t::uint32";
|
|
260
265
|
};
|
|
261
266
|
};
|
|
262
|
-
readonly 'md::Amount': {
|
|
263
|
-
readonly name: "Amount";
|
|
264
|
-
readonly 0: {
|
|
265
|
-
readonly fieldName: "md::Amount::amount";
|
|
266
|
-
readonly fieldType: "cl::t::coins";
|
|
267
|
-
};
|
|
268
|
-
};
|
|
269
267
|
readonly 'md::Bool': {
|
|
270
268
|
readonly name: "Bool";
|
|
271
269
|
readonly 0: {
|
|
@@ -464,34 +462,38 @@ declare const tonObjects: {
|
|
|
464
462
|
readonly fieldType: "cl::t::uint64";
|
|
465
463
|
};
|
|
466
464
|
readonly 1: {
|
|
467
|
-
readonly fieldName: "md::LzSend::
|
|
465
|
+
readonly fieldName: "md::LzSend::sendMsglibManager";
|
|
468
466
|
readonly fieldType: "cl::t::address";
|
|
469
467
|
};
|
|
470
468
|
readonly 2: {
|
|
471
|
-
readonly fieldName: "md::LzSend::
|
|
469
|
+
readonly fieldName: "md::LzSend::sendMsglib";
|
|
472
470
|
readonly fieldType: "cl::t::address";
|
|
473
471
|
};
|
|
474
472
|
readonly 3: {
|
|
473
|
+
readonly fieldName: "md::LzSend::sendMsglibConnection";
|
|
474
|
+
readonly fieldType: "cl::t::address";
|
|
475
|
+
};
|
|
476
|
+
readonly 4: {
|
|
475
477
|
readonly fieldName: "md::LzSend::packet";
|
|
476
478
|
readonly fieldType: "cl::t::objRef";
|
|
477
479
|
};
|
|
478
|
-
readonly
|
|
480
|
+
readonly 5: {
|
|
479
481
|
readonly fieldName: "md::LzSend::nativeFee";
|
|
480
482
|
readonly fieldType: "cl::t::coins";
|
|
481
483
|
};
|
|
482
|
-
readonly
|
|
484
|
+
readonly 6: {
|
|
483
485
|
readonly fieldName: "md::LzSend::zroFee";
|
|
484
486
|
readonly fieldType: "cl::t::coins";
|
|
485
487
|
};
|
|
486
|
-
readonly
|
|
488
|
+
readonly 7: {
|
|
487
489
|
readonly fieldName: "md::LzSend::extraOptions";
|
|
488
490
|
readonly fieldType: "cl::t::objRef";
|
|
489
491
|
};
|
|
490
|
-
readonly
|
|
492
|
+
readonly 8: {
|
|
491
493
|
readonly fieldName: "md::LzSend::enforcedOptions";
|
|
492
494
|
readonly fieldType: "cl::t::objRef";
|
|
493
495
|
};
|
|
494
|
-
readonly
|
|
496
|
+
readonly 9: {
|
|
495
497
|
readonly fieldName: "md::LzSend::callbackData";
|
|
496
498
|
readonly fieldType: "cl::t::objRef";
|
|
497
499
|
};
|
|
@@ -530,7 +532,7 @@ declare const tonObjects: {
|
|
|
530
532
|
};
|
|
531
533
|
};
|
|
532
534
|
readonly 'md::MessagingReceipt': {
|
|
533
|
-
readonly name: "
|
|
535
|
+
readonly name: "MsgReceipt";
|
|
534
536
|
readonly 0: {
|
|
535
537
|
readonly fieldName: "md::MessagingReceipt::lzSend";
|
|
536
538
|
readonly fieldType: "cl::t::objRef";
|
|
@@ -760,17 +762,6 @@ declare const tonObjects: {
|
|
|
760
762
|
readonly fieldType: "cl::t::cellRef";
|
|
761
763
|
};
|
|
762
764
|
};
|
|
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
765
|
readonly Channel: {
|
|
775
766
|
readonly name: "channel";
|
|
776
767
|
readonly 0: {
|
|
@@ -895,18 +886,22 @@ declare const tonObjects: {
|
|
|
895
886
|
readonly fieldType: "cl::t::objRef";
|
|
896
887
|
};
|
|
897
888
|
readonly 7: {
|
|
889
|
+
readonly fieldName: "Endpoint::defaultSendMsglibManager";
|
|
890
|
+
readonly fieldType: "cl::t::address";
|
|
891
|
+
};
|
|
892
|
+
readonly 8: {
|
|
898
893
|
readonly fieldName: "Endpoint::defaultSendLibInfo";
|
|
899
894
|
readonly fieldType: "cl::t::objRef";
|
|
900
895
|
};
|
|
901
|
-
readonly
|
|
896
|
+
readonly 9: {
|
|
902
897
|
readonly fieldName: "Endpoint::defaultReceiveLibInfo";
|
|
903
898
|
readonly fieldType: "cl::t::objRef";
|
|
904
899
|
};
|
|
905
|
-
readonly
|
|
900
|
+
readonly 10: {
|
|
906
901
|
readonly fieldName: "Endpoint::defaultTimeoutReceiveLibInfo";
|
|
907
902
|
readonly fieldType: "cl::t::objRef";
|
|
908
903
|
};
|
|
909
|
-
readonly
|
|
904
|
+
readonly 11: {
|
|
910
905
|
readonly fieldName: "Endpoint::defaultExpiry";
|
|
911
906
|
readonly fieldType: "cl::t::uint64";
|
|
912
907
|
};
|
|
@@ -1349,25 +1344,25 @@ declare const tonObjects: {
|
|
|
1349
1344
|
readonly fieldType: "cl::t::address";
|
|
1350
1345
|
};
|
|
1351
1346
|
readonly 4: {
|
|
1347
|
+
readonly fieldName: "UlnConnection::firstUnexecutedNonce";
|
|
1348
|
+
readonly fieldType: "cl::t::uint64";
|
|
1349
|
+
};
|
|
1350
|
+
readonly 5: {
|
|
1352
1351
|
readonly fieldName: "UlnConnection::ulnAddress";
|
|
1353
1352
|
readonly fieldType: "cl::t::address";
|
|
1354
1353
|
};
|
|
1355
|
-
readonly
|
|
1354
|
+
readonly 6: {
|
|
1356
1355
|
readonly fieldName: "UlnConnection::UlnSendConfigOApp";
|
|
1357
1356
|
readonly fieldType: "cl::t::objRef";
|
|
1358
1357
|
};
|
|
1359
|
-
readonly
|
|
1358
|
+
readonly 7: {
|
|
1360
1359
|
readonly fieldName: "UlnConnection::UlnReceiveConfigOApp";
|
|
1361
1360
|
readonly fieldType: "cl::t::objRef";
|
|
1362
1361
|
};
|
|
1363
|
-
readonly
|
|
1362
|
+
readonly 8: {
|
|
1364
1363
|
readonly fieldName: "UlnConnection::hashLookups";
|
|
1365
1364
|
readonly fieldType: "cl::t::dict256";
|
|
1366
1365
|
};
|
|
1367
|
-
readonly 8: {
|
|
1368
|
-
readonly fieldName: "UlnConnection::firstUnexecutedNonce";
|
|
1369
|
-
readonly fieldType: "cl::t::uint64";
|
|
1370
|
-
};
|
|
1371
1366
|
readonly 9: {
|
|
1372
1367
|
readonly fieldName: "UlnConnection::commitPOOO";
|
|
1373
1368
|
readonly fieldType: "cl::t::objRef";
|
|
@@ -1530,6 +1525,17 @@ declare const tonObjects: {
|
|
|
1530
1525
|
readonly fieldType: "cl::t::coins";
|
|
1531
1526
|
};
|
|
1532
1527
|
};
|
|
1528
|
+
readonly 'md::DropEvent': {
|
|
1529
|
+
readonly name: "DropEvent";
|
|
1530
|
+
readonly 0: {
|
|
1531
|
+
readonly fieldName: "md::DropEvent::nativeAmount";
|
|
1532
|
+
readonly fieldType: "cl::t::coins";
|
|
1533
|
+
};
|
|
1534
|
+
readonly 1: {
|
|
1535
|
+
readonly fieldName: "md::DropEvent::receiver";
|
|
1536
|
+
readonly fieldType: "cl::t::address";
|
|
1537
|
+
};
|
|
1538
|
+
};
|
|
1533
1539
|
readonly 'md::ExecuteParams': {
|
|
1534
1540
|
readonly name: "execParams";
|
|
1535
1541
|
readonly 0: {
|
|
@@ -1548,6 +1554,10 @@ declare const tonObjects: {
|
|
|
1548
1554
|
readonly fieldName: "md::ExecuteParams::opcode";
|
|
1549
1555
|
readonly fieldType: "cl::t::uint32";
|
|
1550
1556
|
};
|
|
1557
|
+
readonly 4: {
|
|
1558
|
+
readonly fieldName: "md::ExecuteParams::forwardingAddress";
|
|
1559
|
+
readonly fieldType: "cl::t::address";
|
|
1560
|
+
};
|
|
1551
1561
|
};
|
|
1552
1562
|
readonly 'md::NativeDrop': {
|
|
1553
1563
|
readonly name: "NativeDrop";
|
|
@@ -1570,6 +1580,10 @@ declare const tonObjects: {
|
|
|
1570
1580
|
readonly fieldName: "md::SetDict::dict";
|
|
1571
1581
|
readonly fieldType: "cl::t::dict256";
|
|
1572
1582
|
};
|
|
1583
|
+
readonly 3: {
|
|
1584
|
+
readonly fieldName: "md::SetDict::target";
|
|
1585
|
+
readonly fieldType: "cl::t::address";
|
|
1586
|
+
};
|
|
1573
1587
|
};
|
|
1574
1588
|
readonly 'md::SetQuorum': {
|
|
1575
1589
|
readonly name: "setQuorum";
|
|
@@ -1585,6 +1599,10 @@ declare const tonObjects: {
|
|
|
1585
1599
|
readonly fieldName: "md::SetQuorum::quorum";
|
|
1586
1600
|
readonly fieldType: "cl::t::uint64";
|
|
1587
1601
|
};
|
|
1602
|
+
readonly 3: {
|
|
1603
|
+
readonly fieldName: "md::SetQuorum::target";
|
|
1604
|
+
readonly fieldType: "cl::t::address";
|
|
1605
|
+
};
|
|
1588
1606
|
};
|
|
1589
1607
|
readonly 'md::SignedRequest': {
|
|
1590
1608
|
readonly name: "sgndReq";
|
|
@@ -1730,18 +1748,22 @@ declare const tonResolvedObjects: {
|
|
|
1730
1748
|
readonly fieldType: "cl::t::cellRef";
|
|
1731
1749
|
};
|
|
1732
1750
|
readonly '7': {
|
|
1751
|
+
readonly fieldName: "Endpoint::defaultSendMsglibManager";
|
|
1752
|
+
readonly fieldType: "cl::t::address";
|
|
1753
|
+
};
|
|
1754
|
+
readonly '8': {
|
|
1733
1755
|
readonly fieldName: "Endpoint::defaultSendLibInfo";
|
|
1734
1756
|
readonly fieldType: "cl::t::cellRef";
|
|
1735
1757
|
};
|
|
1736
|
-
readonly '
|
|
1758
|
+
readonly '9': {
|
|
1737
1759
|
readonly fieldName: "Endpoint::defaultReceiveLibInfo";
|
|
1738
1760
|
readonly fieldType: "cl::t::cellRef";
|
|
1739
1761
|
};
|
|
1740
|
-
readonly '
|
|
1762
|
+
readonly '10': {
|
|
1741
1763
|
readonly fieldName: "Endpoint::defaultTimeoutReceiveLibInfo";
|
|
1742
1764
|
readonly fieldType: "cl::t::cellRef";
|
|
1743
1765
|
};
|
|
1744
|
-
readonly '
|
|
1766
|
+
readonly '11': {
|
|
1745
1767
|
readonly fieldName: "Endpoint::defaultExpiry";
|
|
1746
1768
|
readonly fieldType: "cl::t::uint64";
|
|
1747
1769
|
};
|
|
@@ -1770,7 +1792,7 @@ declare const tonResolvedObjects: {
|
|
|
1770
1792
|
};
|
|
1771
1793
|
readonly '5': {
|
|
1772
1794
|
readonly fieldName: "Counter::id";
|
|
1773
|
-
readonly fieldType: "cl::t::
|
|
1795
|
+
readonly fieldType: "cl::t::uint32";
|
|
1774
1796
|
};
|
|
1775
1797
|
readonly name: "counter";
|
|
1776
1798
|
};
|
|
@@ -1894,16 +1916,16 @@ declare const tonResolvedObjects: {
|
|
|
1894
1916
|
};
|
|
1895
1917
|
readonly name: "path";
|
|
1896
1918
|
};
|
|
1897
|
-
readonly 'lz::EpConfig::
|
|
1919
|
+
readonly 'lz::EpConfig::NewWithDefaults': {
|
|
1898
1920
|
readonly name: "EpConfig";
|
|
1899
1921
|
};
|
|
1900
|
-
readonly
|
|
1922
|
+
readonly POOO: {
|
|
1901
1923
|
readonly '0': {
|
|
1902
|
-
readonly fieldName: "POOO::
|
|
1924
|
+
readonly fieldName: "POOO::nextEmpty";
|
|
1903
1925
|
readonly fieldType: "cl::t::uint64";
|
|
1904
1926
|
};
|
|
1905
1927
|
readonly '1': {
|
|
1906
|
-
readonly fieldName: "POOO::
|
|
1928
|
+
readonly fieldName: "POOO::bitmap";
|
|
1907
1929
|
readonly fieldType: "cl::t::cellRef";
|
|
1908
1930
|
};
|
|
1909
1931
|
readonly name: "POOO";
|
|
@@ -2140,6 +2162,10 @@ declare const tonResolvedObjects: {
|
|
|
2140
2162
|
readonly fieldName: "md::ExecuteParams::opcode";
|
|
2141
2163
|
readonly fieldType: "cl::t::uint32";
|
|
2142
2164
|
};
|
|
2165
|
+
readonly '4': {
|
|
2166
|
+
readonly fieldName: "md::ExecuteParams::forwardingAddress";
|
|
2167
|
+
readonly fieldType: "cl::t::address";
|
|
2168
|
+
};
|
|
2143
2169
|
readonly name: "execParams";
|
|
2144
2170
|
};
|
|
2145
2171
|
readonly UlnWorkerFeelibInfo: {
|
|
@@ -2196,19 +2222,42 @@ declare const tonResolvedObjects: {
|
|
|
2196
2222
|
};
|
|
2197
2223
|
readonly name: "UlnDvnFl";
|
|
2198
2224
|
};
|
|
2199
|
-
readonly 'md::
|
|
2225
|
+
readonly 'md::MdEid': {
|
|
2200
2226
|
readonly '0': {
|
|
2201
|
-
readonly fieldName: "md::
|
|
2227
|
+
readonly fieldName: "md::MdEid::md";
|
|
2202
2228
|
readonly fieldType: "cl::t::objRef";
|
|
2203
2229
|
};
|
|
2204
2230
|
readonly '1': {
|
|
2205
|
-
readonly fieldName: "md::
|
|
2231
|
+
readonly fieldName: "md::MdEid::eid";
|
|
2232
|
+
readonly fieldType: "cl::t::uint32";
|
|
2233
|
+
};
|
|
2234
|
+
readonly name: "MdEid";
|
|
2235
|
+
};
|
|
2236
|
+
readonly 'md::AddMsglib': {
|
|
2237
|
+
readonly '0': {
|
|
2238
|
+
readonly fieldName: "md::AddMsglib::msglibManagerAddress";
|
|
2206
2239
|
readonly fieldType: "cl::t::address";
|
|
2207
2240
|
};
|
|
2208
|
-
readonly
|
|
2241
|
+
readonly '1': {
|
|
2242
|
+
readonly fieldName: "md::AddMsglib::dstEid";
|
|
2243
|
+
readonly fieldType: "cl::t::uint32";
|
|
2244
|
+
};
|
|
2245
|
+
readonly name: "addMsgLib";
|
|
2209
2246
|
};
|
|
2210
|
-
readonly '
|
|
2211
|
-
readonly
|
|
2247
|
+
readonly 'lz::MsglibInfo': {
|
|
2248
|
+
readonly '0': {
|
|
2249
|
+
readonly fieldName: "lz::MsglibInfo::msglibAddress";
|
|
2250
|
+
readonly fieldType: "cl::t::address";
|
|
2251
|
+
};
|
|
2252
|
+
readonly '1': {
|
|
2253
|
+
readonly fieldName: "lz::MsglibInfo::msglibConnectionCode";
|
|
2254
|
+
readonly fieldType: "cl::t::cellRef";
|
|
2255
|
+
};
|
|
2256
|
+
readonly '2': {
|
|
2257
|
+
readonly fieldName: "lz::MsglibInfo::msglibConnectionInitStorage";
|
|
2258
|
+
readonly fieldType: "UlnConnection";
|
|
2259
|
+
};
|
|
2260
|
+
readonly name: "MsglibInfo";
|
|
2212
2261
|
};
|
|
2213
2262
|
readonly UlnConnection: {
|
|
2214
2263
|
readonly '0': {
|
|
@@ -2228,67 +2277,44 @@ declare const tonResolvedObjects: {
|
|
|
2228
2277
|
readonly fieldType: "cl::t::address";
|
|
2229
2278
|
};
|
|
2230
2279
|
readonly '4': {
|
|
2280
|
+
readonly fieldName: "UlnConnection::firstUnexecutedNonce";
|
|
2281
|
+
readonly fieldType: "cl::t::uint64";
|
|
2282
|
+
};
|
|
2283
|
+
readonly '5': {
|
|
2231
2284
|
readonly fieldName: "UlnConnection::ulnAddress";
|
|
2232
2285
|
readonly fieldType: "cl::t::address";
|
|
2233
2286
|
};
|
|
2234
|
-
readonly '
|
|
2287
|
+
readonly '6': {
|
|
2235
2288
|
readonly fieldName: "UlnConnection::UlnSendConfigOApp";
|
|
2236
2289
|
readonly fieldType: "UlnSendConfig";
|
|
2237
2290
|
};
|
|
2238
|
-
readonly '
|
|
2291
|
+
readonly '7': {
|
|
2239
2292
|
readonly fieldName: "UlnConnection::UlnReceiveConfigOApp";
|
|
2240
2293
|
readonly fieldType: "UlnReceiveConfig";
|
|
2241
2294
|
};
|
|
2242
|
-
readonly '
|
|
2295
|
+
readonly '8': {
|
|
2243
2296
|
readonly fieldName: "UlnConnection::hashLookups";
|
|
2244
2297
|
readonly fieldType: "cl::t::dict256";
|
|
2245
2298
|
};
|
|
2246
|
-
readonly '8': {
|
|
2247
|
-
readonly fieldName: "UlnConnection::firstUnexecutedNonce";
|
|
2248
|
-
readonly fieldType: "cl::t::uint64";
|
|
2249
|
-
};
|
|
2250
2299
|
readonly '9': {
|
|
2251
2300
|
readonly fieldName: "UlnConnection::commitPOOO";
|
|
2252
2301
|
readonly fieldType: "POOO";
|
|
2253
2302
|
};
|
|
2254
2303
|
readonly name: "connection";
|
|
2255
2304
|
};
|
|
2256
|
-
readonly 'md::
|
|
2305
|
+
readonly 'md::MdAddress': {
|
|
2257
2306
|
readonly '0': {
|
|
2258
|
-
readonly fieldName: "md::
|
|
2307
|
+
readonly fieldName: "md::MdAddress::md";
|
|
2259
2308
|
readonly fieldType: "cl::t::objRef";
|
|
2260
2309
|
};
|
|
2261
2310
|
readonly '1': {
|
|
2262
|
-
readonly fieldName: "md::
|
|
2263
|
-
readonly fieldType: "cl::t::uint32";
|
|
2264
|
-
};
|
|
2265
|
-
readonly name: "MdEid";
|
|
2266
|
-
};
|
|
2267
|
-
readonly 'md::AddMsglib': {
|
|
2268
|
-
readonly '0': {
|
|
2269
|
-
readonly fieldName: "md::AddMsglib::msglibManagerAddress";
|
|
2311
|
+
readonly fieldName: "md::MdAddress::address";
|
|
2270
2312
|
readonly fieldType: "cl::t::address";
|
|
2271
2313
|
};
|
|
2272
|
-
readonly
|
|
2273
|
-
readonly fieldName: "md::AddMsglib::dstEid";
|
|
2274
|
-
readonly fieldType: "cl::t::uint32";
|
|
2275
|
-
};
|
|
2276
|
-
readonly name: "addMsgLib";
|
|
2314
|
+
readonly name: "MdAddr";
|
|
2277
2315
|
};
|
|
2278
|
-
readonly '
|
|
2279
|
-
readonly
|
|
2280
|
-
readonly fieldName: "lz::MsglibInfo::msglibAddress";
|
|
2281
|
-
readonly fieldType: "cl::t::address";
|
|
2282
|
-
};
|
|
2283
|
-
readonly '1': {
|
|
2284
|
-
readonly fieldName: "lz::MsglibInfo::msglibConnectionCode";
|
|
2285
|
-
readonly fieldType: "cl::t::cellRef";
|
|
2286
|
-
};
|
|
2287
|
-
readonly '2': {
|
|
2288
|
-
readonly fieldName: "lz::MsglibInfo::msglibConnectionInitStorage";
|
|
2289
|
-
readonly fieldType: "UlnConnection";
|
|
2290
|
-
};
|
|
2291
|
-
readonly name: "MsglibInfo";
|
|
2316
|
+
readonly 'md::InitUlnConnection::NewOnlyConfig': {
|
|
2317
|
+
readonly name: "initUlnCon";
|
|
2292
2318
|
};
|
|
2293
2319
|
readonly 'md::SetEpConfig': {
|
|
2294
2320
|
readonly '0': {
|
|
@@ -2342,34 +2368,38 @@ declare const tonResolvedObjects: {
|
|
|
2342
2368
|
readonly fieldType: "cl::t::uint64";
|
|
2343
2369
|
};
|
|
2344
2370
|
readonly '1': {
|
|
2345
|
-
readonly fieldName: "md::LzSend::
|
|
2371
|
+
readonly fieldName: "md::LzSend::sendMsglibManager";
|
|
2346
2372
|
readonly fieldType: "cl::t::address";
|
|
2347
2373
|
};
|
|
2348
2374
|
readonly '2': {
|
|
2349
|
-
readonly fieldName: "md::LzSend::
|
|
2375
|
+
readonly fieldName: "md::LzSend::sendMsglib";
|
|
2350
2376
|
readonly fieldType: "cl::t::address";
|
|
2351
2377
|
};
|
|
2352
2378
|
readonly '3': {
|
|
2379
|
+
readonly fieldName: "md::LzSend::sendMsglibConnection";
|
|
2380
|
+
readonly fieldType: "cl::t::address";
|
|
2381
|
+
};
|
|
2382
|
+
readonly '4': {
|
|
2353
2383
|
readonly fieldName: "md::LzSend::packet";
|
|
2354
2384
|
readonly fieldType: "lz::Packet";
|
|
2355
2385
|
};
|
|
2356
|
-
readonly '
|
|
2386
|
+
readonly '5': {
|
|
2357
2387
|
readonly fieldName: "md::LzSend::nativeFee";
|
|
2358
2388
|
readonly fieldType: "cl::t::coins";
|
|
2359
2389
|
};
|
|
2360
|
-
readonly '
|
|
2390
|
+
readonly '6': {
|
|
2361
2391
|
readonly fieldName: "md::LzSend::zroFee";
|
|
2362
2392
|
readonly fieldType: "cl::t::coins";
|
|
2363
2393
|
};
|
|
2364
|
-
readonly '
|
|
2394
|
+
readonly '7': {
|
|
2365
2395
|
readonly fieldName: "md::LzSend::extraOptions";
|
|
2366
2396
|
readonly fieldType: "cl::t::cellRef";
|
|
2367
2397
|
};
|
|
2368
|
-
readonly '
|
|
2398
|
+
readonly '8': {
|
|
2369
2399
|
readonly fieldName: "md::LzSend::enforcedOptions";
|
|
2370
2400
|
readonly fieldType: "cl::t::cellRef";
|
|
2371
2401
|
};
|
|
2372
|
-
readonly '
|
|
2402
|
+
readonly '9': {
|
|
2373
2403
|
readonly fieldName: "md::LzSend::callbackData";
|
|
2374
2404
|
readonly fieldType: "cl::t::cellRef";
|
|
2375
2405
|
};
|
|
@@ -2407,11 +2437,15 @@ declare const tonResolvedObjects: {
|
|
|
2407
2437
|
};
|
|
2408
2438
|
readonly 'lz::SendEpConfig': {
|
|
2409
2439
|
readonly '0': {
|
|
2410
|
-
readonly fieldName: "lz::SendEpConfig::
|
|
2440
|
+
readonly fieldName: "lz::SendEpConfig::sendMsglibManager";
|
|
2411
2441
|
readonly fieldType: "cl::t::address";
|
|
2412
2442
|
};
|
|
2413
2443
|
readonly '1': {
|
|
2414
|
-
readonly fieldName: "lz::SendEpConfig::
|
|
2444
|
+
readonly fieldName: "lz::SendEpConfig::sendMsglib";
|
|
2445
|
+
readonly fieldType: "cl::t::address";
|
|
2446
|
+
};
|
|
2447
|
+
readonly '2': {
|
|
2448
|
+
readonly fieldName: "lz::SendEpConfig::sendMsglibConnection";
|
|
2415
2449
|
readonly fieldType: "cl::t::address";
|
|
2416
2450
|
};
|
|
2417
2451
|
readonly name: "SendEpCfg";
|
|
@@ -2435,6 +2469,94 @@ declare const tonResolvedObjects: {
|
|
|
2435
2469
|
};
|
|
2436
2470
|
readonly name: "UlnSend";
|
|
2437
2471
|
};
|
|
2472
|
+
readonly 'md::MsglibSendCallback': {
|
|
2473
|
+
readonly '0': {
|
|
2474
|
+
readonly fieldName: "md::MsglibSendCallback::addressIdx";
|
|
2475
|
+
readonly fieldType: "cl::t::coins";
|
|
2476
|
+
};
|
|
2477
|
+
readonly '1': {
|
|
2478
|
+
readonly fieldName: "md::MsglibSendCallback::nativeAmountIdx";
|
|
2479
|
+
readonly fieldType: "cl::t::coins";
|
|
2480
|
+
};
|
|
2481
|
+
readonly '2': {
|
|
2482
|
+
readonly fieldName: "md::MsglibSendCallback::lzSend";
|
|
2483
|
+
readonly fieldType: "md::LzSend";
|
|
2484
|
+
};
|
|
2485
|
+
readonly '3': {
|
|
2486
|
+
readonly fieldName: "md::MsglibSendCallback::packetEncoded";
|
|
2487
|
+
readonly fieldType: "cl::t::cellRef";
|
|
2488
|
+
};
|
|
2489
|
+
readonly '4': {
|
|
2490
|
+
readonly fieldName: "md::MsglibSendCallback::payees";
|
|
2491
|
+
readonly fieldType: "cl::t::cellRef";
|
|
2492
|
+
};
|
|
2493
|
+
readonly '5': {
|
|
2494
|
+
readonly fieldName: "md::MsglibSendCallback::nonceByteOffset";
|
|
2495
|
+
readonly fieldType: "cl::t::uint16";
|
|
2496
|
+
};
|
|
2497
|
+
readonly '6': {
|
|
2498
|
+
readonly fieldName: "md::MsglibSendCallback::nonceBytes";
|
|
2499
|
+
readonly fieldType: "cl::t::uint8";
|
|
2500
|
+
};
|
|
2501
|
+
readonly '7': {
|
|
2502
|
+
readonly fieldName: "md::MsglibSendCallback::guidByteOffset";
|
|
2503
|
+
readonly fieldType: "cl::t::uint16";
|
|
2504
|
+
};
|
|
2505
|
+
readonly '8': {
|
|
2506
|
+
readonly fieldName: "md::MsglibSendCallback::guidBytes";
|
|
2507
|
+
readonly fieldType: "cl::t::uint8";
|
|
2508
|
+
};
|
|
2509
|
+
readonly '9': {
|
|
2510
|
+
readonly fieldName: "md::MsglibSendCallback::msglibSendEvents";
|
|
2511
|
+
readonly fieldType: "UlnEvents";
|
|
2512
|
+
};
|
|
2513
|
+
readonly '10': {
|
|
2514
|
+
readonly fieldName: "md::MsglibSendCallback::errorCode";
|
|
2515
|
+
readonly fieldType: "cl::t::uint8";
|
|
2516
|
+
};
|
|
2517
|
+
readonly name: "libSndCb";
|
|
2518
|
+
};
|
|
2519
|
+
readonly UlnEvents: {
|
|
2520
|
+
readonly '0': {
|
|
2521
|
+
readonly fieldName: "UlnEvents::workerEvents";
|
|
2522
|
+
readonly fieldType: "cl::t::cellRef";
|
|
2523
|
+
};
|
|
2524
|
+
readonly '1': {
|
|
2525
|
+
readonly fieldName: "UlnEvents::dvnFeesPaidEvent";
|
|
2526
|
+
readonly fieldType: "DvnFeesPaidEvent";
|
|
2527
|
+
};
|
|
2528
|
+
readonly '2': {
|
|
2529
|
+
readonly fieldName: "UlnEvents::executorFeePaidEvent";
|
|
2530
|
+
readonly fieldType: "ExecutorFeePaidEvent";
|
|
2531
|
+
};
|
|
2532
|
+
readonly name: "UlnEvents";
|
|
2533
|
+
};
|
|
2534
|
+
readonly DvnFeesPaidEvent: {
|
|
2535
|
+
readonly '0': {
|
|
2536
|
+
readonly fieldName: "DvnFeesPaidEvent::requiredDVNs";
|
|
2537
|
+
readonly fieldType: "cl::t::addressList";
|
|
2538
|
+
};
|
|
2539
|
+
readonly '1': {
|
|
2540
|
+
readonly fieldName: "DvnFeesPaidEvent::optionalDVNs";
|
|
2541
|
+
readonly fieldType: "cl::t::addressList";
|
|
2542
|
+
};
|
|
2543
|
+
readonly '2': {
|
|
2544
|
+
readonly fieldName: "DvnFeesPaidEvent::serializedPayees";
|
|
2545
|
+
readonly fieldType: "cl::t::cellRef";
|
|
2546
|
+
};
|
|
2547
|
+
readonly name: "DvnFeePaid";
|
|
2548
|
+
};
|
|
2549
|
+
readonly ExecutorFeePaidEvent: {
|
|
2550
|
+
readonly '0': {
|
|
2551
|
+
readonly fieldName: "ExecutorFeePaidEvent::executorAddress";
|
|
2552
|
+
readonly fieldType: "cl::t::address";
|
|
2553
|
+
};
|
|
2554
|
+
readonly '1': {
|
|
2555
|
+
readonly fieldName: "ExecutorFeePaidEvent::feePaid";
|
|
2556
|
+
readonly fieldType: "cl::t::coins";
|
|
2557
|
+
};
|
|
2558
|
+
readonly name: "ExcFeePaid";
|
|
2559
|
+
};
|
|
2438
2560
|
readonly 'md::SignedRequest': {
|
|
2439
2561
|
readonly '0': {
|
|
2440
2562
|
readonly fieldName: "md::SignedRequest::request";
|
|
@@ -2562,7 +2684,7 @@ declare const tonResolvedObjects: {
|
|
|
2562
2684
|
};
|
|
2563
2685
|
readonly '3': {
|
|
2564
2686
|
readonly fieldName: "lz::Config::config";
|
|
2565
|
-
readonly fieldType: "
|
|
2687
|
+
readonly fieldType: "UlnSendConfig::NewWithDefaults";
|
|
2566
2688
|
};
|
|
2567
2689
|
readonly name: "Config";
|
|
2568
2690
|
};
|
|
@@ -2572,30 +2694,34 @@ declare const tonResolvedObjects: {
|
|
|
2572
2694
|
readonly fieldType: "cl::t::bool";
|
|
2573
2695
|
};
|
|
2574
2696
|
readonly '1': {
|
|
2575
|
-
readonly fieldName: "lz::EpConfig::NewWithConnection::
|
|
2697
|
+
readonly fieldName: "lz::EpConfig::NewWithConnection::sendMsglibManager";
|
|
2576
2698
|
readonly fieldType: "cl::t::address";
|
|
2577
2699
|
};
|
|
2578
2700
|
readonly '2': {
|
|
2579
|
-
readonly fieldName: "lz::EpConfig::NewWithConnection::
|
|
2701
|
+
readonly fieldName: "lz::EpConfig::NewWithConnection::sendMsglib";
|
|
2580
2702
|
readonly fieldType: "cl::t::address";
|
|
2581
2703
|
};
|
|
2582
2704
|
readonly '3': {
|
|
2583
|
-
readonly fieldName: "lz::EpConfig::NewWithConnection::
|
|
2705
|
+
readonly fieldName: "lz::EpConfig::NewWithConnection::sendMsglibConnection";
|
|
2584
2706
|
readonly fieldType: "cl::t::address";
|
|
2585
2707
|
};
|
|
2586
2708
|
readonly '4': {
|
|
2587
|
-
readonly fieldName: "lz::EpConfig::NewWithConnection::
|
|
2709
|
+
readonly fieldName: "lz::EpConfig::NewWithConnection::receiveMsglib";
|
|
2588
2710
|
readonly fieldType: "cl::t::address";
|
|
2589
2711
|
};
|
|
2590
2712
|
readonly '5': {
|
|
2591
|
-
readonly fieldName: "lz::EpConfig::NewWithConnection::
|
|
2713
|
+
readonly fieldName: "lz::EpConfig::NewWithConnection::receiveMsglibConnection";
|
|
2592
2714
|
readonly fieldType: "cl::t::address";
|
|
2593
2715
|
};
|
|
2594
2716
|
readonly '6': {
|
|
2595
|
-
readonly fieldName: "lz::EpConfig::NewWithConnection::
|
|
2717
|
+
readonly fieldName: "lz::EpConfig::NewWithConnection::timeoutReceiveMsglib";
|
|
2596
2718
|
readonly fieldType: "cl::t::address";
|
|
2597
2719
|
};
|
|
2598
2720
|
readonly '7': {
|
|
2721
|
+
readonly fieldName: "lz::EpConfig::NewWithConnection::timeoutReceiveMsglibConnection";
|
|
2722
|
+
readonly fieldType: "cl::t::address";
|
|
2723
|
+
};
|
|
2724
|
+
readonly '8': {
|
|
2599
2725
|
readonly fieldName: "lz::EpConfig::NewWithConnection::timeoutReceiveMsglibExpiry";
|
|
2600
2726
|
readonly fieldType: "cl::t::uint64";
|
|
2601
2727
|
};
|
|
@@ -2604,16 +2730,13 @@ declare const tonResolvedObjects: {
|
|
|
2604
2730
|
readonly 'lz::EpConfig': {
|
|
2605
2731
|
readonly name: "EpConfig";
|
|
2606
2732
|
};
|
|
2607
|
-
readonly 'lz::EpConfig::NewWithDefaults': {
|
|
2608
|
-
readonly name: "EpConfig";
|
|
2609
|
-
};
|
|
2610
2733
|
readonly 'lz::ReceiveEpConfig': {
|
|
2611
2734
|
readonly '0': {
|
|
2612
|
-
readonly fieldName: "lz::ReceiveEpConfig::
|
|
2735
|
+
readonly fieldName: "lz::ReceiveEpConfig::receiveMsglibConnection";
|
|
2613
2736
|
readonly fieldType: "cl::t::address";
|
|
2614
2737
|
};
|
|
2615
2738
|
readonly '1': {
|
|
2616
|
-
readonly fieldName: "lz::ReceiveEpConfig::
|
|
2739
|
+
readonly fieldName: "lz::ReceiveEpConfig::timeoutReceiveMsglibConnection";
|
|
2617
2740
|
readonly fieldType: "cl::t::address";
|
|
2618
2741
|
};
|
|
2619
2742
|
readonly '2': {
|
|
@@ -2656,13 +2779,6 @@ declare const tonResolvedObjects: {
|
|
|
2656
2779
|
};
|
|
2657
2780
|
readonly name: "Worker";
|
|
2658
2781
|
};
|
|
2659
|
-
readonly 'md::Amount': {
|
|
2660
|
-
readonly '0': {
|
|
2661
|
-
readonly fieldName: "md::Amount::amount";
|
|
2662
|
-
readonly fieldType: "cl::t::coins";
|
|
2663
|
-
};
|
|
2664
|
-
readonly name: "Amount";
|
|
2665
|
-
};
|
|
2666
2782
|
readonly 'md::Bool': {
|
|
2667
2783
|
readonly '0': {
|
|
2668
2784
|
readonly fieldName: "md::Bool::bool";
|
|
@@ -2766,54 +2882,7 @@ declare const tonResolvedObjects: {
|
|
|
2766
2882
|
readonly fieldName: "md::MessagingReceipt::errorCode";
|
|
2767
2883
|
readonly fieldType: "cl::t::uint16";
|
|
2768
2884
|
};
|
|
2769
|
-
readonly name: "
|
|
2770
|
-
};
|
|
2771
|
-
readonly 'md::MsglibSendCallback': {
|
|
2772
|
-
readonly '0': {
|
|
2773
|
-
readonly fieldName: "md::MsglibSendCallback::addressIdx";
|
|
2774
|
-
readonly fieldType: "cl::t::coins";
|
|
2775
|
-
};
|
|
2776
|
-
readonly '1': {
|
|
2777
|
-
readonly fieldName: "md::MsglibSendCallback::nativeAmountIdx";
|
|
2778
|
-
readonly fieldType: "cl::t::coins";
|
|
2779
|
-
};
|
|
2780
|
-
readonly '2': {
|
|
2781
|
-
readonly fieldName: "md::MsglibSendCallback::lzSend";
|
|
2782
|
-
readonly fieldType: "md::LzSend";
|
|
2783
|
-
};
|
|
2784
|
-
readonly '3': {
|
|
2785
|
-
readonly fieldName: "md::MsglibSendCallback::packetEncoded";
|
|
2786
|
-
readonly fieldType: "cl::t::cellRef";
|
|
2787
|
-
};
|
|
2788
|
-
readonly '4': {
|
|
2789
|
-
readonly fieldName: "md::MsglibSendCallback::payees";
|
|
2790
|
-
readonly fieldType: "cl::t::cellRef";
|
|
2791
|
-
};
|
|
2792
|
-
readonly '5': {
|
|
2793
|
-
readonly fieldName: "md::MsglibSendCallback::nonceByteOffset";
|
|
2794
|
-
readonly fieldType: "cl::t::uint16";
|
|
2795
|
-
};
|
|
2796
|
-
readonly '6': {
|
|
2797
|
-
readonly fieldName: "md::MsglibSendCallback::nonceBytes";
|
|
2798
|
-
readonly fieldType: "cl::t::uint8";
|
|
2799
|
-
};
|
|
2800
|
-
readonly '7': {
|
|
2801
|
-
readonly fieldName: "md::MsglibSendCallback::guidByteOffset";
|
|
2802
|
-
readonly fieldType: "cl::t::uint16";
|
|
2803
|
-
};
|
|
2804
|
-
readonly '8': {
|
|
2805
|
-
readonly fieldName: "md::MsglibSendCallback::guidBytes";
|
|
2806
|
-
readonly fieldType: "cl::t::uint8";
|
|
2807
|
-
};
|
|
2808
|
-
readonly '9': {
|
|
2809
|
-
readonly fieldName: "md::MsglibSendCallback::msglibSendEvents";
|
|
2810
|
-
readonly fieldType: "cl::t::objRef";
|
|
2811
|
-
};
|
|
2812
|
-
readonly '10': {
|
|
2813
|
-
readonly fieldName: "md::MsglibSendCallback::errorCode";
|
|
2814
|
-
readonly fieldType: "cl::t::uint8";
|
|
2815
|
-
};
|
|
2816
|
-
readonly name: "libSndCb";
|
|
2885
|
+
readonly name: "MsgReceipt";
|
|
2817
2886
|
};
|
|
2818
2887
|
readonly 'md::OptionsExtended': {
|
|
2819
2888
|
readonly '0': {
|
|
@@ -2906,17 +2975,6 @@ declare const tonResolvedObjects: {
|
|
|
2906
2975
|
};
|
|
2907
2976
|
readonly name: "setSmlCfg";
|
|
2908
2977
|
};
|
|
2909
|
-
readonly POOO: {
|
|
2910
|
-
readonly '0': {
|
|
2911
|
-
readonly fieldName: "POOO::nextEmpty";
|
|
2912
|
-
readonly fieldType: "cl::t::uint64";
|
|
2913
|
-
};
|
|
2914
|
-
readonly '1': {
|
|
2915
|
-
readonly fieldName: "POOO::bitmap";
|
|
2916
|
-
readonly fieldType: "cl::t::cellRef";
|
|
2917
|
-
};
|
|
2918
|
-
readonly name: "POOO";
|
|
2919
|
-
};
|
|
2920
2978
|
readonly SmlConnection: {
|
|
2921
2979
|
readonly '0': {
|
|
2922
2980
|
readonly fieldName: "SmlConnection::baseStorage";
|
|
@@ -2975,32 +3033,6 @@ declare const tonResolvedObjects: {
|
|
|
2975
3033
|
};
|
|
2976
3034
|
readonly name: "smlMgr";
|
|
2977
3035
|
};
|
|
2978
|
-
readonly DvnFeesPaidEvent: {
|
|
2979
|
-
readonly '0': {
|
|
2980
|
-
readonly fieldName: "DvnFeesPaidEvent::requiredDVNs";
|
|
2981
|
-
readonly fieldType: "cl::t::addressList";
|
|
2982
|
-
};
|
|
2983
|
-
readonly '1': {
|
|
2984
|
-
readonly fieldName: "DvnFeesPaidEvent::optionalDVNs";
|
|
2985
|
-
readonly fieldType: "cl::t::addressList";
|
|
2986
|
-
};
|
|
2987
|
-
readonly '2': {
|
|
2988
|
-
readonly fieldName: "DvnFeesPaidEvent::serializedPayees";
|
|
2989
|
-
readonly fieldType: "cl::t::objRef";
|
|
2990
|
-
};
|
|
2991
|
-
readonly name: "DvnFeePaid";
|
|
2992
|
-
};
|
|
2993
|
-
readonly ExecutorFeePaidEvent: {
|
|
2994
|
-
readonly '0': {
|
|
2995
|
-
readonly fieldName: "ExecutorFeePaidEvent::executorAddress";
|
|
2996
|
-
readonly fieldType: "cl::t::address";
|
|
2997
|
-
};
|
|
2998
|
-
readonly '1': {
|
|
2999
|
-
readonly fieldName: "ExecutorFeePaidEvent::feePaid";
|
|
3000
|
-
readonly fieldType: "cl::t::coins";
|
|
3001
|
-
};
|
|
3002
|
-
readonly name: "ExcFeePaid";
|
|
3003
|
-
};
|
|
3004
3036
|
readonly 'md::InitUlnConnection': {
|
|
3005
3037
|
readonly '0': {
|
|
3006
3038
|
readonly fieldName: "md::InitUlnConnection::ulnSendConfigOApp";
|
|
@@ -3045,21 +3077,6 @@ declare const tonResolvedObjects: {
|
|
|
3045
3077
|
};
|
|
3046
3078
|
readonly name: "tfeebps";
|
|
3047
3079
|
};
|
|
3048
|
-
readonly UlnEvents: {
|
|
3049
|
-
readonly '0': {
|
|
3050
|
-
readonly fieldName: "UlnEvents::workerEvents";
|
|
3051
|
-
readonly fieldType: "cl::t::objRef";
|
|
3052
|
-
};
|
|
3053
|
-
readonly '1': {
|
|
3054
|
-
readonly fieldName: "UlnEvents::dvnFeesPaidEvent";
|
|
3055
|
-
readonly fieldType: "cl::t::objRef";
|
|
3056
|
-
};
|
|
3057
|
-
readonly '2': {
|
|
3058
|
-
readonly fieldName: "UlnEvents::executorFeePaidEvent";
|
|
3059
|
-
readonly fieldType: "cl::t::objRef";
|
|
3060
|
-
};
|
|
3061
|
-
readonly name: "UlnEvents";
|
|
3062
|
-
};
|
|
3063
3080
|
readonly UlnReceiveConfig: {
|
|
3064
3081
|
readonly '0': {
|
|
3065
3082
|
readonly fieldName: "UlnReceiveConfig::minCommitPacketGasNull";
|
|
@@ -3202,6 +3219,17 @@ declare const tonResolvedObjects: {
|
|
|
3202
3219
|
};
|
|
3203
3220
|
readonly name: "UlnExecutr";
|
|
3204
3221
|
};
|
|
3222
|
+
readonly 'md::DropEvent': {
|
|
3223
|
+
readonly '0': {
|
|
3224
|
+
readonly fieldName: "md::DropEvent::nativeAmount";
|
|
3225
|
+
readonly fieldType: "cl::t::coins";
|
|
3226
|
+
};
|
|
3227
|
+
readonly '1': {
|
|
3228
|
+
readonly fieldName: "md::DropEvent::receiver";
|
|
3229
|
+
readonly fieldType: "cl::t::address";
|
|
3230
|
+
};
|
|
3231
|
+
readonly name: "DropEvent";
|
|
3232
|
+
};
|
|
3205
3233
|
readonly 'md::NativeDrop': {
|
|
3206
3234
|
readonly '0': {
|
|
3207
3235
|
readonly fieldName: "md::NativeDrop::payees";
|
|
@@ -3222,6 +3250,10 @@ declare const tonResolvedObjects: {
|
|
|
3222
3250
|
readonly fieldName: "md::SetDict::dict";
|
|
3223
3251
|
readonly fieldType: "cl::t::dict256";
|
|
3224
3252
|
};
|
|
3253
|
+
readonly '3': {
|
|
3254
|
+
readonly fieldName: "md::SetDict::target";
|
|
3255
|
+
readonly fieldType: "cl::t::address";
|
|
3256
|
+
};
|
|
3225
3257
|
readonly name: "setDct";
|
|
3226
3258
|
};
|
|
3227
3259
|
readonly 'md::SetQuorum': {
|
|
@@ -3237,6 +3269,10 @@ declare const tonResolvedObjects: {
|
|
|
3237
3269
|
readonly fieldName: "md::SetQuorum::quorum";
|
|
3238
3270
|
readonly fieldType: "cl::t::uint64";
|
|
3239
3271
|
};
|
|
3272
|
+
readonly '3': {
|
|
3273
|
+
readonly fieldName: "md::SetQuorum::target";
|
|
3274
|
+
readonly fieldType: "cl::t::address";
|
|
3275
|
+
};
|
|
3240
3276
|
readonly name: "setQuorum";
|
|
3241
3277
|
};
|
|
3242
3278
|
};
|
|
@@ -3304,7 +3340,8 @@ declare class TonContractWrapper extends BaseWrapper {
|
|
|
3304
3340
|
config: Cell;
|
|
3305
3341
|
}): Promise<Cell>;
|
|
3306
3342
|
getNewLzEpConfigNewWithConnection(provider: ContractProvider, args: {
|
|
3307
|
-
|
|
3343
|
+
isNull: bigint;
|
|
3344
|
+
sendMsglibManager: bigint;
|
|
3308
3345
|
sendMsglib: bigint;
|
|
3309
3346
|
sendMsglibConnection: bigint;
|
|
3310
3347
|
receiveMsglib: bigint;
|
|
@@ -3314,17 +3351,14 @@ declare class TonContractWrapper extends BaseWrapper {
|
|
|
3314
3351
|
timeoutReceiveMsglibExpiry: bigint;
|
|
3315
3352
|
}): Promise<Cell>;
|
|
3316
3353
|
getNewLzEpConfig(provider: ContractProvider, args: {
|
|
3317
|
-
|
|
3354
|
+
isNull: bigint;
|
|
3355
|
+
sendMsglibManager: bigint;
|
|
3318
3356
|
sendMsglib: bigint;
|
|
3319
3357
|
receiveMsglib: bigint;
|
|
3320
3358
|
timeoutReceiveMsglib: bigint;
|
|
3321
3359
|
timeoutReceiveMsglibExpiry: bigint;
|
|
3322
3360
|
}): Promise<Cell>;
|
|
3323
3361
|
getNewLzEpConfigNewWithDefaults(provider: ContractProvider): Promise<Cell>;
|
|
3324
|
-
getNewLzEpConfigNewFrom(provider: ContractProvider, args: {
|
|
3325
|
-
sendMsglib: bigint;
|
|
3326
|
-
receiveMsglib: bigint;
|
|
3327
|
-
}): Promise<Cell>;
|
|
3328
3362
|
getNewLzMsglibInfo(provider: ContractProvider, args: {
|
|
3329
3363
|
msglibAddress: bigint;
|
|
3330
3364
|
msglibConnectionCode: Cell;
|
|
@@ -3347,8 +3381,9 @@ declare class TonContractWrapper extends BaseWrapper {
|
|
|
3347
3381
|
expiry: bigint;
|
|
3348
3382
|
}): Promise<Cell>;
|
|
3349
3383
|
getNewLzSendEpConfig(provider: ContractProvider, args: {
|
|
3350
|
-
|
|
3351
|
-
|
|
3384
|
+
sendMsglibManager: bigint;
|
|
3385
|
+
sendMsglib: bigint;
|
|
3386
|
+
sendMsglibConnection: bigint;
|
|
3352
3387
|
}): Promise<Cell>;
|
|
3353
3388
|
getNewLzSmlJobAssigned(provider: ContractProvider, args: {
|
|
3354
3389
|
fee: bigint;
|
|
@@ -3363,9 +3398,6 @@ declare class TonContractWrapper extends BaseWrapper {
|
|
|
3363
3398
|
msglibManagerAddress: bigint;
|
|
3364
3399
|
dstEid: bigint;
|
|
3365
3400
|
}): Promise<Cell>;
|
|
3366
|
-
getNewMdAmount(provider: ContractProvider, args: {
|
|
3367
|
-
amount: bigint;
|
|
3368
|
-
}): Promise<Cell>;
|
|
3369
3401
|
getNewMdBool(provider: ContractProvider, args: {
|
|
3370
3402
|
boolean: bigint;
|
|
3371
3403
|
}): Promise<Cell>;
|
|
@@ -3518,10 +3550,6 @@ declare class TonContractWrapper extends BaseWrapper {
|
|
|
3518
3550
|
initialStorage: Cell;
|
|
3519
3551
|
}): Promise<Cell>;
|
|
3520
3552
|
getNewPOOO(provider: ContractProvider): Promise<Cell>;
|
|
3521
|
-
getNewPOOONewWithBitsSets(provider: ContractProvider, args: {
|
|
3522
|
-
startingBit: bigint;
|
|
3523
|
-
endingBit: bigint;
|
|
3524
|
-
}): Promise<Cell>;
|
|
3525
3553
|
getNewChannel(provider: ContractProvider, args: {
|
|
3526
3554
|
owner: bigint;
|
|
3527
3555
|
path: Cell;
|
|
@@ -3712,11 +3740,16 @@ declare class TonContractWrapper extends BaseWrapper {
|
|
|
3712
3740
|
version: bigint;
|
|
3713
3741
|
nativeDropTotalCap: bigint;
|
|
3714
3742
|
}): Promise<Cell>;
|
|
3743
|
+
getNewMdDropEvent(provider: ContractProvider, args: {
|
|
3744
|
+
nativeAmount: bigint;
|
|
3745
|
+
receiver: bigint;
|
|
3746
|
+
}): Promise<Cell>;
|
|
3715
3747
|
getNewMdExecuteParams(provider: ContractProvider, args: {
|
|
3716
3748
|
target: bigint;
|
|
3717
3749
|
callData: Cell;
|
|
3718
3750
|
expiration: bigint;
|
|
3719
3751
|
opcode: bigint;
|
|
3752
|
+
forwardingAddress: bigint;
|
|
3720
3753
|
}): Promise<Cell>;
|
|
3721
3754
|
getNewMdNativeDrop(provider: ContractProvider, args: {
|
|
3722
3755
|
payees: Cell;
|
|
@@ -3725,11 +3758,13 @@ declare class TonContractWrapper extends BaseWrapper {
|
|
|
3725
3758
|
nonce: bigint;
|
|
3726
3759
|
opcode: bigint;
|
|
3727
3760
|
_dict: Cell;
|
|
3761
|
+
target: bigint;
|
|
3728
3762
|
}): Promise<Cell>;
|
|
3729
3763
|
getNewMdSetQuorum(provider: ContractProvider, args: {
|
|
3730
3764
|
nonce: bigint;
|
|
3731
3765
|
opcode: bigint;
|
|
3732
3766
|
quorum: bigint;
|
|
3767
|
+
target: bigint;
|
|
3733
3768
|
}): Promise<Cell>;
|
|
3734
3769
|
getNewMdSignedRequest(provider: ContractProvider, args: {
|
|
3735
3770
|
request: Cell;
|
|
@@ -3786,6 +3821,7 @@ interface LzConfig {
|
|
|
3786
3821
|
}
|
|
3787
3822
|
interface LzEpConfigNewWithConnection {
|
|
3788
3823
|
isNull: bigint;
|
|
3824
|
+
sendMsglibManager: bigint;
|
|
3789
3825
|
sendMsglib: bigint;
|
|
3790
3826
|
sendMsglibConnection: bigint;
|
|
3791
3827
|
receiveMsglib: bigint;
|
|
@@ -3812,13 +3848,14 @@ interface LzPath {
|
|
|
3812
3848
|
dstOApp: bigint;
|
|
3813
3849
|
}
|
|
3814
3850
|
interface LzReceiveEpConfig {
|
|
3815
|
-
|
|
3816
|
-
|
|
3851
|
+
receiveMsglibConnection: bigint;
|
|
3852
|
+
timeoutReceiveMsglibConnection: bigint;
|
|
3817
3853
|
expiry: bigint;
|
|
3818
3854
|
}
|
|
3819
3855
|
interface LzSendEpConfig {
|
|
3820
|
-
|
|
3821
|
-
|
|
3856
|
+
sendMsglibManager: bigint;
|
|
3857
|
+
sendMsglib: bigint;
|
|
3858
|
+
sendMsglibConnection: bigint;
|
|
3822
3859
|
}
|
|
3823
3860
|
interface LzSmlJobAssigned {
|
|
3824
3861
|
executorAddress: bigint;
|
|
@@ -3835,9 +3872,6 @@ interface MdAddMsglib extends Md {
|
|
|
3835
3872
|
msglibManagerAddress: bigint;
|
|
3836
3873
|
dstEid: bigint;
|
|
3837
3874
|
}
|
|
3838
|
-
interface MdAmount extends Md {
|
|
3839
|
-
amount: bigint;
|
|
3840
|
-
}
|
|
3841
3875
|
interface MdBool extends Md {
|
|
3842
3876
|
bool: bigint;
|
|
3843
3877
|
}
|
|
@@ -3902,6 +3936,7 @@ interface MdLzReceiveStatusNewFull extends Md {
|
|
|
3902
3936
|
}
|
|
3903
3937
|
interface MdLzSend extends Md {
|
|
3904
3938
|
sendRequestId: bigint;
|
|
3939
|
+
sendMsglibManager: bigint;
|
|
3905
3940
|
sendMsglib: bigint;
|
|
3906
3941
|
sendMsglibConnection: bigint;
|
|
3907
3942
|
packet: Cell;
|
|
@@ -3997,10 +4032,6 @@ interface POOO {
|
|
|
3997
4032
|
nextEmpty: bigint;
|
|
3998
4033
|
bitmap: Cell;
|
|
3999
4034
|
}
|
|
4000
|
-
interface POOONewWithBitsSets {
|
|
4001
|
-
nextEmpty: bigint;
|
|
4002
|
-
bitmap: Cell;
|
|
4003
|
-
}
|
|
4004
4035
|
interface Channel {
|
|
4005
4036
|
baseStorage: Cell;
|
|
4006
4037
|
path: Cell;
|
|
@@ -4036,6 +4067,7 @@ interface Endpoint {
|
|
|
4036
4067
|
numMsglibs: bigint;
|
|
4037
4068
|
channelCode: Cell;
|
|
4038
4069
|
channelStorageInit: Cell;
|
|
4070
|
+
defaultSendMsglibManager: bigint;
|
|
4039
4071
|
defaultSendLibInfo: Cell;
|
|
4040
4072
|
defaultReceiveLibInfo: Cell;
|
|
4041
4073
|
defaultTimeoutReceiveLibInfo: Cell;
|
|
@@ -4176,11 +4208,11 @@ interface UlnConnection {
|
|
|
4176
4208
|
path: Cell;
|
|
4177
4209
|
endpointAddress: bigint;
|
|
4178
4210
|
channelAddress: bigint;
|
|
4211
|
+
firstUnexecutedNonce: bigint;
|
|
4179
4212
|
ulnAddress: bigint;
|
|
4180
4213
|
UlnSendConfigOApp: Cell;
|
|
4181
4214
|
UlnReceiveConfigOApp: Cell;
|
|
4182
4215
|
hashLookups: LzDict;
|
|
4183
|
-
firstUnexecutedNonce: bigint;
|
|
4184
4216
|
commitPOOO: Cell;
|
|
4185
4217
|
}
|
|
4186
4218
|
interface UlnManager {
|
|
@@ -4231,11 +4263,16 @@ interface Executor {
|
|
|
4231
4263
|
workerCoreStorage: Cell;
|
|
4232
4264
|
nativeDropTotalCap: bigint;
|
|
4233
4265
|
}
|
|
4266
|
+
interface MdDropEvent extends Md {
|
|
4267
|
+
nativeAmount: bigint;
|
|
4268
|
+
receiver: bigint;
|
|
4269
|
+
}
|
|
4234
4270
|
interface MdExecuteParams extends Md {
|
|
4235
4271
|
target: bigint;
|
|
4236
4272
|
callData: Cell;
|
|
4237
4273
|
expiration: bigint;
|
|
4238
4274
|
opcode: bigint;
|
|
4275
|
+
forwardingAddress: bigint;
|
|
4239
4276
|
}
|
|
4240
4277
|
interface MdNativeDrop extends Md {
|
|
4241
4278
|
payees: Cell;
|
|
@@ -4244,11 +4281,13 @@ interface MdSetDict extends Md {
|
|
|
4244
4281
|
nonce: bigint;
|
|
4245
4282
|
opcode: bigint;
|
|
4246
4283
|
dict: LzDict;
|
|
4284
|
+
target: bigint;
|
|
4247
4285
|
}
|
|
4248
4286
|
interface MdSetQuorum extends Md {
|
|
4249
4287
|
nonce: bigint;
|
|
4250
4288
|
opcode: bigint;
|
|
4251
4289
|
quorum: bigint;
|
|
4290
|
+
target: bigint;
|
|
4252
4291
|
}
|
|
4253
4292
|
interface MdSignedRequest extends Md {
|
|
4254
4293
|
request: Cell;
|
|
@@ -4325,7 +4364,6 @@ declare class TonObjectUnwrapper {
|
|
|
4325
4364
|
static getLzSmlJobAssignedToTS(wrapper: ExtendedContract<TonContractWrapper>, cell: Cell): Promise<LzSmlJobAssigned>;
|
|
4326
4365
|
static getLzWorkerToTS(wrapper: ExtendedContract<TonContractWrapper>, cell: Cell): Promise<LzWorker>;
|
|
4327
4366
|
static getMdAddMsglibToTS(wrapper: ExtendedContract<TonContractWrapper>, cell: Cell): Promise<MdAddMsglib>;
|
|
4328
|
-
static getMdAmountToTS(wrapper: ExtendedContract<TonContractWrapper>, cell: Cell): Promise<MdAmount>;
|
|
4329
4367
|
static getMdBoolToTS(wrapper: ExtendedContract<TonContractWrapper>, cell: Cell): Promise<MdBool>;
|
|
4330
4368
|
static getMdChannelNonceInfoToTS(wrapper: ExtendedContract<TonContractWrapper>, cell: Cell): Promise<MdChannelNonceInfo>;
|
|
4331
4369
|
static getMdCoinsAmountToTS(wrapper: ExtendedContract<TonContractWrapper>, cell: Cell): Promise<MdCoinsAmount>;
|
|
@@ -4353,7 +4391,7 @@ declare class TonObjectUnwrapper {
|
|
|
4353
4391
|
static getMdSetPeerToTS(wrapper: ExtendedContract<TonContractWrapper>, cell: Cell): Promise<MdSetPeer>;
|
|
4354
4392
|
static getMdSetSmlManagerConfigToTS(wrapper: ExtendedContract<TonContractWrapper>, cell: Cell): Promise<MdSetSmlManagerConfig>;
|
|
4355
4393
|
static getActionEventToTS(wrapper: ExtendedContract<TonContractWrapper>, cell: Cell): Promise<ActionEvent>;
|
|
4356
|
-
static
|
|
4394
|
+
static getPOOOToTS(wrapper: ExtendedContract<TonContractWrapper>, cell: Cell): Promise<POOO>;
|
|
4357
4395
|
static getChannelToTS(wrapper: ExtendedContract<TonContractWrapper>, cell: Cell): Promise<Channel>;
|
|
4358
4396
|
static getControllerToTS(wrapper: ExtendedContract<TonContractWrapper>, cell: Cell): Promise<Controller>;
|
|
4359
4397
|
static getBaseStorageToTS(wrapper: ExtendedContract<TonContractWrapper>, cell: Cell): Promise<BaseStorage>;
|
|
@@ -4388,6 +4426,7 @@ declare class TonObjectUnwrapper {
|
|
|
4388
4426
|
static getWorkerCoreStorageToTS(wrapper: ExtendedContract<TonContractWrapper>, cell: Cell): Promise<WorkerCoreStorage>;
|
|
4389
4427
|
static getDvnToTS(wrapper: ExtendedContract<TonContractWrapper>, cell: Cell): Promise<Dvn>;
|
|
4390
4428
|
static getExecutorToTS(wrapper: ExtendedContract<TonContractWrapper>, cell: Cell): Promise<Executor>;
|
|
4429
|
+
static getMdDropEventToTS(wrapper: ExtendedContract<TonContractWrapper>, cell: Cell): Promise<MdDropEvent>;
|
|
4391
4430
|
static getMdExecuteParamsToTS(wrapper: ExtendedContract<TonContractWrapper>, cell: Cell): Promise<MdExecuteParams>;
|
|
4392
4431
|
static getMdNativeDropToTS(wrapper: ExtendedContract<TonContractWrapper>, cell: Cell): Promise<MdNativeDrop>;
|
|
4393
4432
|
static getMdSetDictToTS(wrapper: ExtendedContract<TonContractWrapper>, cell: Cell): Promise<MdSetDict>;
|
|
@@ -4409,7 +4448,6 @@ declare const deconstructorMap: {
|
|
|
4409
4448
|
SmlJobAssg: typeof TonObjectUnwrapper.getLzSmlJobAssignedToTS;
|
|
4410
4449
|
Worker: typeof TonObjectUnwrapper.getLzWorkerToTS;
|
|
4411
4450
|
addMsgLib: typeof TonObjectUnwrapper.getMdAddMsglibToTS;
|
|
4412
|
-
Amount: typeof TonObjectUnwrapper.getMdAmountToTS;
|
|
4413
4451
|
Bool: typeof TonObjectUnwrapper.getMdBoolToTS;
|
|
4414
4452
|
cNonceInfo: typeof TonObjectUnwrapper.getMdChannelNonceInfoToTS;
|
|
4415
4453
|
coinsAmt: typeof TonObjectUnwrapper.getMdCoinsAmountToTS;
|
|
@@ -4425,7 +4463,7 @@ declare const deconstructorMap: {
|
|
|
4425
4463
|
MdAddr: typeof TonObjectUnwrapper.getMdMdAddressToTS;
|
|
4426
4464
|
MdEid: typeof TonObjectUnwrapper.getMdMdEidToTS;
|
|
4427
4465
|
MdObj: typeof TonObjectUnwrapper.getMdMdObjToTS;
|
|
4428
|
-
|
|
4466
|
+
MsgReceipt: typeof TonObjectUnwrapper.getMdMessagingReceiptToTS;
|
|
4429
4467
|
libSndCb: typeof TonObjectUnwrapper.getMdMsglibSendCallbackToTS;
|
|
4430
4468
|
nonce: typeof TonObjectUnwrapper.getMdNonceToTS;
|
|
4431
4469
|
OptionsExt: typeof TonObjectUnwrapper.getMdOptionsExtendedToTS;
|
|
@@ -4437,7 +4475,7 @@ declare const deconstructorMap: {
|
|
|
4437
4475
|
setPeer: typeof TonObjectUnwrapper.getMdSetPeerToTS;
|
|
4438
4476
|
setSmlCfg: typeof TonObjectUnwrapper.getMdSetSmlManagerConfigToTS;
|
|
4439
4477
|
event: typeof TonObjectUnwrapper.getActionEventToTS;
|
|
4440
|
-
POOO: typeof TonObjectUnwrapper.
|
|
4478
|
+
POOO: typeof TonObjectUnwrapper.getPOOOToTS;
|
|
4441
4479
|
channel: typeof TonObjectUnwrapper.getChannelToTS;
|
|
4442
4480
|
controller: typeof TonObjectUnwrapper.getControllerToTS;
|
|
4443
4481
|
baseStore: typeof TonObjectUnwrapper.getBaseStorageToTS;
|
|
@@ -4472,6 +4510,7 @@ declare const deconstructorMap: {
|
|
|
4472
4510
|
wrkCorStor: typeof TonObjectUnwrapper.getWorkerCoreStorageToTS;
|
|
4473
4511
|
dvn: typeof TonObjectUnwrapper.getDvnToTS;
|
|
4474
4512
|
executor: typeof TonObjectUnwrapper.getExecutorToTS;
|
|
4513
|
+
DropEvent: typeof TonObjectUnwrapper.getMdDropEventToTS;
|
|
4475
4514
|
execParams: typeof TonObjectUnwrapper.getMdExecuteParamsToTS;
|
|
4476
4515
|
NativeDrop: typeof TonObjectUnwrapper.getMdNativeDropToTS;
|
|
4477
4516
|
setDct: typeof TonObjectUnwrapper.getMdSetDictToTS;
|
|
@@ -4491,9 +4530,13 @@ declare function sendRequest(provider: ContractProvider, via: Sender, request: S
|
|
|
4491
4530
|
declare function publicKeyToHash(publicKey: Uint8Array): bigint;
|
|
4492
4531
|
declare function createVerifierDictSet(verifiers: Uint8Array[]): Cell;
|
|
4493
4532
|
|
|
4533
|
+
declare class appsAllStorages {
|
|
4534
|
+
static getGetCellBits(contract: ExtendedContract<TonContractWrapper>, input: Cell): Promise<[bigint]>;
|
|
4535
|
+
}
|
|
4494
4536
|
declare class appsCounter {
|
|
4495
4537
|
static getGetBaseOAppStorage(contract: ExtendedContract<TonContractWrapper>): Promise<[Cell]>;
|
|
4496
4538
|
static getLzReceiveGas(contract: ExtendedContract<TonContractWrapper>, packet: Cell): Promise<[bigint]>;
|
|
4539
|
+
static getLzSendGas(contract: ExtendedContract<TonContractWrapper>, opcode: bigint, input: Cell): Promise<[bigint]>;
|
|
4497
4540
|
static get_lzReceiveGas(contract: ExtendedContract<TonContractWrapper>, packet: Cell): Promise<[bigint]>;
|
|
4498
4541
|
static get_lzReceivePrepare(contract: ExtendedContract<TonContractWrapper>, storage: Cell, actions: Tuple, packet: Cell): Promise<[Tuple]>;
|
|
4499
4542
|
static getFailNextLzReceive(contract: ExtendedContract<TonContractWrapper>): Promise<[Tuple]>;
|
|
@@ -4518,7 +4561,7 @@ declare class protocolChannel {
|
|
|
4518
4561
|
static get_viewExecutionStatus(contract: ExtendedContract<TonContractWrapper>, incomingNonce: bigint): Promise<[bigint]>;
|
|
4519
4562
|
static getSetEpConfigOApp(contract: ExtendedContract<TonContractWrapper>, epConfigOApp: Cell): Promise<[Tuple]>;
|
|
4520
4563
|
static getChannelSend(contract: ExtendedContract<TonContractWrapper>, mdObj: Cell): Promise<[Tuple]>;
|
|
4521
|
-
static getMsglibSendCallback(contract: ExtendedContract<TonContractWrapper>,
|
|
4564
|
+
static getMsglibSendCallback(contract: ExtendedContract<TonContractWrapper>, mdMsglibSendCallback: Cell): Promise<[Tuple]>;
|
|
4522
4565
|
static getChannelCommitPacket(contract: ExtendedContract<TonContractWrapper>, mdExtended: Cell): Promise<[Tuple]>;
|
|
4523
4566
|
static getLzReceivePrepare(contract: ExtendedContract<TonContractWrapper>, lzReceivePrepareMd: Cell): Promise<[Tuple]>;
|
|
4524
4567
|
static getLzReceiveLock(contract: ExtendedContract<TonContractWrapper>, nonceMd: Cell): Promise<[Tuple]>;
|
|
@@ -4545,12 +4588,12 @@ declare class protocolController {
|
|
|
4545
4588
|
}
|
|
4546
4589
|
declare class protocolEndpoint {
|
|
4547
4590
|
static get_msglibManagerToShards(contract: ExtendedContract<TonContractWrapper>, msglibManagerAddress: bigint, path: Cell): Promise<[bigint, bigint]>;
|
|
4548
|
-
static get_getChannelAddress(contract: ExtendedContract<TonContractWrapper>, path: Cell): Promise<[bigint]>;
|
|
4591
|
+
static get_getChannelAddress(contract: ExtendedContract<TonContractWrapper>, storage: Cell, path: Cell): Promise<[bigint]>;
|
|
4549
4592
|
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]>;
|
|
4593
|
+
static get_getMsglibAndConnectionDefaults(contract: ExtendedContract<TonContractWrapper>, msglibInfo: Cell, path: Cell): Promise<[bigint, bigint]>;
|
|
4594
|
+
static getGetSendMsglibAndConnectionDefaults(contract: ExtendedContract<TonContractWrapper>, storage: Cell, path: Cell): Promise<[bigint, bigint]>;
|
|
4595
|
+
static getGetReceiveMsglibAndConnectionDefaults(contract: ExtendedContract<TonContractWrapper>, storage: Cell, path: Cell): Promise<[bigint, bigint]>;
|
|
4596
|
+
static getGetTimeoutReceiveMsglibAndConnectionDefaults(contract: ExtendedContract<TonContractWrapper>, storage: Cell, path: Cell): Promise<[bigint, bigint]>;
|
|
4554
4597
|
static getSetEpConfigDefaults(contract: ExtendedContract<TonContractWrapper>, setEpConfigMd: Cell): Promise<[Tuple]>;
|
|
4555
4598
|
static getSetEpConfigOApp(contract: ExtendedContract<TonContractWrapper>, mdObj: Cell): Promise<[Tuple]>;
|
|
4556
4599
|
static getEndpointSend(contract: ExtendedContract<TonContractWrapper>, lzSend: Cell): Promise<[Tuple]>;
|
|
@@ -4612,7 +4655,7 @@ declare class ultralightnodeUlnManager {
|
|
|
4612
4655
|
static get_calculateUlnConnectionAddress(contract: ExtendedContract<TonContractWrapper>, storage: Cell, path: Cell): Promise<[bigint]>;
|
|
4613
4656
|
static getDeployUln(contract: ExtendedContract<TonContractWrapper>, deploy: Cell): Promise<[Tuple]>;
|
|
4614
4657
|
static getDeployUlnConnection(contract: ExtendedContract<TonContractWrapper>, deploy: Cell): Promise<[Tuple]>;
|
|
4615
|
-
static getGetMsglibInfo(contract: ExtendedContract<TonContractWrapper>,
|
|
4658
|
+
static getGetMsglibInfo(contract: ExtendedContract<TonContractWrapper>, addMsglib: Cell): Promise<[Tuple]>;
|
|
4616
4659
|
static getSetDefaultUlnSendConfig(contract: ExtendedContract<TonContractWrapper>, mdEid: Cell): Promise<[Tuple]>;
|
|
4617
4660
|
static getSetDefaultUlnReceiveConfig(contract: ExtendedContract<TonContractWrapper>, mdEid: Cell): Promise<[Tuple]>;
|
|
4618
4661
|
static getSetOAppUlnReceiveConfig(contract: ExtendedContract<TonContractWrapper>, mdObj: Cell): Promise<[Tuple]>;
|
|
@@ -4763,9 +4806,9 @@ type Fields<ClassName extends ClassNames, ClassType extends Cell = never, Number
|
|
|
4763
4806
|
fieldName: string;
|
|
4764
4807
|
fieldType: FieldTypes;
|
|
4765
4808
|
} ? 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" | "
|
|
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" | "
|
|
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" | "
|
|
4809
|
+
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" | "DvnFeesPaidEvent" | "ExecutorFeePaidEvent" | "md::ExecuteParams" | "md::UlnVerification" | "lz::Attestation" | "UlnSendConfig::NewWithDefaults" | "lz::EpConfig::NewWithDefaults" | "md::Deploy::NewWithExtraInfo" | "md::LzReceiveStatus::NewFull" | "md::InitUlnConnection::NewOnlyConfig" | "UlnReceiveConfig::NewWithDefaults" | "Counter" | "Channel" | "Controller" | "SmlConnection" | "SmlManager" | "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::DropEvent" | "md::NativeDrop" | "md::SetDict" | "md::SetQuorum" | "md::SignedRequest" | "lz::EpConfig" | "md::Deploy" | "md::LzReceiveStatus" | "md::InitUlnConnection";
|
|
4810
|
+
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" | "DvnFeesPaidEvent" | "ExecutorFeePaidEvent" | "md::ExecuteParams" | "md::UlnVerification" | "lz::Attestation" | "UlnSendConfig::NewWithDefaults" | "lz::EpConfig::NewWithDefaults" | "md::Deploy::NewWithExtraInfo" | "md::LzReceiveStatus::NewFull" | "md::InitUlnConnection::NewOnlyConfig" | "UlnReceiveConfig::NewWithDefaults" | "Counter" | "Channel" | "Controller" | "SmlConnection" | "SmlManager" | "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::DropEvent" | "md::NativeDrop" | "md::SetDict" | "md::SetQuorum" | "md::SignedRequest" | "lz::EpConfig" | "md::Deploy" | "md::LzReceiveStatus" | "md::InitUlnConnection">(name: ClassName, fields: Fields<ClassName, Cell, NumberTypeLike, BoolTypeLike, AddressTypeLike, AddressListTypeLike, DictionaryTypeLike<unknown>>) => Cell;
|
|
4811
|
+
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" | "DvnFeesPaidEvent" | "ExecutorFeePaidEvent" | "md::ExecuteParams" | "md::UlnVerification" | "lz::Attestation" | "UlnSendConfig::NewWithDefaults" | "lz::EpConfig::NewWithDefaults" | "md::Deploy::NewWithExtraInfo" | "md::LzReceiveStatus::NewFull" | "md::InitUlnConnection::NewOnlyConfig" | "UlnReceiveConfig::NewWithDefaults" | "Counter" | "Channel" | "Controller" | "SmlConnection" | "SmlManager" | "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::DropEvent" | "md::NativeDrop" | "md::SetDict" | "md::SetQuorum" | "md::SignedRequest" | "lz::EpConfig" | "md::Deploy" | "md::LzReceiveStatus" | "md::InitUlnConnection">(name: ClassName, cell: Cell) => Fields<ClassName, never, bigint, boolean, Address, Address[], LoadableDict>;
|
|
4769
4812
|
|
|
4770
4813
|
declare const asciiStringToBigint: (target: string) => bigint;
|
|
4771
4814
|
declare const bigintToAsciiString: (target: bigint) => string;
|
|
@@ -5160,6 +5203,7 @@ declare const ERRORS: {
|
|
|
5160
5203
|
readonly SmlManager_ERROR_onlyConnection: 528n;
|
|
5161
5204
|
readonly UlnWorkerInterface_ERROR_UNKNOWN_OPTIONS: 52n;
|
|
5162
5205
|
readonly UlnWorkerInterface_ERROR_ZERO_LZ_COMPOSE_GAS_PROVIDED: 53n;
|
|
5206
|
+
readonly UlnWorkerInterface_ERROR_INVALID_OPTIONS: 54n;
|
|
5163
5207
|
readonly UlnReceiveConfig_ERROR_DVN_CONFIG_ERROR: 321n;
|
|
5164
5208
|
readonly UlnReceiveConfig_ERROR_OPTIONAL_THRESHOLD_TOO_LARGE: 385n;
|
|
5165
5209
|
readonly UlnReceiveConfig_ERROR_OPTIONAL_THRESHOLD_TOO_LOW: 386n;
|
|
@@ -5185,10 +5229,11 @@ declare const ERRORS: {
|
|
|
5185
5229
|
readonly UlnManager_ERROR_invalidAdminWorkerList: 168n;
|
|
5186
5230
|
readonly UlnManager_ERROR_onlyTentativeOwner: 169n;
|
|
5187
5231
|
readonly UlnManager_ERROR_nullTentativeOwner: 170n;
|
|
5232
|
+
readonly Worker_ERROR_invalidForwardingAddress: 2016n;
|
|
5188
5233
|
readonly Worker_ERROR_onlyAdmin: 2015n;
|
|
5189
5234
|
readonly Worker_ERROR_invalidOpcode: 2014n;
|
|
5190
5235
|
readonly Worker_ERROR_invalidSignedOpcode: 2013n;
|
|
5191
|
-
readonly
|
|
5236
|
+
readonly Worker_ERROR_invalidTarget: 2012n;
|
|
5192
5237
|
readonly Dvn_ERROR_expired: 1983n;
|
|
5193
5238
|
readonly Dvn_ERROR_quorumNotMet: 1982n;
|
|
5194
5239
|
readonly Dvn_ERROR_notEnoughSignatures: 1981n;
|
|
@@ -5385,6 +5430,10 @@ declare const EVENTS: {
|
|
|
5385
5430
|
readonly stringValue: "Executor::event::LZ_RCV_ALERT";
|
|
5386
5431
|
readonly intValue: 1872915503847835639517843655130358044835956776372090239617289700069972n;
|
|
5387
5432
|
};
|
|
5433
|
+
readonly Executor_event_NATIVE_DROP: {
|
|
5434
|
+
readonly stringValue: "Executor::event::NATIVE_DROP";
|
|
5435
|
+
readonly intValue: 7316076186905607966866576777852961112640458457292397282198021099344n;
|
|
5436
|
+
};
|
|
5388
5437
|
};
|
|
5389
5438
|
|
|
5390
5439
|
declare function getCompiledCode(name: string, root?: string): Cell;
|
|
@@ -5407,4 +5456,4 @@ declare const compareAddresses: (addressA: AddressTypeLike, addressB: AddressTyp
|
|
|
5407
5456
|
*/
|
|
5408
5457
|
declare function to32ByteBuffer(value: bigint | number | string | Uint8Array, maxIntermediateBufferSize?: number): Buffer;
|
|
5409
5458
|
|
|
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
|
|
5459
|
+
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 };
|