@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.mjs
CHANGED
|
@@ -6333,7 +6333,7 @@ var tonObjects = {
|
|
|
6333
6333
|
},
|
|
6334
6334
|
5: {
|
|
6335
6335
|
fieldName: "Counter::id",
|
|
6336
|
-
fieldType: "cl::t::
|
|
6336
|
+
fieldType: "cl::t::uint32"
|
|
6337
6337
|
}
|
|
6338
6338
|
},
|
|
6339
6339
|
"lz::Config": {
|
|
@@ -6362,30 +6362,34 @@ var tonObjects = {
|
|
|
6362
6362
|
fieldType: "cl::t::bool"
|
|
6363
6363
|
},
|
|
6364
6364
|
1: {
|
|
6365
|
-
fieldName: "lz::EpConfig::NewWithConnection::
|
|
6365
|
+
fieldName: "lz::EpConfig::NewWithConnection::sendMsglibManager",
|
|
6366
6366
|
fieldType: "cl::t::address"
|
|
6367
6367
|
},
|
|
6368
6368
|
2: {
|
|
6369
|
-
fieldName: "lz::EpConfig::NewWithConnection::
|
|
6369
|
+
fieldName: "lz::EpConfig::NewWithConnection::sendMsglib",
|
|
6370
6370
|
fieldType: "cl::t::address"
|
|
6371
6371
|
},
|
|
6372
6372
|
3: {
|
|
6373
|
-
fieldName: "lz::EpConfig::NewWithConnection::
|
|
6373
|
+
fieldName: "lz::EpConfig::NewWithConnection::sendMsglibConnection",
|
|
6374
6374
|
fieldType: "cl::t::address"
|
|
6375
6375
|
},
|
|
6376
6376
|
4: {
|
|
6377
|
-
fieldName: "lz::EpConfig::NewWithConnection::
|
|
6377
|
+
fieldName: "lz::EpConfig::NewWithConnection::receiveMsglib",
|
|
6378
6378
|
fieldType: "cl::t::address"
|
|
6379
6379
|
},
|
|
6380
6380
|
5: {
|
|
6381
|
-
fieldName: "lz::EpConfig::NewWithConnection::
|
|
6381
|
+
fieldName: "lz::EpConfig::NewWithConnection::receiveMsglibConnection",
|
|
6382
6382
|
fieldType: "cl::t::address"
|
|
6383
6383
|
},
|
|
6384
6384
|
6: {
|
|
6385
|
-
fieldName: "lz::EpConfig::NewWithConnection::
|
|
6385
|
+
fieldName: "lz::EpConfig::NewWithConnection::timeoutReceiveMsglib",
|
|
6386
6386
|
fieldType: "cl::t::address"
|
|
6387
6387
|
},
|
|
6388
6388
|
7: {
|
|
6389
|
+
fieldName: "lz::EpConfig::NewWithConnection::timeoutReceiveMsglibConnection",
|
|
6390
|
+
fieldType: "cl::t::address"
|
|
6391
|
+
},
|
|
6392
|
+
8: {
|
|
6389
6393
|
fieldName: "lz::EpConfig::NewWithConnection::timeoutReceiveMsglibExpiry",
|
|
6390
6394
|
fieldType: "cl::t::uint64"
|
|
6391
6395
|
}
|
|
@@ -6396,9 +6400,6 @@ var tonObjects = {
|
|
|
6396
6400
|
"lz::EpConfig::NewWithDefaults": {
|
|
6397
6401
|
name: "EpConfig"
|
|
6398
6402
|
},
|
|
6399
|
-
"lz::EpConfig::NewFrom": {
|
|
6400
|
-
name: "EpConfig"
|
|
6401
|
-
},
|
|
6402
6403
|
"lz::MsglibInfo": {
|
|
6403
6404
|
name: "MsglibInfo",
|
|
6404
6405
|
0: {
|
|
@@ -6455,11 +6456,11 @@ var tonObjects = {
|
|
|
6455
6456
|
"lz::ReceiveEpConfig": {
|
|
6456
6457
|
name: "RcvEpCfg",
|
|
6457
6458
|
0: {
|
|
6458
|
-
fieldName: "lz::ReceiveEpConfig::
|
|
6459
|
+
fieldName: "lz::ReceiveEpConfig::receiveMsglibConnection",
|
|
6459
6460
|
fieldType: "cl::t::address"
|
|
6460
6461
|
},
|
|
6461
6462
|
1: {
|
|
6462
|
-
fieldName: "lz::ReceiveEpConfig::
|
|
6463
|
+
fieldName: "lz::ReceiveEpConfig::timeoutReceiveMsglibConnection",
|
|
6463
6464
|
fieldType: "cl::t::address"
|
|
6464
6465
|
},
|
|
6465
6466
|
2: {
|
|
@@ -6470,11 +6471,15 @@ var tonObjects = {
|
|
|
6470
6471
|
"lz::SendEpConfig": {
|
|
6471
6472
|
name: "SendEpCfg",
|
|
6472
6473
|
0: {
|
|
6473
|
-
fieldName: "lz::SendEpConfig::
|
|
6474
|
+
fieldName: "lz::SendEpConfig::sendMsglibManager",
|
|
6474
6475
|
fieldType: "cl::t::address"
|
|
6475
6476
|
},
|
|
6476
6477
|
1: {
|
|
6477
|
-
fieldName: "lz::SendEpConfig::
|
|
6478
|
+
fieldName: "lz::SendEpConfig::sendMsglib",
|
|
6479
|
+
fieldType: "cl::t::address"
|
|
6480
|
+
},
|
|
6481
|
+
2: {
|
|
6482
|
+
fieldName: "lz::SendEpConfig::sendMsglibConnection",
|
|
6478
6483
|
fieldType: "cl::t::address"
|
|
6479
6484
|
}
|
|
6480
6485
|
},
|
|
@@ -6523,13 +6528,6 @@ var tonObjects = {
|
|
|
6523
6528
|
fieldType: "cl::t::uint32"
|
|
6524
6529
|
}
|
|
6525
6530
|
},
|
|
6526
|
-
"md::Amount": {
|
|
6527
|
-
name: "Amount",
|
|
6528
|
-
0: {
|
|
6529
|
-
fieldName: "md::Amount::amount",
|
|
6530
|
-
fieldType: "cl::t::coins"
|
|
6531
|
-
}
|
|
6532
|
-
},
|
|
6533
6531
|
"md::Bool": {
|
|
6534
6532
|
name: "Bool",
|
|
6535
6533
|
0: {
|
|
@@ -6728,34 +6726,38 @@ var tonObjects = {
|
|
|
6728
6726
|
fieldType: "cl::t::uint64"
|
|
6729
6727
|
},
|
|
6730
6728
|
1: {
|
|
6731
|
-
fieldName: "md::LzSend::
|
|
6729
|
+
fieldName: "md::LzSend::sendMsglibManager",
|
|
6732
6730
|
fieldType: "cl::t::address"
|
|
6733
6731
|
},
|
|
6734
6732
|
2: {
|
|
6735
|
-
fieldName: "md::LzSend::
|
|
6733
|
+
fieldName: "md::LzSend::sendMsglib",
|
|
6736
6734
|
fieldType: "cl::t::address"
|
|
6737
6735
|
},
|
|
6738
6736
|
3: {
|
|
6737
|
+
fieldName: "md::LzSend::sendMsglibConnection",
|
|
6738
|
+
fieldType: "cl::t::address"
|
|
6739
|
+
},
|
|
6740
|
+
4: {
|
|
6739
6741
|
fieldName: "md::LzSend::packet",
|
|
6740
6742
|
fieldType: "cl::t::objRef"
|
|
6741
6743
|
},
|
|
6742
|
-
|
|
6744
|
+
5: {
|
|
6743
6745
|
fieldName: "md::LzSend::nativeFee",
|
|
6744
6746
|
fieldType: "cl::t::coins"
|
|
6745
6747
|
},
|
|
6746
|
-
|
|
6748
|
+
6: {
|
|
6747
6749
|
fieldName: "md::LzSend::zroFee",
|
|
6748
6750
|
fieldType: "cl::t::coins"
|
|
6749
6751
|
},
|
|
6750
|
-
|
|
6752
|
+
7: {
|
|
6751
6753
|
fieldName: "md::LzSend::extraOptions",
|
|
6752
6754
|
fieldType: "cl::t::objRef"
|
|
6753
6755
|
},
|
|
6754
|
-
|
|
6756
|
+
8: {
|
|
6755
6757
|
fieldName: "md::LzSend::enforcedOptions",
|
|
6756
6758
|
fieldType: "cl::t::objRef"
|
|
6757
6759
|
},
|
|
6758
|
-
|
|
6760
|
+
9: {
|
|
6759
6761
|
fieldName: "md::LzSend::callbackData",
|
|
6760
6762
|
fieldType: "cl::t::objRef"
|
|
6761
6763
|
}
|
|
@@ -6794,7 +6796,7 @@ var tonObjects = {
|
|
|
6794
6796
|
}
|
|
6795
6797
|
},
|
|
6796
6798
|
"md::MessagingReceipt": {
|
|
6797
|
-
name: "
|
|
6799
|
+
name: "MsgReceipt",
|
|
6798
6800
|
0: {
|
|
6799
6801
|
fieldName: "md::MessagingReceipt::lzSend",
|
|
6800
6802
|
fieldType: "cl::t::objRef"
|
|
@@ -7024,17 +7026,6 @@ var tonObjects = {
|
|
|
7024
7026
|
fieldType: "cl::t::cellRef"
|
|
7025
7027
|
}
|
|
7026
7028
|
},
|
|
7027
|
-
"POOO::NewWithBitsSets": {
|
|
7028
|
-
name: "POOO",
|
|
7029
|
-
0: {
|
|
7030
|
-
fieldName: "POOO::NewWithBitsSets::nextEmpty",
|
|
7031
|
-
fieldType: "cl::t::uint64"
|
|
7032
|
-
},
|
|
7033
|
-
1: {
|
|
7034
|
-
fieldName: "POOO::NewWithBitsSets::bitmap",
|
|
7035
|
-
fieldType: "cl::t::cellRef"
|
|
7036
|
-
}
|
|
7037
|
-
},
|
|
7038
7029
|
Channel: {
|
|
7039
7030
|
name: "channel",
|
|
7040
7031
|
0: {
|
|
@@ -7159,18 +7150,22 @@ var tonObjects = {
|
|
|
7159
7150
|
fieldType: "cl::t::objRef"
|
|
7160
7151
|
},
|
|
7161
7152
|
7: {
|
|
7153
|
+
fieldName: "Endpoint::defaultSendMsglibManager",
|
|
7154
|
+
fieldType: "cl::t::address"
|
|
7155
|
+
},
|
|
7156
|
+
8: {
|
|
7162
7157
|
fieldName: "Endpoint::defaultSendLibInfo",
|
|
7163
7158
|
fieldType: "cl::t::objRef"
|
|
7164
7159
|
},
|
|
7165
|
-
|
|
7160
|
+
9: {
|
|
7166
7161
|
fieldName: "Endpoint::defaultReceiveLibInfo",
|
|
7167
7162
|
fieldType: "cl::t::objRef"
|
|
7168
7163
|
},
|
|
7169
|
-
|
|
7164
|
+
10: {
|
|
7170
7165
|
fieldName: "Endpoint::defaultTimeoutReceiveLibInfo",
|
|
7171
7166
|
fieldType: "cl::t::objRef"
|
|
7172
7167
|
},
|
|
7173
|
-
|
|
7168
|
+
11: {
|
|
7174
7169
|
fieldName: "Endpoint::defaultExpiry",
|
|
7175
7170
|
fieldType: "cl::t::uint64"
|
|
7176
7171
|
}
|
|
@@ -7613,25 +7608,25 @@ var tonObjects = {
|
|
|
7613
7608
|
fieldType: "cl::t::address"
|
|
7614
7609
|
},
|
|
7615
7610
|
4: {
|
|
7611
|
+
fieldName: "UlnConnection::firstUnexecutedNonce",
|
|
7612
|
+
fieldType: "cl::t::uint64"
|
|
7613
|
+
},
|
|
7614
|
+
5: {
|
|
7616
7615
|
fieldName: "UlnConnection::ulnAddress",
|
|
7617
7616
|
fieldType: "cl::t::address"
|
|
7618
7617
|
},
|
|
7619
|
-
|
|
7618
|
+
6: {
|
|
7620
7619
|
fieldName: "UlnConnection::UlnSendConfigOApp",
|
|
7621
7620
|
fieldType: "cl::t::objRef"
|
|
7622
7621
|
},
|
|
7623
|
-
|
|
7622
|
+
7: {
|
|
7624
7623
|
fieldName: "UlnConnection::UlnReceiveConfigOApp",
|
|
7625
7624
|
fieldType: "cl::t::objRef"
|
|
7626
7625
|
},
|
|
7627
|
-
|
|
7626
|
+
8: {
|
|
7628
7627
|
fieldName: "UlnConnection::hashLookups",
|
|
7629
7628
|
fieldType: "cl::t::dict256"
|
|
7630
7629
|
},
|
|
7631
|
-
8: {
|
|
7632
|
-
fieldName: "UlnConnection::firstUnexecutedNonce",
|
|
7633
|
-
fieldType: "cl::t::uint64"
|
|
7634
|
-
},
|
|
7635
7630
|
9: {
|
|
7636
7631
|
fieldName: "UlnConnection::commitPOOO",
|
|
7637
7632
|
fieldType: "cl::t::objRef"
|
|
@@ -7794,6 +7789,17 @@ var tonObjects = {
|
|
|
7794
7789
|
fieldType: "cl::t::coins"
|
|
7795
7790
|
}
|
|
7796
7791
|
},
|
|
7792
|
+
"md::DropEvent": {
|
|
7793
|
+
name: "DropEvent",
|
|
7794
|
+
0: {
|
|
7795
|
+
fieldName: "md::DropEvent::nativeAmount",
|
|
7796
|
+
fieldType: "cl::t::coins"
|
|
7797
|
+
},
|
|
7798
|
+
1: {
|
|
7799
|
+
fieldName: "md::DropEvent::receiver",
|
|
7800
|
+
fieldType: "cl::t::address"
|
|
7801
|
+
}
|
|
7802
|
+
},
|
|
7797
7803
|
"md::ExecuteParams": {
|
|
7798
7804
|
name: "execParams",
|
|
7799
7805
|
0: {
|
|
@@ -7811,6 +7817,10 @@ var tonObjects = {
|
|
|
7811
7817
|
3: {
|
|
7812
7818
|
fieldName: "md::ExecuteParams::opcode",
|
|
7813
7819
|
fieldType: "cl::t::uint32"
|
|
7820
|
+
},
|
|
7821
|
+
4: {
|
|
7822
|
+
fieldName: "md::ExecuteParams::forwardingAddress",
|
|
7823
|
+
fieldType: "cl::t::address"
|
|
7814
7824
|
}
|
|
7815
7825
|
},
|
|
7816
7826
|
"md::NativeDrop": {
|
|
@@ -7833,6 +7843,10 @@ var tonObjects = {
|
|
|
7833
7843
|
2: {
|
|
7834
7844
|
fieldName: "md::SetDict::dict",
|
|
7835
7845
|
fieldType: "cl::t::dict256"
|
|
7846
|
+
},
|
|
7847
|
+
3: {
|
|
7848
|
+
fieldName: "md::SetDict::target",
|
|
7849
|
+
fieldType: "cl::t::address"
|
|
7836
7850
|
}
|
|
7837
7851
|
},
|
|
7838
7852
|
"md::SetQuorum": {
|
|
@@ -7848,6 +7862,10 @@ var tonObjects = {
|
|
|
7848
7862
|
2: {
|
|
7849
7863
|
fieldName: "md::SetQuorum::quorum",
|
|
7850
7864
|
fieldType: "cl::t::uint64"
|
|
7865
|
+
},
|
|
7866
|
+
3: {
|
|
7867
|
+
fieldName: "md::SetQuorum::target",
|
|
7868
|
+
fieldType: "cl::t::address"
|
|
7851
7869
|
}
|
|
7852
7870
|
},
|
|
7853
7871
|
"md::SignedRequest": {
|
|
@@ -7995,18 +8013,22 @@ var tonResolvedObjects = {
|
|
|
7995
8013
|
fieldType: "cl::t::cellRef"
|
|
7996
8014
|
},
|
|
7997
8015
|
"7": {
|
|
8016
|
+
fieldName: "Endpoint::defaultSendMsglibManager",
|
|
8017
|
+
fieldType: "cl::t::address"
|
|
8018
|
+
},
|
|
8019
|
+
"8": {
|
|
7998
8020
|
fieldName: "Endpoint::defaultSendLibInfo",
|
|
7999
8021
|
fieldType: "cl::t::cellRef"
|
|
8000
8022
|
},
|
|
8001
|
-
"
|
|
8023
|
+
"9": {
|
|
8002
8024
|
fieldName: "Endpoint::defaultReceiveLibInfo",
|
|
8003
8025
|
fieldType: "cl::t::cellRef"
|
|
8004
8026
|
},
|
|
8005
|
-
"
|
|
8027
|
+
"10": {
|
|
8006
8028
|
fieldName: "Endpoint::defaultTimeoutReceiveLibInfo",
|
|
8007
8029
|
fieldType: "cl::t::cellRef"
|
|
8008
8030
|
},
|
|
8009
|
-
"
|
|
8031
|
+
"11": {
|
|
8010
8032
|
fieldName: "Endpoint::defaultExpiry",
|
|
8011
8033
|
fieldType: "cl::t::uint64"
|
|
8012
8034
|
},
|
|
@@ -8035,7 +8057,7 @@ var tonResolvedObjects = {
|
|
|
8035
8057
|
},
|
|
8036
8058
|
"5": {
|
|
8037
8059
|
fieldName: "Counter::id",
|
|
8038
|
-
fieldType: "cl::t::
|
|
8060
|
+
fieldType: "cl::t::uint32"
|
|
8039
8061
|
},
|
|
8040
8062
|
name: "counter"
|
|
8041
8063
|
},
|
|
@@ -8159,16 +8181,16 @@ var tonResolvedObjects = {
|
|
|
8159
8181
|
},
|
|
8160
8182
|
name: "path"
|
|
8161
8183
|
},
|
|
8162
|
-
"lz::EpConfig::
|
|
8184
|
+
"lz::EpConfig::NewWithDefaults": {
|
|
8163
8185
|
name: "EpConfig"
|
|
8164
8186
|
},
|
|
8165
|
-
|
|
8187
|
+
POOO: {
|
|
8166
8188
|
"0": {
|
|
8167
|
-
fieldName: "POOO::
|
|
8189
|
+
fieldName: "POOO::nextEmpty",
|
|
8168
8190
|
fieldType: "cl::t::uint64"
|
|
8169
8191
|
},
|
|
8170
8192
|
"1": {
|
|
8171
|
-
fieldName: "POOO::
|
|
8193
|
+
fieldName: "POOO::bitmap",
|
|
8172
8194
|
fieldType: "cl::t::cellRef"
|
|
8173
8195
|
},
|
|
8174
8196
|
name: "POOO"
|
|
@@ -8405,6 +8427,10 @@ var tonResolvedObjects = {
|
|
|
8405
8427
|
fieldName: "md::ExecuteParams::opcode",
|
|
8406
8428
|
fieldType: "cl::t::uint32"
|
|
8407
8429
|
},
|
|
8430
|
+
"4": {
|
|
8431
|
+
fieldName: "md::ExecuteParams::forwardingAddress",
|
|
8432
|
+
fieldType: "cl::t::address"
|
|
8433
|
+
},
|
|
8408
8434
|
name: "execParams"
|
|
8409
8435
|
},
|
|
8410
8436
|
UlnWorkerFeelibInfo: {
|
|
@@ -8461,19 +8487,42 @@ var tonResolvedObjects = {
|
|
|
8461
8487
|
},
|
|
8462
8488
|
name: "UlnDvnFl"
|
|
8463
8489
|
},
|
|
8464
|
-
"md::
|
|
8490
|
+
"md::MdEid": {
|
|
8465
8491
|
"0": {
|
|
8466
|
-
fieldName: "md::
|
|
8492
|
+
fieldName: "md::MdEid::md",
|
|
8467
8493
|
fieldType: "cl::t::objRef"
|
|
8468
8494
|
},
|
|
8469
8495
|
"1": {
|
|
8470
|
-
fieldName: "md::
|
|
8496
|
+
fieldName: "md::MdEid::eid",
|
|
8497
|
+
fieldType: "cl::t::uint32"
|
|
8498
|
+
},
|
|
8499
|
+
name: "MdEid"
|
|
8500
|
+
},
|
|
8501
|
+
"md::AddMsglib": {
|
|
8502
|
+
"0": {
|
|
8503
|
+
fieldName: "md::AddMsglib::msglibManagerAddress",
|
|
8471
8504
|
fieldType: "cl::t::address"
|
|
8472
8505
|
},
|
|
8473
|
-
|
|
8506
|
+
"1": {
|
|
8507
|
+
fieldName: "md::AddMsglib::dstEid",
|
|
8508
|
+
fieldType: "cl::t::uint32"
|
|
8509
|
+
},
|
|
8510
|
+
name: "addMsgLib"
|
|
8474
8511
|
},
|
|
8475
|
-
"
|
|
8476
|
-
|
|
8512
|
+
"lz::MsglibInfo": {
|
|
8513
|
+
"0": {
|
|
8514
|
+
fieldName: "lz::MsglibInfo::msglibAddress",
|
|
8515
|
+
fieldType: "cl::t::address"
|
|
8516
|
+
},
|
|
8517
|
+
"1": {
|
|
8518
|
+
fieldName: "lz::MsglibInfo::msglibConnectionCode",
|
|
8519
|
+
fieldType: "cl::t::cellRef"
|
|
8520
|
+
},
|
|
8521
|
+
"2": {
|
|
8522
|
+
fieldName: "lz::MsglibInfo::msglibConnectionInitStorage",
|
|
8523
|
+
fieldType: "UlnConnection"
|
|
8524
|
+
},
|
|
8525
|
+
name: "MsglibInfo"
|
|
8477
8526
|
},
|
|
8478
8527
|
UlnConnection: {
|
|
8479
8528
|
"0": {
|
|
@@ -8493,67 +8542,44 @@ var tonResolvedObjects = {
|
|
|
8493
8542
|
fieldType: "cl::t::address"
|
|
8494
8543
|
},
|
|
8495
8544
|
"4": {
|
|
8545
|
+
fieldName: "UlnConnection::firstUnexecutedNonce",
|
|
8546
|
+
fieldType: "cl::t::uint64"
|
|
8547
|
+
},
|
|
8548
|
+
"5": {
|
|
8496
8549
|
fieldName: "UlnConnection::ulnAddress",
|
|
8497
8550
|
fieldType: "cl::t::address"
|
|
8498
8551
|
},
|
|
8499
|
-
"
|
|
8552
|
+
"6": {
|
|
8500
8553
|
fieldName: "UlnConnection::UlnSendConfigOApp",
|
|
8501
8554
|
fieldType: "UlnSendConfig"
|
|
8502
8555
|
},
|
|
8503
|
-
"
|
|
8556
|
+
"7": {
|
|
8504
8557
|
fieldName: "UlnConnection::UlnReceiveConfigOApp",
|
|
8505
8558
|
fieldType: "UlnReceiveConfig"
|
|
8506
8559
|
},
|
|
8507
|
-
"
|
|
8560
|
+
"8": {
|
|
8508
8561
|
fieldName: "UlnConnection::hashLookups",
|
|
8509
8562
|
fieldType: "cl::t::dict256"
|
|
8510
8563
|
},
|
|
8511
|
-
"8": {
|
|
8512
|
-
fieldName: "UlnConnection::firstUnexecutedNonce",
|
|
8513
|
-
fieldType: "cl::t::uint64"
|
|
8514
|
-
},
|
|
8515
8564
|
"9": {
|
|
8516
8565
|
fieldName: "UlnConnection::commitPOOO",
|
|
8517
8566
|
fieldType: "POOO"
|
|
8518
8567
|
},
|
|
8519
8568
|
name: "connection"
|
|
8520
8569
|
},
|
|
8521
|
-
"md::
|
|
8570
|
+
"md::MdAddress": {
|
|
8522
8571
|
"0": {
|
|
8523
|
-
fieldName: "md::
|
|
8572
|
+
fieldName: "md::MdAddress::md",
|
|
8524
8573
|
fieldType: "cl::t::objRef"
|
|
8525
8574
|
},
|
|
8526
8575
|
"1": {
|
|
8527
|
-
fieldName: "md::
|
|
8528
|
-
fieldType: "cl::t::uint32"
|
|
8529
|
-
},
|
|
8530
|
-
name: "MdEid"
|
|
8531
|
-
},
|
|
8532
|
-
"md::AddMsglib": {
|
|
8533
|
-
"0": {
|
|
8534
|
-
fieldName: "md::AddMsglib::msglibManagerAddress",
|
|
8576
|
+
fieldName: "md::MdAddress::address",
|
|
8535
8577
|
fieldType: "cl::t::address"
|
|
8536
8578
|
},
|
|
8537
|
-
"
|
|
8538
|
-
fieldName: "md::AddMsglib::dstEid",
|
|
8539
|
-
fieldType: "cl::t::uint32"
|
|
8540
|
-
},
|
|
8541
|
-
name: "addMsgLib"
|
|
8579
|
+
name: "MdAddr"
|
|
8542
8580
|
},
|
|
8543
|
-
"
|
|
8544
|
-
"
|
|
8545
|
-
fieldName: "lz::MsglibInfo::msglibAddress",
|
|
8546
|
-
fieldType: "cl::t::address"
|
|
8547
|
-
},
|
|
8548
|
-
"1": {
|
|
8549
|
-
fieldName: "lz::MsglibInfo::msglibConnectionCode",
|
|
8550
|
-
fieldType: "cl::t::cellRef"
|
|
8551
|
-
},
|
|
8552
|
-
"2": {
|
|
8553
|
-
fieldName: "lz::MsglibInfo::msglibConnectionInitStorage",
|
|
8554
|
-
fieldType: "UlnConnection"
|
|
8555
|
-
},
|
|
8556
|
-
name: "MsglibInfo"
|
|
8581
|
+
"md::InitUlnConnection::NewOnlyConfig": {
|
|
8582
|
+
name: "initUlnCon"
|
|
8557
8583
|
},
|
|
8558
8584
|
"md::SetEpConfig": {
|
|
8559
8585
|
"0": {
|
|
@@ -8607,34 +8633,38 @@ var tonResolvedObjects = {
|
|
|
8607
8633
|
fieldType: "cl::t::uint64"
|
|
8608
8634
|
},
|
|
8609
8635
|
"1": {
|
|
8610
|
-
fieldName: "md::LzSend::
|
|
8636
|
+
fieldName: "md::LzSend::sendMsglibManager",
|
|
8611
8637
|
fieldType: "cl::t::address"
|
|
8612
8638
|
},
|
|
8613
8639
|
"2": {
|
|
8614
|
-
fieldName: "md::LzSend::
|
|
8640
|
+
fieldName: "md::LzSend::sendMsglib",
|
|
8615
8641
|
fieldType: "cl::t::address"
|
|
8616
8642
|
},
|
|
8617
8643
|
"3": {
|
|
8644
|
+
fieldName: "md::LzSend::sendMsglibConnection",
|
|
8645
|
+
fieldType: "cl::t::address"
|
|
8646
|
+
},
|
|
8647
|
+
"4": {
|
|
8618
8648
|
fieldName: "md::LzSend::packet",
|
|
8619
8649
|
fieldType: "lz::Packet"
|
|
8620
8650
|
},
|
|
8621
|
-
"
|
|
8651
|
+
"5": {
|
|
8622
8652
|
fieldName: "md::LzSend::nativeFee",
|
|
8623
8653
|
fieldType: "cl::t::coins"
|
|
8624
8654
|
},
|
|
8625
|
-
"
|
|
8655
|
+
"6": {
|
|
8626
8656
|
fieldName: "md::LzSend::zroFee",
|
|
8627
8657
|
fieldType: "cl::t::coins"
|
|
8628
8658
|
},
|
|
8629
|
-
"
|
|
8659
|
+
"7": {
|
|
8630
8660
|
fieldName: "md::LzSend::extraOptions",
|
|
8631
8661
|
fieldType: "cl::t::cellRef"
|
|
8632
8662
|
},
|
|
8633
|
-
"
|
|
8663
|
+
"8": {
|
|
8634
8664
|
fieldName: "md::LzSend::enforcedOptions",
|
|
8635
8665
|
fieldType: "cl::t::cellRef"
|
|
8636
8666
|
},
|
|
8637
|
-
"
|
|
8667
|
+
"9": {
|
|
8638
8668
|
fieldName: "md::LzSend::callbackData",
|
|
8639
8669
|
fieldType: "cl::t::cellRef"
|
|
8640
8670
|
},
|
|
@@ -8672,11 +8702,15 @@ var tonResolvedObjects = {
|
|
|
8672
8702
|
},
|
|
8673
8703
|
"lz::SendEpConfig": {
|
|
8674
8704
|
"0": {
|
|
8675
|
-
fieldName: "lz::SendEpConfig::
|
|
8705
|
+
fieldName: "lz::SendEpConfig::sendMsglibManager",
|
|
8676
8706
|
fieldType: "cl::t::address"
|
|
8677
8707
|
},
|
|
8678
8708
|
"1": {
|
|
8679
|
-
fieldName: "lz::SendEpConfig::
|
|
8709
|
+
fieldName: "lz::SendEpConfig::sendMsglib",
|
|
8710
|
+
fieldType: "cl::t::address"
|
|
8711
|
+
},
|
|
8712
|
+
"2": {
|
|
8713
|
+
fieldName: "lz::SendEpConfig::sendMsglibConnection",
|
|
8680
8714
|
fieldType: "cl::t::address"
|
|
8681
8715
|
},
|
|
8682
8716
|
name: "SendEpCfg"
|
|
@@ -8700,6 +8734,94 @@ var tonResolvedObjects = {
|
|
|
8700
8734
|
},
|
|
8701
8735
|
name: "UlnSend"
|
|
8702
8736
|
},
|
|
8737
|
+
"md::MsglibSendCallback": {
|
|
8738
|
+
"0": {
|
|
8739
|
+
fieldName: "md::MsglibSendCallback::addressIdx",
|
|
8740
|
+
fieldType: "cl::t::coins"
|
|
8741
|
+
},
|
|
8742
|
+
"1": {
|
|
8743
|
+
fieldName: "md::MsglibSendCallback::nativeAmountIdx",
|
|
8744
|
+
fieldType: "cl::t::coins"
|
|
8745
|
+
},
|
|
8746
|
+
"2": {
|
|
8747
|
+
fieldName: "md::MsglibSendCallback::lzSend",
|
|
8748
|
+
fieldType: "md::LzSend"
|
|
8749
|
+
},
|
|
8750
|
+
"3": {
|
|
8751
|
+
fieldName: "md::MsglibSendCallback::packetEncoded",
|
|
8752
|
+
fieldType: "cl::t::cellRef"
|
|
8753
|
+
},
|
|
8754
|
+
"4": {
|
|
8755
|
+
fieldName: "md::MsglibSendCallback::payees",
|
|
8756
|
+
fieldType: "cl::t::cellRef"
|
|
8757
|
+
},
|
|
8758
|
+
"5": {
|
|
8759
|
+
fieldName: "md::MsglibSendCallback::nonceByteOffset",
|
|
8760
|
+
fieldType: "cl::t::uint16"
|
|
8761
|
+
},
|
|
8762
|
+
"6": {
|
|
8763
|
+
fieldName: "md::MsglibSendCallback::nonceBytes",
|
|
8764
|
+
fieldType: "cl::t::uint8"
|
|
8765
|
+
},
|
|
8766
|
+
"7": {
|
|
8767
|
+
fieldName: "md::MsglibSendCallback::guidByteOffset",
|
|
8768
|
+
fieldType: "cl::t::uint16"
|
|
8769
|
+
},
|
|
8770
|
+
"8": {
|
|
8771
|
+
fieldName: "md::MsglibSendCallback::guidBytes",
|
|
8772
|
+
fieldType: "cl::t::uint8"
|
|
8773
|
+
},
|
|
8774
|
+
"9": {
|
|
8775
|
+
fieldName: "md::MsglibSendCallback::msglibSendEvents",
|
|
8776
|
+
fieldType: "UlnEvents"
|
|
8777
|
+
},
|
|
8778
|
+
"10": {
|
|
8779
|
+
fieldName: "md::MsglibSendCallback::errorCode",
|
|
8780
|
+
fieldType: "cl::t::uint8"
|
|
8781
|
+
},
|
|
8782
|
+
name: "libSndCb"
|
|
8783
|
+
},
|
|
8784
|
+
UlnEvents: {
|
|
8785
|
+
"0": {
|
|
8786
|
+
fieldName: "UlnEvents::workerEvents",
|
|
8787
|
+
fieldType: "cl::t::cellRef"
|
|
8788
|
+
},
|
|
8789
|
+
"1": {
|
|
8790
|
+
fieldName: "UlnEvents::dvnFeesPaidEvent",
|
|
8791
|
+
fieldType: "DvnFeesPaidEvent"
|
|
8792
|
+
},
|
|
8793
|
+
"2": {
|
|
8794
|
+
fieldName: "UlnEvents::executorFeePaidEvent",
|
|
8795
|
+
fieldType: "ExecutorFeePaidEvent"
|
|
8796
|
+
},
|
|
8797
|
+
name: "UlnEvents"
|
|
8798
|
+
},
|
|
8799
|
+
DvnFeesPaidEvent: {
|
|
8800
|
+
"0": {
|
|
8801
|
+
fieldName: "DvnFeesPaidEvent::requiredDVNs",
|
|
8802
|
+
fieldType: "cl::t::addressList"
|
|
8803
|
+
},
|
|
8804
|
+
"1": {
|
|
8805
|
+
fieldName: "DvnFeesPaidEvent::optionalDVNs",
|
|
8806
|
+
fieldType: "cl::t::addressList"
|
|
8807
|
+
},
|
|
8808
|
+
"2": {
|
|
8809
|
+
fieldName: "DvnFeesPaidEvent::serializedPayees",
|
|
8810
|
+
fieldType: "cl::t::cellRef"
|
|
8811
|
+
},
|
|
8812
|
+
name: "DvnFeePaid"
|
|
8813
|
+
},
|
|
8814
|
+
ExecutorFeePaidEvent: {
|
|
8815
|
+
"0": {
|
|
8816
|
+
fieldName: "ExecutorFeePaidEvent::executorAddress",
|
|
8817
|
+
fieldType: "cl::t::address"
|
|
8818
|
+
},
|
|
8819
|
+
"1": {
|
|
8820
|
+
fieldName: "ExecutorFeePaidEvent::feePaid",
|
|
8821
|
+
fieldType: "cl::t::coins"
|
|
8822
|
+
},
|
|
8823
|
+
name: "ExcFeePaid"
|
|
8824
|
+
},
|
|
8703
8825
|
"md::SignedRequest": {
|
|
8704
8826
|
"0": {
|
|
8705
8827
|
fieldName: "md::SignedRequest::request",
|
|
@@ -8827,7 +8949,7 @@ var tonResolvedObjects = {
|
|
|
8827
8949
|
},
|
|
8828
8950
|
"3": {
|
|
8829
8951
|
fieldName: "lz::Config::config",
|
|
8830
|
-
fieldType: "
|
|
8952
|
+
fieldType: "UlnSendConfig::NewWithDefaults"
|
|
8831
8953
|
},
|
|
8832
8954
|
name: "Config"
|
|
8833
8955
|
},
|
|
@@ -8837,30 +8959,34 @@ var tonResolvedObjects = {
|
|
|
8837
8959
|
fieldType: "cl::t::bool"
|
|
8838
8960
|
},
|
|
8839
8961
|
"1": {
|
|
8840
|
-
fieldName: "lz::EpConfig::NewWithConnection::
|
|
8962
|
+
fieldName: "lz::EpConfig::NewWithConnection::sendMsglibManager",
|
|
8841
8963
|
fieldType: "cl::t::address"
|
|
8842
8964
|
},
|
|
8843
8965
|
"2": {
|
|
8844
|
-
fieldName: "lz::EpConfig::NewWithConnection::
|
|
8966
|
+
fieldName: "lz::EpConfig::NewWithConnection::sendMsglib",
|
|
8845
8967
|
fieldType: "cl::t::address"
|
|
8846
8968
|
},
|
|
8847
8969
|
"3": {
|
|
8848
|
-
fieldName: "lz::EpConfig::NewWithConnection::
|
|
8970
|
+
fieldName: "lz::EpConfig::NewWithConnection::sendMsglibConnection",
|
|
8849
8971
|
fieldType: "cl::t::address"
|
|
8850
8972
|
},
|
|
8851
8973
|
"4": {
|
|
8852
|
-
fieldName: "lz::EpConfig::NewWithConnection::
|
|
8974
|
+
fieldName: "lz::EpConfig::NewWithConnection::receiveMsglib",
|
|
8853
8975
|
fieldType: "cl::t::address"
|
|
8854
8976
|
},
|
|
8855
8977
|
"5": {
|
|
8856
|
-
fieldName: "lz::EpConfig::NewWithConnection::
|
|
8978
|
+
fieldName: "lz::EpConfig::NewWithConnection::receiveMsglibConnection",
|
|
8857
8979
|
fieldType: "cl::t::address"
|
|
8858
8980
|
},
|
|
8859
8981
|
"6": {
|
|
8860
|
-
fieldName: "lz::EpConfig::NewWithConnection::
|
|
8982
|
+
fieldName: "lz::EpConfig::NewWithConnection::timeoutReceiveMsglib",
|
|
8861
8983
|
fieldType: "cl::t::address"
|
|
8862
8984
|
},
|
|
8863
8985
|
"7": {
|
|
8986
|
+
fieldName: "lz::EpConfig::NewWithConnection::timeoutReceiveMsglibConnection",
|
|
8987
|
+
fieldType: "cl::t::address"
|
|
8988
|
+
},
|
|
8989
|
+
"8": {
|
|
8864
8990
|
fieldName: "lz::EpConfig::NewWithConnection::timeoutReceiveMsglibExpiry",
|
|
8865
8991
|
fieldType: "cl::t::uint64"
|
|
8866
8992
|
},
|
|
@@ -8869,16 +8995,13 @@ var tonResolvedObjects = {
|
|
|
8869
8995
|
"lz::EpConfig": {
|
|
8870
8996
|
name: "EpConfig"
|
|
8871
8997
|
},
|
|
8872
|
-
"lz::EpConfig::NewWithDefaults": {
|
|
8873
|
-
name: "EpConfig"
|
|
8874
|
-
},
|
|
8875
8998
|
"lz::ReceiveEpConfig": {
|
|
8876
8999
|
"0": {
|
|
8877
|
-
fieldName: "lz::ReceiveEpConfig::
|
|
9000
|
+
fieldName: "lz::ReceiveEpConfig::receiveMsglibConnection",
|
|
8878
9001
|
fieldType: "cl::t::address"
|
|
8879
9002
|
},
|
|
8880
9003
|
"1": {
|
|
8881
|
-
fieldName: "lz::ReceiveEpConfig::
|
|
9004
|
+
fieldName: "lz::ReceiveEpConfig::timeoutReceiveMsglibConnection",
|
|
8882
9005
|
fieldType: "cl::t::address"
|
|
8883
9006
|
},
|
|
8884
9007
|
"2": {
|
|
@@ -8921,13 +9044,6 @@ var tonResolvedObjects = {
|
|
|
8921
9044
|
},
|
|
8922
9045
|
name: "Worker"
|
|
8923
9046
|
},
|
|
8924
|
-
"md::Amount": {
|
|
8925
|
-
"0": {
|
|
8926
|
-
fieldName: "md::Amount::amount",
|
|
8927
|
-
fieldType: "cl::t::coins"
|
|
8928
|
-
},
|
|
8929
|
-
name: "Amount"
|
|
8930
|
-
},
|
|
8931
9047
|
"md::Bool": {
|
|
8932
9048
|
"0": {
|
|
8933
9049
|
fieldName: "md::Bool::bool",
|
|
@@ -9031,54 +9147,7 @@ var tonResolvedObjects = {
|
|
|
9031
9147
|
fieldName: "md::MessagingReceipt::errorCode",
|
|
9032
9148
|
fieldType: "cl::t::uint16"
|
|
9033
9149
|
},
|
|
9034
|
-
name: "
|
|
9035
|
-
},
|
|
9036
|
-
"md::MsglibSendCallback": {
|
|
9037
|
-
"0": {
|
|
9038
|
-
fieldName: "md::MsglibSendCallback::addressIdx",
|
|
9039
|
-
fieldType: "cl::t::coins"
|
|
9040
|
-
},
|
|
9041
|
-
"1": {
|
|
9042
|
-
fieldName: "md::MsglibSendCallback::nativeAmountIdx",
|
|
9043
|
-
fieldType: "cl::t::coins"
|
|
9044
|
-
},
|
|
9045
|
-
"2": {
|
|
9046
|
-
fieldName: "md::MsglibSendCallback::lzSend",
|
|
9047
|
-
fieldType: "md::LzSend"
|
|
9048
|
-
},
|
|
9049
|
-
"3": {
|
|
9050
|
-
fieldName: "md::MsglibSendCallback::packetEncoded",
|
|
9051
|
-
fieldType: "cl::t::cellRef"
|
|
9052
|
-
},
|
|
9053
|
-
"4": {
|
|
9054
|
-
fieldName: "md::MsglibSendCallback::payees",
|
|
9055
|
-
fieldType: "cl::t::cellRef"
|
|
9056
|
-
},
|
|
9057
|
-
"5": {
|
|
9058
|
-
fieldName: "md::MsglibSendCallback::nonceByteOffset",
|
|
9059
|
-
fieldType: "cl::t::uint16"
|
|
9060
|
-
},
|
|
9061
|
-
"6": {
|
|
9062
|
-
fieldName: "md::MsglibSendCallback::nonceBytes",
|
|
9063
|
-
fieldType: "cl::t::uint8"
|
|
9064
|
-
},
|
|
9065
|
-
"7": {
|
|
9066
|
-
fieldName: "md::MsglibSendCallback::guidByteOffset",
|
|
9067
|
-
fieldType: "cl::t::uint16"
|
|
9068
|
-
},
|
|
9069
|
-
"8": {
|
|
9070
|
-
fieldName: "md::MsglibSendCallback::guidBytes",
|
|
9071
|
-
fieldType: "cl::t::uint8"
|
|
9072
|
-
},
|
|
9073
|
-
"9": {
|
|
9074
|
-
fieldName: "md::MsglibSendCallback::msglibSendEvents",
|
|
9075
|
-
fieldType: "cl::t::objRef"
|
|
9076
|
-
},
|
|
9077
|
-
"10": {
|
|
9078
|
-
fieldName: "md::MsglibSendCallback::errorCode",
|
|
9079
|
-
fieldType: "cl::t::uint8"
|
|
9080
|
-
},
|
|
9081
|
-
name: "libSndCb"
|
|
9150
|
+
name: "MsgReceipt"
|
|
9082
9151
|
},
|
|
9083
9152
|
"md::OptionsExtended": {
|
|
9084
9153
|
"0": {
|
|
@@ -9171,17 +9240,6 @@ var tonResolvedObjects = {
|
|
|
9171
9240
|
},
|
|
9172
9241
|
name: "setSmlCfg"
|
|
9173
9242
|
},
|
|
9174
|
-
POOO: {
|
|
9175
|
-
"0": {
|
|
9176
|
-
fieldName: "POOO::nextEmpty",
|
|
9177
|
-
fieldType: "cl::t::uint64"
|
|
9178
|
-
},
|
|
9179
|
-
"1": {
|
|
9180
|
-
fieldName: "POOO::bitmap",
|
|
9181
|
-
fieldType: "cl::t::cellRef"
|
|
9182
|
-
},
|
|
9183
|
-
name: "POOO"
|
|
9184
|
-
},
|
|
9185
9243
|
SmlConnection: {
|
|
9186
9244
|
"0": {
|
|
9187
9245
|
fieldName: "SmlConnection::baseStorage",
|
|
@@ -9240,32 +9298,6 @@ var tonResolvedObjects = {
|
|
|
9240
9298
|
},
|
|
9241
9299
|
name: "smlMgr"
|
|
9242
9300
|
},
|
|
9243
|
-
DvnFeesPaidEvent: {
|
|
9244
|
-
"0": {
|
|
9245
|
-
fieldName: "DvnFeesPaidEvent::requiredDVNs",
|
|
9246
|
-
fieldType: "cl::t::addressList"
|
|
9247
|
-
},
|
|
9248
|
-
"1": {
|
|
9249
|
-
fieldName: "DvnFeesPaidEvent::optionalDVNs",
|
|
9250
|
-
fieldType: "cl::t::addressList"
|
|
9251
|
-
},
|
|
9252
|
-
"2": {
|
|
9253
|
-
fieldName: "DvnFeesPaidEvent::serializedPayees",
|
|
9254
|
-
fieldType: "cl::t::objRef"
|
|
9255
|
-
},
|
|
9256
|
-
name: "DvnFeePaid"
|
|
9257
|
-
},
|
|
9258
|
-
ExecutorFeePaidEvent: {
|
|
9259
|
-
"0": {
|
|
9260
|
-
fieldName: "ExecutorFeePaidEvent::executorAddress",
|
|
9261
|
-
fieldType: "cl::t::address"
|
|
9262
|
-
},
|
|
9263
|
-
"1": {
|
|
9264
|
-
fieldName: "ExecutorFeePaidEvent::feePaid",
|
|
9265
|
-
fieldType: "cl::t::coins"
|
|
9266
|
-
},
|
|
9267
|
-
name: "ExcFeePaid"
|
|
9268
|
-
},
|
|
9269
9301
|
"md::InitUlnConnection": {
|
|
9270
9302
|
"0": {
|
|
9271
9303
|
fieldName: "md::InitUlnConnection::ulnSendConfigOApp",
|
|
@@ -9310,21 +9342,6 @@ var tonResolvedObjects = {
|
|
|
9310
9342
|
},
|
|
9311
9343
|
name: "tfeebps"
|
|
9312
9344
|
},
|
|
9313
|
-
UlnEvents: {
|
|
9314
|
-
"0": {
|
|
9315
|
-
fieldName: "UlnEvents::workerEvents",
|
|
9316
|
-
fieldType: "cl::t::objRef"
|
|
9317
|
-
},
|
|
9318
|
-
"1": {
|
|
9319
|
-
fieldName: "UlnEvents::dvnFeesPaidEvent",
|
|
9320
|
-
fieldType: "cl::t::objRef"
|
|
9321
|
-
},
|
|
9322
|
-
"2": {
|
|
9323
|
-
fieldName: "UlnEvents::executorFeePaidEvent",
|
|
9324
|
-
fieldType: "cl::t::objRef"
|
|
9325
|
-
},
|
|
9326
|
-
name: "UlnEvents"
|
|
9327
|
-
},
|
|
9328
9345
|
UlnReceiveConfig: {
|
|
9329
9346
|
"0": {
|
|
9330
9347
|
fieldName: "UlnReceiveConfig::minCommitPacketGasNull",
|
|
@@ -9467,6 +9484,17 @@ var tonResolvedObjects = {
|
|
|
9467
9484
|
},
|
|
9468
9485
|
name: "UlnExecutr"
|
|
9469
9486
|
},
|
|
9487
|
+
"md::DropEvent": {
|
|
9488
|
+
"0": {
|
|
9489
|
+
fieldName: "md::DropEvent::nativeAmount",
|
|
9490
|
+
fieldType: "cl::t::coins"
|
|
9491
|
+
},
|
|
9492
|
+
"1": {
|
|
9493
|
+
fieldName: "md::DropEvent::receiver",
|
|
9494
|
+
fieldType: "cl::t::address"
|
|
9495
|
+
},
|
|
9496
|
+
name: "DropEvent"
|
|
9497
|
+
},
|
|
9470
9498
|
"md::NativeDrop": {
|
|
9471
9499
|
"0": {
|
|
9472
9500
|
fieldName: "md::NativeDrop::payees",
|
|
@@ -9487,6 +9515,10 @@ var tonResolvedObjects = {
|
|
|
9487
9515
|
fieldName: "md::SetDict::dict",
|
|
9488
9516
|
fieldType: "cl::t::dict256"
|
|
9489
9517
|
},
|
|
9518
|
+
"3": {
|
|
9519
|
+
fieldName: "md::SetDict::target",
|
|
9520
|
+
fieldType: "cl::t::address"
|
|
9521
|
+
},
|
|
9490
9522
|
name: "setDct"
|
|
9491
9523
|
},
|
|
9492
9524
|
"md::SetQuorum": {
|
|
@@ -9502,9 +9534,20 @@ var tonResolvedObjects = {
|
|
|
9502
9534
|
fieldName: "md::SetQuorum::quorum",
|
|
9503
9535
|
fieldType: "cl::t::uint64"
|
|
9504
9536
|
},
|
|
9537
|
+
"3": {
|
|
9538
|
+
fieldName: "md::SetQuorum::target",
|
|
9539
|
+
fieldType: "cl::t::address"
|
|
9540
|
+
},
|
|
9505
9541
|
name: "setQuorum"
|
|
9506
9542
|
}
|
|
9507
9543
|
};
|
|
9544
|
+
var appsAllStorages = class {
|
|
9545
|
+
static async getGetCellBits(contract, input) {
|
|
9546
|
+
const args = [{ type: "cell", cell: input }];
|
|
9547
|
+
const stack = await contract.getViewFunction("getCellBits", args);
|
|
9548
|
+
return [stack.readBigNumber()];
|
|
9549
|
+
}
|
|
9550
|
+
};
|
|
9508
9551
|
var appsCounter = class {
|
|
9509
9552
|
static async getGetBaseOAppStorage(contract) {
|
|
9510
9553
|
const args = [];
|
|
@@ -9516,6 +9559,14 @@ var appsCounter = class {
|
|
|
9516
9559
|
const stack = await contract.getViewFunction("lzReceiveGas", args);
|
|
9517
9560
|
return [stack.readBigNumber()];
|
|
9518
9561
|
}
|
|
9562
|
+
static async getLzSendGas(contract, opcode, input) {
|
|
9563
|
+
const args = [
|
|
9564
|
+
{ type: "int", value: opcode },
|
|
9565
|
+
{ type: "cell", cell: input }
|
|
9566
|
+
];
|
|
9567
|
+
const stack = await contract.getViewFunction("lzSendGas", args);
|
|
9568
|
+
return [stack.readBigNumber()];
|
|
9569
|
+
}
|
|
9519
9570
|
static async get_lzReceiveGas(contract, packet) {
|
|
9520
9571
|
const args = [{ type: "cell", cell: packet }];
|
|
9521
9572
|
const stack = await contract.getViewFunction("_lzReceiveGas", args);
|
|
@@ -9619,8 +9670,8 @@ var protocolChannel = class {
|
|
|
9619
9670
|
const stack = await contract.getViewFunction("channelSend", args);
|
|
9620
9671
|
return [stack.readTuple().pop()];
|
|
9621
9672
|
}
|
|
9622
|
-
static async getMsglibSendCallback(contract,
|
|
9623
|
-
const args = [{ type: "cell", cell:
|
|
9673
|
+
static async getMsglibSendCallback(contract, mdMsglibSendCallback) {
|
|
9674
|
+
const args = [{ type: "cell", cell: mdMsglibSendCallback }];
|
|
9624
9675
|
const stack = await contract.getViewFunction("msglibSendCallback", args);
|
|
9625
9676
|
return [stack.readTuple().pop()];
|
|
9626
9677
|
}
|
|
@@ -9744,8 +9795,11 @@ var protocolEndpoint = class {
|
|
|
9744
9795
|
const stack = await contract.getViewFunction("_msglibManagerToShards", args);
|
|
9745
9796
|
return [stack.readBigNumber(), stack.readBigNumber()];
|
|
9746
9797
|
}
|
|
9747
|
-
static async get_getChannelAddress(contract, path) {
|
|
9748
|
-
const args = [
|
|
9798
|
+
static async get_getChannelAddress(contract, storage, path) {
|
|
9799
|
+
const args = [
|
|
9800
|
+
{ type: "cell", cell: storage },
|
|
9801
|
+
{ type: "cell", cell: path }
|
|
9802
|
+
];
|
|
9749
9803
|
const stack = await contract.getViewFunction("_getChannelAddress", args);
|
|
9750
9804
|
return [stack.readBigNumber()];
|
|
9751
9805
|
}
|
|
@@ -9757,26 +9811,35 @@ var protocolEndpoint = class {
|
|
|
9757
9811
|
const stack = await contract.getViewFunction("_getEpConfigFromManagerAddresses", args);
|
|
9758
9812
|
return [stack.readCell()];
|
|
9759
9813
|
}
|
|
9760
|
-
static async get_getMsglibAndConnectionDefaults(contract,
|
|
9814
|
+
static async get_getMsglibAndConnectionDefaults(contract, msglibInfo, path) {
|
|
9761
9815
|
const args = [
|
|
9762
|
-
{ type: "
|
|
9816
|
+
{ type: "cell", cell: msglibInfo },
|
|
9763
9817
|
{ type: "cell", cell: path }
|
|
9764
9818
|
];
|
|
9765
9819
|
const stack = await contract.getViewFunction("_getMsglibAndConnectionDefaults", args);
|
|
9766
9820
|
return [stack.readBigNumber(), stack.readBigNumber()];
|
|
9767
9821
|
}
|
|
9768
|
-
static async
|
|
9769
|
-
const args = [
|
|
9770
|
-
|
|
9822
|
+
static async getGetSendMsglibAndConnectionDefaults(contract, storage, path) {
|
|
9823
|
+
const args = [
|
|
9824
|
+
{ type: "cell", cell: storage },
|
|
9825
|
+
{ type: "cell", cell: path }
|
|
9826
|
+
];
|
|
9827
|
+
const stack = await contract.getViewFunction("getSendMsglibAndConnectionDefaults", args);
|
|
9771
9828
|
return [stack.readBigNumber(), stack.readBigNumber()];
|
|
9772
9829
|
}
|
|
9773
|
-
static async getGetReceiveMsglibAndConnectionDefaults(contract, path) {
|
|
9774
|
-
const args = [
|
|
9830
|
+
static async getGetReceiveMsglibAndConnectionDefaults(contract, storage, path) {
|
|
9831
|
+
const args = [
|
|
9832
|
+
{ type: "cell", cell: storage },
|
|
9833
|
+
{ type: "cell", cell: path }
|
|
9834
|
+
];
|
|
9775
9835
|
const stack = await contract.getViewFunction("getReceiveMsglibAndConnectionDefaults", args);
|
|
9776
9836
|
return [stack.readBigNumber(), stack.readBigNumber()];
|
|
9777
9837
|
}
|
|
9778
|
-
static async getGetTimeoutReceiveMsglibAndConnectionDefaults(contract, path) {
|
|
9779
|
-
const args = [
|
|
9838
|
+
static async getGetTimeoutReceiveMsglibAndConnectionDefaults(contract, storage, path) {
|
|
9839
|
+
const args = [
|
|
9840
|
+
{ type: "cell", cell: storage },
|
|
9841
|
+
{ type: "cell", cell: path }
|
|
9842
|
+
];
|
|
9780
9843
|
const stack = await contract.getViewFunction("getTimeoutReceiveMsglibAndConnectionDefaults", args);
|
|
9781
9844
|
return [stack.readBigNumber(), stack.readBigNumber()];
|
|
9782
9845
|
}
|
|
@@ -10066,8 +10129,8 @@ var ultralightnodeUlnManager = class {
|
|
|
10066
10129
|
const stack = await contract.getViewFunction("deployUlnConnection", args);
|
|
10067
10130
|
return [stack.readTuple().pop()];
|
|
10068
10131
|
}
|
|
10069
|
-
static async getGetMsglibInfo(contract,
|
|
10070
|
-
const args = [{ type: "cell", cell:
|
|
10132
|
+
static async getGetMsglibInfo(contract, addMsglib) {
|
|
10133
|
+
const args = [{ type: "cell", cell: addMsglib }];
|
|
10071
10134
|
const stack = await contract.getViewFunction("getMsglibInfo", args);
|
|
10072
10135
|
return [stack.readTuple().pop()];
|
|
10073
10136
|
}
|
|
@@ -10725,7 +10788,8 @@ var getEndpointInitStorage = ({
|
|
|
10725
10788
|
defaultSendLibInfo: nullObject(),
|
|
10726
10789
|
defaultReceiveLibInfo: nullObject(),
|
|
10727
10790
|
defaultTimeoutReceiveLibInfo: nullObject(),
|
|
10728
|
-
defaultExpiry: 0
|
|
10791
|
+
defaultExpiry: 0,
|
|
10792
|
+
defaultSendMsglibManager: ""
|
|
10729
10793
|
});
|
|
10730
10794
|
};
|
|
10731
10795
|
function serializeAddressList(addresses) {
|
|
@@ -11309,6 +11373,7 @@ var ERRORS = {
|
|
|
11309
11373
|
SmlManager_ERROR_onlyConnection: 528n,
|
|
11310
11374
|
UlnWorkerInterface_ERROR_UNKNOWN_OPTIONS: 52n,
|
|
11311
11375
|
UlnWorkerInterface_ERROR_ZERO_LZ_COMPOSE_GAS_PROVIDED: 53n,
|
|
11376
|
+
UlnWorkerInterface_ERROR_INVALID_OPTIONS: 54n,
|
|
11312
11377
|
UlnReceiveConfig_ERROR_DVN_CONFIG_ERROR: 321n,
|
|
11313
11378
|
UlnReceiveConfig_ERROR_OPTIONAL_THRESHOLD_TOO_LARGE: 385n,
|
|
11314
11379
|
UlnReceiveConfig_ERROR_OPTIONAL_THRESHOLD_TOO_LOW: 386n,
|
|
@@ -11334,10 +11399,11 @@ var ERRORS = {
|
|
|
11334
11399
|
UlnManager_ERROR_invalidAdminWorkerList: 168n,
|
|
11335
11400
|
UlnManager_ERROR_onlyTentativeOwner: 169n,
|
|
11336
11401
|
UlnManager_ERROR_nullTentativeOwner: 170n,
|
|
11402
|
+
Worker_ERROR_invalidForwardingAddress: 2016n,
|
|
11337
11403
|
Worker_ERROR_onlyAdmin: 2015n,
|
|
11338
11404
|
Worker_ERROR_invalidOpcode: 2014n,
|
|
11339
11405
|
Worker_ERROR_invalidSignedOpcode: 2013n,
|
|
11340
|
-
|
|
11406
|
+
Worker_ERROR_invalidTarget: 2012n,
|
|
11341
11407
|
Dvn_ERROR_expired: 1983n,
|
|
11342
11408
|
Dvn_ERROR_quorumNotMet: 1982n,
|
|
11343
11409
|
Dvn_ERROR_notEnoughSignatures: 1981n,
|
|
@@ -11516,6 +11582,10 @@ var EVENTS = {
|
|
|
11516
11582
|
Executor_event_LZ_RECEIVE_ALERT: {
|
|
11517
11583
|
stringValue: "Executor::event::LZ_RCV_ALERT",
|
|
11518
11584
|
intValue: 1872915503847835639517843655130358044835956776372090239617289700069972n
|
|
11585
|
+
},
|
|
11586
|
+
Executor_event_NATIVE_DROP: {
|
|
11587
|
+
stringValue: "Executor::event::NATIVE_DROP",
|
|
11588
|
+
intValue: 7316076186905607966866576777852961112640458457292397282198021099344n
|
|
11519
11589
|
}
|
|
11520
11590
|
};
|
|
11521
11591
|
|
|
@@ -11644,7 +11714,6 @@ var nameMap = {
|
|
|
11644
11714
|
SmlJobAssg: "LzSmlJobAssigned",
|
|
11645
11715
|
Worker: "LzWorker",
|
|
11646
11716
|
addMsgLib: "MdAddMsglib",
|
|
11647
|
-
Amount: "MdAmount",
|
|
11648
11717
|
Bool: "MdBool",
|
|
11649
11718
|
cNonceInfo: "MdChannelNonceInfo",
|
|
11650
11719
|
coinsAmt: "MdCoinsAmount",
|
|
@@ -11660,7 +11729,7 @@ var nameMap = {
|
|
|
11660
11729
|
MdAddr: "MdMdAddress",
|
|
11661
11730
|
MdEid: "MdMdEid",
|
|
11662
11731
|
MdObj: "MdMdObj",
|
|
11663
|
-
|
|
11732
|
+
MsgReceipt: "MdMessagingReceipt",
|
|
11664
11733
|
libSndCb: "MdMsglibSendCallback",
|
|
11665
11734
|
nonce: "MdNonce",
|
|
11666
11735
|
OptionsExt: "MdOptionsExtended",
|
|
@@ -11707,6 +11776,7 @@ var nameMap = {
|
|
|
11707
11776
|
wrkCorStor: "WorkerCoreStorage",
|
|
11708
11777
|
dvn: "Dvn",
|
|
11709
11778
|
executor: "Executor",
|
|
11779
|
+
DropEvent: "MdDropEvent",
|
|
11710
11780
|
execParams: "MdExecuteParams",
|
|
11711
11781
|
NativeDrop: "MdNativeDrop",
|
|
11712
11782
|
setDct: "MdSetDict",
|
|
@@ -11719,7 +11789,7 @@ var keyMap = {
|
|
|
11719
11789
|
baseOApp: "BaseOApp",
|
|
11720
11790
|
counter: "Counter",
|
|
11721
11791
|
Config: "lz::Config",
|
|
11722
|
-
EpConfig: "lz::EpConfig::
|
|
11792
|
+
EpConfig: "lz::EpConfig::NewWithDefaults",
|
|
11723
11793
|
MsglibInfo: "lz::MsglibInfo",
|
|
11724
11794
|
Packet: "lz::Packet",
|
|
11725
11795
|
path: "lz::Path",
|
|
@@ -11728,7 +11798,6 @@ var keyMap = {
|
|
|
11728
11798
|
SmlJobAssg: "lz::SmlJobAssigned",
|
|
11729
11799
|
Worker: "lz::Worker",
|
|
11730
11800
|
addMsgLib: "md::AddMsglib",
|
|
11731
|
-
Amount: "md::Amount",
|
|
11732
11801
|
Bool: "md::Bool",
|
|
11733
11802
|
cNonceInfo: "md::ChannelNonceInfo",
|
|
11734
11803
|
coinsAmt: "md::CoinsAmount",
|
|
@@ -11744,7 +11813,7 @@ var keyMap = {
|
|
|
11744
11813
|
MdAddr: "md::MdAddress",
|
|
11745
11814
|
MdEid: "md::MdEid",
|
|
11746
11815
|
MdObj: "md::MdObj",
|
|
11747
|
-
|
|
11816
|
+
MsgReceipt: "md::MessagingReceipt",
|
|
11748
11817
|
libSndCb: "md::MsglibSendCallback",
|
|
11749
11818
|
nonce: "md::Nonce",
|
|
11750
11819
|
OptionsExt: "md::OptionsExtended",
|
|
@@ -11756,7 +11825,7 @@ var keyMap = {
|
|
|
11756
11825
|
setPeer: "md::SetPeer",
|
|
11757
11826
|
setSmlCfg: "md::SetSmlManagerConfig",
|
|
11758
11827
|
event: "action::event",
|
|
11759
|
-
POOO: "POOO
|
|
11828
|
+
POOO: "POOO",
|
|
11760
11829
|
channel: "Channel",
|
|
11761
11830
|
controller: "Controller",
|
|
11762
11831
|
baseStore: "BaseStorage",
|
|
@@ -11791,6 +11860,7 @@ var keyMap = {
|
|
|
11791
11860
|
wrkCorStor: "WorkerCoreStorage",
|
|
11792
11861
|
dvn: "Dvn",
|
|
11793
11862
|
executor: "Executor",
|
|
11863
|
+
DropEvent: "md::DropEvent",
|
|
11794
11864
|
execParams: "md::ExecuteParams",
|
|
11795
11865
|
NativeDrop: "md::NativeDrop",
|
|
11796
11866
|
setDct: "md::SetDict",
|
|
@@ -11950,7 +12020,8 @@ var TonContractWrapper = class _TonContractWrapper extends BaseWrapper {
|
|
|
11950
12020
|
}
|
|
11951
12021
|
async getNewLzEpConfigNewWithConnection(provider, args) {
|
|
11952
12022
|
const getResult = await provider.get("lz::EpConfig::NewWithConnection", [
|
|
11953
|
-
{ type: "int", value: args.
|
|
12023
|
+
{ type: "int", value: args.isNull },
|
|
12024
|
+
{ type: "int", value: args.sendMsglibManager },
|
|
11954
12025
|
{ type: "int", value: args.sendMsglib },
|
|
11955
12026
|
{ type: "int", value: args.sendMsglibConnection },
|
|
11956
12027
|
{ type: "int", value: args.receiveMsglib },
|
|
@@ -11963,7 +12034,8 @@ var TonContractWrapper = class _TonContractWrapper extends BaseWrapper {
|
|
|
11963
12034
|
}
|
|
11964
12035
|
async getNewLzEpConfig(provider, args) {
|
|
11965
12036
|
const getResult = await provider.get("lz::EpConfig::New", [
|
|
11966
|
-
{ type: "int", value: args.
|
|
12037
|
+
{ type: "int", value: args.isNull },
|
|
12038
|
+
{ type: "int", value: args.sendMsglibManager },
|
|
11967
12039
|
{ type: "int", value: args.sendMsglib },
|
|
11968
12040
|
{ type: "int", value: args.receiveMsglib },
|
|
11969
12041
|
{ type: "int", value: args.timeoutReceiveMsglib },
|
|
@@ -11975,13 +12047,6 @@ var TonContractWrapper = class _TonContractWrapper extends BaseWrapper {
|
|
|
11975
12047
|
const getResult = await provider.get("lz::EpConfig::NewWithDefaults", []);
|
|
11976
12048
|
return getResult.stack.readCell();
|
|
11977
12049
|
}
|
|
11978
|
-
async getNewLzEpConfigNewFrom(provider, args) {
|
|
11979
|
-
const getResult = await provider.get("lz::EpConfig::NewFrom", [
|
|
11980
|
-
{ type: "int", value: args.sendMsglib },
|
|
11981
|
-
{ type: "int", value: args.receiveMsglib }
|
|
11982
|
-
]);
|
|
11983
|
-
return getResult.stack.readCell();
|
|
11984
|
-
}
|
|
11985
12050
|
async getNewLzMsglibInfo(provider, args) {
|
|
11986
12051
|
const getResult = await provider.get("lz::MsglibInfo::New", [
|
|
11987
12052
|
{ type: "int", value: args.msglibAddress },
|
|
@@ -12017,8 +12082,9 @@ var TonContractWrapper = class _TonContractWrapper extends BaseWrapper {
|
|
|
12017
12082
|
}
|
|
12018
12083
|
async getNewLzSendEpConfig(provider, args) {
|
|
12019
12084
|
const getResult = await provider.get("lz::SendEpConfig::New", [
|
|
12020
|
-
{ type: "int", value: args.
|
|
12021
|
-
{ type: "int", value: args.
|
|
12085
|
+
{ type: "int", value: args.sendMsglibManager },
|
|
12086
|
+
{ type: "int", value: args.sendMsglib },
|
|
12087
|
+
{ type: "int", value: args.sendMsglibConnection }
|
|
12022
12088
|
]);
|
|
12023
12089
|
return getResult.stack.readCell();
|
|
12024
12090
|
}
|
|
@@ -12042,10 +12108,6 @@ var TonContractWrapper = class _TonContractWrapper extends BaseWrapper {
|
|
|
12042
12108
|
]);
|
|
12043
12109
|
return getResult.stack.readCell();
|
|
12044
12110
|
}
|
|
12045
|
-
async getNewMdAmount(provider, args) {
|
|
12046
|
-
const getResult = await provider.get("md::Amount::New", [{ type: "int", value: args.amount }]);
|
|
12047
|
-
return getResult.stack.readCell();
|
|
12048
|
-
}
|
|
12049
12111
|
async getNewMdBool(provider, args) {
|
|
12050
12112
|
const getResult = await provider.get("md::Bool::New", [{ type: "int", value: args.boolean }]);
|
|
12051
12113
|
return getResult.stack.readCell();
|
|
@@ -12278,13 +12340,6 @@ var TonContractWrapper = class _TonContractWrapper extends BaseWrapper {
|
|
|
12278
12340
|
const getResult = await provider.get("POOO::New", []);
|
|
12279
12341
|
return getResult.stack.readCell();
|
|
12280
12342
|
}
|
|
12281
|
-
async getNewPOOONewWithBitsSets(provider, args) {
|
|
12282
|
-
const getResult = await provider.get("POOO::NewWithBitsSets", [
|
|
12283
|
-
{ type: "int", value: args.startingBit },
|
|
12284
|
-
{ type: "int", value: args.endingBit }
|
|
12285
|
-
]);
|
|
12286
|
-
return getResult.stack.readCell();
|
|
12287
|
-
}
|
|
12288
12343
|
async getNewChannel(provider, args) {
|
|
12289
12344
|
const getResult = await provider.get("Channel::New", [
|
|
12290
12345
|
{ type: "int", value: args.owner },
|
|
@@ -12580,12 +12635,20 @@ var TonContractWrapper = class _TonContractWrapper extends BaseWrapper {
|
|
|
12580
12635
|
]);
|
|
12581
12636
|
return getResult.stack.readCell();
|
|
12582
12637
|
}
|
|
12638
|
+
async getNewMdDropEvent(provider, args) {
|
|
12639
|
+
const getResult = await provider.get("md::DropEvent::New", [
|
|
12640
|
+
{ type: "int", value: args.nativeAmount },
|
|
12641
|
+
{ type: "int", value: args.receiver }
|
|
12642
|
+
]);
|
|
12643
|
+
return getResult.stack.readCell();
|
|
12644
|
+
}
|
|
12583
12645
|
async getNewMdExecuteParams(provider, args) {
|
|
12584
12646
|
const getResult = await provider.get("md::ExecuteParams::New", [
|
|
12585
12647
|
{ type: "int", value: args.target },
|
|
12586
12648
|
{ type: "cell", cell: args.callData },
|
|
12587
12649
|
{ type: "int", value: args.expiration },
|
|
12588
|
-
{ type: "int", value: args.opcode }
|
|
12650
|
+
{ type: "int", value: args.opcode },
|
|
12651
|
+
{ type: "int", value: args.forwardingAddress }
|
|
12589
12652
|
]);
|
|
12590
12653
|
return getResult.stack.readCell();
|
|
12591
12654
|
}
|
|
@@ -12597,7 +12660,8 @@ var TonContractWrapper = class _TonContractWrapper extends BaseWrapper {
|
|
|
12597
12660
|
const getResult = await provider.get("md::SetDict::New", [
|
|
12598
12661
|
{ type: "int", value: args.nonce },
|
|
12599
12662
|
{ type: "int", value: args.opcode },
|
|
12600
|
-
{ type: "cell", cell: args._dict }
|
|
12663
|
+
{ type: "cell", cell: args._dict },
|
|
12664
|
+
{ type: "int", value: args.target }
|
|
12601
12665
|
]);
|
|
12602
12666
|
return getResult.stack.readCell();
|
|
12603
12667
|
}
|
|
@@ -12605,7 +12669,8 @@ var TonContractWrapper = class _TonContractWrapper extends BaseWrapper {
|
|
|
12605
12669
|
const getResult = await provider.get("md::SetQuorum::New", [
|
|
12606
12670
|
{ type: "int", value: args.nonce },
|
|
12607
12671
|
{ type: "int", value: args.opcode },
|
|
12608
|
-
{ type: "int", value: args.quorum }
|
|
12672
|
+
{ type: "int", value: args.quorum },
|
|
12673
|
+
{ type: "int", value: args.target }
|
|
12609
12674
|
]);
|
|
12610
12675
|
return getResult.stack.readCell();
|
|
12611
12676
|
}
|
|
@@ -15402,7 +15467,7 @@ var TonObjectUnwrapper = class {
|
|
|
15402
15467
|
const inboundCount = await getLzDict(cell, 2n, wrapper);
|
|
15403
15468
|
const outboundCount = await getLzDict(cell, 3n, wrapper);
|
|
15404
15469
|
const failNextLzReceive = await wrapper.getClInt("cl::get<bool>", cell, 4n);
|
|
15405
|
-
const id = await wrapper.getClInt("cl::get<
|
|
15470
|
+
const id = await wrapper.getClInt("cl::get<uint32>", cell, 5n);
|
|
15406
15471
|
return {
|
|
15407
15472
|
baseStorage,
|
|
15408
15473
|
baseOAppStorage,
|
|
@@ -15426,15 +15491,17 @@ var TonObjectUnwrapper = class {
|
|
|
15426
15491
|
}
|
|
15427
15492
|
static async getLzEpConfigNewWithConnectionToTS(wrapper, cell) {
|
|
15428
15493
|
const isNull = await wrapper.getClInt("cl::get<bool>", cell, 0n);
|
|
15429
|
-
const
|
|
15430
|
-
const
|
|
15431
|
-
const
|
|
15432
|
-
const
|
|
15433
|
-
const
|
|
15434
|
-
const
|
|
15435
|
-
const
|
|
15494
|
+
const sendMsglibManager = await wrapper.getClInt("cl::get<address>", cell, 1n);
|
|
15495
|
+
const sendMsglib = await wrapper.getClInt("cl::get<address>", cell, 2n);
|
|
15496
|
+
const sendMsglibConnection = await wrapper.getClInt("cl::get<address>", cell, 3n);
|
|
15497
|
+
const receiveMsglib = await wrapper.getClInt("cl::get<address>", cell, 4n);
|
|
15498
|
+
const receiveMsglibConnection = await wrapper.getClInt("cl::get<address>", cell, 5n);
|
|
15499
|
+
const timeoutReceiveMsglib = await wrapper.getClInt("cl::get<address>", cell, 6n);
|
|
15500
|
+
const timeoutReceiveMsglibConnection = await wrapper.getClInt("cl::get<address>", cell, 7n);
|
|
15501
|
+
const timeoutReceiveMsglibExpiry = await wrapper.getClInt("cl::get<uint64>", cell, 8n);
|
|
15436
15502
|
return {
|
|
15437
15503
|
isNull,
|
|
15504
|
+
sendMsglibManager,
|
|
15438
15505
|
sendMsglib,
|
|
15439
15506
|
sendMsglibConnection,
|
|
15440
15507
|
receiveMsglib,
|
|
@@ -15479,21 +15546,23 @@ var TonObjectUnwrapper = class {
|
|
|
15479
15546
|
};
|
|
15480
15547
|
}
|
|
15481
15548
|
static async getLzReceiveEpConfigToTS(wrapper, cell) {
|
|
15482
|
-
const
|
|
15483
|
-
const
|
|
15549
|
+
const receiveMsglibConnection = await wrapper.getClInt("cl::get<address>", cell, 0n);
|
|
15550
|
+
const timeoutReceiveMsglibConnection = await wrapper.getClInt("cl::get<address>", cell, 1n);
|
|
15484
15551
|
const expiry = await wrapper.getClInt("cl::get<uint64>", cell, 2n);
|
|
15485
15552
|
return {
|
|
15486
|
-
|
|
15487
|
-
|
|
15553
|
+
receiveMsglibConnection,
|
|
15554
|
+
timeoutReceiveMsglibConnection,
|
|
15488
15555
|
expiry
|
|
15489
15556
|
};
|
|
15490
15557
|
}
|
|
15491
15558
|
static async getLzSendEpConfigToTS(wrapper, cell) {
|
|
15492
|
-
const
|
|
15493
|
-
const
|
|
15559
|
+
const sendMsglibManager = await wrapper.getClInt("cl::get<address>", cell, 0n);
|
|
15560
|
+
const sendMsglib = await wrapper.getClInt("cl::get<address>", cell, 1n);
|
|
15561
|
+
const sendMsglibConnection = await wrapper.getClInt("cl::get<address>", cell, 2n);
|
|
15494
15562
|
return {
|
|
15495
|
-
|
|
15496
|
-
|
|
15563
|
+
sendMsglibManager,
|
|
15564
|
+
sendMsglib,
|
|
15565
|
+
sendMsglibConnection
|
|
15497
15566
|
};
|
|
15498
15567
|
}
|
|
15499
15568
|
static async getLzSmlJobAssignedToTS(wrapper, cell) {
|
|
@@ -15526,12 +15595,6 @@ var TonObjectUnwrapper = class {
|
|
|
15526
15595
|
dstEid
|
|
15527
15596
|
};
|
|
15528
15597
|
}
|
|
15529
|
-
static async getMdAmountToTS(wrapper, cell) {
|
|
15530
|
-
const amount = await wrapper.getClInt("cl::get<coins>", cell, 0n);
|
|
15531
|
-
return {
|
|
15532
|
-
amount
|
|
15533
|
-
};
|
|
15534
|
-
}
|
|
15535
15598
|
static async getMdBoolToTS(wrapper, cell) {
|
|
15536
15599
|
const bool = await wrapper.getClInt("cl::get<bool>", cell, 0n);
|
|
15537
15600
|
return {
|
|
@@ -15638,16 +15701,18 @@ var TonObjectUnwrapper = class {
|
|
|
15638
15701
|
}
|
|
15639
15702
|
static async getMdLzSendToTS(wrapper, cell) {
|
|
15640
15703
|
const sendRequestId = await wrapper.getClInt("cl::get<uint64>", cell, 0n);
|
|
15641
|
-
const
|
|
15642
|
-
const
|
|
15643
|
-
const
|
|
15644
|
-
const
|
|
15645
|
-
const
|
|
15646
|
-
const
|
|
15647
|
-
const
|
|
15648
|
-
const
|
|
15704
|
+
const sendMsglibManager = await wrapper.getClInt("cl::get<address>", cell, 1n);
|
|
15705
|
+
const sendMsglib = await wrapper.getClInt("cl::get<address>", cell, 2n);
|
|
15706
|
+
const sendMsglibConnection = await wrapper.getClInt("cl::get<address>", cell, 3n);
|
|
15707
|
+
const packet = await wrapper.getClCell(cell, 4n);
|
|
15708
|
+
const nativeFee = await wrapper.getClInt("cl::get<coins>", cell, 5n);
|
|
15709
|
+
const zroFee = await wrapper.getClInt("cl::get<coins>", cell, 6n);
|
|
15710
|
+
const extraOptions = await wrapper.getClCell(cell, 7n);
|
|
15711
|
+
const enforcedOptions = await wrapper.getClCell(cell, 8n);
|
|
15712
|
+
const callbackData = await wrapper.getClCell(cell, 9n);
|
|
15649
15713
|
return {
|
|
15650
15714
|
sendRequestId,
|
|
15715
|
+
sendMsglibManager,
|
|
15651
15716
|
sendMsglib,
|
|
15652
15717
|
sendMsglibConnection,
|
|
15653
15718
|
packet,
|
|
@@ -15822,7 +15887,7 @@ var TonObjectUnwrapper = class {
|
|
|
15822
15887
|
initialStorage
|
|
15823
15888
|
};
|
|
15824
15889
|
}
|
|
15825
|
-
static async
|
|
15890
|
+
static async getPOOOToTS(wrapper, cell) {
|
|
15826
15891
|
const nextEmpty = await wrapper.getClInt("cl::get<uint64>", cell, 0n);
|
|
15827
15892
|
const bitmap = await wrapper.getClCell(cell, 1n);
|
|
15828
15893
|
return {
|
|
@@ -15892,10 +15957,11 @@ var TonObjectUnwrapper = class {
|
|
|
15892
15957
|
const numMsglibs = await wrapper.getClInt("cl::get<uint8>", cell, 4n);
|
|
15893
15958
|
const channelCode = await wrapper.getClCell(cell, 5n);
|
|
15894
15959
|
const channelStorageInit = await wrapper.getClCell(cell, 6n);
|
|
15895
|
-
const
|
|
15896
|
-
const
|
|
15897
|
-
const
|
|
15898
|
-
const
|
|
15960
|
+
const defaultSendMsglibManager = await wrapper.getClInt("cl::get<address>", cell, 7n);
|
|
15961
|
+
const defaultSendLibInfo = await wrapper.getClCell(cell, 8n);
|
|
15962
|
+
const defaultReceiveLibInfo = await wrapper.getClCell(cell, 9n);
|
|
15963
|
+
const defaultTimeoutReceiveLibInfo = await wrapper.getClCell(cell, 10n);
|
|
15964
|
+
const defaultExpiry = await wrapper.getClInt("cl::get<uint64>", cell, 11n);
|
|
15899
15965
|
return {
|
|
15900
15966
|
baseStorage,
|
|
15901
15967
|
eid,
|
|
@@ -15904,6 +15970,7 @@ var TonObjectUnwrapper = class {
|
|
|
15904
15970
|
numMsglibs,
|
|
15905
15971
|
channelCode,
|
|
15906
15972
|
channelStorageInit,
|
|
15973
|
+
defaultSendMsglibManager,
|
|
15907
15974
|
defaultSendLibInfo,
|
|
15908
15975
|
defaultReceiveLibInfo,
|
|
15909
15976
|
defaultTimeoutReceiveLibInfo,
|
|
@@ -16175,22 +16242,22 @@ var TonObjectUnwrapper = class {
|
|
|
16175
16242
|
const path = await wrapper.getClCell(cell, 1n);
|
|
16176
16243
|
const endpointAddress = await wrapper.getClInt("cl::get<address>", cell, 2n);
|
|
16177
16244
|
const channelAddress = await wrapper.getClInt("cl::get<address>", cell, 3n);
|
|
16178
|
-
const
|
|
16179
|
-
const
|
|
16180
|
-
const
|
|
16181
|
-
const
|
|
16182
|
-
const
|
|
16245
|
+
const firstUnexecutedNonce = await wrapper.getClInt("cl::get<uint64>", cell, 4n);
|
|
16246
|
+
const ulnAddress = await wrapper.getClInt("cl::get<address>", cell, 5n);
|
|
16247
|
+
const UlnSendConfigOApp = await wrapper.getClCell(cell, 6n);
|
|
16248
|
+
const UlnReceiveConfigOApp = await wrapper.getClCell(cell, 7n);
|
|
16249
|
+
const hashLookups = await getLzDict(cell, 8n, wrapper);
|
|
16183
16250
|
const commitPOOO = await wrapper.getClCell(cell, 9n);
|
|
16184
16251
|
return {
|
|
16185
16252
|
baseStorage,
|
|
16186
16253
|
path,
|
|
16187
16254
|
endpointAddress,
|
|
16188
16255
|
channelAddress,
|
|
16256
|
+
firstUnexecutedNonce,
|
|
16189
16257
|
ulnAddress,
|
|
16190
16258
|
UlnSendConfigOApp,
|
|
16191
16259
|
UlnReceiveConfigOApp,
|
|
16192
16260
|
hashLookups,
|
|
16193
|
-
firstUnexecutedNonce,
|
|
16194
16261
|
commitPOOO
|
|
16195
16262
|
};
|
|
16196
16263
|
}
|
|
@@ -16290,16 +16357,26 @@ var TonObjectUnwrapper = class {
|
|
|
16290
16357
|
nativeDropTotalCap
|
|
16291
16358
|
};
|
|
16292
16359
|
}
|
|
16360
|
+
static async getMdDropEventToTS(wrapper, cell) {
|
|
16361
|
+
const nativeAmount = await wrapper.getClInt("cl::get<coins>", cell, 0n);
|
|
16362
|
+
const receiver = await wrapper.getClInt("cl::get<address>", cell, 1n);
|
|
16363
|
+
return {
|
|
16364
|
+
nativeAmount,
|
|
16365
|
+
receiver
|
|
16366
|
+
};
|
|
16367
|
+
}
|
|
16293
16368
|
static async getMdExecuteParamsToTS(wrapper, cell) {
|
|
16294
16369
|
const target = await wrapper.getClInt("cl::get<address>", cell, 0n);
|
|
16295
16370
|
const callData = await wrapper.getClCell(cell, 1n);
|
|
16296
16371
|
const expiration = await wrapper.getClInt("cl::get<uint64>", cell, 2n);
|
|
16297
16372
|
const opcode = await wrapper.getClInt("cl::get<uint32>", cell, 3n);
|
|
16373
|
+
const forwardingAddress = await wrapper.getClInt("cl::get<address>", cell, 4n);
|
|
16298
16374
|
return {
|
|
16299
16375
|
target,
|
|
16300
16376
|
callData,
|
|
16301
16377
|
expiration,
|
|
16302
|
-
opcode
|
|
16378
|
+
opcode,
|
|
16379
|
+
forwardingAddress
|
|
16303
16380
|
};
|
|
16304
16381
|
}
|
|
16305
16382
|
static async getMdNativeDropToTS(wrapper, cell) {
|
|
@@ -16312,20 +16389,24 @@ var TonObjectUnwrapper = class {
|
|
|
16312
16389
|
const nonce = await wrapper.getClInt("cl::get<uint64>", cell, 0n);
|
|
16313
16390
|
const opcode = await wrapper.getClInt("cl::get<uint64>", cell, 1n);
|
|
16314
16391
|
const dict = await getLzDict(cell, 2n, wrapper);
|
|
16392
|
+
const target = await wrapper.getClInt("cl::get<address>", cell, 3n);
|
|
16315
16393
|
return {
|
|
16316
16394
|
nonce,
|
|
16317
16395
|
opcode,
|
|
16318
|
-
dict
|
|
16396
|
+
dict,
|
|
16397
|
+
target
|
|
16319
16398
|
};
|
|
16320
16399
|
}
|
|
16321
16400
|
static async getMdSetQuorumToTS(wrapper, cell) {
|
|
16322
16401
|
const nonce = await wrapper.getClInt("cl::get<uint64>", cell, 0n);
|
|
16323
16402
|
const opcode = await wrapper.getClInt("cl::get<uint64>", cell, 1n);
|
|
16324
16403
|
const quorum = await wrapper.getClInt("cl::get<uint64>", cell, 2n);
|
|
16404
|
+
const target = await wrapper.getClInt("cl::get<address>", cell, 3n);
|
|
16325
16405
|
return {
|
|
16326
16406
|
nonce,
|
|
16327
16407
|
opcode,
|
|
16328
|
-
quorum
|
|
16408
|
+
quorum,
|
|
16409
|
+
target
|
|
16329
16410
|
};
|
|
16330
16411
|
}
|
|
16331
16412
|
static async getMdSignedRequestToTS(wrapper, cell) {
|
|
@@ -16366,7 +16447,6 @@ var deconstructorMap = {
|
|
|
16366
16447
|
SmlJobAssg: TonObjectUnwrapper.getLzSmlJobAssignedToTS,
|
|
16367
16448
|
Worker: TonObjectUnwrapper.getLzWorkerToTS,
|
|
16368
16449
|
addMsgLib: TonObjectUnwrapper.getMdAddMsglibToTS,
|
|
16369
|
-
Amount: TonObjectUnwrapper.getMdAmountToTS,
|
|
16370
16450
|
Bool: TonObjectUnwrapper.getMdBoolToTS,
|
|
16371
16451
|
cNonceInfo: TonObjectUnwrapper.getMdChannelNonceInfoToTS,
|
|
16372
16452
|
coinsAmt: TonObjectUnwrapper.getMdCoinsAmountToTS,
|
|
@@ -16382,7 +16462,7 @@ var deconstructorMap = {
|
|
|
16382
16462
|
MdAddr: TonObjectUnwrapper.getMdMdAddressToTS,
|
|
16383
16463
|
MdEid: TonObjectUnwrapper.getMdMdEidToTS,
|
|
16384
16464
|
MdObj: TonObjectUnwrapper.getMdMdObjToTS,
|
|
16385
|
-
|
|
16465
|
+
MsgReceipt: TonObjectUnwrapper.getMdMessagingReceiptToTS,
|
|
16386
16466
|
libSndCb: TonObjectUnwrapper.getMdMsglibSendCallbackToTS,
|
|
16387
16467
|
nonce: TonObjectUnwrapper.getMdNonceToTS,
|
|
16388
16468
|
OptionsExt: TonObjectUnwrapper.getMdOptionsExtendedToTS,
|
|
@@ -16394,7 +16474,7 @@ var deconstructorMap = {
|
|
|
16394
16474
|
setPeer: TonObjectUnwrapper.getMdSetPeerToTS,
|
|
16395
16475
|
setSmlCfg: TonObjectUnwrapper.getMdSetSmlManagerConfigToTS,
|
|
16396
16476
|
event: TonObjectUnwrapper.getActionEventToTS,
|
|
16397
|
-
POOO: TonObjectUnwrapper.
|
|
16477
|
+
POOO: TonObjectUnwrapper.getPOOOToTS,
|
|
16398
16478
|
channel: TonObjectUnwrapper.getChannelToTS,
|
|
16399
16479
|
controller: TonObjectUnwrapper.getControllerToTS,
|
|
16400
16480
|
baseStore: TonObjectUnwrapper.getBaseStorageToTS,
|
|
@@ -16429,6 +16509,7 @@ var deconstructorMap = {
|
|
|
16429
16509
|
wrkCorStor: TonObjectUnwrapper.getWorkerCoreStorageToTS,
|
|
16430
16510
|
dvn: TonObjectUnwrapper.getDvnToTS,
|
|
16431
16511
|
executor: TonObjectUnwrapper.getExecutorToTS,
|
|
16512
|
+
DropEvent: TonObjectUnwrapper.getMdDropEventToTS,
|
|
16432
16513
|
execParams: TonObjectUnwrapper.getMdExecuteParamsToTS,
|
|
16433
16514
|
NativeDrop: TonObjectUnwrapper.getMdNativeDropToTS,
|
|
16434
16515
|
setDct: TonObjectUnwrapper.getMdSetDictToTS,
|
|
@@ -17031,6 +17112,6 @@ function createVerifierDictSet(verifiers) {
|
|
|
17031
17112
|
*)
|
|
17032
17113
|
*/
|
|
17033
17114
|
|
|
17034
|
-
export { BASE_CHAIN_ID, BaseWrapper, ERRORS, EVENTS, LzDict, LzEvent, LzEventHandler, LzGasTracker, MASTER_CHAIN_ID, MASTER_CHAIN_SHARD, MAX_CELL_BITS, NAME_WIDTH, OPCODES, PUBLIC_KEY_BYTE_LENGTH, TonContractWrapper, TonObjectUnwrapper, _getTypeWidth, addressToBigInt, addressToHex, 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 };
|
|
17115
|
+
export { BASE_CHAIN_ID, BaseWrapper, ERRORS, EVENTS, LzDict, LzEvent, LzEventHandler, LzGasTracker, MASTER_CHAIN_ID, MASTER_CHAIN_SHARD, MAX_CELL_BITS, NAME_WIDTH, OPCODES, PUBLIC_KEY_BYTE_LENGTH, TonContractWrapper, TonObjectUnwrapper, _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 };
|
|
17035
17116
|
//# sourceMappingURL=index.mjs.map
|
|
17036
17117
|
//# sourceMappingURL=index.mjs.map
|