@layerzerolabs/lz-ton-sdk-v2 3.0.34 → 3.0.35

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.
Files changed (35) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/artifacts/AllStorages.compiled.json +1 -1
  3. package/artifacts/Channel.compiled.json +1 -1
  4. package/artifacts/Controller.compiled.json +1 -1
  5. package/artifacts/Counter.compiled.json +1 -1
  6. package/artifacts/Dvn.compiled.json +1 -1
  7. package/artifacts/DvnFeeLib.compiled.json +1 -1
  8. package/artifacts/Endpoint.compiled.json +1 -1
  9. package/artifacts/Executor.compiled.json +1 -1
  10. package/artifacts/ExecutorFeeLib.compiled.json +1 -1
  11. package/artifacts/PriceFeedCache.compiled.json +1 -1
  12. package/artifacts/Proxy.compiled.json +1 -1
  13. package/artifacts/SmlConnection.compiled.json +1 -1
  14. package/artifacts/SmlManager.compiled.json +1 -1
  15. package/artifacts/Uln.compiled.json +1 -1
  16. package/artifacts/UlnConnection.compiled.json +1 -1
  17. package/artifacts/UlnManager.compiled.json +1 -1
  18. package/deployments/ton-sandbox-local/AllStorages.json +1 -1
  19. package/deployments/ton-sandbox-local/Controller.json +1 -1
  20. package/deployments/ton-sandbox-local/Counter.json +1 -1
  21. package/deployments/ton-sandbox-local/Dvn.json +1 -1
  22. package/deployments/ton-sandbox-local/DvnProxy.json +1 -1
  23. package/deployments/ton-sandbox-local/Executor.json +1 -1
  24. package/deployments/ton-sandbox-local/ExecutorProxy.json +1 -1
  25. package/deployments/ton-sandbox-local/PriceFeedCache.json +1 -1
  26. package/deployments/ton-sandbox-local/PriceFeedCacheProxy.json +1 -1
  27. package/deployments/ton-sandbox-local/SmlManager.json +1 -1
  28. package/deployments/ton-sandbox-local/UlnManager.json +1 -1
  29. package/dist/index.cjs +88 -4
  30. package/dist/index.cjs.map +1 -1
  31. package/dist/index.d.mts +263 -29
  32. package/dist/index.d.ts +263 -29
  33. package/dist/index.mjs +88 -4
  34. package/dist/index.mjs.map +1 -1
  35. package/package.json +7 -6
package/dist/index.d.mts CHANGED
@@ -1053,6 +1053,33 @@ declare const tonObjects: {
1053
1053
  readonly fieldType: "cl::t::uint256";
1054
1054
  };
1055
1055
  };
