@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.cjs
CHANGED
|
@@ -6354,7 +6354,7 @@ var tonObjects = {
|
|
|
6354
6354
|
},
|
|
6355
6355
|
5: {
|
|
6356
6356
|
fieldName: "Counter::id",
|
|
6357
|
-
fieldType: "cl::t::
|
|
6357
|
+
fieldType: "cl::t::uint32"
|
|
6358
6358
|
}
|
|
6359
6359
|
},
|
|
6360
6360
|
"lz::Config": {
|
|
@@ -6383,30 +6383,34 @@ var tonObjects = {
|
|
|
6383
6383
|
fieldType: "cl::t::bool"
|
|
6384
6384
|
},
|
|
6385
6385
|
1: {
|
|
6386
|
-
fieldName: "lz::EpConfig::NewWithConnection::
|
|
6386
|
+
fieldName: "lz::EpConfig::NewWithConnection::sendMsglibManager",
|
|
6387
6387
|
fieldType: "cl::t::address"
|
|
6388
6388
|
},
|
|
6389
6389
|
2: {
|
|
6390
|
-
fieldName: "lz::EpConfig::NewWithConnection::
|
|
6390
|
+
fieldName: "lz::EpConfig::NewWithConnection::sendMsglib",
|
|
6391
6391
|
fieldType: "cl::t::address"
|
|
6392
6392
|
},
|
|
6393
6393
|
3: {
|
|
6394
|
-
fieldName: "lz::EpConfig::NewWithConnection::
|
|
6394
|
+
fieldName: "lz::EpConfig::NewWithConnection::sendMsglibConnection",
|
|
6395
6395
|
fieldType: "cl::t::address"
|
|
6396
6396
|
},
|
|
6397
6397
|
4: {
|
|
6398
|
-
fieldName: "lz::EpConfig::NewWithConnection::
|
|
6398
|
+
fieldName: "lz::EpConfig::NewWithConnection::receiveMsglib",
|
|
6399
6399
|
fieldType: "cl::t::address"
|
|
6400
6400
|
},
|
|
6401
6401
|
5: {
|
|
6402
|
-
fieldName: "lz::EpConfig::NewWithConnection::
|
|
6402
|
+
fieldName: "lz::EpConfig::NewWithConnection::receiveMsglibConnection",
|
|
6403
6403
|
fieldType: "cl::t::address"
|
|
6404
6404
|
},
|
|
6405
6405
|
6: {
|
|
6406
|
-
fieldName: "lz::EpConfig::NewWithConnection::
|
|
6406
|
+
fieldName: "lz::EpConfig::NewWithConnection::timeoutReceiveMsglib",
|
|
6407
6407
|
fieldType: "cl::t::address"
|
|
6408
6408
|
},
|
|
6409
6409
|
7: {
|
|
6410
|
+
fieldName: "lz::EpConfig::NewWithConnection::timeoutReceiveMsglibConnection",
|
|
6411
|
+
fieldType: "cl::t::address"
|
|
6412
|
+
},
|
|
6413
|
+
8: {
|
|
6410
6414
|
fieldName: "lz::EpConfig::NewWithConnection::timeoutReceiveMsglibExpiry",
|
|
6411
6415
|
fieldType: "cl::t::uint64"
|
|
6412
6416
|
}
|
|
@@ -6417,9 +6421,6 @@ var tonObjects = {
|
|
|
6417
6421
|
"lz::EpConfig::NewWithDefaults": {
|
|
6418
6422
|
name: "EpConfig"
|
|
6419
6423
|
},
|
|
6420
|
-
"lz::EpConfig::NewFrom": {
|
|
6421
|
-
name: "EpConfig"
|
|
6422
|
-
},
|
|
6423
6424
|
"lz::MsglibInfo": {
|
|
6424
6425
|
name: "MsglibInfo",
|
|
6425
6426
|
0: {
|
|
@@ -6476,11 +6477,11 @@ var tonObjects = {
|
|
|
6476
6477
|
"lz::ReceiveEpConfig": {
|
|
6477
6478
|
name: "RcvEpCfg",
|
|
6478
6479
|
0: {
|
|
6479
|
-
fieldName: "lz::ReceiveEpConfig::
|
|
6480
|
+
fieldName: "lz::ReceiveEpConfig::receiveMsglibConnection",
|
|
6480
6481
|
fieldType: "cl::t::address"
|
|
6481
6482
|
},
|
|
6482
6483
|
1: {
|
|
6483
|
-
fieldName: "lz::ReceiveEpConfig::
|
|
6484
|
+
fieldName: "lz::ReceiveEpConfig::timeoutReceiveMsglibConnection",
|
|
6484
6485
|
fieldType: "cl::t::address"
|
|
6485
6486
|
},
|
|
6486
6487
|
2: {
|
|
@@ -6491,11 +6492,15 @@ var tonObjects = {
|
|
|
6491
6492
|
"lz::SendEpConfig": {
|
|
6492
6493
|
name: "SendEpCfg",
|
|
6493
6494
|
0: {
|
|
6494
|
-
fieldName: "lz::SendEpConfig::
|
|
6495
|
+
fieldName: "lz::SendEpConfig::sendMsglibManager",
|
|
6495
6496
|
fieldType: "cl::t::address"
|
|
6496
6497
|
},
|
|
6497
6498
|
1: {
|
|
6498
|
-
fieldName: "lz::SendEpConfig::
|
|
6499
|
+
fieldName: "lz::SendEpConfig::sendMsglib",
|
|
6500
|
+
fieldType: "cl::t::address"
|
|
6501
|
+
},
|
|
6502
|
+
2: {
|
|
6503
|
+
fieldName: "lz::SendEpConfig::sendMsglibConnection",
|
|
6499
6504
|
fieldType: "cl::t::address"
|
|
6500
6505
|
}
|
|
6501
6506
|
},
|
|
@@ -6544,13 +6549,6 @@ var tonObjects = {
|
|
|
6544
6549
|
fieldType: "cl::t::uint32"
|
|
6545
6550
|
}
|
|
6546
6551
|
},
|
|
6547
|
-
"md::Amount": {
|
|
6548
|
-
name: "Amount",
|
|
6549
|
-
0: {
|
|
6550
|
-
fieldName: "md::Amount::amount",
|
|
6551
|
-
fieldType: "cl::t::coins"
|
|
6552
|
-
}
|
|
6553
|
-
},
|
|
6554
6552
|
"md::Bool": {
|
|
6555
6553
|
name: "Bool",
|
|
6556
6554
|
0: {
|
|
@@ -6749,34 +6747,38 @@ var tonObjects = {
|
|
|
6749
6747
|
fieldType: "cl::t::uint64"
|
|
6750
6748
|
},
|
|
6751
6749
|
1: {
|
|
6752
|
-
fieldName: "md::LzSend::
|
|
6750
|
+
fieldName: "md::LzSend::sendMsglibManager",
|
|
6753
6751
|
fieldType: "cl::t::address"
|
|
6754
6752
|
},
|
|
6755
6753
|
2: {
|
|
6756
|
-
fieldName: "md::LzSend::
|
|
6754
|
+
fieldName: "md::LzSend::sendMsglib",
|
|
6757
6755
|
fieldType: "cl::t::address"
|
|
6758
6756
|
},
|
|
6759
6757
|
3: {
|
|
6758
|
+
fieldName: "md::LzSend::sendMsglibConnection",
|
|
6759
|
+
fieldType: "cl::t::address"
|
|
6760
|
+
},
|
|
6761
|
+
4: {
|
|
6760
6762
|
fieldName: "md::LzSend::packet",
|
|
6761
6763
|
fieldType: "cl::t::objRef"
|
|
6762
6764
|
},
|
|
6763
|
-
|
|
6765
|
+
5: {
|
|
6764
6766
|
fieldName: "md::LzSend::nativeFee",
|
|
6765
6767
|
fieldType: "cl::t::coins"
|
|
6766
6768
|
},
|
|
6767
|
-
|
|
6769
|
+
6: {
|
|
6768
6770
|
fieldName: "md::LzSend::zroFee",
|
|
6769
6771
|
fieldType: "cl::t::coins"
|
|
6770
6772
|
},
|
|
6771
|
-
|
|
6773
|
+
7: {
|
|
6772
6774
|
fieldName: "md::LzSend::extraOptions",
|
|
6773
6775
|
fieldType: "cl::t::objRef"
|
|
6774
6776
|
},
|
|
6775
|
-
|
|
6777
|
+
8: {
|
|
6776
6778
|
fieldName: "md::LzSend::enforcedOptions",
|
|
6777
6779
|
fieldType: "cl::t::objRef"
|
|
6778
6780
|
},
|
|
6779
|
-
|
|
6781
|
+
9: {
|
|
6780
6782
|
fieldName: "md::LzSend::callbackData",
|
|
6781
6783
|
fieldType: "cl::t::objRef"
|
|
6782
6784
|
}
|
|
@@ -6815,7 +6817,7 @@ var tonObjects = {
|
|
|
6815
6817
|
}
|
|
6816
6818
|
},
|
|
6817
6819
|
"md::MessagingReceipt": {
|
|
6818
|
-
name: "
|
|
6820
|
+
name: "MsgReceipt",
|
|
6819
6821
|
0: {
|
|
6820
6822
|
fieldName: "md::MessagingReceipt::lzSend",
|
|
6821
6823
|
fieldType: "cl::t::objRef"
|
|
@@ -7045,17 +7047,6 @@ var tonObjects = {
|
|
|
7045
7047
|
fieldType: "cl::t::cellRef"
|
|
7046
7048
|
}
|
|
7047
7049
|
},
|
|
7048
|
-
"POOO::NewWithBitsSets": {
|
|
7049
|
-
name: "POOO",
|
|
7050
|
-
0: {
|
|
7051
|
-
fieldName: "POOO::NewWithBitsSets::nextEmpty",
|
|
7052
|
-
fieldType: "cl::t::uint64"
|
|
7053
|
-
},
|
|
7054
|
-
1: {
|
|
7055
|
-
fieldName: "POOO::NewWithBitsSets::bitmap",
|
|
7056
|
-
fieldType: "cl::t::cellRef"
|
|
7057
|
-
}
|
|
7058
|
-
},
|
|
7059
7050
|
Channel: {
|
|
7060
7051
|
name: "channel",
|
|
7061
7052
|
0: {
|
|
@@ -7180,18 +7171,22 @@ var tonObjects = {
|
|
|
7180
7171
|
fieldType: "cl::t::objRef"
|
|
7181
7172
|
},
|
|
7182
7173
|
7: {
|
|
7174
|
+
fieldName: "Endpoint::defaultSendMsglibManager",
|
|
7175
|
+
fieldType: "cl::t::address"
|
|
7176
|
+
},
|
|
7177
|
+
8: {
|
|
7183
7178
|
fieldName: "Endpoint::defaultSendLibInfo",
|
|
7184
7179
|
fieldType: "cl::t::objRef"
|
|
7185
7180
|
},
|
|
7186
|
-
|
|
7181
|
+
9: {
|
|
7187
7182
|
fieldName: "Endpoint::defaultReceiveLibInfo",
|
|
7188
7183
|
fieldType: "cl::t::objRef"
|
|
7189
7184
|
},
|
|
7190
|
-
|
|
7185
|
+
10: {
|
|
7191
7186
|
fieldName: "Endpoint::defaultTimeoutReceiveLibInfo",
|
|
7192
7187
|
fieldType: "cl::t::objRef"
|
|
7193
7188
|
},
|
|
7194
|
-
|
|
7189
|
+
11: {
|
|
7195
7190
|
fieldName: "Endpoint::defaultExpiry",
|
|
7196
7191
|
fieldType: "cl::t::uint64"
|
|
7197
7192
|
}
|
|
@@ -7634,25 +7629,25 @@ var tonObjects = {
|
|
|
7634
7629
|
fieldType: "cl::t::address"
|
|
7635
7630
|
},
|
|
7636
7631
|
4: {
|
|
7632
|
+
fieldName: "UlnConnection::firstUnexecutedNonce",
|
|
7633
|
+
fieldType: "cl::t::uint64"
|
|
7634
|
+
},
|
|
7635
|
+
5: {
|
|
7637
7636
|
fieldName: "UlnConnection::ulnAddress",
|
|
7638
7637
|
fieldType: "cl::t::address"
|
|
7639
7638
|
},
|
|
7640
|
-
|
|
7639
|
+
6: {
|
|
7641
7640
|
fieldName: "UlnConnection::UlnSendConfigOApp",
|
|
7642
7641
|
fieldType: "cl::t::objRef"
|
|
7643
7642
|
},
|
|
7644
|
-
|
|
7643
|
+
7: {
|
|
7645
7644
|
fieldName: "UlnConnection::UlnReceiveConfigOApp",
|
|
7646
7645
|
fieldType: "cl::t::objRef"
|
|
7647
7646
|
},
|
|
7648
|
-
|
|
7647
|
+
8: {
|
|
7649
7648
|
fieldName: "UlnConnection::hashLookups",
|
|
7650
7649
|
fieldType: "cl::t::dict256"
|
|
7651
7650
|
},
|
|
7652
|
-
8: {
|
|
7653
|
-
fieldName: "UlnConnection::firstUnexecutedNonce",
|
|
7654
|
-
fieldType: "cl::t::uint64"
|
|
7655
|
-
},
|
|
7656
7651
|
9: {
|
|
7657
7652
|
fieldName: "UlnConnection::commitPOOO",
|
|
7658
7653
|
fieldType: "cl::t::objRef"
|
|
@@ -7815,6 +7810,17 @@ var tonObjects = {
|
|
|
7815
7810
|
fieldType: "cl::t::coins"
|
|
7816
7811
|
}
|
|
7817
7812
|
},
|
|
7813
|
+
"md::DropEvent": {
|
|
7814
|
+
name: "DropEvent",
|
|
7815
|
+
0: {
|
|
7816
|
+
fieldName: "md::DropEvent::nativeAmount",
|
|
7817
|
+
fieldType: "cl::t::coins"
|
|
7818
|
+
},
|
|
7819
|
+
1: {
|
|
7820
|
+
fieldName: "md::DropEvent::receiver",
|
|
7821
|
+
fieldType: "cl::t::address"
|
|
7822
|
+
}
|
|
7823
|
+
},
|
|
7818
7824
|
"md::ExecuteParams": {
|
|
7819
7825
|
name: "execParams",
|
|
7820
7826
|
0: {
|
|
@@ -7832,6 +7838,10 @@ var tonObjects = {
|
|
|
7832
7838
|
3: {
|
|
7833
7839
|
fieldName: "md::ExecuteParams::opcode",
|
|
7834
7840
|
fieldType: "cl::t::uint32"
|
|
7841
|
+
},
|
|
7842
|
+
4: {
|
|
7843
|
+
fieldName: "md::ExecuteParams::forwardingAddress",
|
|
7844
|
+
fieldType: "cl::t::address"
|
|
7835
7845
|
}
|
|
7836
7846
|
},
|
|
7837
7847
|
"md::NativeDrop": {
|
|
@@ -7854,6 +7864,10 @@ var tonObjects = {
|
|
|
7854
7864
|
2: {
|
|
7855
7865
|
fieldName: "md::SetDict::dict",
|
|
7856
7866
|
fieldType: "cl::t::dict256"
|
|
7867
|
+
},
|
|
7868
|
+
3: {
|
|
7869
|
+
fieldName: "md::SetDict::target",
|
|
7870
|
+
fieldType: "cl::t::address"
|
|
7857
7871
|
}
|
|
7858
7872
|
},
|
|
7859
7873
|
"md::SetQuorum": {
|
|
@@ -7869,6 +7883,10 @@ var tonObjects = {
|
|
|
7869
7883
|
2: {
|
|
7870
7884
|
fieldName: "md::SetQuorum::quorum",
|
|
7871
7885
|
fieldType: "cl::t::uint64"
|
|
7886
|
+
},
|
|
7887
|
+
3: {
|
|
7888
|
+
fieldName: "md::SetQuorum::target",
|
|
7889
|
+
fieldType: "cl::t::address"
|
|
7872
7890
|
}
|
|
7873
7891
|
},
|
|
7874
7892
|
"md::SignedRequest": {
|
|
@@ -8016,18 +8034,22 @@ var tonResolvedObjects = {
|
|
|
8016
8034
|
fieldType: "cl::t::cellRef"
|
|
8017
8035
|
},
|
|
8018
8036
|
"7": {
|
|
8037
|
+
fieldName: "Endpoint::defaultSendMsglibManager",
|
|
8038
|
+
fieldType: "cl::t::address"
|
|
8039
|
+
},
|
|
8040
|
+
"8": {
|
|
8019
8041
|
fieldName: "Endpoint::defaultSendLibInfo",
|
|
8020
8042
|
fieldType: "cl::t::cellRef"
|
|
8021
8043
|
},
|
|
8022
|
-
"
|
|
8044
|
+
"9": {
|
|
8023
8045
|
fieldName: "Endpoint::defaultReceiveLibInfo",
|
|
8024
8046
|
fieldType: "cl::t::cellRef"
|
|
8025
8047
|
},
|
|
8026
|
-
"
|
|
8048
|
+
"10": {
|
|
8027
8049
|
fieldName: "Endpoint::defaultTimeoutReceiveLibInfo",
|
|
8028
8050
|
fieldType: "cl::t::cellRef"
|
|
8029
8051
|
},
|
|
8030
|
-
"
|
|
8052
|
+
"11": {
|
|
8031
8053
|
fieldName: "Endpoint::defaultExpiry",
|
|
8032
8054
|
fieldType: "cl::t::uint64"
|
|
8033
8055
|
},
|
|
@@ -8056,7 +8078,7 @@ var tonResolvedObjects = {
|
|
|
8056
8078
|
},
|
|
8057
8079
|
"5": {
|
|
8058
8080
|
fieldName: "Counter::id",
|
|
8059
|
-
fieldType: "cl::t::
|
|
8081
|
+
fieldType: "cl::t::uint32"
|
|
8060
8082
|
},
|
|
8061
8083
|
name: "counter"
|
|
8062
8084
|
},
|
|
@@ -8180,16 +8202,16 @@ var tonResolvedObjects = {
|
|
|
8180
8202
|
},
|
|
8181
8203
|
name: "path"
|
|
8182
8204
|
},
|
|
8183
|
-
"lz::EpConfig::
|
|
8205
|
+
"lz::EpConfig::NewWithDefaults": {
|
|
8184
8206
|
name: "EpConfig"
|
|
8185
8207
|
},
|
|
8186
|
-
|
|
8208
|
+
POOO: {
|
|
8187
8209
|
"0": {
|
|
8188
|
-
fieldName: "POOO::
|
|
8210
|
+
fieldName: "POOO::nextEmpty",
|
|
8189
8211
|
fieldType: "cl::t::uint64"
|
|
8190
8212
|
},
|
|
8191
8213
|
"1": {
|
|
8192
|
-
fieldName: "POOO::
|
|
8214
|
+
fieldName: "POOO::bitmap",
|
|
8193
8215
|
fieldType: "cl::t::cellRef"
|
|
8194
8216
|
},
|
|
8195
8217
|
name: "POOO"
|
|
@@ -8426,6 +8448,10 @@ var tonResolvedObjects = {
|
|
|
8426
8448
|
fieldName: "md::ExecuteParams::opcode",
|
|
8427
8449
|
fieldType: "cl::t::uint32"
|
|
8428
8450
|
},
|
|
8451
|
+
"4": {
|
|
8452
|
+
fieldName: "md::ExecuteParams::forwardingAddress",
|
|
8453
|
+
fieldType: "cl::t::address"
|
|
8454
|
+
},
|
|
8429
8455
|
name: "execParams"
|
|
8430
8456
|
},
|
|
8431
8457
|
UlnWorkerFeelibInfo: {
|
|
@@ -8482,19 +8508,42 @@ var tonResolvedObjects = {
|
|
|
8482
8508
|
},
|
|
8483
8509
|
name: "UlnDvnFl"
|
|
8484
8510
|
},
|
|
8485
|
-
"md::
|
|
8511
|
+
"md::MdEid": {
|
|
8486
8512
|
"0": {
|
|
8487
|
-
fieldName: "md::
|
|
8513
|
+
fieldName: "md::MdEid::md",
|
|
8488
8514
|
fieldType: "cl::t::objRef"
|
|
8489
8515
|
},
|
|
8490
8516
|
"1": {
|
|
8491
|
-
fieldName: "md::
|
|
8517
|
+
fieldName: "md::MdEid::eid",
|
|
8518
|
+
fieldType: "cl::t::uint32"
|
|
8519
|
+
},
|
|
8520
|
+
name: "MdEid"
|
|
8521
|
+
},
|
|
8522
|
+
"md::AddMsglib": {
|
|
8523
|
+
"0": {
|
|
8524
|
+
fieldName: "md::AddMsglib::msglibManagerAddress",
|
|
8492
8525
|
fieldType: "cl::t::address"
|
|
8493
8526
|
},
|
|
8494
|
-
|
|
8527
|
+
"1": {
|
|
8528
|
+
fieldName: "md::AddMsglib::dstEid",
|
|
8529
|
+
fieldType: "cl::t::uint32"
|
|
8530
|
+
},
|
|
8531
|
+
name: "addMsgLib"
|
|
8495
8532
|
},
|
|
8496
|
-
"
|
|
8497
|
-
|
|
8533
|
+
"lz::MsglibInfo": {
|
|
8534
|
+
"0": {
|
|
8535
|
+
fieldName: "lz::MsglibInfo::msglibAddress",
|
|
8536
|
+
fieldType: "cl::t::address"
|
|
8537
|
+
},
|
|
8538
|
+
"1": {
|
|
8539
|
+
fieldName: "lz::MsglibInfo::msglibConnectionCode",
|
|
8540
|
+
fieldType: "cl::t::cellRef"
|
|
8541
|
+
},
|
|
8542
|
+
"2": {
|
|
8543
|
+
fieldName: "lz::MsglibInfo::msglibConnectionInitStorage",
|
|
8544
|
+
fieldType: "UlnConnection"
|
|
8545
|
+
},
|
|
8546
|
+
name: "MsglibInfo"
|
|
8498
8547
|
},
|
|
8499
8548
|
UlnConnection: {
|
|
8500
8549
|
"0": {
|
|
@@ -8514,67 +8563,44 @@ var tonResolvedObjects = {
|
|
|
8514
8563
|
fieldType: "cl::t::address"
|
|
8515
8564
|
},
|
|
8516
8565
|
"4": {
|
|
8566
|
+
fieldName: "UlnConnection::firstUnexecutedNonce",
|
|
8567
|
+
fieldType: "cl::t::uint64"
|
|
8568
|
+
},
|
|
8569
|
+
"5": {
|
|
8517
8570
|
fieldName: "UlnConnection::ulnAddress",
|
|
8518
8571
|
fieldType: "cl::t::address"
|
|
8519
8572
|
},
|
|
8520
|
-
"
|
|
8573
|
+
"6": {
|
|
8521
8574
|
fieldName: "UlnConnection::UlnSendConfigOApp",
|
|
8522
8575
|
fieldType: "UlnSendConfig"
|
|
8523
8576
|
},
|
|
8524
|
-
"
|
|
8577
|
+
"7": {
|
|
8525
8578
|
fieldName: "UlnConnection::UlnReceiveConfigOApp",
|
|
8526
8579
|
fieldType: "UlnReceiveConfig"
|
|
8527
8580
|
},
|
|
8528
|
-
"
|
|
8581
|
+
"8": {
|
|
8529
8582
|
fieldName: "UlnConnection::hashLookups",
|
|
8530
8583
|
fieldType: "cl::t::dict256"
|
|
8531
8584
|
},
|
|
8532
|
-
"8": {
|
|
8533
|
-
fieldName: "UlnConnection::firstUnexecutedNonce",
|
|
8534
|
-
fieldType: "cl::t::uint64"
|
|
8535
|
-
},
|
|
8536
8585
|
"9": {
|
|
8537
8586
|
fieldName: "UlnConnection::commitPOOO",
|
|
8538
8587
|
fieldType: "POOO"
|
|
8539
8588
|
},
|
|
8540
8589
|
name: "connection"
|
|
8541
8590
|
},
|
|
8542
|
-
"md::
|
|
8591
|
+
"md::MdAddress": {
|
|
8543
8592
|
"0": {
|
|
8544
|
-
fieldName: "md::
|
|
8593
|
+
fieldName: "md::MdAddress::md",
|
|
8545
8594
|
fieldType: "cl::t::objRef"
|
|
8546
8595
|
},
|
|
8547
8596
|
"1": {
|
|
8548
|
-
fieldName: "md::
|
|
8549
|
-
fieldType: "cl::t::uint32"
|
|
8550
|
-
},
|
|
8551
|
-
name: "MdEid"
|
|
8552
|
-
},
|
|
8553
|
-
"md::AddMsglib": {
|
|
8554
|
-
"0": {
|
|
8555
|
-
fieldName: "md::AddMsglib::msglibManagerAddress",
|
|
8597
|
+
fieldName: "md::MdAddress::address",
|
|
8556
8598
|
fieldType: "cl::t::address"
|
|
8557
8599
|
},
|
|
8558
|
-
"
|
|
8559
|
-
fieldName: "md::AddMsglib::dstEid",
|
|
8560
|
-
fieldType: "cl::t::uint32"
|
|
8561
|
-
},
|
|
8562
|
-
name: "addMsgLib"
|
|
8600
|
+
name: "MdAddr"
|
|
8563
8601
|
},
|
|
8564
|
-
"
|
|
8565
|
-
"
|
|
8566
|
-
fieldName: "lz::MsglibInfo::msglibAddress",
|
|
8567
|
-
fieldType: "cl::t::address"
|
|
8568
|
-
},
|
|
8569
|
-
"1": {
|
|
8570
|
-
fieldName: "lz::MsglibInfo::msglibConnectionCode",
|
|
8571
|
-
fieldType: "cl::t::cellRef"
|
|
8572
|
-
},
|
|
8573
|
-
"2": {
|
|
8574
|
-
fieldName: "lz::MsglibInfo::msglibConnectionInitStorage",
|
|
8575
|
-
fieldType: "UlnConnection"
|
|
8576
|
-
},
|
|
8577
|
-
name: "MsglibInfo"
|
|
8602
|
+
"md::InitUlnConnection::NewOnlyConfig": {
|
|
8603
|
+
name: "initUlnCon"
|
|
8578
8604
|
},
|
|
8579
8605
|
"md::SetEpConfig": {
|
|
8580
8606
|
"0": {
|
|
@@ -8628,34 +8654,38 @@ var tonResolvedObjects = {
|
|
|
8628
8654
|
fieldType: "cl::t::uint64"
|
|
8629
8655
|
},
|
|
8630
8656
|
"1": {
|
|
8631
|
-
fieldName: "md::LzSend::
|
|
8657
|
+
fieldName: "md::LzSend::sendMsglibManager",
|
|
8632
8658
|
fieldType: "cl::t::address"
|
|
8633
8659
|
},
|
|
8634
8660
|
"2": {
|
|
8635
|
-
fieldName: "md::LzSend::
|
|
8661
|
+
fieldName: "md::LzSend::sendMsglib",
|
|
8636
8662
|
fieldType: "cl::t::address"
|
|
8637
8663
|
},
|
|
8638
8664
|
"3": {
|
|
8665
|
+
fieldName: "md::LzSend::sendMsglibConnection",
|
|
8666
|
+
fieldType: "cl::t::address"
|
|
8667
|
+
},
|
|
8668
|
+
"4": {
|
|
8639
8669
|
fieldName: "md::LzSend::packet",
|
|
8640
8670
|
fieldType: "lz::Packet"
|
|
8641
8671
|
},
|
|
8642
|
-
"
|
|
8672
|
+
"5": {
|
|
8643
8673
|
fieldName: "md::LzSend::nativeFee",
|
|
8644
8674
|
fieldType: "cl::t::coins"
|
|
8645
8675
|
},
|
|
8646
|
-
"
|
|
8676
|
+
"6": {
|
|
8647
8677
|
fieldName: "md::LzSend::zroFee",
|
|
8648
8678
|
fieldType: "cl::t::coins"
|
|
8649
8679
|
},
|
|
8650
|
-
"
|
|
8680
|
+
"7": {
|
|
8651
8681
|
fieldName: "md::LzSend::extraOptions",
|
|
8652
8682
|
fieldType: "cl::t::cellRef"
|
|
8653
8683
|
},
|
|
8654
|
-
"
|
|
8684
|
+
"8": {
|
|
8655
8685
|
fieldName: "md::LzSend::enforcedOptions",
|
|
8656
8686
|
fieldType: "cl::t::cellRef"
|
|
8657
8687
|
},
|
|
8658
|
-
"
|
|
8688
|
+
"9": {
|
|
8659
8689
|
fieldName: "md::LzSend::callbackData",
|
|
8660
8690
|
fieldType: "cl::t::cellRef"
|
|
8661
8691
|
},
|
|
@@ -8693,11 +8723,15 @@ var tonResolvedObjects = {
|
|
|
8693
8723
|
},
|
|
8694
8724
|
"lz::SendEpConfig": {
|
|
8695
8725
|
"0": {
|
|
8696
|
-
fieldName: "lz::SendEpConfig::
|
|
8726
|
+
fieldName: "lz::SendEpConfig::sendMsglibManager",
|
|
8697
8727
|
fieldType: "cl::t::address"
|
|
8698
8728
|
},
|
|
8699
8729
|
"1": {
|
|
8700
|
-
fieldName: "lz::SendEpConfig::
|
|
8730
|
+
fieldName: "lz::SendEpConfig::sendMsglib",
|
|
8731
|
+
fieldType: "cl::t::address"
|
|
8732
|
+
},
|
|
8733
|
+
"2": {
|
|
8734
|
+
fieldName: "lz::SendEpConfig::sendMsglibConnection",
|
|
8701
8735
|
fieldType: "cl::t::address"
|
|
8702
8736
|
},
|
|
8703
8737
|
name: "SendEpCfg"
|
|
@@ -8721,6 +8755,94 @@ var tonResolvedObjects = {
|
|
|
8721
8755
|
},
|
|
8722
8756
|
name: "UlnSend"
|
|
8723
8757
|
},
|
|
8758
|
+
"md::MsglibSendCallback": {
|
|
8759
|
+
"0": {
|
|
8760
|
+
fieldName: "md::MsglibSendCallback::addressIdx",
|
|
8761
|
+
fieldType: "cl::t::coins"
|
|
8762
|
+
},
|
|
8763
|
+
"1": {
|
|
8764
|
+
fieldName: "md::MsglibSendCallback::nativeAmountIdx",
|
|
8765
|
+
fieldType: "cl::t::coins"
|
|
8766
|
+
},
|
|
8767
|
+
"2": {
|
|
8768
|
+
fieldName: "md::MsglibSendCallback::lzSend",
|
|
8769
|
+
fieldType: "md::LzSend"
|
|
8770
|
+
},
|
|
8771
|
+
"3": {
|
|
8772
|
+
fieldName: "md::MsglibSendCallback::packetEncoded",
|
|
8773
|
+
fieldType: "cl::t::cellRef"
|
|
8774
|
+
},
|
|
8775
|
+
"4": {
|
|
8776
|
+
fieldName: "md::MsglibSendCallback::payees",
|
|
8777
|
+
fieldType: "cl::t::cellRef"
|
|
8778
|
+
},
|
|
8779
|
+
"5": {
|
|
8780
|
+
fieldName: "md::MsglibSendCallback::nonceByteOffset",
|
|
8781
|
+
fieldType: "cl::t::uint16"
|
|
8782
|
+
},
|
|
8783
|
+
"6": {
|
|
8784
|
+
fieldName: "md::MsglibSendCallback::nonceBytes",
|
|
8785
|
+
fieldType: "cl::t::uint8"
|
|
8786
|
+
},
|
|
8787
|
+
"7": {
|
|
8788
|
+
fieldName: "md::MsglibSendCallback::guidByteOffset",
|
|
8789
|
+
fieldType: "cl::t::uint16"
|
|
8790
|
+
},
|
|
8791
|
+
"8": {
|
|
8792
|
+
fieldName: "md::MsglibSendCallback::guidBytes",
|
|
8793
|
+
fieldType: "cl::t::uint8"
|
|
8794
|
+
},
|
|
8795
|
+
"9": {
|
|
8796
|
+
fieldName: "md::MsglibSendCallback::msglibSendEvents",
|
|
8797
|
+
fieldType: "UlnEvents"
|
|
8798
|
+
},
|
|
8799
|
+
"10": {
|
|
8800
|
+
fieldName: "md::MsglibSendCallback::errorCode",
|
|
8801
|
+
fieldType: "cl::t::uint8"
|
|
8802
|
+
},
|
|
8803
|
+
name: "libSndCb"
|
|
8804
|
+
},
|
|
8805
|
+
UlnEvents: {
|
|
8806
|
+
"0": {
|
|
8807
|
+
fieldName: "UlnEvents::workerEvents",
|
|
8808
|
+
fieldType: "cl::t::cellRef"
|
|
8809
|
+
},
|
|
8810
|
+
"1": {
|
|
8811
|
+
fieldName: "UlnEvents::dvnFeesPaidEvent",
|
|
8812
|
+
fieldType: "DvnFeesPaidEvent"
|
|
8813
|
+
},
|
|
8814
|
+
"2": {
|
|
8815
|
+
fieldName: "UlnEvents::executorFeePaidEvent",
|
|
8816
|
+
fieldType: "ExecutorFeePaidEvent"
|
|
8817
|
+
},
|
|
8818
|
+
name: "UlnEvents"
|
|
8819
|
+
},
|
|
8820
|
+
DvnFeesPaidEvent: {
|
|
8821
|
+
"0": {
|
|
8822
|
+
fieldName: "DvnFeesPaidEvent::requiredDVNs",
|
|
8823
|
+
fieldType: "cl::t::addressList"
|
|
8824
|
+
},
|
|
8825
|
+
"1": {
|
|
8826
|
+
fieldName: "DvnFeesPaidEvent::optionalDVNs",
|
|
8827
|
+
fieldType: "cl::t::addressList"
|
|
8828
|
+
},
|
|
8829
|
+
"2": {
|
|
8830
|
+
fieldName: "DvnFeesPaidEvent::serializedPayees",
|
|
8831
|
+
fieldType: "cl::t::cellRef"
|
|
8832
|
+
},
|
|
8833
|
+
name: "DvnFeePaid"
|
|
8834
|
+
},
|
|
8835
|
+
ExecutorFeePaidEvent: {
|
|
8836
|
+
"0": {
|
|
8837
|
+
fieldName: "ExecutorFeePaidEvent::executorAddress",
|
|
8838
|
+
fieldType: "cl::t::address"
|
|
8839
|
+
},
|
|
8840
|
+
"1": {
|
|
8841
|
+
fieldName: "ExecutorFeePaidEvent::feePaid",
|
|
8842
|
+
fieldType: "cl::t::coins"
|
|
8843
|
+
},
|
|
8844
|
+
name: "ExcFeePaid"
|
|
8845
|
+
},
|
|
8724
8846
|
"md::SignedRequest": {
|
|
8725
8847
|
"0": {
|
|
8726
8848
|
fieldName: "md::SignedRequest::request",
|
|
@@ -8848,7 +8970,7 @@ var tonResolvedObjects = {
|
|
|
8848
8970
|
},
|
|
8849
8971
|
"3": {
|
|
8850
8972
|
fieldName: "lz::Config::config",
|
|
8851
|
-
fieldType: "
|
|
8973
|
+
fieldType: "UlnSendConfig::NewWithDefaults"
|
|
8852
8974
|
},
|
|
8853
8975
|
name: "Config"
|
|
8854
8976
|
},
|
|
@@ -8858,30 +8980,34 @@ var tonResolvedObjects = {
|
|
|
8858
8980
|
fieldType: "cl::t::bool"
|
|
8859
8981
|
},
|
|
8860
8982
|
"1": {
|
|
8861
|
-
fieldName: "lz::EpConfig::NewWithConnection::
|
|
8983
|
+
fieldName: "lz::EpConfig::NewWithConnection::sendMsglibManager",
|
|
8862
8984
|
fieldType: "cl::t::address"
|
|
8863
8985
|
},
|
|
8864
8986
|
"2": {
|
|
8865
|
-
fieldName: "lz::EpConfig::NewWithConnection::
|
|
8987
|
+
fieldName: "lz::EpConfig::NewWithConnection::sendMsglib",
|
|
8866
8988
|
fieldType: "cl::t::address"
|
|
8867
8989
|
},
|
|
8868
8990
|
"3": {
|
|
8869
|
-
fieldName: "lz::EpConfig::NewWithConnection::
|
|
8991
|
+
fieldName: "lz::EpConfig::NewWithConnection::sendMsglibConnection",
|
|
8870
8992
|
fieldType: "cl::t::address"
|
|
8871
8993
|
},
|
|
8872
8994
|
"4": {
|
|
8873
|
-
fieldName: "lz::EpConfig::NewWithConnection::
|
|
8995
|
+
fieldName: "lz::EpConfig::NewWithConnection::receiveMsglib",
|
|
8874
8996
|
fieldType: "cl::t::address"
|
|
8875
8997
|
},
|
|
8876
8998
|
"5": {
|
|
8877
|
-
fieldName: "lz::EpConfig::NewWithConnection::
|
|
8999
|
+
fieldName: "lz::EpConfig::NewWithConnection::receiveMsglibConnection",
|
|
8878
9000
|
fieldType: "cl::t::address"
|
|
8879
9001
|
},
|
|
8880
9002
|
"6": {
|
|
8881
|
-
fieldName: "lz::EpConfig::NewWithConnection::
|
|
9003
|
+
fieldName: "lz::EpConfig::NewWithConnection::timeoutReceiveMsglib",
|
|
8882
9004
|
fieldType: "cl::t::address"
|
|
8883
9005
|
},
|
|
8884
9006
|
"7": {
|
|
9007
|
+
fieldName: "lz::EpConfig::NewWithConnection::timeoutReceiveMsglibConnection",
|
|
9008
|
+
fieldType: "cl::t::address"
|
|
9009
|
+
},
|
|
9010
|
+
"8": {
|
|
8885
9011
|
fieldName: "lz::EpConfig::NewWithConnection::timeoutReceiveMsglibExpiry",
|
|
8886
9012
|
fieldType: "cl::t::uint64"
|
|
8887
9013
|
},
|
|
@@ -8890,16 +9016,13 @@ var tonResolvedObjects = {
|
|
|
8890
9016
|
"lz::EpConfig": {
|
|
8891
9017
|
name: "EpConfig"
|
|
8892
9018
|
},
|
|
8893
|
-
"lz::EpConfig::NewWithDefaults": {
|
|
8894
|
-
name: "EpConfig"
|
|
8895
|
-
},
|
|
8896
9019
|
"lz::ReceiveEpConfig": {
|
|
8897
9020
|
"0": {
|
|
8898
|
-
fieldName: "lz::ReceiveEpConfig::
|
|
9021
|
+
fieldName: "lz::ReceiveEpConfig::receiveMsglibConnection",
|
|
8899
9022
|
fieldType: "cl::t::address"
|
|
8900
9023
|
},
|
|
8901
9024
|
"1": {
|
|
8902
|
-
fieldName: "lz::ReceiveEpConfig::
|
|
9025
|
+
fieldName: "lz::ReceiveEpConfig::timeoutReceiveMsglibConnection",
|
|
8903
9026
|
fieldType: "cl::t::address"
|
|
8904
9027
|
},
|
|
8905
9028
|
"2": {
|
|
@@ -8942,13 +9065,6 @@ var tonResolvedObjects = {
|
|
|
8942
9065
|
},
|
|
8943
9066
|
name: "Worker"
|
|
8944
9067
|
},
|
|
8945
|
-
"md::Amount": {
|
|
8946
|
-
"0": {
|
|
8947
|
-
fieldName: "md::Amount::amount",
|
|
8948
|
-
fieldType: "cl::t::coins"
|
|
8949
|
-
},
|
|
8950
|
-
name: "Amount"
|
|
8951
|
-
},
|
|
8952
9068
|
"md::Bool": {
|
|
8953
9069
|
"0": {
|
|
8954
9070
|
fieldName: "md::Bool::bool",
|
|
@@ -9052,54 +9168,7 @@ var tonResolvedObjects = {
|
|
|
9052
9168
|
fieldName: "md::MessagingReceipt::errorCode",
|
|
9053
9169
|
fieldType: "cl::t::uint16"
|
|
9054
9170
|
},
|
|
9055
|
-
name: "
|
|
9056
|
-
},
|
|
9057
|
-
"md::MsglibSendCallback": {
|
|
9058
|
-
"0": {
|
|
9059
|
-
fieldName: "md::MsglibSendCallback::addressIdx",
|
|
9060
|
-
fieldType: "cl::t::coins"
|
|
9061
|
-
},
|
|
9062
|
-
"1": {
|
|
9063
|
-
fieldName: "md::MsglibSendCallback::nativeAmountIdx",
|
|
9064
|
-
fieldType: "cl::t::coins"
|
|
9065
|
-
},
|
|
9066
|
-
"2": {
|
|
9067
|
-
fieldName: "md::MsglibSendCallback::lzSend",
|
|
9068
|
-
fieldType: "md::LzSend"
|
|
9069
|
-
},
|
|
9070
|
-
"3": {
|
|
9071
|
-
fieldName: "md::MsglibSendCallback::packetEncoded",
|
|
9072
|
-
fieldType: "cl::t::cellRef"
|
|
9073
|
-
},
|
|
9074
|
-
"4": {
|
|
9075
|
-
fieldName: "md::MsglibSendCallback::payees",
|
|
9076
|
-
fieldType: "cl::t::cellRef"
|
|
9077
|
-
},
|
|
9078
|
-
"5": {
|
|
9079
|
-
fieldName: "md::MsglibSendCallback::nonceByteOffset",
|
|
9080
|
-
fieldType: "cl::t::uint16"
|
|
9081
|
-
},
|
|
9082
|
-
"6": {
|
|
9083
|
-
fieldName: "md::MsglibSendCallback::nonceBytes",
|
|
9084
|
-
fieldType: "cl::t::uint8"
|
|
9085
|
-
},
|
|
9086
|
-
"7": {
|
|
9087
|
-
fieldName: "md::MsglibSendCallback::guidByteOffset",
|
|
9088
|
-
fieldType: "cl::t::uint16"
|
|
9089
|
-
},
|
|
9090
|
-
"8": {
|
|
9091
|
-
fieldName: "md::MsglibSendCallback::guidBytes",
|
|
9092
|
-
fieldType: "cl::t::uint8"
|
|
9093
|
-
},
|
|
9094
|
-
"9": {
|
|
9095
|
-
fieldName: "md::MsglibSendCallback::msglibSendEvents",
|
|
9096
|
-
fieldType: "cl::t::objRef"
|
|
9097
|
-
},
|
|
9098
|
-
"10": {
|
|
9099
|
-
fieldName: "md::MsglibSendCallback::errorCode",
|
|
9100
|
-
fieldType: "cl::t::uint8"
|
|
9101
|
-
},
|
|
9102
|
-
name: "libSndCb"
|
|
9171
|
+
name: "MsgReceipt"
|
|
9103
9172
|
},
|
|
9104
9173
|
"md::OptionsExtended": {
|
|
9105
9174
|
"0": {
|
|
@@ -9192,17 +9261,6 @@ var tonResolvedObjects = {
|
|
|
9192
9261
|
},
|
|
9193
9262
|
name: "setSmlCfg"
|
|
9194
9263
|
},
|
|
9195
|
-
POOO: {
|
|
9196
|
-
"0": {
|
|
9197
|
-
fieldName: "POOO::nextEmpty",
|
|
9198
|
-
fieldType: "cl::t::uint64"
|
|
9199
|
-
},
|
|
9200
|
-
"1": {
|
|
9201
|
-
fieldName: "POOO::bitmap",
|
|
9202
|
-
fieldType: "cl::t::cellRef"
|
|
9203
|
-
},
|
|
9204
|
-
name: "POOO"
|
|
9205
|
-
},
|
|
9206
9264
|
SmlConnection: {
|
|
9207
9265
|
"0": {
|
|
9208
9266
|
fieldName: "SmlConnection::baseStorage",
|
|
@@ -9261,32 +9319,6 @@ var tonResolvedObjects = {
|
|
|
9261
9319
|
},
|
|
9262
9320
|
name: "smlMgr"
|
|
9263
9321
|
},
|
|
9264
|
-
DvnFeesPaidEvent: {
|
|
9265
|
-
"0": {
|
|
9266
|
-
fieldName: "DvnFeesPaidEvent::requiredDVNs",
|
|
9267
|
-
fieldType: "cl::t::addressList"
|
|
9268
|
-
},
|
|
9269
|
-
"1": {
|
|
9270
|
-
fieldName: "DvnFeesPaidEvent::optionalDVNs",
|
|
9271
|
-
fieldType: "cl::t::addressList"
|
|
9272
|
-
},
|
|
9273
|
-
"2": {
|
|
9274
|
-
fieldName: "DvnFeesPaidEvent::serializedPayees",
|
|
9275
|
-
fieldType: "cl::t::objRef"
|
|
9276
|
-
},
|
|
9277
|
-
name: "DvnFeePaid"
|
|
9278
|
-
},
|
|
9279
|
-
ExecutorFeePaidEvent: {
|
|
9280
|
-
"0": {
|
|
9281
|
-
fieldName: "ExecutorFeePaidEvent::executorAddress",
|
|
9282
|
-
fieldType: "cl::t::address"
|
|
9283
|
-
},
|
|
9284
|
-
"1": {
|
|
9285
|
-
fieldName: "ExecutorFeePaidEvent::feePaid",
|
|
9286
|
-
fieldType: "cl::t::coins"
|
|
9287
|
-
},
|
|
9288
|
-
name: "ExcFeePaid"
|
|
9289
|
-
},
|
|
9290
9322
|
"md::InitUlnConnection": {
|
|
9291
9323
|
"0": {
|
|
9292
9324
|
fieldName: "md::InitUlnConnection::ulnSendConfigOApp",
|
|
@@ -9331,21 +9363,6 @@ var tonResolvedObjects = {
|
|
|
9331
9363
|
},
|
|
9332
9364
|
name: "tfeebps"
|
|
9333
9365
|
},
|
|
9334
|
-
UlnEvents: {
|
|
9335
|
-
"0": {
|
|
9336
|
-
fieldName: "UlnEvents::workerEvents",
|
|
9337
|
-
fieldType: "cl::t::objRef"
|
|
9338
|
-
},
|
|
9339
|
-
"1": {
|
|
9340
|
-
fieldName: "UlnEvents::dvnFeesPaidEvent",
|
|
9341
|
-
fieldType: "cl::t::objRef"
|
|
9342
|
-
},
|
|
9343
|
-
"2": {
|
|
9344
|
-
fieldName: "UlnEvents::executorFeePaidEvent",
|
|
9345
|
-
fieldType: "cl::t::objRef"
|
|
9346
|
-
},
|
|
9347
|
-
name: "UlnEvents"
|
|
9348
|
-
},
|
|
9349
9366
|
UlnReceiveConfig: {
|
|
9350
9367
|
"0": {
|
|
9351
9368
|
fieldName: "UlnReceiveConfig::minCommitPacketGasNull",
|
|
@@ -9488,6 +9505,17 @@ var tonResolvedObjects = {
|
|
|
9488
9505
|
},
|
|
9489
9506
|
name: "UlnExecutr"
|
|
9490
9507
|
},
|
|
9508
|
+
"md::DropEvent": {
|
|
9509
|
+
"0": {
|
|
9510
|
+
fieldName: "md::DropEvent::nativeAmount",
|
|
9511
|
+
fieldType: "cl::t::coins"
|
|
9512
|
+
},
|
|
9513
|
+
"1": {
|
|
9514
|
+
fieldName: "md::DropEvent::receiver",
|
|
9515
|
+
fieldType: "cl::t::address"
|
|
9516
|
+
},
|
|
9517
|
+
name: "DropEvent"
|
|
9518
|
+
},
|
|
9491
9519
|
"md::NativeDrop": {
|
|
9492
9520
|
"0": {
|
|
9493
9521
|
fieldName: "md::NativeDrop::payees",
|
|
@@ -9508,6 +9536,10 @@ var tonResolvedObjects = {
|
|
|
9508
9536
|
fieldName: "md::SetDict::dict",
|
|
9509
9537
|
fieldType: "cl::t::dict256"
|
|
9510
9538
|
},
|
|
9539
|
+
"3": {
|
|
9540
|
+
fieldName: "md::SetDict::target",
|
|
9541
|
+
fieldType: "cl::t::address"
|
|
9542
|
+
},
|
|
9511
9543
|
name: "setDct"
|
|
9512
9544
|
},
|
|
9513
9545
|
"md::SetQuorum": {
|
|
@@ -9523,9 +9555,20 @@ var tonResolvedObjects = {
|
|
|
9523
9555
|
fieldName: "md::SetQuorum::quorum",
|
|
9524
9556
|
fieldType: "cl::t::uint64"
|
|
9525
9557
|
},
|
|
9558
|
+
"3": {
|
|
9559
|
+
fieldName: "md::SetQuorum::target",
|
|
9560
|
+
fieldType: "cl::t::address"
|
|
9561
|
+
},
|
|
9526
9562
|
name: "setQuorum"
|
|
9527
9563
|
}
|
|
9528
9564
|
};
|
|
9565
|
+
var appsAllStorages = class {
|
|
9566
|
+
static async getGetCellBits(contract, input) {
|
|
9567
|
+
const args = [{ type: "cell", cell: input }];
|
|
9568
|
+
const stack = await contract.getViewFunction("getCellBits", args);
|
|
9569
|
+
return [stack.readBigNumber()];
|
|
9570
|
+
}
|
|
9571
|
+
};
|
|
9529
9572
|
var appsCounter = class {
|
|
9530
9573
|
static async getGetBaseOAppStorage(contract) {
|
|
9531
9574
|
const args = [];
|
|
@@ -9537,6 +9580,14 @@ var appsCounter = class {
|
|
|
9537
9580
|
const stack = await contract.getViewFunction("lzReceiveGas", args);
|
|
9538
9581
|
return [stack.readBigNumber()];
|
|
9539
9582
|
}
|
|
9583
|
+
static async getLzSendGas(contract, opcode, input) {
|
|
9584
|
+
const args = [
|
|
9585
|
+
{ type: "int", value: opcode },
|
|
9586
|
+
{ type: "cell", cell: input }
|
|
9587
|
+
];
|
|
9588
|
+
const stack = await contract.getViewFunction("lzSendGas", args);
|
|
9589
|
+
return [stack.readBigNumber()];
|
|
9590
|
+
}
|
|
9540
9591
|
static async get_lzReceiveGas(contract, packet) {
|
|
9541
9592
|
const args = [{ type: "cell", cell: packet }];
|
|
9542
9593
|
const stack = await contract.getViewFunction("_lzReceiveGas", args);
|
|
@@ -9640,8 +9691,8 @@ var protocolChannel = class {
|
|
|
9640
9691
|
const stack = await contract.getViewFunction("channelSend", args);
|
|
9641
9692
|
return [stack.readTuple().pop()];
|
|
9642
9693
|
}
|
|
9643
|
-
static async getMsglibSendCallback(contract,
|
|
9644
|
-
const args = [{ type: "cell", cell:
|
|
9694
|
+
static async getMsglibSendCallback(contract, mdMsglibSendCallback) {
|
|
9695
|
+
const args = [{ type: "cell", cell: mdMsglibSendCallback }];
|
|
9645
9696
|
const stack = await contract.getViewFunction("msglibSendCallback", args);
|
|
9646
9697
|
return [stack.readTuple().pop()];
|
|
9647
9698
|
}
|
|
@@ -9765,8 +9816,11 @@ var protocolEndpoint = class {
|
|
|
9765
9816
|
const stack = await contract.getViewFunction("_msglibManagerToShards", args);
|
|
9766
9817
|
return [stack.readBigNumber(), stack.readBigNumber()];
|
|
9767
9818
|
}
|
|
9768
|
-
static async get_getChannelAddress(contract, path) {
|
|
9769
|
-
const args = [
|
|
9819
|
+
static async get_getChannelAddress(contract, storage, path) {
|
|
9820
|
+
const args = [
|
|
9821
|
+
{ type: "cell", cell: storage },
|
|
9822
|
+
{ type: "cell", cell: path }
|
|
9823
|
+
];
|
|
9770
9824
|
const stack = await contract.getViewFunction("_getChannelAddress", args);
|
|
9771
9825
|
return [stack.readBigNumber()];
|
|
9772
9826
|
}
|
|
@@ -9778,26 +9832,35 @@ var protocolEndpoint = class {
|
|
|
9778
9832
|
const stack = await contract.getViewFunction("_getEpConfigFromManagerAddresses", args);
|
|
9779
9833
|
return [stack.readCell()];
|
|
9780
9834
|
}
|
|
9781
|
-
static async get_getMsglibAndConnectionDefaults(contract,
|
|
9835
|
+
static async get_getMsglibAndConnectionDefaults(contract, msglibInfo, path) {
|
|
9782
9836
|
const args = [
|
|
9783
|
-
{ type: "
|
|
9837
|
+
{ type: "cell", cell: msglibInfo },
|
|
9784
9838
|
{ type: "cell", cell: path }
|
|
9785
9839
|
];
|
|
9786
9840
|
const stack = await contract.getViewFunction("_getMsglibAndConnectionDefaults", args);
|
|
9787
9841
|
return [stack.readBigNumber(), stack.readBigNumber()];
|
|
9788
9842
|
}
|
|
9789
|
-
static async
|
|
9790
|
-
const args = [
|
|
9791
|
-
|
|
9843
|
+
static async getGetSendMsglibAndConnectionDefaults(contract, storage, path) {
|
|
9844
|
+
const args = [
|
|
9845
|
+
{ type: "cell", cell: storage },
|
|
9846
|
+
{ type: "cell", cell: path }
|
|
9847
|
+
];
|
|
9848
|
+
const stack = await contract.getViewFunction("getSendMsglibAndConnectionDefaults", args);
|
|
9792
9849
|
return [stack.readBigNumber(), stack.readBigNumber()];
|
|
9793
9850
|
}
|
|
9794
|
-
static async getGetReceiveMsglibAndConnectionDefaults(contract, path) {
|
|
9795
|
-
const args = [
|
|
9851
|
+
static async getGetReceiveMsglibAndConnectionDefaults(contract, storage, path) {
|
|
9852
|
+
const args = [
|
|
9853
|
+
{ type: "cell", cell: storage },
|
|
9854
|
+
{ type: "cell", cell: path }
|
|
9855
|
+
];
|
|
9796
9856
|
const stack = await contract.getViewFunction("getReceiveMsglibAndConnectionDefaults", args);
|
|
9797
9857
|
return [stack.readBigNumber(), stack.readBigNumber()];
|
|
9798
9858
|
}
|
|
9799
|
-
static async getGetTimeoutReceiveMsglibAndConnectionDefaults(contract, path) {
|
|
9800
|
-
const args = [
|
|
9859
|
+
static async getGetTimeoutReceiveMsglibAndConnectionDefaults(contract, storage, path) {
|
|
9860
|
+
const args = [
|
|
9861
|
+
{ type: "cell", cell: storage },
|
|
9862
|
+
{ type: "cell", cell: path }
|
|
9863
|
+
];
|
|
9801
9864
|
const stack = await contract.getViewFunction("getTimeoutReceiveMsglibAndConnectionDefaults", args);
|
|
9802
9865
|
return [stack.readBigNumber(), stack.readBigNumber()];
|
|
9803
9866
|
}
|
|
@@ -10087,8 +10150,8 @@ var ultralightnodeUlnManager = class {
|
|
|
10087
10150
|
const stack = await contract.getViewFunction("deployUlnConnection", args);
|
|
10088
10151
|
return [stack.readTuple().pop()];
|
|
10089
10152
|
}
|
|
10090
|
-
static async getGetMsglibInfo(contract,
|
|
10091
|
-
const args = [{ type: "cell", cell:
|
|
10153
|
+
static async getGetMsglibInfo(contract, addMsglib) {
|
|
10154
|
+
const args = [{ type: "cell", cell: addMsglib }];
|
|
10092
10155
|
const stack = await contract.getViewFunction("getMsglibInfo", args);
|
|
10093
10156
|
return [stack.readTuple().pop()];
|
|
10094
10157
|
}
|
|
@@ -10746,7 +10809,8 @@ var getEndpointInitStorage = ({
|
|
|
10746
10809
|
defaultSendLibInfo: nullObject(),
|
|
10747
10810
|
defaultReceiveLibInfo: nullObject(),
|
|
10748
10811
|
defaultTimeoutReceiveLibInfo: nullObject(),
|
|
10749
|
-
defaultExpiry: 0
|
|
10812
|
+
defaultExpiry: 0,
|
|
10813
|
+
defaultSendMsglibManager: ""
|
|
10750
10814
|
});
|
|
10751
10815
|
};
|
|
10752
10816
|
function serializeAddressList(addresses) {
|
|
@@ -11330,6 +11394,7 @@ var ERRORS = {
|
|
|
11330
11394
|
SmlManager_ERROR_onlyConnection: 528n,
|
|
11331
11395
|
UlnWorkerInterface_ERROR_UNKNOWN_OPTIONS: 52n,
|
|
11332
11396
|
UlnWorkerInterface_ERROR_ZERO_LZ_COMPOSE_GAS_PROVIDED: 53n,
|
|
11397
|
+
UlnWorkerInterface_ERROR_INVALID_OPTIONS: 54n,
|
|
11333
11398
|
UlnReceiveConfig_ERROR_DVN_CONFIG_ERROR: 321n,
|
|
11334
11399
|
UlnReceiveConfig_ERROR_OPTIONAL_THRESHOLD_TOO_LARGE: 385n,
|
|
11335
11400
|
UlnReceiveConfig_ERROR_OPTIONAL_THRESHOLD_TOO_LOW: 386n,
|
|
@@ -11355,10 +11420,11 @@ var ERRORS = {
|
|
|
11355
11420
|
UlnManager_ERROR_invalidAdminWorkerList: 168n,
|
|
11356
11421
|
UlnManager_ERROR_onlyTentativeOwner: 169n,
|
|
11357
11422
|
UlnManager_ERROR_nullTentativeOwner: 170n,
|
|
11423
|
+
Worker_ERROR_invalidForwardingAddress: 2016n,
|
|
11358
11424
|
Worker_ERROR_onlyAdmin: 2015n,
|
|
11359
11425
|
Worker_ERROR_invalidOpcode: 2014n,
|
|
11360
11426
|
Worker_ERROR_invalidSignedOpcode: 2013n,
|
|
11361
|
-
|
|
11427
|
+
Worker_ERROR_invalidTarget: 2012n,
|
|
11362
11428
|
Dvn_ERROR_expired: 1983n,
|
|
11363
11429
|
Dvn_ERROR_quorumNotMet: 1982n,
|
|
11364
11430
|
Dvn_ERROR_notEnoughSignatures: 1981n,
|
|
@@ -11537,6 +11603,10 @@ var EVENTS = {
|
|
|
11537
11603
|
Executor_event_LZ_RECEIVE_ALERT: {
|
|
11538
11604
|
stringValue: "Executor::event::LZ_RCV_ALERT",
|
|
11539
11605
|
intValue: 1872915503847835639517843655130358044835956776372090239617289700069972n
|
|
11606
|
+
},
|
|
11607
|
+
Executor_event_NATIVE_DROP: {
|
|
11608
|
+
stringValue: "Executor::event::NATIVE_DROP",
|
|
11609
|
+
intValue: 7316076186905607966866576777852961112640458457292397282198021099344n
|
|
11540
11610
|
}
|
|
11541
11611
|
};
|
|
11542
11612
|
|
|
@@ -11665,7 +11735,6 @@ var nameMap = {
|
|
|
11665
11735
|
SmlJobAssg: "LzSmlJobAssigned",
|
|
11666
11736
|
Worker: "LzWorker",
|
|
11667
11737
|
addMsgLib: "MdAddMsglib",
|
|
11668
|
-
Amount: "MdAmount",
|
|
11669
11738
|
Bool: "MdBool",
|
|
11670
11739
|
cNonceInfo: "MdChannelNonceInfo",
|
|
11671
11740
|
coinsAmt: "MdCoinsAmount",
|
|
@@ -11681,7 +11750,7 @@ var nameMap = {
|
|
|
11681
11750
|
MdAddr: "MdMdAddress",
|
|
11682
11751
|
MdEid: "MdMdEid",
|
|
11683
11752
|
MdObj: "MdMdObj",
|
|
11684
|
-
|
|
11753
|
+
MsgReceipt: "MdMessagingReceipt",
|
|
11685
11754
|
libSndCb: "MdMsglibSendCallback",
|
|
11686
11755
|
nonce: "MdNonce",
|
|
11687
11756
|
OptionsExt: "MdOptionsExtended",
|
|
@@ -11728,6 +11797,7 @@ var nameMap = {
|
|
|
11728
11797
|
wrkCorStor: "WorkerCoreStorage",
|
|
11729
11798
|
dvn: "Dvn",
|
|
11730
11799
|
executor: "Executor",
|
|
11800
|
+
DropEvent: "MdDropEvent",
|
|
11731
11801
|
execParams: "MdExecuteParams",
|
|
11732
11802
|
NativeDrop: "MdNativeDrop",
|
|
11733
11803
|
setDct: "MdSetDict",
|
|
@@ -11740,7 +11810,7 @@ var keyMap = {
|
|
|
11740
11810
|
baseOApp: "BaseOApp",
|
|
11741
11811
|
counter: "Counter",
|
|
11742
11812
|
Config: "lz::Config",
|
|
11743
|
-
EpConfig: "lz::EpConfig::
|
|
11813
|
+
EpConfig: "lz::EpConfig::NewWithDefaults",
|
|
11744
11814
|
MsglibInfo: "lz::MsglibInfo",
|
|
11745
11815
|
Packet: "lz::Packet",
|
|
11746
11816
|
path: "lz::Path",
|
|
@@ -11749,7 +11819,6 @@ var keyMap = {
|
|
|
11749
11819
|
SmlJobAssg: "lz::SmlJobAssigned",
|
|
11750
11820
|
Worker: "lz::Worker",
|
|
11751
11821
|
addMsgLib: "md::AddMsglib",
|
|
11752
|
-
Amount: "md::Amount",
|
|
11753
11822
|
Bool: "md::Bool",
|
|
11754
11823
|
cNonceInfo: "md::ChannelNonceInfo",
|
|
11755
11824
|
coinsAmt: "md::CoinsAmount",
|
|
@@ -11765,7 +11834,7 @@ var keyMap = {
|
|
|
11765
11834
|
MdAddr: "md::MdAddress",
|
|
11766
11835
|
MdEid: "md::MdEid",
|
|
11767
11836
|
MdObj: "md::MdObj",
|
|
11768
|
-
|
|
11837
|
+
MsgReceipt: "md::MessagingReceipt",
|
|
11769
11838
|
libSndCb: "md::MsglibSendCallback",
|
|
11770
11839
|
nonce: "md::Nonce",
|
|
11771
11840
|
OptionsExt: "md::OptionsExtended",
|
|
@@ -11777,7 +11846,7 @@ var keyMap = {
|
|
|
11777
11846
|
setPeer: "md::SetPeer",
|
|
11778
11847
|
setSmlCfg: "md::SetSmlManagerConfig",
|
|
11779
11848
|
event: "action::event",
|
|
11780
|
-
POOO: "POOO
|
|
11849
|
+
POOO: "POOO",
|
|
11781
11850
|
channel: "Channel",
|
|
11782
11851
|
controller: "Controller",
|
|
11783
11852
|
baseStore: "BaseStorage",
|
|
@@ -11812,6 +11881,7 @@ var keyMap = {
|
|
|
11812
11881
|
wrkCorStor: "WorkerCoreStorage",
|
|
11813
11882
|
dvn: "Dvn",
|
|
11814
11883
|
executor: "Executor",
|
|
11884
|
+
DropEvent: "md::DropEvent",
|
|
11815
11885
|
execParams: "md::ExecuteParams",
|
|
11816
11886
|
NativeDrop: "md::NativeDrop",
|
|
11817
11887
|
setDct: "md::SetDict",
|
|
@@ -11971,7 +12041,8 @@ var TonContractWrapper = class _TonContractWrapper extends BaseWrapper {
|
|
|
11971
12041
|
}
|
|
11972
12042
|
async getNewLzEpConfigNewWithConnection(provider, args) {
|
|
11973
12043
|
const getResult = await provider.get("lz::EpConfig::NewWithConnection", [
|
|
11974
|
-
{ type: "int", value: args.
|
|
12044
|
+
{ type: "int", value: args.isNull },
|
|
12045
|
+
{ type: "int", value: args.sendMsglibManager },
|
|
11975
12046
|
{ type: "int", value: args.sendMsglib },
|
|
11976
12047
|
{ type: "int", value: args.sendMsglibConnection },
|
|
11977
12048
|
{ type: "int", value: args.receiveMsglib },
|
|
@@ -11984,7 +12055,8 @@ var TonContractWrapper = class _TonContractWrapper extends BaseWrapper {
|
|
|
11984
12055
|
}
|
|
11985
12056
|
async getNewLzEpConfig(provider, args) {
|
|
11986
12057
|
const getResult = await provider.get("lz::EpConfig::New", [
|
|
11987
|
-
{ type: "int", value: args.
|
|
12058
|
+
{ type: "int", value: args.isNull },
|
|
12059
|
+
{ type: "int", value: args.sendMsglibManager },
|
|
11988
12060
|
{ type: "int", value: args.sendMsglib },
|
|
11989
12061
|
{ type: "int", value: args.receiveMsglib },
|
|
11990
12062
|
{ type: "int", value: args.timeoutReceiveMsglib },
|
|
@@ -11996,13 +12068,6 @@ var TonContractWrapper = class _TonContractWrapper extends BaseWrapper {
|
|
|
11996
12068
|
const getResult = await provider.get("lz::EpConfig::NewWithDefaults", []);
|
|
11997
12069
|
return getResult.stack.readCell();
|
|
11998
12070
|
}
|
|
11999
|
-
async getNewLzEpConfigNewFrom(provider, args) {
|
|
12000
|
-
const getResult = await provider.get("lz::EpConfig::NewFrom", [
|
|
12001
|
-
{ type: "int", value: args.sendMsglib },
|
|
12002
|
-
{ type: "int", value: args.receiveMsglib }
|
|
12003
|
-
]);
|
|
12004
|
-
return getResult.stack.readCell();
|
|
12005
|
-
}
|
|
12006
12071
|
async getNewLzMsglibInfo(provider, args) {
|
|
12007
12072
|
const getResult = await provider.get("lz::MsglibInfo::New", [
|
|
12008
12073
|
{ type: "int", value: args.msglibAddress },
|
|
@@ -12038,8 +12103,9 @@ var TonContractWrapper = class _TonContractWrapper extends BaseWrapper {
|
|
|
12038
12103
|
}
|
|
12039
12104
|
async getNewLzSendEpConfig(provider, args) {
|
|
12040
12105
|
const getResult = await provider.get("lz::SendEpConfig::New", [
|
|
12041
|
-
{ type: "int", value: args.
|
|
12042
|
-
{ type: "int", value: args.
|
|
12106
|
+
{ type: "int", value: args.sendMsglibManager },
|
|
12107
|
+
{ type: "int", value: args.sendMsglib },
|
|
12108
|
+
{ type: "int", value: args.sendMsglibConnection }
|
|
12043
12109
|
]);
|
|
12044
12110
|
return getResult.stack.readCell();
|
|
12045
12111
|
}
|
|
@@ -12063,10 +12129,6 @@ var TonContractWrapper = class _TonContractWrapper extends BaseWrapper {
|
|
|
12063
12129
|
]);
|
|
12064
12130
|
return getResult.stack.readCell();
|
|
12065
12131
|
}
|
|
12066
|
-
async getNewMdAmount(provider, args) {
|
|
12067
|
-
const getResult = await provider.get("md::Amount::New", [{ type: "int", value: args.amount }]);
|
|
12068
|
-
return getResult.stack.readCell();
|
|
12069
|
-
}
|
|
12070
12132
|
async getNewMdBool(provider, args) {
|
|
12071
12133
|
const getResult = await provider.get("md::Bool::New", [{ type: "int", value: args.boolean }]);
|
|
12072
12134
|
return getResult.stack.readCell();
|
|
@@ -12299,13 +12361,6 @@ var TonContractWrapper = class _TonContractWrapper extends BaseWrapper {
|
|
|
12299
12361
|
const getResult = await provider.get("POOO::New", []);
|
|
12300
12362
|
return getResult.stack.readCell();
|
|
12301
12363
|
}
|
|
12302
|
-
async getNewPOOONewWithBitsSets(provider, args) {
|
|
12303
|
-
const getResult = await provider.get("POOO::NewWithBitsSets", [
|
|
12304
|
-
{ type: "int", value: args.startingBit },
|
|
12305
|
-
{ type: "int", value: args.endingBit }
|
|
12306
|
-
]);
|
|
12307
|
-
return getResult.stack.readCell();
|
|
12308
|
-
}
|
|
12309
12364
|
async getNewChannel(provider, args) {
|
|
12310
12365
|
const getResult = await provider.get("Channel::New", [
|
|
12311
12366
|
{ type: "int", value: args.owner },
|
|
@@ -12601,12 +12656,20 @@ var TonContractWrapper = class _TonContractWrapper extends BaseWrapper {
|
|
|
12601
12656
|
]);
|
|
12602
12657
|
return getResult.stack.readCell();
|
|
12603
12658
|
}
|
|
12659
|
+
async getNewMdDropEvent(provider, args) {
|
|
12660
|
+
const getResult = await provider.get("md::DropEvent::New", [
|
|
12661
|
+
{ type: "int", value: args.nativeAmount },
|
|
12662
|
+
{ type: "int", value: args.receiver }
|
|
12663
|
+
]);
|
|
12664
|
+
return getResult.stack.readCell();
|
|
12665
|
+
}
|
|
12604
12666
|
async getNewMdExecuteParams(provider, args) {
|
|
12605
12667
|
const getResult = await provider.get("md::ExecuteParams::New", [
|
|
12606
12668
|
{ type: "int", value: args.target },
|
|
12607
12669
|
{ type: "cell", cell: args.callData },
|
|
12608
12670
|
{ type: "int", value: args.expiration },
|
|
12609
|
-
{ type: "int", value: args.opcode }
|
|
12671
|
+
{ type: "int", value: args.opcode },
|
|
12672
|
+
{ type: "int", value: args.forwardingAddress }
|
|
12610
12673
|
]);
|
|
12611
12674
|
return getResult.stack.readCell();
|
|
12612
12675
|
}
|
|
@@ -12618,7 +12681,8 @@ var TonContractWrapper = class _TonContractWrapper extends BaseWrapper {
|
|
|
12618
12681
|
const getResult = await provider.get("md::SetDict::New", [
|
|
12619
12682
|
{ type: "int", value: args.nonce },
|
|
12620
12683
|
{ type: "int", value: args.opcode },
|
|
12621
|
-
{ type: "cell", cell: args._dict }
|
|
12684
|
+
{ type: "cell", cell: args._dict },
|
|
12685
|
+
{ type: "int", value: args.target }
|
|
12622
12686
|
]);
|
|
12623
12687
|
return getResult.stack.readCell();
|
|
12624
12688
|
}
|
|
@@ -12626,7 +12690,8 @@ var TonContractWrapper = class _TonContractWrapper extends BaseWrapper {
|
|
|
12626
12690
|
const getResult = await provider.get("md::SetQuorum::New", [
|
|
12627
12691
|
{ type: "int", value: args.nonce },
|
|
12628
12692
|
{ type: "int", value: args.opcode },
|
|
12629
|
-
{ type: "int", value: args.quorum }
|
|
12693
|
+
{ type: "int", value: args.quorum },
|
|
12694
|
+
{ type: "int", value: args.target }
|
|
12630
12695
|
]);
|
|
12631
12696
|
return getResult.stack.readCell();
|
|
12632
12697
|
}
|
|
@@ -15423,7 +15488,7 @@ var TonObjectUnwrapper = class {
|
|
|
15423
15488
|
const inboundCount = await getLzDict(cell, 2n, wrapper);
|
|
15424
15489
|
const outboundCount = await getLzDict(cell, 3n, wrapper);
|
|
15425
15490
|
const failNextLzReceive = await wrapper.getClInt("cl::get<bool>", cell, 4n);
|
|
15426
|
-
const id = await wrapper.getClInt("cl::get<
|
|
15491
|
+
const id = await wrapper.getClInt("cl::get<uint32>", cell, 5n);
|
|
15427
15492
|
return {
|
|
15428
15493
|
baseStorage,
|
|
15429
15494
|
baseOAppStorage,
|
|
@@ -15447,15 +15512,17 @@ var TonObjectUnwrapper = class {
|
|
|
15447
15512
|
}
|
|
15448
15513
|
static async getLzEpConfigNewWithConnectionToTS(wrapper, cell) {
|
|
15449
15514
|
const isNull = await wrapper.getClInt("cl::get<bool>", cell, 0n);
|
|
15450
|
-
const
|
|
15451
|
-
const
|
|
15452
|
-
const
|
|
15453
|
-
const
|
|
15454
|
-
const
|
|
15455
|
-
const
|
|
15456
|
-
const
|
|
15515
|
+
const sendMsglibManager = await wrapper.getClInt("cl::get<address>", cell, 1n);
|
|
15516
|
+
const sendMsglib = await wrapper.getClInt("cl::get<address>", cell, 2n);
|
|
15517
|
+
const sendMsglibConnection = await wrapper.getClInt("cl::get<address>", cell, 3n);
|
|
15518
|
+
const receiveMsglib = await wrapper.getClInt("cl::get<address>", cell, 4n);
|
|
15519
|
+
const receiveMsglibConnection = await wrapper.getClInt("cl::get<address>", cell, 5n);
|
|
15520
|
+
const timeoutReceiveMsglib = await wrapper.getClInt("cl::get<address>", cell, 6n);
|
|
15521
|
+
const timeoutReceiveMsglibConnection = await wrapper.getClInt("cl::get<address>", cell, 7n);
|
|
15522
|
+
const timeoutReceiveMsglibExpiry = await wrapper.getClInt("cl::get<uint64>", cell, 8n);
|
|
15457
15523
|
return {
|
|
15458
15524
|
isNull,
|
|
15525
|
+
sendMsglibManager,
|
|
15459
15526
|
sendMsglib,
|
|
15460
15527
|
sendMsglibConnection,
|
|
15461
15528
|
receiveMsglib,
|
|
@@ -15500,21 +15567,23 @@ var TonObjectUnwrapper = class {
|
|
|
15500
15567
|
};
|
|
15501
15568
|
}
|
|
15502
15569
|
static async getLzReceiveEpConfigToTS(wrapper, cell) {
|
|
15503
|
-
const
|
|
15504
|
-
const
|
|
15570
|
+
const receiveMsglibConnection = await wrapper.getClInt("cl::get<address>", cell, 0n);
|
|
15571
|
+
const timeoutReceiveMsglibConnection = await wrapper.getClInt("cl::get<address>", cell, 1n);
|
|
15505
15572
|
const expiry = await wrapper.getClInt("cl::get<uint64>", cell, 2n);
|
|
15506
15573
|
return {
|
|
15507
|
-
|
|
15508
|
-
|
|
15574
|
+
receiveMsglibConnection,
|
|
15575
|
+
timeoutReceiveMsglibConnection,
|
|
15509
15576
|
expiry
|
|
15510
15577
|
};
|
|
15511
15578
|
}
|
|
15512
15579
|
static async getLzSendEpConfigToTS(wrapper, cell) {
|
|
15513
|
-
const
|
|
15514
|
-
const
|
|
15580
|
+
const sendMsglibManager = await wrapper.getClInt("cl::get<address>", cell, 0n);
|
|
15581
|
+
const sendMsglib = await wrapper.getClInt("cl::get<address>", cell, 1n);
|
|
15582
|
+
const sendMsglibConnection = await wrapper.getClInt("cl::get<address>", cell, 2n);
|
|
15515
15583
|
return {
|
|
15516
|
-
|
|
15517
|
-
|
|
15584
|
+
sendMsglibManager,
|
|
15585
|
+
sendMsglib,
|
|
15586
|
+
sendMsglibConnection
|
|
15518
15587
|
};
|
|
15519
15588
|
}
|
|
15520
15589
|
static async getLzSmlJobAssignedToTS(wrapper, cell) {
|
|
@@ -15547,12 +15616,6 @@ var TonObjectUnwrapper = class {
|
|
|
15547
15616
|
dstEid
|
|
15548
15617
|
};
|
|
15549
15618
|
}
|
|
15550
|
-
static async getMdAmountToTS(wrapper, cell) {
|
|
15551
|
-
const amount = await wrapper.getClInt("cl::get<coins>", cell, 0n);
|
|
15552
|
-
return {
|
|
15553
|
-
amount
|
|
15554
|
-
};
|
|
15555
|
-
}
|
|
15556
15619
|
static async getMdBoolToTS(wrapper, cell) {
|
|
15557
15620
|
const bool = await wrapper.getClInt("cl::get<bool>", cell, 0n);
|
|
15558
15621
|
return {
|
|
@@ -15659,16 +15722,18 @@ var TonObjectUnwrapper = class {
|
|
|
15659
15722
|
}
|
|
15660
15723
|
static async getMdLzSendToTS(wrapper, cell) {
|
|
15661
15724
|
const sendRequestId = await wrapper.getClInt("cl::get<uint64>", cell, 0n);
|
|
15662
|
-
const
|
|
15663
|
-
const
|
|
15664
|
-
const
|
|
15665
|
-
const
|
|
15666
|
-
const
|
|
15667
|
-
const
|
|
15668
|
-
const
|
|
15669
|
-
const
|
|
15725
|
+
const sendMsglibManager = await wrapper.getClInt("cl::get<address>", cell, 1n);
|
|
15726
|
+
const sendMsglib = await wrapper.getClInt("cl::get<address>", cell, 2n);
|
|
15727
|
+
const sendMsglibConnection = await wrapper.getClInt("cl::get<address>", cell, 3n);
|
|
15728
|
+
const packet = await wrapper.getClCell(cell, 4n);
|
|
15729
|
+
const nativeFee = await wrapper.getClInt("cl::get<coins>", cell, 5n);
|
|
15730
|
+
const zroFee = await wrapper.getClInt("cl::get<coins>", cell, 6n);
|
|
15731
|
+
const extraOptions = await wrapper.getClCell(cell, 7n);
|
|
15732
|
+
const enforcedOptions = await wrapper.getClCell(cell, 8n);
|
|
15733
|
+
const callbackData = await wrapper.getClCell(cell, 9n);
|
|
15670
15734
|
return {
|
|
15671
15735
|
sendRequestId,
|
|
15736
|
+
sendMsglibManager,
|
|
15672
15737
|
sendMsglib,
|
|
15673
15738
|
sendMsglibConnection,
|
|
15674
15739
|
packet,
|
|
@@ -15843,7 +15908,7 @@ var TonObjectUnwrapper = class {
|
|
|
15843
15908
|
initialStorage
|
|
15844
15909
|
};
|
|
15845
15910
|
}
|
|
15846
|
-
static async
|
|
15911
|
+
static async getPOOOToTS(wrapper, cell) {
|
|
15847
15912
|
const nextEmpty = await wrapper.getClInt("cl::get<uint64>", cell, 0n);
|
|
15848
15913
|
const bitmap = await wrapper.getClCell(cell, 1n);
|
|
15849
15914
|
return {
|
|
@@ -15913,10 +15978,11 @@ var TonObjectUnwrapper = class {
|
|
|
15913
15978
|
const numMsglibs = await wrapper.getClInt("cl::get<uint8>", cell, 4n);
|
|
15914
15979
|
const channelCode = await wrapper.getClCell(cell, 5n);
|
|
15915
15980
|
const channelStorageInit = await wrapper.getClCell(cell, 6n);
|
|
15916
|
-
const
|
|
15917
|
-
const
|
|
15918
|
-
const
|
|
15919
|
-
const
|
|
15981
|
+
const defaultSendMsglibManager = await wrapper.getClInt("cl::get<address>", cell, 7n);
|
|
15982
|
+
const defaultSendLibInfo = await wrapper.getClCell(cell, 8n);
|
|
15983
|
+
const defaultReceiveLibInfo = await wrapper.getClCell(cell, 9n);
|
|
15984
|
+
const defaultTimeoutReceiveLibInfo = await wrapper.getClCell(cell, 10n);
|
|
15985
|
+
const defaultExpiry = await wrapper.getClInt("cl::get<uint64>", cell, 11n);
|
|
15920
15986
|
return {
|
|
15921
15987
|
baseStorage,
|
|
15922
15988
|
eid,
|
|
@@ -15925,6 +15991,7 @@ var TonObjectUnwrapper = class {
|
|
|
15925
15991
|
numMsglibs,
|
|
15926
15992
|
channelCode,
|
|
15927
15993
|
channelStorageInit,
|
|
15994
|
+
defaultSendMsglibManager,
|
|
15928
15995
|
defaultSendLibInfo,
|
|
15929
15996
|
defaultReceiveLibInfo,
|
|
15930
15997
|
defaultTimeoutReceiveLibInfo,
|
|
@@ -16196,22 +16263,22 @@ var TonObjectUnwrapper = class {
|
|
|
16196
16263
|
const path = await wrapper.getClCell(cell, 1n);
|
|
16197
16264
|
const endpointAddress = await wrapper.getClInt("cl::get<address>", cell, 2n);
|
|
16198
16265
|
const channelAddress = await wrapper.getClInt("cl::get<address>", cell, 3n);
|
|
16199
|
-
const
|
|
16200
|
-
const
|
|
16201
|
-
const
|
|
16202
|
-
const
|
|
16203
|
-
const
|
|
16266
|
+
const firstUnexecutedNonce = await wrapper.getClInt("cl::get<uint64>", cell, 4n);
|
|
16267
|
+
const ulnAddress = await wrapper.getClInt("cl::get<address>", cell, 5n);
|
|
16268
|
+
const UlnSendConfigOApp = await wrapper.getClCell(cell, 6n);
|
|
16269
|
+
const UlnReceiveConfigOApp = await wrapper.getClCell(cell, 7n);
|
|
16270
|
+
const hashLookups = await getLzDict(cell, 8n, wrapper);
|
|
16204
16271
|
const commitPOOO = await wrapper.getClCell(cell, 9n);
|
|
16205
16272
|
return {
|
|
16206
16273
|
baseStorage,
|
|
16207
16274
|
path,
|
|
16208
16275
|
endpointAddress,
|
|
16209
16276
|
channelAddress,
|
|
16277
|
+
firstUnexecutedNonce,
|
|
16210
16278
|
ulnAddress,
|
|
16211
16279
|
UlnSendConfigOApp,
|
|
16212
16280
|
UlnReceiveConfigOApp,
|
|
16213
16281
|
hashLookups,
|
|
16214
|
-
firstUnexecutedNonce,
|
|
16215
16282
|
commitPOOO
|
|
16216
16283
|
};
|
|
16217
16284
|
}
|
|
@@ -16311,16 +16378,26 @@ var TonObjectUnwrapper = class {
|
|
|
16311
16378
|
nativeDropTotalCap
|
|
16312
16379
|
};
|
|
16313
16380
|
}
|
|
16381
|
+
static async getMdDropEventToTS(wrapper, cell) {
|
|
16382
|
+
const nativeAmount = await wrapper.getClInt("cl::get<coins>", cell, 0n);
|
|
16383
|
+
const receiver = await wrapper.getClInt("cl::get<address>", cell, 1n);
|
|
16384
|
+
return {
|
|
16385
|
+
nativeAmount,
|
|
16386
|
+
receiver
|
|
16387
|
+
};
|
|
16388
|
+
}
|
|
16314
16389
|
static async getMdExecuteParamsToTS(wrapper, cell) {
|
|
16315
16390
|
const target = await wrapper.getClInt("cl::get<address>", cell, 0n);
|
|
16316
16391
|
const callData = await wrapper.getClCell(cell, 1n);
|
|
16317
16392
|
const expiration = await wrapper.getClInt("cl::get<uint64>", cell, 2n);
|
|
16318
16393
|
const opcode = await wrapper.getClInt("cl::get<uint32>", cell, 3n);
|
|
16394
|
+
const forwardingAddress = await wrapper.getClInt("cl::get<address>", cell, 4n);
|
|
16319
16395
|
return {
|
|
16320
16396
|
target,
|
|
16321
16397
|
callData,
|
|
16322
16398
|
expiration,
|
|
16323
|
-
opcode
|
|
16399
|
+
opcode,
|
|
16400
|
+
forwardingAddress
|
|
16324
16401
|
};
|
|
16325
16402
|
}
|
|
16326
16403
|
static async getMdNativeDropToTS(wrapper, cell) {
|
|
@@ -16333,20 +16410,24 @@ var TonObjectUnwrapper = class {
|
|
|
16333
16410
|
const nonce = await wrapper.getClInt("cl::get<uint64>", cell, 0n);
|
|
16334
16411
|
const opcode = await wrapper.getClInt("cl::get<uint64>", cell, 1n);
|
|
16335
16412
|
const dict = await getLzDict(cell, 2n, wrapper);
|
|
16413
|
+
const target = await wrapper.getClInt("cl::get<address>", cell, 3n);
|
|
16336
16414
|
return {
|
|
16337
16415
|
nonce,
|
|
16338
16416
|
opcode,
|
|
16339
|
-
dict
|
|
16417
|
+
dict,
|
|
16418
|
+
target
|
|
16340
16419
|
};
|
|
16341
16420
|
}
|
|
16342
16421
|
static async getMdSetQuorumToTS(wrapper, cell) {
|
|
16343
16422
|
const nonce = await wrapper.getClInt("cl::get<uint64>", cell, 0n);
|
|
16344
16423
|
const opcode = await wrapper.getClInt("cl::get<uint64>", cell, 1n);
|
|
16345
16424
|
const quorum = await wrapper.getClInt("cl::get<uint64>", cell, 2n);
|
|
16425
|
+
const target = await wrapper.getClInt("cl::get<address>", cell, 3n);
|
|
16346
16426
|
return {
|
|
16347
16427
|
nonce,
|
|
16348
16428
|
opcode,
|
|
16349
|
-
quorum
|
|
16429
|
+
quorum,
|
|
16430
|
+
target
|
|
16350
16431
|
};
|
|
16351
16432
|
}
|
|
16352
16433
|
static async getMdSignedRequestToTS(wrapper, cell) {
|
|
@@ -16387,7 +16468,6 @@ var deconstructorMap = {
|
|
|
16387
16468
|
SmlJobAssg: TonObjectUnwrapper.getLzSmlJobAssignedToTS,
|
|
16388
16469
|
Worker: TonObjectUnwrapper.getLzWorkerToTS,
|
|
16389
16470
|
addMsgLib: TonObjectUnwrapper.getMdAddMsglibToTS,
|
|
16390
|
-
Amount: TonObjectUnwrapper.getMdAmountToTS,
|
|
16391
16471
|
Bool: TonObjectUnwrapper.getMdBoolToTS,
|
|
16392
16472
|
cNonceInfo: TonObjectUnwrapper.getMdChannelNonceInfoToTS,
|
|
16393
16473
|
coinsAmt: TonObjectUnwrapper.getMdCoinsAmountToTS,
|
|
@@ -16403,7 +16483,7 @@ var deconstructorMap = {
|
|
|
16403
16483
|
MdAddr: TonObjectUnwrapper.getMdMdAddressToTS,
|
|
16404
16484
|
MdEid: TonObjectUnwrapper.getMdMdEidToTS,
|
|
16405
16485
|
MdObj: TonObjectUnwrapper.getMdMdObjToTS,
|
|
16406
|
-
|
|
16486
|
+
MsgReceipt: TonObjectUnwrapper.getMdMessagingReceiptToTS,
|
|
16407
16487
|
libSndCb: TonObjectUnwrapper.getMdMsglibSendCallbackToTS,
|
|
16408
16488
|
nonce: TonObjectUnwrapper.getMdNonceToTS,
|
|
16409
16489
|
OptionsExt: TonObjectUnwrapper.getMdOptionsExtendedToTS,
|
|
@@ -16415,7 +16495,7 @@ var deconstructorMap = {
|
|
|
16415
16495
|
setPeer: TonObjectUnwrapper.getMdSetPeerToTS,
|
|
16416
16496
|
setSmlCfg: TonObjectUnwrapper.getMdSetSmlManagerConfigToTS,
|
|
16417
16497
|
event: TonObjectUnwrapper.getActionEventToTS,
|
|
16418
|
-
POOO: TonObjectUnwrapper.
|
|
16498
|
+
POOO: TonObjectUnwrapper.getPOOOToTS,
|
|
16419
16499
|
channel: TonObjectUnwrapper.getChannelToTS,
|
|
16420
16500
|
controller: TonObjectUnwrapper.getControllerToTS,
|
|
16421
16501
|
baseStore: TonObjectUnwrapper.getBaseStorageToTS,
|
|
@@ -16450,6 +16530,7 @@ var deconstructorMap = {
|
|
|
16450
16530
|
wrkCorStor: TonObjectUnwrapper.getWorkerCoreStorageToTS,
|
|
16451
16531
|
dvn: TonObjectUnwrapper.getDvnToTS,
|
|
16452
16532
|
executor: TonObjectUnwrapper.getExecutorToTS,
|
|
16533
|
+
DropEvent: TonObjectUnwrapper.getMdDropEventToTS,
|
|
16453
16534
|
execParams: TonObjectUnwrapper.getMdExecuteParamsToTS,
|
|
16454
16535
|
NativeDrop: TonObjectUnwrapper.getMdNativeDropToTS,
|
|
16455
16536
|
setDct: TonObjectUnwrapper.getMdSetDictToTS,
|
|
@@ -17071,6 +17152,7 @@ exports.TonObjectUnwrapper = TonObjectUnwrapper;
|
|
|
17071
17152
|
exports._getTypeWidth = _getTypeWidth;
|
|
17072
17153
|
exports.addressToBigInt = addressToBigInt;
|
|
17073
17154
|
exports.addressToHex = addressToHex;
|
|
17155
|
+
exports.appsAllStorages = appsAllStorages;
|
|
17074
17156
|
exports.appsCounter = appsCounter;
|
|
17075
17157
|
exports.asciiStringToBigint = asciiStringToBigint;
|
|
17076
17158
|
exports.beginMessage = beginMessage;
|