1056
+ readonly 'md::OptionsV2': {
1057
+ readonly name: "OptionsV2";
1058
+ readonly 0: {
1059
+ readonly fieldName: "md::OptionsV2::lzReceiveGas";
1060
+ readonly fieldType: "cl::t::uint256";
1061
+ };
1062
+ readonly 1: {
1063
+ readonly fieldName: "md::OptionsV2::lzReceiveValue";
1064
+ readonly fieldType: "cl::t::uint256";
1065
+ };
1066
+ readonly 2: {
1067
+ readonly fieldName: "md::OptionsV2::lzComposeGas";
1068
+ readonly fieldType: "cl::t::uint256";
1069
+ };
1070
+ readonly 3: {
1071
+ readonly fieldName: "md::OptionsV2::lzComposeValue";
1072
+ readonly fieldType: "cl::t::uint256";
1073
+ };
1074
+ readonly 4: {
1075
+ readonly fieldName: "md::OptionsV2::nativeDropAddress";
1076
+ readonly fieldType: "cl::t::address";
1077
+ };
1078
+ readonly 5: {
1079
+ readonly fieldName: "md::OptionsV2::nativeDropAmount";
1080
+ readonly fieldType: "cl::t::uint256";
1081
+ };
1082
+ };
1056
1083
  readonly 'md::PacketId': {
1057
1084
  readonly name: "pktId";
1058
1085
  readonly 0: {
@@ -2934,7 +2961,7 @@ declare const tonResolvedObjects: {
2934
2961
  };
2935
2962
  readonly '9': {
2936
2963
  readonly fieldName: "md::MsglibSendCallback::msglibSendEvents";
2937
- readonly fieldType: "UlnEvents";
2964
+ readonly fieldType: "cl::t::objRef";
2938
2965
  };
2939
2966
  readonly '10': {
2940
2967
  readonly fieldName: "md::MsglibSendCallback::errorCode";
@@ -2997,7 +3024,7 @@ declare const tonResolvedObjects: {
2997
3024
  readonly 'md::ExtendedMd': {
2998
3025
  readonly '0': {
2999
3026
  readonly fieldName: "md::ExtendedMd::md";
3000
- readonly fieldType: "md::UlnVerification";
3027
+ readonly fieldType: "cl::t::objRef";
3001
3028
  };
3002
3029
  readonly '1': {
3003
3030
  readonly fieldName: "md::ExtendedMd::obj";
@@ -3110,7 +3137,7 @@ declare const tonResolvedObjects: {
3110
3137
  };
3111
3138
  readonly '3': {
3112
3139
  readonly fieldName: "lz::Config::config";
3113
- readonly fieldType: "UlnSendConfig::NewWithDefaults";
3140
+ readonly fieldType: "cl::t::objRef";
3114
3141
  };
3115
3142
  readonly name: "Config";
3116
3143
  };
@@ -3344,10 +3371,37 @@ declare const tonResolvedObjects: {
3344
3371
  };
3345
3372
  readonly name: "OptionsV1";
3346
3373
  };
3374
+ readonly 'md::OptionsV2': {
3375
+ readonly '0': {
3376
+ readonly fieldName: "md::OptionsV2::lzReceiveGas";
3377
+ readonly fieldType: "cl::t::uint256";
3378
+ };
3379
+ readonly '1': {
3380
+ readonly fieldName: "md::OptionsV2::lzReceiveValue";
3381
+ readonly fieldType: "cl::t::uint256";
3382
+ };
3383
+ readonly '2': {
3384
+ readonly fieldName: "md::OptionsV2::lzComposeGas";
3385
+ readonly fieldType: "cl::t::uint256";
3386
+ };
3387
+ readonly '3': {
3388
+ readonly fieldName: "md::OptionsV2::lzComposeValue";
3389
+ readonly fieldType: "cl::t::uint256";
3390
+ };
3391
+ readonly '4': {
3392
+ readonly fieldName: "md::OptionsV2::nativeDropAddress";
3393
+ readonly fieldType: "cl::t::address";
3394
+ };
3395
+ readonly '5': {
3396
+ readonly fieldName: "md::OptionsV2::nativeDropAmount";
3397
+ readonly fieldType: "cl::t::uint256";
3398
+ };
3399
+ readonly name: "OptionsV2";
3400
+ };
3347
3401
  readonly 'md::PacketId': {
3348
3402
  readonly '0': {
3349
3403
  readonly fieldName: "md::PacketId::path";
3350
- readonly fieldType: "md::Path";
3404
+ readonly fieldType: "lz::Path";
3351
3405
  };
3352
3406
  readonly '1': {
3353
3407
  readonly fieldName: "md::PacketId::nonce";
@@ -3949,6 +4003,14 @@ declare class TonContractWrapper extends BaseWrapper {
3949
4003
  nativeDropAddress: bigint;
3950
4004
  nativeDropAmount: bigint;
3951
4005
  }): Promise<Cell>;
4006
+ getNewMdOptionsV2(provider: ContractProvider, args: {
4007
+ lzReceiveGas: bigint;
4008
+ lzReceiveValue: bigint;
4009
+ lzComposeGas: bigint;
4010
+ lzComposeValue: bigint;
4011
+ nativeDropAddress: bigint;
4012
+ nativeDropAmount: bigint;
4013
+ }): Promise<Cell>;
3952
4014
  getNewMdPacketId(provider: ContractProvider, args: {
3953
4015
  path: Cell;
3954
4016
  nonce: bigint;
@@ -4432,6 +4494,14 @@ interface MdOptionsV1 extends Md {
4432
4494
  nativeDropAddress: bigint;
4433
4495
  nativeDropAmount: bigint;
4434
4496
  }
4497
+ interface MdOptionsV2 extends Md {
4498
+ lzReceiveGas: bigint;
4499
+ lzReceiveValue: bigint;
4500
+ lzComposeGas: bigint;
4501
+ lzComposeValue: bigint;
4502
+ nativeDropAddress: bigint;
4503
+ nativeDropAmount: bigint;
4504
+ }
4435
4505
  interface MdPacketId extends Md {
4436
4506
  path: Cell;
4437
4507
  nonce: bigint;
@@ -4829,6 +4899,7 @@ declare class TonObjectUnwrapper {
4829
4899
  static getMdNonceToTS(wrapper: ExtendedContract<TonContractWrapper>, cell: Cell): Promise<MdNonce>;
4830
4900
  static getMdOptionsExtendedToTS(wrapper: ExtendedContract<TonContractWrapper>, cell: Cell): Promise<MdOptionsExtended>;
4831
4901
  static getMdOptionsV1ToTS(wrapper: ExtendedContract<TonContractWrapper>, cell: Cell): Promise<MdOptionsV1>;
4902
+ static getMdOptionsV2ToTS(wrapper: ExtendedContract<TonContractWrapper>, cell: Cell): Promise<MdOptionsV2>;
4832
4903
  static getMdPacketIdToTS(wrapper: ExtendedContract<TonContractWrapper>, cell: Cell): Promise<MdPacketId>;
4833
4904
  static getMdPacketSentToTS(wrapper: ExtendedContract<TonContractWrapper>, cell: Cell): Promise<MdPacketSent>;
4834
4905
  static getMdSetAddressToTS(wrapper: ExtendedContract<TonContractWrapper>, cell: Cell): Promise<MdSetAddress>;
@@ -4914,6 +4985,7 @@ declare const deconstructorMap: {
4914
4985
  nonce: typeof TonObjectUnwrapper.getMdNonceToTS;
4915
4986
  OptionsExt: typeof TonObjectUnwrapper.getMdOptionsExtendedToTS;
4916
4987
  OptionsV1: typeof TonObjectUnwrapper.getMdOptionsV1ToTS;
4988
+ OptionsV2: typeof TonObjectUnwrapper.getMdOptionsV2ToTS;
4917
4989
  pktId: typeof TonObjectUnwrapper.getMdPacketIdToTS;
4918
4990
  pktSent: typeof TonObjectUnwrapper.getMdPacketSentToTS;
4919
4991
  setAddress: typeof TonObjectUnwrapper.getMdSetAddressToTS;
@@ -6630,7 +6702,7 @@ declare const buildClass: <ClassName extends TonObjectsKeys<{
6630
6702
  };
6631
6703
  readonly '9': {
6632
6704
  readonly fieldName: "md::MsglibSendCallback::msglibSendEvents";
6633
- readonly fieldType: "UlnEvents";
6705
+ readonly fieldType: "cl::t::objRef";
6634
6706
  };
6635
6707
  readonly '10': {
6636
6708
  readonly fieldName: "md::MsglibSendCallback::errorCode";
@@ -6693,7 +6765,7 @@ declare const buildClass: <ClassName extends TonObjectsKeys<{
6693
6765
  readonly 'md::ExtendedMd': {
6694
6766
  readonly '0': {
6695
6767
  readonly fieldName: "md::ExtendedMd::md";
6696
- readonly fieldType: "md::UlnVerification";
6768
+ readonly fieldType: "cl::t::objRef";
6697
6769
  };
6698
6770
  readonly '1': {
6699
6771
  readonly fieldName: "md::ExtendedMd::obj";
@@ -6806,7 +6878,7 @@ declare const buildClass: <ClassName extends TonObjectsKeys<{
6806
6878
  };
6807
6879
  readonly '3': {
6808
6880
  readonly fieldName: "lz::Config::config";
6809
- readonly fieldType: "UlnSendConfig::NewWithDefaults";
6881
+ readonly fieldType: "cl::t::objRef";
6810
6882
  };
6811
6883
  readonly name: "Config";
6812
6884
  };
@@ -7040,10 +7112,37 @@ declare const buildClass: <ClassName extends TonObjectsKeys<{
7040
7112
  };
7041
7113
  readonly name: "OptionsV1";
7042
7114
  };
7115
+ readonly 'md::OptionsV2': {
7116
+ readonly '0': {
7117
+ readonly fieldName: "md::OptionsV2::lzReceiveGas";
7118
+ readonly fieldType: "cl::t::uint256";
7119
+ };
7120
+ readonly '1': {
7121
+ readonly fieldName: "md::OptionsV2::lzReceiveValue";
7122
+ readonly fieldType: "cl::t::uint256";
7123
+ };
7124
+ readonly '2': {
7125
+ readonly fieldName: "md::OptionsV2::lzComposeGas";
7126
+ readonly fieldType: "cl::t::uint256";
7127
+ };
7128
+ readonly '3': {
7129
+ readonly fieldName: "md::OptionsV2::lzComposeValue";
7130
+ readonly fieldType: "cl::t::uint256";
7131
+ };
7132
+ readonly '4': {
7133
+ readonly fieldName: "md::OptionsV2::nativeDropAddress";
7134
+ readonly fieldType: "cl::t::address";
7135
+ };
7136
+ readonly '5': {
7137
+ readonly fieldName: "md::OptionsV2::nativeDropAmount";
7138
+ readonly fieldType: "cl::t::uint256";
7139
+ };
7140
+ readonly name: "OptionsV2";
7141
+ };
7043
7142
  readonly 'md::PacketId': {
7044
7143
  readonly '0': {
7045
7144
  readonly fieldName: "md::PacketId::path";
7046
- readonly fieldType: "md::Path";
7145
+ readonly fieldType: "lz::Path";
7047
7146
  };
7048
7147
  readonly '1': {
7049
7148
  readonly fieldName: "md::PacketId::nonce";
@@ -8277,7 +8376,7 @@ declare const buildClass: <ClassName extends TonObjectsKeys<{
8277
8376
  };
8278
8377
  readonly '9': {
8279
8378
  readonly fieldName: "md::MsglibSendCallback::msglibSendEvents";
8280
- readonly fieldType: "UlnEvents";
8379
+ readonly fieldType: "cl::t::objRef";
8281
8380
  };
8282
8381
  readonly '10': {
8283
8382
  readonly fieldName: "md::MsglibSendCallback::errorCode";
@@ -8340,7 +8439,7 @@ declare const buildClass: <ClassName extends TonObjectsKeys<{
8340
8439
  readonly 'md::ExtendedMd': {
8341
8440
  readonly '0': {
8342
8441
  readonly fieldName: "md::ExtendedMd::md";
8343
- readonly fieldType: "md::UlnVerification";
8442
+ readonly fieldType: "cl::t::objRef";
8344
8443
  };
8345
8444
  readonly '1': {
8346
8445
  readonly fieldName: "md::ExtendedMd::obj";
@@ -8453,7 +8552,7 @@ declare const buildClass: <ClassName extends TonObjectsKeys<{
8453
8552
  };
8454
8553
  readonly '3': {
8455
8554
  readonly fieldName: "lz::Config::config";
8456
- readonly fieldType: "UlnSendConfig::NewWithDefaults";
8555
+ readonly fieldType: "cl::t::objRef";
8457
8556
  };
8458
8557
  readonly name: "Config";
8459
8558
  };
@@ -8687,10 +8786,37 @@ declare const buildClass: <ClassName extends TonObjectsKeys<{
8687
8786
  };
8688
8787
  readonly name: "OptionsV1";
8689
8788
  };
8789
+ readonly 'md::OptionsV2': {
8790
+ readonly '0': {
8791
+ readonly fieldName: "md::OptionsV2::lzReceiveGas";
8792
+ readonly fieldType: "cl::t::uint256";
8793
+ };
8794
+ readonly '1': {
8795
+ readonly fieldName: "md::OptionsV2::lzReceiveValue";
8796
+ readonly fieldType: "cl::t::uint256";
8797
+ };
8798
+ readonly '2': {
8799
+ readonly fieldName: "md::OptionsV2::lzComposeGas";
8800
+ readonly fieldType: "cl::t::uint256";
8801
+ };
8802
+ readonly '3': {
8803
+ readonly fieldName: "md::OptionsV2::lzComposeValue";
8804
+ readonly fieldType: "cl::t::uint256";
8805
+ };
8806
+ readonly '4': {
8807
+ readonly fieldName: "md::OptionsV2::nativeDropAddress";
8808
+ readonly fieldType: "cl::t::address";
8809
+ };
8810
+ readonly '5': {
8811
+ readonly fieldName: "md::OptionsV2::nativeDropAmount";
8812
+ readonly fieldType: "cl::t::uint256";
8813
+ };
8814
+ readonly name: "OptionsV2";
8815
+ };
8690
8816
  readonly 'md::PacketId': {
8691
8817
  readonly '0': {
8692
8818
  readonly fieldName: "md::PacketId::path";
8693
- readonly fieldType: "md::Path";
8819
+ readonly fieldType: "lz::Path";
8694
8820
  };
8695
8821
  readonly '1': {
8696
8822
  readonly fieldName: "md::PacketId::nonce";
@@ -9925,7 +10051,7 @@ declare const decodeClass: <ClassName extends TonObjectsKeys<{
9925
10051
  };
9926
10052
  readonly '9': {
9927
10053
  readonly fieldName: "md::MsglibSendCallback::msglibSendEvents";
9928
- readonly fieldType: "UlnEvents";
10054
+ readonly fieldType: "cl::t::objRef";
9929
10055
  };
9930
10056
  readonly '10': {
9931
10057
  readonly fieldName: "md::MsglibSendCallback::errorCode";
@@ -9988,7 +10114,7 @@ declare const decodeClass: <ClassName extends TonObjectsKeys<{
9988
10114
  readonly 'md::ExtendedMd': {
9989
10115
  readonly '0': {
9990
10116
  readonly fieldName: "md::ExtendedMd::md";
9991
- readonly fieldType: "md::UlnVerification";
10117
+ readonly fieldType: "cl::t::objRef";
9992
10118
  };
9993
10119
  readonly '1': {
9994
10120
  readonly fieldName: "md::ExtendedMd::obj";
@@ -10101,7 +10227,7 @@ declare const decodeClass: <ClassName extends TonObjectsKeys<{
10101
10227
  };
10102
10228
  readonly '3': {
10103
10229
  readonly fieldName: "lz::Config::config";
10104
- readonly fieldType: "UlnSendConfig::NewWithDefaults";
10230
+ readonly fieldType: "cl::t::objRef";
10105
10231
  };
10106
10232
  readonly name: "Config";
10107
10233
  };
@@ -10335,10 +10461,37 @@ declare const decodeClass: <ClassName extends TonObjectsKeys<{
10335
10461
  };
10336
10462
  readonly name: "OptionsV1";
10337
10463
  };
10464
+ readonly 'md::OptionsV2': {
10465
+ readonly '0': {
10466
+ readonly fieldName: "md::OptionsV2::lzReceiveGas";
10467
+ readonly fieldType: "cl::t::uint256";
10468
+ };
10469
+ readonly '1': {
10470
+ readonly fieldName: "md::OptionsV2::lzReceiveValue";
10471
+ readonly fieldType: "cl::t::uint256";
10472
+ };
10473
+ readonly '2': {
10474
+ readonly fieldName: "md::OptionsV2::lzComposeGas";
10475
+ readonly fieldType: "cl::t::uint256";
10476
+ };
10477
+ readonly '3': {
10478
+ readonly fieldName: "md::OptionsV2::lzComposeValue";
10479
+ readonly fieldType: "cl::t::uint256";
10480
+ };
10481
+ readonly '4': {
10482
+ readonly fieldName: "md::OptionsV2::nativeDropAddress";
10483
+ readonly fieldType: "cl::t::address";
10484
+ };
10485
+ readonly '5': {
10486
+ readonly fieldName: "md::OptionsV2::nativeDropAmount";
10487
+ readonly fieldType: "cl::t::uint256";
10488
+ };
10489
+ readonly name: "OptionsV2";
10490
+ };
10338
10491
  readonly 'md::PacketId': {
10339
10492
  readonly '0': {
10340
10493
  readonly fieldName: "md::PacketId::path";
10341
- readonly fieldType: "md::Path";
10494
+ readonly fieldType: "lz::Path";
10342
10495
  };
10343
10496
  readonly '1': {
10344
10497
  readonly fieldName: "md::PacketId::nonce";
@@ -11572,7 +11725,7 @@ declare const decodeClass: <ClassName extends TonObjectsKeys<{
11572
11725
  };
11573
11726
  readonly '9': {
11574
11727
  readonly fieldName: "md::MsglibSendCallback::msglibSendEvents";
11575
- readonly fieldType: "UlnEvents";
11728
+ readonly fieldType: "cl::t::objRef";
11576
11729
  };
11577
11730
  readonly '10': {
11578
11731
  readonly fieldName: "md::MsglibSendCallback::errorCode";
@@ -11635,7 +11788,7 @@ declare const decodeClass: <ClassName extends TonObjectsKeys<{
11635
11788
  readonly 'md::ExtendedMd': {
11636
11789
  readonly '0': {
11637
11790
  readonly fieldName: "md::ExtendedMd::md";
11638
- readonly fieldType: "md::UlnVerification";
11791
+ readonly fieldType: "cl::t::objRef";
11639
11792
  };
11640
11793
  readonly '1': {
11641
11794
  readonly fieldName: "md::ExtendedMd::obj";
@@ -11748,7 +11901,7 @@ declare const decodeClass: <ClassName extends TonObjectsKeys<{
11748
11901
  };
11749
11902
  readonly '3': {
11750
11903
  readonly fieldName: "lz::Config::config";
11751
- readonly fieldType: "UlnSendConfig::NewWithDefaults";
11904
+ readonly fieldType: "cl::t::objRef";
11752
11905
  };
11753
11906
  readonly name: "Config";
11754
11907
  };
@@ -11982,10 +12135,37 @@ declare const decodeClass: <ClassName extends TonObjectsKeys<{
11982
12135
  };
11983
12136
  readonly name: "OptionsV1";
11984
12137
  };
12138
+ readonly 'md::OptionsV2': {
12139
+ readonly '0': {
12140
+ readonly fieldName: "md::OptionsV2::lzReceiveGas";
12141
+ readonly fieldType: "cl::t::uint256";
12142
+ };
12143
+ readonly '1': {
12144
+ readonly fieldName: "md::OptionsV2::lzReceiveValue";
12145
+ readonly fieldType: "cl::t::uint256";
12146
+ };
12147
+ readonly '2': {
12148
+ readonly fieldName: "md::OptionsV2::lzComposeGas";
12149
+ readonly fieldType: "cl::t::uint256";
12150
+ };
12151
+ readonly '3': {
12152
+ readonly fieldName: "md::OptionsV2::lzComposeValue";
12153
+ readonly fieldType: "cl::t::uint256";
12154
+ };
12155
+ readonly '4': {
12156
+ readonly fieldName: "md::OptionsV2::nativeDropAddress";
12157
+ readonly fieldType: "cl::t::address";
12158
+ };
12159
+ readonly '5': {
12160
+ readonly fieldName: "md::OptionsV2::nativeDropAmount";
12161
+ readonly fieldType: "cl::t::uint256";
12162
+ };
12163
+ readonly name: "OptionsV2";
12164
+ };
11985
12165
  readonly 'md::PacketId': {
11986
12166
  readonly '0': {
11987
12167
  readonly fieldName: "md::PacketId::path";
11988
- readonly fieldType: "md::Path";
12168
+ readonly fieldType: "lz::Path";
11989
12169
  };
11990
12170
  readonly '1': {
11991
12171
  readonly fieldName: "md::PacketId::nonce";
@@ -13219,7 +13399,7 @@ declare const decodeClass: <ClassName extends TonObjectsKeys<{
13219
13399
  };
13220
13400
  readonly '9': {
13221
13401
  readonly fieldName: "md::MsglibSendCallback::msglibSendEvents";
13222
- readonly fieldType: "UlnEvents";
13402
+ readonly fieldType: "cl::t::objRef";
13223
13403
  };
13224
13404
  readonly '10': {
13225
13405
  readonly fieldName: "md::MsglibSendCallback::errorCode";
@@ -13282,7 +13462,7 @@ declare const decodeClass: <ClassName extends TonObjectsKeys<{
13282
13462
  readonly 'md::ExtendedMd': {
13283
13463
  readonly '0': {
13284
13464
  readonly fieldName: "md::ExtendedMd::md";
13285
- readonly fieldType: "md::UlnVerification";
13465
+ readonly fieldType: "cl::t::objRef";
13286
13466
  };
13287
13467
  readonly '1': {
13288
13468
  readonly fieldName: "md::ExtendedMd::obj";
@@ -13395,7 +13575,7 @@ declare const decodeClass: <ClassName extends TonObjectsKeys<{
13395
13575
  };
13396
13576
  readonly '3': {
13397
13577
  readonly fieldName: "lz::Config::config";
13398
- readonly fieldType: "UlnSendConfig::NewWithDefaults";
13578
+ readonly fieldType: "cl::t::objRef";
13399
13579
  };
13400
13580
  readonly name: "Config";
13401
13581
  };
@@ -13629,10 +13809,37 @@ declare const decodeClass: <ClassName extends TonObjectsKeys<{
13629
13809
  };
13630
13810
  readonly name: "OptionsV1";
13631
13811
  };
13812
+ readonly 'md::OptionsV2': {
13813
+ readonly '0': {
13814
+ readonly fieldName: "md::OptionsV2::lzReceiveGas";
13815
+ readonly fieldType: "cl::t::uint256";
13816
+ };
13817
+ readonly '1': {
13818
+ readonly fieldName: "md::OptionsV2::lzReceiveValue";
13819
+ readonly fieldType: "cl::t::uint256";
13820
+ };
13821
+ readonly '2': {
13822
+ readonly fieldName: "md::OptionsV2::lzComposeGas";
13823
+ readonly fieldType: "cl::t::uint256";
13824
+ };
13825
+ readonly '3': {
13826
+ readonly fieldName: "md::OptionsV2::lzComposeValue";
13827
+ readonly fieldType: "cl::t::uint256";
13828
+ };
13829
+ readonly '4': {
13830
+ readonly fieldName: "md::OptionsV2::nativeDropAddress";
13831
+ readonly fieldType: "cl::t::address";
13832
+ };
13833
+ readonly '5': {
13834
+ readonly fieldName: "md::OptionsV2::nativeDropAmount";
13835
+ readonly fieldType: "cl::t::uint256";
13836
+ };
13837
+ readonly name: "OptionsV2";
13838
+ };
13632
13839
  readonly 'md::PacketId': {
13633
13840
  readonly '0': {
13634
13841
  readonly fieldName: "md::PacketId::path";
13635
- readonly fieldType: "md::Path";
13842
+ readonly fieldType: "lz::Path";
13636
13843
  };
13637
13844
  readonly '1': {
13638
13845
  readonly fieldName: "md::PacketId::nonce";
@@ -14866,7 +15073,7 @@ declare const decodeClass: <ClassName extends TonObjectsKeys<{
14866
15073
  };
14867
15074
  readonly '9': {
14868
15075
  readonly fieldName: "md::MsglibSendCallback::msglibSendEvents";
14869
- readonly fieldType: "UlnEvents";
15076
+ readonly fieldType: "cl::t::objRef";
14870
15077
  };
14871
15078
  readonly '10': {
14872
15079
  readonly fieldName: "md::MsglibSendCallback::errorCode";
@@ -14929,7 +15136,7 @@ declare const decodeClass: <ClassName extends TonObjectsKeys<{
14929
15136
  readonly 'md::ExtendedMd': {
14930
15137
  readonly '0': {
14931
15138
  readonly fieldName: "md::ExtendedMd::md";
14932
- readonly fieldType: "md::UlnVerification";
15139
+ readonly fieldType: "cl::t::objRef";
14933
15140
  };
14934
15141
  readonly '1': {
14935
15142
  readonly fieldName: "md::ExtendedMd::obj";
@@ -15042,7 +15249,7 @@ declare const decodeClass: <ClassName extends TonObjectsKeys<{
15042
15249
  };
15043
15250
  readonly '3': {
15044
15251
  readonly fieldName: "lz::Config::config";
15045
- readonly fieldType: "UlnSendConfig::NewWithDefaults";
15252
+ readonly fieldType: "cl::t::objRef";
15046
15253
  };
15047
15254
  readonly name: "Config";
15048
15255
  };
@@ -15276,10 +15483,37 @@ declare const decodeClass: <ClassName extends TonObjectsKeys<{
15276
15483
  };
15277
15484
  readonly name: "OptionsV1";
15278
15485
  };
15486
+ readonly 'md::OptionsV2': {
15487
+ readonly '0': {
15488
+ readonly fieldName: "md::OptionsV2::lzReceiveGas";
15489
+ readonly fieldType: "cl::t::uint256";
15490
+ };
15491
+ readonly '1': {
15492
+ readonly fieldName: "md::OptionsV2::lzReceiveValue";
15493
+ readonly fieldType: "cl::t::uint256";
15494
+ };
15495
+ readonly '2': {
15496
+ readonly fieldName: "md::OptionsV2::lzComposeGas";
15497
+ readonly fieldType: "cl::t::uint256";
15498
+ };
15499
+ readonly '3': {
15500
+ readonly fieldName: "md::OptionsV2::lzComposeValue";
15501
+ readonly fieldType: "cl::t::uint256";
15502
+ };
15503
+ readonly '4': {
15504
+ readonly fieldName: "md::OptionsV2::nativeDropAddress";
15505
+ readonly fieldType: "cl::t::address";
15506
+ };
15507
+ readonly '5': {
15508
+ readonly fieldName: "md::OptionsV2::nativeDropAmount";
15509
+ readonly fieldType: "cl::t::uint256";
15510
+ };
15511
+ readonly name: "OptionsV2";
15512
+ };
15279
15513
  readonly 'md::PacketId': {
15280
15514
  readonly '0': {
15281
15515
  readonly fieldName: "md::PacketId::path";
15282
- readonly fieldType: "md::Path";
15516
+ readonly fieldType: "lz::Path";
15283
15517
  };
15284
15518
  readonly '1': {
15285
15519
  readonly fieldName: "md::PacketId::nonce";
@@ -15668,4 +15902,4 @@ declare function getCompiledJson(name: string, root: string): {
15668
15902
  hex: string;
15669
15903
  };
15670
15904
 
15671
- export { type ActionEvent, type AddressListTypeLike, type AddressTypeLike, type BaseOApp, type BaseStorage, BaseWrapper, type BoolTypeLike, type Channel, type ClDeclareCellField, type ClDeclareField, type ClDeclareNumericField, type ClassDefinition, type ClassNames, type ClassTypeLike, type ComputeSizeGasTest, type Controller, type Counter, type DecodedAndRaw, type DictionaryTypeLike, type Dvn, type DvnFeelib, type DvnFeesPaidEvent, ERRORS, EVENTS, type Endpoint, type EnhancedAddress, type EnhancedAddressList, type EnhancedCell, type Executor, type ExecutorFeePaidEvent, type ExecutorFeelib, type ExtendedContract, type FieldTypeToValue, type FieldTypes, type Fields, type GetIntFnNames, type LZFields, type LoadableDict, type LzAttestation, type LzConfig, LzDict, type LzEpConfigNewWithConnection, LzEvent, LzEventHandler, LzGasTracker, type LzMsglibInfo, type LzPacket, type LzPath, type LzReceiveEpConfig, type LzSendEpConfig, type LzSmlJobAssigned, type LzWorker, MAX_CELL_BITS, type Md, type MdAddMsglib, type MdBool, type MdChannelNonceInfo, type MdClaimTon, type MdCoinsAmount, type MdCounterIncrement, type MdDeploy, type MdDropEvent, type MdExecuteParams, type MdExtendedMd, type MdGetMsglibInfoCallback, type MdInitEndpoint, type MdInitSmlConnection, type MdInitUln, type MdInitUlnConnection, type MdInitUlnManager, type MdLzReceivePrepare, type MdLzReceiveStatus, type MdLzReceiveStatusNewFull, type MdLzSend, type MdMdAddress, type MdMdEid, type MdMdObj, type MdMessagingReceipt, type MdMsglibSendCallback, type MdNativeDrop, type MdNonce, type MdOptionsExtended, type MdOptionsV1, type MdPacketId, type MdPacketSent, type MdRentRefill, type MdSetAddress, type MdSetAdminWorkerAddresses, type MdSetDict, type MdSetEpConfig, type MdSetPeer, type MdSetQuorum, type MdSetSmlManagerConfig, type MdSignedRequest, type MdTreasuryFeeBps, type MdUlnSend, type MdUlnVerification, type MdUlnWorkerFeelibBytecode, type MdUlnWorkerFeelibEvents, type MdVerificationStatus, NAME_WIDTH, type NumberTypeLike, OPCODES, type POOO, PUBLIC_KEY_BYTE_LENGTH, type PathLike, type PathWayLike, type PriceFeedCache, type PriceFeedFeelib, type Primitive, type Proxy, type SendRequestOptions, type SmlConnection, type SmlManager, TonContractWrapper, TonObjectUnwrapper, type TonObjects, type TonObjectsKeys, type Uln, type UlnConnection, type UlnEvents, type UlnManager, type UlnReceiveConfig, type UlnSendConfig, type UlnWorkerFeelibInfo, type ValueOf, type WorkerCoreStorage, _getTypeWidth, addressToBigInt, addressToHex, appsAllStorages, appsCounter, asciiStringToBigint, baseBuildClass, baseDecodeClass, bigIntToHex, bigintToAddress, bigintToAsciiString, buildClass, buildPathClass, calculateCellConsumption, calculateCellConsumptionFromHex, cellsToHex, cl, clDeclare, clGetCellRef, clGetUint, compareAddresses, createVerifierDictSet, decodeClass, deconstructorMap, deepDecode, deepDiff, deserializeAddressList, emptyCell, emptyMap, emptyPOOO, fieldTypes, generateBuildClass, generateDecodeClass, 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, serializeAddressList, simpleMsglibSmlConnection, simpleMsglibSmlManager, srcMultisig, to32ByteBuffer, tonObjects, tonRealNameByCellName, tonResolvedObjects, ultralightnodeUln, ultralightnodeUlnConnection, ultralightnodeUlnManager, ultralightnodeWorkerFeeLibs, workerFeeLibsDvnFeeLib, workerFeeLibsExecutorFeeLib, workersDvn };
15905
+ export { type ActionEvent, type AddressListTypeLike, type AddressTypeLike, type BaseOApp, type BaseStorage, BaseWrapper, type BoolTypeLike, type Channel, type ClDeclareCellField, type ClDeclareField, type ClDeclareNumericField, type ClassDefinition, type ClassNames, type ClassTypeLike, type ComputeSizeGasTest, type Controller, type Counter, type DecodedAndRaw, type DictionaryTypeLike, type Dvn, type DvnFeelib, type DvnFeesPaidEvent, ERRORS, EVENTS, type Endpoint, type EnhancedAddress, type EnhancedAddressList, type EnhancedCell, type Executor, type ExecutorFeePaidEvent, type ExecutorFeelib, type ExtendedContract, type FieldTypeToValue, type FieldTypes, type Fields, type GetIntFnNames, type LZFields, type LoadableDict, type LzAttestation, type LzConfig, LzDict, type LzEpConfigNewWithConnection, LzEvent, LzEventHandler, LzGasTracker, type LzMsglibInfo, type LzPacket, type LzPath, type LzReceiveEpConfig, type LzSendEpConfig, type LzSmlJobAssigned, type LzWorker, MAX_CELL_BITS, type Md, type MdAddMsglib, type MdBool, type MdChannelNonceInfo, type MdClaimTon, type MdCoinsAmount, type MdCounterIncrement, type MdDeploy, type MdDropEvent, type MdExecuteParams, type MdExtendedMd, type MdGetMsglibInfoCallback, type MdInitEndpoint, type MdInitSmlConnection, type MdInitUln, type MdInitUlnConnection, type MdInitUlnManager, type MdLzReceivePrepare, type MdLzReceiveStatus, type MdLzReceiveStatusNewFull, type MdLzSend, type MdMdAddress, type MdMdEid, type MdMdObj, type MdMessagingReceipt, type MdMsglibSendCallback, type MdNativeDrop, type MdNonce, type MdOptionsExtended, type MdOptionsV1, type MdOptionsV2, type MdPacketId, type MdPacketSent, type MdRentRefill, type MdSetAddress, type MdSetAdminWorkerAddresses, type MdSetDict, type MdSetEpConfig, type MdSetPeer, type MdSetQuorum, type MdSetSmlManagerConfig, type MdSignedRequest, type MdTreasuryFeeBps, type MdUlnSend, type MdUlnVerification, type MdUlnWorkerFeelibBytecode, type MdUlnWorkerFeelibEvents, type MdVerificationStatus, NAME_WIDTH, type NumberTypeLike, OPCODES, type POOO, PUBLIC_KEY_BYTE_LENGTH, type PathLike, type PathWayLike, type PriceFeedCache, type PriceFeedFeelib, type Primitive, type Proxy, type SendRequestOptions, type SmlConnection, type SmlManager, TonContractWrapper, TonObjectUnwrapper, type TonObjects, type TonObjectsKeys, type Uln, type UlnConnection, type UlnEvents, type UlnManager, type UlnReceiveConfig, type UlnSendConfig, type UlnWorkerFeelibInfo, type ValueOf, type WorkerCoreStorage, _getTypeWidth, addressToBigInt, addressToHex, appsAllStorages, appsCounter, asciiStringToBigint, baseBuildClass, baseDecodeClass, bigIntToHex, bigintToAddress, bigintToAsciiString, buildClass, buildPathClass, calculateCellConsumption, calculateCellConsumptionFromHex, cellsToHex, cl, clDeclare, clGetCellRef, clGetUint, compareAddresses, createVerifierDictSet, decodeClass, deconstructorMap, deepDecode, deepDiff, deserializeAddressList, emptyCell, emptyMap, emptyPOOO, fieldTypes, generateBuildClass, generateDecodeClass, 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, serializeAddressList, simpleMsglibSmlConnection, simpleMsglibSmlManager, srcMultisig, to32ByteBuffer, tonObjects, tonRealNameByCellName, tonResolvedObjects, ultralightnodeUln, ultralightnodeUlnConnection, ultralightnodeUlnManager, ultralightnodeWorkerFeeLibs, workerFeeLibsDvnFeeLib, workerFeeLibsExecutorFeeLib, workersDvn };