@layerzerolabs/lz-ton-sdk-v2 3.0.59 → 3.0.60

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/dist/index.d.ts CHANGED
@@ -45,6 +45,7 @@ type EnhancedCell<_TonObjects extends TonObjects> = Cell & {
45
45
  clGetCellRef: (index: number) => EnhancedCell<_TonObjects>;
46
46
  clGetUint: (index: number, width: number) => bigint;
47
47
  getCellName: () => string;
48
+ rawCell: Cell;
48
49
  };
49
50
  type LoadableDict<_TonObjects extends TonObjects> = DecodedAndRaw<{
50
51
  getDict: <V>(valueType: DictionaryValue<V>) => Dictionary<bigint, V>;
@@ -636,29 +637,6 @@ declare const tonObjects: {
636
637
  readonly fieldType: "cl::t::coins";
637
638
  };
638
639
  };
639
- readonly 'lz::Worker': {
640
- readonly name: "Worker";
641
- readonly 0: {
642
- readonly fieldName: "lz::Worker::owner";
643
- readonly fieldType: "cl::t::address";
644
- };
645
- readonly 1: {
646
- readonly fieldName: "lz::Worker::viewAllowlist";
647
- readonly fieldType: "cl::t::dict256";
648
- };
649
- readonly 2: {
650
- readonly fieldName: "lz::Worker::viewDependencies";
651
- readonly fieldType: "cl::t::dict256";
652
- };
653
- readonly 3: {
654
- readonly fieldName: "lz::Worker::bytecodeLibrary";
655
- readonly fieldType: "cl::t::cellRef";
656
- };
657
- readonly 4: {
658
- readonly fieldName: "lz::Worker::storage";
659
- readonly fieldType: "cl::t::objRef";
660
- };
661
- };
662
640
  readonly 'md::AddMsglib': {
663
641
  readonly name: "addMsgLib";
664
642
  readonly 0: {
@@ -2394,6 +2372,17 @@ declare const tonResolvedObjects: {
2394
2372
  };
2395
2373
  readonly name: "POOO";
2396
2374
  };
2375
+ readonly 'md::InitUlnManager': {
2376
+ readonly '0': {
2377
+ readonly fieldName: "md::InitUlnManager::endpointCode";
2378
+ readonly fieldType: "cl::t::cellRef";
2379
+ };
2380
+ readonly '1': {
2381
+ readonly fieldName: "md::InitUlnManager::channelCode";
2382
+ readonly fieldType: "cl::t::cellRef";
2383
+ };
2384
+ readonly name: "InitUlnMgr";
2385
+ };
2397
2386
  readonly UlnManager: {
2398
2387
  readonly '0': {
2399
2388
  readonly fieldName: "UlnManager::baseStorage";
@@ -2437,17 +2426,6 @@ declare const tonResolvedObjects: {
2437
2426
  };
2438
2427
  readonly name: "ulnMgr";
2439
2428
  };
2440
- readonly 'md::InitUlnManager': {
2441
- readonly '0': {
2442
- readonly fieldName: "md::InitUlnManager::endpointCode";
2443
- readonly fieldType: "cl::t::cellRef";
2444
- };
2445
- readonly '1': {
2446
- readonly fieldName: "md::InitUlnManager::channelCode";
2447
- readonly fieldType: "cl::t::cellRef";
2448
- };
2449
- readonly name: "InitUlnMgr";
2450
- };
2451
2429
  readonly Dvn: {
2452
2430
  readonly '0': {
2453
2431
  readonly fieldName: "Dvn::workerCoreStorage";
@@ -2655,7 +2633,7 @@ declare const tonResolvedObjects: {
2655
2633
  };
2656
2634
  readonly '2': {
2657
2635
  readonly fieldName: "UlnWorkerFeelibInfo::workerFeelibStorage";
2658
- readonly fieldType: "DvnFeelib";
2636
+ readonly fieldType: "cl::t::objRef";
2659
2637
  };
2660
2638
  readonly '3': {
2661
2639
  readonly fieldName: "UlnWorkerFeelibInfo::friendWorkerAddress";
@@ -2815,6 +2793,17 @@ declare const tonResolvedObjects: {
2815
2793
  };
2816
2794
  readonly name: "SetEpCfg";
2817
2795
  };
2796
+ readonly 'md::ClaimTon': {
2797
+ readonly '0': {
2798
+ readonly fieldName: "md::ClaimTon::amount";
2799
+ readonly fieldType: "cl::t::coins";
2800
+ };
2801
+ readonly '1': {
2802
+ readonly fieldName: "md::ClaimTon::target";
2803
+ readonly fieldType: "cl::t::address";
2804
+ };
2805
+ readonly name: "claimTon";
2806
+ };
2818
2807
  readonly 'md::CounterIncrement': {
2819
2808
  readonly '0': {
2820
2809
  readonly fieldName: "md::CounterIncrement::dstEid";
@@ -3145,6 +3134,39 @@ declare const tonResolvedObjects: {
3145
3134
  };
3146
3135
  readonly name: "LzRecvSts";
3147
3136
  };
3137
+ readonly 'md::CoinsAmount': {
3138
+ readonly '0': {
3139
+ readonly fieldName: "md::CoinsAmount::amount";
3140
+ readonly fieldType: "cl::t::coins";
3141
+ };
3142
+ readonly name: "coinsAmt";
3143
+ };
3144
+ readonly 'md::NativeDrop': {
3145
+ readonly '0': {
3146
+ readonly fieldName: "md::NativeDrop::payees";
3147
+ readonly fieldType: "cl::t::cellRef";
3148
+ };
3149
+ readonly '1': {
3150
+ readonly fieldName: "md::NativeDrop::packetId";
3151
+ readonly fieldType: "md::PacketId";
3152
+ };
3153
+ readonly '2': {
3154
+ readonly fieldName: "md::NativeDrop::msglib";
3155
+ readonly fieldType: "cl::t::address";
3156
+ };
3157
+ readonly name: "NativeDrop";
3158
+ };
3159
+ readonly 'md::PacketId': {
3160
+ readonly '0': {
3161
+ readonly fieldName: "md::PacketId::path";
3162
+ readonly fieldType: "lz::Path";
3163
+ };
3164
+ readonly '1': {
3165
+ readonly fieldName: "md::PacketId::nonce";
3166
+ readonly fieldType: "cl::t::uint64";
3167
+ };
3168
+ readonly name: "pktId";
3169
+ };
3148
3170
  readonly 'lz::Config': {
3149
3171
  readonly '0': {
3150
3172
  readonly fieldName: "lz::Config::path";
@@ -3164,6 +3186,13 @@ declare const tonResolvedObjects: {
3164
3186
  };
3165
3187
  readonly name: "Config";
3166
3188
  };
3189
+ readonly 'md::TreasuryFeeBps': {
3190
+ readonly '0': {
3191
+ readonly fieldName: "md::TreasuryFeeBps::treasuryFeeBps";
3192
+ readonly fieldType: "cl::t::uint16";
3193
+ };
3194
+ readonly name: "tfeebps";
3195
+ };
3167
3196
  readonly 'lz::EpConfig::NewWithConnection': {
3168
3197
  readonly '0': {
3169
3198
  readonly fieldName: "lz::EpConfig::NewWithConnection::isNull";
@@ -3232,29 +3261,6 @@ declare const tonResolvedObjects: {
3232
3261
  };
3233
3262
  readonly name: "SmlJobAssg";
3234
3263
  };
3235
- readonly 'lz::Worker': {
3236
- readonly '0': {
3237
- readonly fieldName: "lz::Worker::owner";
3238
- readonly fieldType: "cl::t::address";
3239
- };
3240
- readonly '1': {
3241
- readonly fieldName: "lz::Worker::viewAllowlist";
3242
- readonly fieldType: "cl::t::dict256";
3243
- };
3244
- readonly '2': {
3245
- readonly fieldName: "lz::Worker::viewDependencies";
3246
- readonly fieldType: "cl::t::dict256";
3247
- };
3248
- readonly '3': {
3249
- readonly fieldName: "lz::Worker::bytecodeLibrary";
3250
- readonly fieldType: "cl::t::cellRef";
3251
- };
3252
- readonly '4': {
3253
- readonly fieldName: "lz::Worker::storage";
3254
- readonly fieldType: "cl::t::objRef";
3255
- };
3256
- readonly name: "Worker";
3257
- };
3258
3264
  readonly 'md::Bool': {
3259
3265
  readonly '0': {
3260
3266
  readonly fieldName: "md::Bool::bool";
@@ -3262,13 +3268,6 @@ declare const tonResolvedObjects: {
3262
3268
  };
3263
3269
  readonly name: "Bool";
3264
3270
  };
3265
- readonly 'md::CoinsAmount': {
3266
- readonly '0': {
3267
- readonly fieldName: "md::CoinsAmount::amount";
3268
- readonly fieldType: "cl::t::coins";
3269
- };
3270
- readonly name: "coinsAmt";
3271
- };
3272
3271
  readonly 'md::Deploy': {
3273
3272
  readonly '0': {
3274
3273
  readonly fieldName: "md::Deploy::initialDeposit";
@@ -3421,17 +3420,6 @@ declare const tonResolvedObjects: {
3421
3420
  };
3422
3421
  readonly name: "OptionsV2";
3423
3422
  };
3424
- readonly 'md::PacketId': {
3425
- readonly '0': {
3426
- readonly fieldName: "md::PacketId::path";
3427
- readonly fieldType: "lz::Path";
3428
- };
3429
- readonly '1': {
3430
- readonly fieldName: "md::PacketId::nonce";
3431
- readonly fieldType: "cl::t::uint64";
3432
- };
3433
- readonly name: "pktId";
3434
- };
3435
3423
  readonly 'md::PacketSent': {
3436
3424
  readonly '0': {
3437
3425
  readonly fieldName: "md::PacketSent::nativeFee";
@@ -3573,13 +3561,6 @@ declare const tonResolvedObjects: {
3573
3561
  };
3574
3562
  readonly name: "adminwork";
3575
3563
  };
3576
- readonly 'md::TreasuryFeeBps': {
3577
- readonly '0': {
3578
- readonly fieldName: "md::TreasuryFeeBps::treasuryFeeBps";
3579
- readonly fieldType: "cl::t::uint16";
3580
- };
3581
- readonly name: "tfeebps";
3582
- };
3583
3564
  readonly UlnReceiveConfig: {
3584
3565
  readonly '0': {
3585
3566
  readonly fieldName: "UlnReceiveConfig::minCommitPacketGasNull";
@@ -3733,32 +3714,6 @@ declare const tonResolvedObjects: {
3733
3714
  };
3734
3715
  readonly name: "ArbFeeExt";
3735
3716
  };
3736
- readonly 'md::ClaimTon': {
3737
- readonly '0': {
3738
- readonly fieldName: "md::ClaimTon::amount";
3739
- readonly fieldType: "cl::t::coins";
3740
- };
3741
- readonly '1': {
3742
- readonly fieldName: "md::ClaimTon::target";
3743
- readonly fieldType: "cl::t::address";
3744
- };
3745
- readonly name: "claimTon";
3746
- };
3747
- readonly 'md::NativeDrop': {
3748
- readonly '0': {
3749
- readonly fieldName: "md::NativeDrop::payees";
3750
- readonly fieldType: "cl::t::cellRef";
3751
- };
3752
- readonly '1': {
3753
- readonly fieldName: "md::NativeDrop::packetId";
3754
- readonly fieldType: "cl::t::objRef";
3755
- };
3756
- readonly '2': {
3757
- readonly fieldName: "md::NativeDrop::msglib";
3758
- readonly fieldType: "cl::t::address";
3759
- };
3760
- readonly name: "NativeDrop";
3761
- };
3762
3717
  readonly 'md::SetDict': {
3763
3718
  readonly '0': {
3764
3719
  readonly fieldName: "md::SetDict::nonce";
@@ -3827,6 +3782,7 @@ type GetIntFnNames = 'cl::get<uint8>' | 'cl::get<uint16>' | 'cl::get<uint32>' |
3827
3782
  declare class TonContractWrapper extends BaseWrapper {
3828
3783
  static create(code: Cell, data: Cell, workchain?: number): TonContractWrapper;
3829
3784
  buildRequest(opCode: bigint, data: Cell, opts: SendRequestOptions, balanceRefill?: bigint, queryId?: number | bigint): SenderArguments;
3785
+ sendTonPayment(provider: ContractProvider, via: Sender, opts: SendRequestOptions): Promise<void>;
3830
3786
  sendInternalMessage(provider: ContractProvider, via: Sender, opCode: bigint, md: Cell, opts: SendRequestOptions, balanceRefill?: bigint, queryId?: number | bigint): Promise<void>;
3831
3787
  getFieldStack(provider: ContractProvider, method: string, cell: Cell, fieldName: bigint): Promise<TupleReader>;
3832
3788
  getState(provider: ContractProvider): Promise<ContractState>;
@@ -3911,12 +3867,6 @@ declare class TonContractWrapper extends BaseWrapper {
3911
3867
  getNewLzSmlJobAssigned(provider: ContractProvider, args: {
3912
3868
  fee: bigint;
3913
3869
  }): Promise<Cell>;
3914
- getNewLzWorker(provider: ContractProvider, args: {
3915
- owner: bigint;
3916
- priceFeedAddress: bigint;
3917
- bytecode: Cell;
3918
- storage: Cell;
3919
- }): Promise<Cell>;
3920
3870
  getNewMdAddMsglib(provider: ContractProvider, args: {
3921
3871
  msglibManagerAddress: bigint;
3922
3872
  dstEid: bigint;
@@ -4401,13 +4351,6 @@ interface LzSmlJobAssigned {
4401
4351
  executorAddress: bigint;
4402
4352
  fee: bigint;
4403
4353
  }
4404
- interface LzWorker {
4405
- owner: bigint;
4406
- viewAllowlist: LzDict;
4407
- viewDependencies: LzDict;
4408
- bytecodeLibrary: Cell;
4409
- storage: Cell;
4410
- }
4411
4354
  interface MdAddMsglib extends Md {
4412
4355
  msglibManagerAddress: bigint;
4413
4356
  dstEid: bigint;
@@ -4919,7 +4862,6 @@ declare class TonObjectUnwrapper {
4919
4862
  static getLzReceiveEpConfigToTS(wrapper: ExtendedContract<TonContractWrapper>, cell: Cell): Promise<LzReceiveEpConfig>;
4920
4863
  static getLzSendEpConfigToTS(wrapper: ExtendedContract<TonContractWrapper>, cell: Cell): Promise<LzSendEpConfig>;
4921
4864
  static getLzSmlJobAssignedToTS(wrapper: ExtendedContract<TonContractWrapper>, cell: Cell): Promise<LzSmlJobAssigned>;
4922
- static getLzWorkerToTS(wrapper: ExtendedContract<TonContractWrapper>, cell: Cell): Promise<LzWorker>;
4923
4865
  static getMdAddMsglibToTS(wrapper: ExtendedContract<TonContractWrapper>, cell: Cell): Promise<MdAddMsglib>;
4924
4866
  static getMdBoolToTS(wrapper: ExtendedContract<TonContractWrapper>, cell: Cell): Promise<MdBool>;
4925
4867
  static getMdChannelNonceInfoToTS(wrapper: ExtendedContract<TonContractWrapper>, cell: Cell): Promise<MdChannelNonceInfo>;
@@ -5005,7 +4947,6 @@ declare const deconstructorMap: {
5005
4947
  RcvEpCfg: typeof TonObjectUnwrapper.getLzReceiveEpConfigToTS;
5006
4948
  SendEpCfg: typeof TonObjectUnwrapper.getLzSendEpConfigToTS;
5007
4949
  SmlJobAssg: typeof TonObjectUnwrapper.getLzSmlJobAssignedToTS;
5008
- Worker: typeof TonObjectUnwrapper.getLzWorkerToTS;
5009
4950
  addMsgLib: typeof TonObjectUnwrapper.getMdAddMsglibToTS;
5010
4951
  Bool: typeof TonObjectUnwrapper.getMdBoolToTS;
5011
4952
  cNonceInfo: typeof TonObjectUnwrapper.getMdChannelNonceInfoToTS;
@@ -5537,6 +5478,7 @@ declare const OPCODES: {
5537
5478
  readonly Dvn_OP_SET_PROXY_ADMINS: 1285624859n;
5538
5479
  readonly Executor_OP_NATIVE_DROP: 74966741n;
5539
5480
  readonly Executor_OP_LZ_RECEIVE_PREPARE: 333322037n;
5481
+ readonly Executor_OP_COMMIT_PACKET: 1097876869n;
5540
5482
  readonly Executor_OP_NATIVE_DROP_AND_LZ_RECEIVE_PREPARE: 1812316278n;
5541
5483
  readonly Executor_OP_LZ_RECEIVE_ALERT: 3844476787n;
5542
5484
  readonly Executor_OP_SET_NATIVE_DROP_TOTAL_CAP: 1545183747n;
@@ -6195,6 +6137,17 @@ declare const buildClass: <ClassName extends TonObjectsKeys<{
6195
6137
  };
6196
6138
  readonly name: "POOO";
6197
6139
  };
6140
+ readonly 'md::InitUlnManager': {
6141
+ readonly '0': {
6142
+ readonly fieldName: "md::InitUlnManager::endpointCode";
6143
+ readonly fieldType: "cl::t::cellRef";
6144
+ };
6145
+ readonly '1': {
6146
+ readonly fieldName: "md::InitUlnManager::channelCode";
6147
+ readonly fieldType: "cl::t::cellRef";
6148
+ };
6149
+ readonly name: "InitUlnMgr";
6150
+ };
6198
6151
  readonly UlnManager: {
6199
6152
  readonly '0': {
6200
6153
  readonly fieldName: "UlnManager::baseStorage";
@@ -6238,17 +6191,6 @@ declare const buildClass: <ClassName extends TonObjectsKeys<{
6238
6191
  };
6239
6192
  readonly name: "ulnMgr";
6240
6193
  };
6241
- readonly 'md::InitUlnManager': {
6242
- readonly '0': {
6243
- readonly fieldName: "md::InitUlnManager::endpointCode";
6244
- readonly fieldType: "cl::t::cellRef";
6245
- };
6246
- readonly '1': {
6247
- readonly fieldName: "md::InitUlnManager::channelCode";
6248
- readonly fieldType: "cl::t::cellRef";
6249
- };
6250
- readonly name: "InitUlnMgr";
6251
- };
6252
6194
  readonly Dvn: {
6253
6195
  readonly '0': {
6254
6196
  readonly fieldName: "Dvn::workerCoreStorage";
@@ -6456,7 +6398,7 @@ declare const buildClass: <ClassName extends TonObjectsKeys<{
6456
6398
  };
6457
6399
  readonly '2': {
6458
6400
  readonly fieldName: "UlnWorkerFeelibInfo::workerFeelibStorage";
6459
- readonly fieldType: "DvnFeelib";
6401
+ readonly fieldType: "cl::t::objRef";
6460
6402
  };
6461
6403
  readonly '3': {
6462
6404
  readonly fieldName: "UlnWorkerFeelibInfo::friendWorkerAddress";
@@ -6616,6 +6558,17 @@ declare const buildClass: <ClassName extends TonObjectsKeys<{
6616
6558
  };
6617
6559
  readonly name: "SetEpCfg";
6618
6560
  };
6561
+ readonly 'md::ClaimTon': {
6562
+ readonly '0': {
6563
+ readonly fieldName: "md::ClaimTon::amount";
6564
+ readonly fieldType: "cl::t::coins";
6565
+ };
6566
+ readonly '1': {
6567
+ readonly fieldName: "md::ClaimTon::target";
6568
+ readonly fieldType: "cl::t::address";
6569
+ };
6570
+ readonly name: "claimTon";
6571
+ };
6619
6572
  readonly 'md::CounterIncrement': {
6620
6573
  readonly '0': {
6621
6574
  readonly fieldName: "md::CounterIncrement::dstEid";
@@ -6946,6 +6899,39 @@ declare const buildClass: <ClassName extends TonObjectsKeys<{
6946
6899
  };
6947
6900
  readonly name: "LzRecvSts";
6948
6901
  };
6902
+ readonly 'md::CoinsAmount': {
6903
+ readonly '0': {
6904
+ readonly fieldName: "md::CoinsAmount::amount";
6905
+ readonly fieldType: "cl::t::coins";
6906
+ };
6907
+ readonly name: "coinsAmt";
6908
+ };
6909
+ readonly 'md::NativeDrop': {
6910
+ readonly '0': {
6911
+ readonly fieldName: "md::NativeDrop::payees";
6912
+ readonly fieldType: "cl::t::cellRef";
6913
+ };
6914
+ readonly '1': {
6915
+ readonly fieldName: "md::NativeDrop::packetId";
6916
+ readonly fieldType: "md::PacketId";
6917
+ };
6918
+ readonly '2': {
6919
+ readonly fieldName: "md::NativeDrop::msglib";
6920
+ readonly fieldType: "cl::t::address";
6921
+ };
6922
+ readonly name: "NativeDrop";
6923
+ };
6924
+ readonly 'md::PacketId': {
6925
+ readonly '0': {
6926
+ readonly fieldName: "md::PacketId::path";
6927
+ readonly fieldType: "lz::Path";
6928
+ };
6929
+ readonly '1': {
6930
+ readonly fieldName: "md::PacketId::nonce";
6931
+ readonly fieldType: "cl::t::uint64";
6932
+ };
6933
+ readonly name: "pktId";
6934
+ };
6949
6935
  readonly 'lz::Config': {
6950
6936
  readonly '0': {
6951
6937
  readonly fieldName: "lz::Config::path";
@@ -6965,6 +6951,13 @@ declare const buildClass: <ClassName extends TonObjectsKeys<{
6965
6951
  };
6966
6952
  readonly name: "Config";
6967
6953
  };
6954
+ readonly 'md::TreasuryFeeBps': {
6955
+ readonly '0': {
6956
+ readonly fieldName: "md::TreasuryFeeBps::treasuryFeeBps";
6957
+ readonly fieldType: "cl::t::uint16";
6958
+ };
6959
+ readonly name: "tfeebps";
6960
+ };
6968
6961
  readonly 'lz::EpConfig::NewWithConnection': {
6969
6962
  readonly '0': {
6970
6963
  readonly fieldName: "lz::EpConfig::NewWithConnection::isNull";
@@ -7033,29 +7026,6 @@ declare const buildClass: <ClassName extends TonObjectsKeys<{
7033
7026
  };
7034
7027
  readonly name: "SmlJobAssg";
7035
7028
  };
7036
- readonly 'lz::Worker': {
7037
- readonly '0': {
7038
- readonly fieldName: "lz::Worker::owner";
7039
- readonly fieldType: "cl::t::address";
7040
- };
7041
- readonly '1': {
7042
- readonly fieldName: "lz::Worker::viewAllowlist";
7043
- readonly fieldType: "cl::t::dict256";
7044
- };
7045
- readonly '2': {
7046
- readonly fieldName: "lz::Worker::viewDependencies";
7047
- readonly fieldType: "cl::t::dict256";
7048
- };
7049
- readonly '3': {
7050
- readonly fieldName: "lz::Worker::bytecodeLibrary";
7051
- readonly fieldType: "cl::t::cellRef";
7052
- };
7053
- readonly '4': {
7054
- readonly fieldName: "lz::Worker::storage";
7055
- readonly fieldType: "cl::t::objRef";
7056
- };
7057
- readonly name: "Worker";
7058
- };
7059
7029
  readonly 'md::Bool': {
7060
7030
  readonly '0': {
7061
7031
  readonly fieldName: "md::Bool::bool";
@@ -7063,16 +7033,9 @@ declare const buildClass: <ClassName extends TonObjectsKeys<{
7063
7033
  };
7064
7034
  readonly name: "Bool";
7065
7035
  };
7066
- readonly 'md::CoinsAmount': {
7036
+ readonly 'md::Deploy': {
7067
7037
  readonly '0': {
7068
- readonly fieldName: "md::CoinsAmount::amount";
7069
- readonly fieldType: "cl::t::coins";
7070
- };
7071
- readonly name: "coinsAmt";
7072
- };
7073
- readonly 'md::Deploy': {
7074
- readonly '0': {
7075
- readonly fieldName: "md::Deploy::initialDeposit";
7038
+ readonly fieldName: "md::Deploy::initialDeposit";
7076
7039
  readonly fieldType: "cl::t::coins";
7077
7040
  };
7078
7041
  readonly '1': {
@@ -7222,17 +7185,6 @@ declare const buildClass: <ClassName extends TonObjectsKeys<{
7222
7185
  };
7223
7186
  readonly name: "OptionsV2";
7224
7187
  };
7225
- readonly 'md::PacketId': {
7226
- readonly '0': {
7227
- readonly fieldName: "md::PacketId::path";
7228
- readonly fieldType: "lz::Path";
7229
- };
7230
- readonly '1': {
7231
- readonly fieldName: "md::PacketId::nonce";
7232
- readonly fieldType: "cl::t::uint64";
7233
- };
7234
- readonly name: "pktId";
7235
- };
7236
7188
  readonly 'md::PacketSent': {
7237
7189
  readonly '0': {
7238
7190
  readonly fieldName: "md::PacketSent::nativeFee";
@@ -7374,13 +7326,6 @@ declare const buildClass: <ClassName extends TonObjectsKeys<{
7374
7326
  };
7375
7327
  readonly name: "adminwork";
7376
7328
  };
7377
- readonly 'md::TreasuryFeeBps': {
7378
- readonly '0': {
7379
- readonly fieldName: "md::TreasuryFeeBps::treasuryFeeBps";
7380
- readonly fieldType: "cl::t::uint16";
7381
- };
7382
- readonly name: "tfeebps";
7383
- };
7384
7329
  readonly UlnReceiveConfig: {
7385
7330
  readonly '0': {
7386
7331
  readonly fieldName: "UlnReceiveConfig::minCommitPacketGasNull";
@@ -7534,32 +7479,6 @@ declare const buildClass: <ClassName extends TonObjectsKeys<{
7534
7479
  };
7535
7480
  readonly name: "ArbFeeExt";
7536
7481
  };
7537
- readonly 'md::ClaimTon': {
7538
- readonly '0': {
7539
- readonly fieldName: "md::ClaimTon::amount";
7540
- readonly fieldType: "cl::t::coins";
7541
- };
7542
- readonly '1': {
7543
- readonly fieldName: "md::ClaimTon::target";
7544
- readonly fieldType: "cl::t::address";
7545
- };
7546
- readonly name: "claimTon";
7547
- };
7548
- readonly 'md::NativeDrop': {
7549
- readonly '0': {
7550
- readonly fieldName: "md::NativeDrop::payees";
7551
- readonly fieldType: "cl::t::cellRef";
7552
- };
7553
- readonly '1': {
7554
- readonly fieldName: "md::NativeDrop::packetId";
7555
- readonly fieldType: "cl::t::objRef";
7556
- };
7557
- readonly '2': {
7558
- readonly fieldName: "md::NativeDrop::msglib";
7559
- readonly fieldType: "cl::t::address";
7560
- };
7561
- readonly name: "NativeDrop";
7562
- };
7563
7482
  readonly 'md::SetDict': {
7564
7483
  readonly '0': {
7565
7484
  readonly fieldName: "md::SetDict::nonce";
@@ -7889,6 +7808,17 @@ declare const buildClass: <ClassName extends TonObjectsKeys<{
7889
7808
  };
7890
7809
  readonly name: "POOO";
7891
7810
  };
7811
+ readonly 'md::InitUlnManager': {
7812
+ readonly '0': {
7813
+ readonly fieldName: "md::InitUlnManager::endpointCode";
7814
+ readonly fieldType: "cl::t::cellRef";
7815
+ };
7816
+ readonly '1': {
7817
+ readonly fieldName: "md::InitUlnManager::channelCode";
7818
+ readonly fieldType: "cl::t::cellRef";
7819
+ };
7820
+ readonly name: "InitUlnMgr";
7821
+ };
7892
7822
  readonly UlnManager: {
7893
7823
  readonly '0': {
7894
7824
  readonly fieldName: "UlnManager::baseStorage";
@@ -7932,17 +7862,6 @@ declare const buildClass: <ClassName extends TonObjectsKeys<{
7932
7862
  };
7933
7863
  readonly name: "ulnMgr";
7934
7864
  };
7935
- readonly 'md::InitUlnManager': {
7936
- readonly '0': {
7937
- readonly fieldName: "md::InitUlnManager::endpointCode";
7938
- readonly fieldType: "cl::t::cellRef";
7939
- };
7940
- readonly '1': {
7941
- readonly fieldName: "md::InitUlnManager::channelCode";
7942
- readonly fieldType: "cl::t::cellRef";
7943
- };
7944
- readonly name: "InitUlnMgr";
7945
- };
7946
7865
  readonly Dvn: {
7947
7866
  readonly '0': {
7948
7867
  readonly fieldName: "Dvn::workerCoreStorage";
@@ -8150,7 +8069,7 @@ declare const buildClass: <ClassName extends TonObjectsKeys<{
8150
8069
  };
8151
8070
  readonly '2': {
8152
8071
  readonly fieldName: "UlnWorkerFeelibInfo::workerFeelibStorage";
8153
- readonly fieldType: "DvnFeelib";
8072
+ readonly fieldType: "cl::t::objRef";
8154
8073
  };
8155
8074
  readonly '3': {
8156
8075
  readonly fieldName: "UlnWorkerFeelibInfo::friendWorkerAddress";
@@ -8310,6 +8229,17 @@ declare const buildClass: <ClassName extends TonObjectsKeys<{
8310
8229
  };
8311
8230
  readonly name: "SetEpCfg";
8312
8231
  };
8232
+ readonly 'md::ClaimTon': {
8233
+ readonly '0': {
8234
+ readonly fieldName: "md::ClaimTon::amount";
8235
+ readonly fieldType: "cl::t::coins";
8236
+ };
8237
+ readonly '1': {
8238
+ readonly fieldName: "md::ClaimTon::target";
8239
+ readonly fieldType: "cl::t::address";
8240
+ };
8241
+ readonly name: "claimTon";
8242
+ };
8313
8243
  readonly 'md::CounterIncrement': {
8314
8244
  readonly '0': {
8315
8245
  readonly fieldName: "md::CounterIncrement::dstEid";
@@ -8640,6 +8570,39 @@ declare const buildClass: <ClassName extends TonObjectsKeys<{
8640
8570
  };
8641
8571
  readonly name: "LzRecvSts";
8642
8572
  };
8573
+ readonly 'md::CoinsAmount': {
8574
+ readonly '0': {
8575
+ readonly fieldName: "md::CoinsAmount::amount";
8576
+ readonly fieldType: "cl::t::coins";
8577
+ };
8578
+ readonly name: "coinsAmt";
8579
+ };
8580
+ readonly 'md::NativeDrop': {
8581
+ readonly '0': {
8582
+ readonly fieldName: "md::NativeDrop::payees";
8583
+ readonly fieldType: "cl::t::cellRef";
8584
+ };
8585
+ readonly '1': {
8586
+ readonly fieldName: "md::NativeDrop::packetId";
8587
+ readonly fieldType: "md::PacketId";
8588
+ };
8589
+ readonly '2': {
8590
+ readonly fieldName: "md::NativeDrop::msglib";
8591
+ readonly fieldType: "cl::t::address";
8592
+ };
8593
+ readonly name: "NativeDrop";
8594
+ };
8595
+ readonly 'md::PacketId': {
8596
+ readonly '0': {
8597
+ readonly fieldName: "md::PacketId::path";
8598
+ readonly fieldType: "lz::Path";
8599
+ };
8600
+ readonly '1': {
8601
+ readonly fieldName: "md::PacketId::nonce";
8602
+ readonly fieldType: "cl::t::uint64";
8603
+ };
8604
+ readonly name: "pktId";
8605
+ };
8643
8606
  readonly 'lz::Config': {
8644
8607
  readonly '0': {
8645
8608
  readonly fieldName: "lz::Config::path";
@@ -8659,6 +8622,13 @@ declare const buildClass: <ClassName extends TonObjectsKeys<{
8659
8622
  };
8660
8623
  readonly name: "Config";
8661
8624
  };
8625
+ readonly 'md::TreasuryFeeBps': {
8626
+ readonly '0': {
8627
+ readonly fieldName: "md::TreasuryFeeBps::treasuryFeeBps";
8628
+ readonly fieldType: "cl::t::uint16";
8629
+ };
8630
+ readonly name: "tfeebps";
8631
+ };
8662
8632
  readonly 'lz::EpConfig::NewWithConnection': {
8663
8633
  readonly '0': {
8664
8634
  readonly fieldName: "lz::EpConfig::NewWithConnection::isNull";
@@ -8727,29 +8697,6 @@ declare const buildClass: <ClassName extends TonObjectsKeys<{
8727
8697
  };
8728
8698
  readonly name: "SmlJobAssg";
8729
8699
  };
8730
- readonly 'lz::Worker': {
8731
- readonly '0': {
8732
- readonly fieldName: "lz::Worker::owner";
8733
- readonly fieldType: "cl::t::address";
8734
- };
8735
- readonly '1': {
8736
- readonly fieldName: "lz::Worker::viewAllowlist";
8737
- readonly fieldType: "cl::t::dict256";
8738
- };
8739
- readonly '2': {
8740
- readonly fieldName: "lz::Worker::viewDependencies";
8741
- readonly fieldType: "cl::t::dict256";
8742
- };
8743
- readonly '3': {
8744
- readonly fieldName: "lz::Worker::bytecodeLibrary";
8745
- readonly fieldType: "cl::t::cellRef";
8746
- };
8747
- readonly '4': {
8748
- readonly fieldName: "lz::Worker::storage";
8749
- readonly fieldType: "cl::t::objRef";
8750
- };
8751
- readonly name: "Worker";
8752
- };
8753
8700
  readonly 'md::Bool': {
8754
8701
  readonly '0': {
8755
8702
  readonly fieldName: "md::Bool::bool";
@@ -8757,13 +8704,6 @@ declare const buildClass: <ClassName extends TonObjectsKeys<{
8757
8704
  };
8758
8705
  readonly name: "Bool";
8759
8706
  };
8760
- readonly 'md::CoinsAmount': {
8761
- readonly '0': {
8762
- readonly fieldName: "md::CoinsAmount::amount";
8763
- readonly fieldType: "cl::t::coins";
8764
- };
8765
- readonly name: "coinsAmt";
8766
- };
8767
8707
  readonly 'md::Deploy': {
8768
8708
  readonly '0': {
8769
8709
  readonly fieldName: "md::Deploy::initialDeposit";
@@ -8916,17 +8856,6 @@ declare const buildClass: <ClassName extends TonObjectsKeys<{
8916
8856
  };
8917
8857
  readonly name: "OptionsV2";
8918
8858
  };
8919
- readonly 'md::PacketId': {
8920
- readonly '0': {
8921
- readonly fieldName: "md::PacketId::path";
8922
- readonly fieldType: "lz::Path";
8923
- };
8924
- readonly '1': {
8925
- readonly fieldName: "md::PacketId::nonce";
8926
- readonly fieldType: "cl::t::uint64";
8927
- };
8928
- readonly name: "pktId";
8929
- };
8930
8859
  readonly 'md::PacketSent': {
8931
8860
  readonly '0': {
8932
8861
  readonly fieldName: "md::PacketSent::nativeFee";
@@ -9068,13 +8997,6 @@ declare const buildClass: <ClassName extends TonObjectsKeys<{
9068
8997
  };
9069
8998
  readonly name: "adminwork";
9070
8999
  };
9071
- readonly 'md::TreasuryFeeBps': {
9072
- readonly '0': {
9073
- readonly fieldName: "md::TreasuryFeeBps::treasuryFeeBps";
9074
- readonly fieldType: "cl::t::uint16";
9075
- };
9076
- readonly name: "tfeebps";
9077
- };
9078
9000
  readonly UlnReceiveConfig: {
9079
9001
  readonly '0': {
9080
9002
  readonly fieldName: "UlnReceiveConfig::minCommitPacketGasNull";
@@ -9228,32 +9150,6 @@ declare const buildClass: <ClassName extends TonObjectsKeys<{
9228
9150
  };
9229
9151
  readonly name: "ArbFeeExt";
9230
9152
  };
9231
- readonly 'md::ClaimTon': {
9232
- readonly '0': {
9233
- readonly fieldName: "md::ClaimTon::amount";
9234
- readonly fieldType: "cl::t::coins";
9235
- };
9236
- readonly '1': {
9237
- readonly fieldName: "md::ClaimTon::target";
9238
- readonly fieldType: "cl::t::address";
9239
- };
9240
- readonly name: "claimTon";
9241
- };
9242
- readonly 'md::NativeDrop': {
9243
- readonly '0': {
9244
- readonly fieldName: "md::NativeDrop::payees";
9245
- readonly fieldType: "cl::t::cellRef";
9246
- };
9247
- readonly '1': {
9248
- readonly fieldName: "md::NativeDrop::packetId";
9249
- readonly fieldType: "cl::t::objRef";
9250
- };
9251
- readonly '2': {
9252
- readonly fieldName: "md::NativeDrop::msglib";
9253
- readonly fieldType: "cl::t::address";
9254
- };
9255
- readonly name: "NativeDrop";
9256
- };
9257
9153
  readonly 'md::SetDict': {
9258
9154
  readonly '0': {
9259
9155
  readonly fieldName: "md::SetDict::nonce";
@@ -9584,6 +9480,17 @@ declare const decodeClass: <ClassName extends TonObjectsKeys<{
9584
9480
  };
9585
9481
  readonly name: "POOO";
9586
9482
  };
9483
+ readonly 'md::InitUlnManager': {
9484
+ readonly '0': {
9485
+ readonly fieldName: "md::InitUlnManager::endpointCode";
9486
+ readonly fieldType: "cl::t::cellRef";
9487
+ };
9488
+ readonly '1': {
9489
+ readonly fieldName: "md::InitUlnManager::channelCode";
9490
+ readonly fieldType: "cl::t::cellRef";
9491
+ };
9492
+ readonly name: "InitUlnMgr";
9493
+ };
9587
9494
  readonly UlnManager: {
9588
9495
  readonly '0': {
9589
9496
  readonly fieldName: "UlnManager::baseStorage";
@@ -9627,17 +9534,6 @@ declare const decodeClass: <ClassName extends TonObjectsKeys<{
9627
9534
  };
9628
9535
  readonly name: "ulnMgr";
9629
9536
  };
9630
- readonly 'md::InitUlnManager': {
9631
- readonly '0': {
9632
- readonly fieldName: "md::InitUlnManager::endpointCode";
9633
- readonly fieldType: "cl::t::cellRef";
9634
- };
9635
- readonly '1': {
9636
- readonly fieldName: "md::InitUlnManager::channelCode";
9637
- readonly fieldType: "cl::t::cellRef";
9638
- };
9639
- readonly name: "InitUlnMgr";
9640
- };
9641
9537
  readonly Dvn: {
9642
9538
  readonly '0': {
9643
9539
  readonly fieldName: "Dvn::workerCoreStorage";
@@ -9845,7 +9741,7 @@ declare const decodeClass: <ClassName extends TonObjectsKeys<{
9845
9741
  };
9846
9742
  readonly '2': {
9847
9743
  readonly fieldName: "UlnWorkerFeelibInfo::workerFeelibStorage";
9848
- readonly fieldType: "DvnFeelib";
9744
+ readonly fieldType: "cl::t::objRef";
9849
9745
  };
9850
9746
  readonly '3': {
9851
9747
  readonly fieldName: "UlnWorkerFeelibInfo::friendWorkerAddress";
@@ -10005,6 +9901,17 @@ declare const decodeClass: <ClassName extends TonObjectsKeys<{
10005
9901
  };
10006
9902
  readonly name: "SetEpCfg";
10007
9903
  };
9904
+ readonly 'md::ClaimTon': {
9905
+ readonly '0': {
9906
+ readonly fieldName: "md::ClaimTon::amount";
9907
+ readonly fieldType: "cl::t::coins";
9908
+ };
9909
+ readonly '1': {
9910
+ readonly fieldName: "md::ClaimTon::target";
9911
+ readonly fieldType: "cl::t::address";
9912
+ };
9913
+ readonly name: "claimTon";
9914
+ };
10008
9915
  readonly 'md::CounterIncrement': {
10009
9916
  readonly '0': {
10010
9917
  readonly fieldName: "md::CounterIncrement::dstEid";
@@ -10335,6 +10242,39 @@ declare const decodeClass: <ClassName extends TonObjectsKeys<{
10335
10242
  };
10336
10243
  readonly name: "LzRecvSts";
10337
10244
  };
10245
+ readonly 'md::CoinsAmount': {
10246
+ readonly '0': {
10247
+ readonly fieldName: "md::CoinsAmount::amount";
10248
+ readonly fieldType: "cl::t::coins";
10249
+ };
10250
+ readonly name: "coinsAmt";
10251
+ };
10252
+ readonly 'md::NativeDrop': {
10253
+ readonly '0': {
10254
+ readonly fieldName: "md::NativeDrop::payees";
10255
+ readonly fieldType: "cl::t::cellRef";
10256
+ };
10257
+ readonly '1': {
10258
+ readonly fieldName: "md::NativeDrop::packetId";
10259
+ readonly fieldType: "md::PacketId";
10260
+ };
10261
+ readonly '2': {
10262
+ readonly fieldName: "md::NativeDrop::msglib";
10263
+ readonly fieldType: "cl::t::address";
10264
+ };
10265
+ readonly name: "NativeDrop";
10266
+ };
10267
+ readonly 'md::PacketId': {
10268
+ readonly '0': {
10269
+ readonly fieldName: "md::PacketId::path";
10270
+ readonly fieldType: "lz::Path";
10271
+ };
10272
+ readonly '1': {
10273
+ readonly fieldName: "md::PacketId::nonce";
10274
+ readonly fieldType: "cl::t::uint64";
10275
+ };
10276
+ readonly name: "pktId";
10277
+ };
10338
10278
  readonly 'lz::Config': {
10339
10279
  readonly '0': {
10340
10280
  readonly fieldName: "lz::Config::path";
@@ -10354,7 +10294,14 @@ declare const decodeClass: <ClassName extends TonObjectsKeys<{
10354
10294
  };
10355
10295
  readonly name: "Config";
10356
10296
  };
10357
- readonly 'lz::EpConfig::NewWithConnection': {
10297
+ readonly 'md::TreasuryFeeBps': {
10298
+ readonly '0': {
10299
+ readonly fieldName: "md::TreasuryFeeBps::treasuryFeeBps";
10300
+ readonly fieldType: "cl::t::uint16";
10301
+ };
10302
+ readonly name: "tfeebps";
10303
+ };
10304
+ readonly 'lz::EpConfig::NewWithConnection': {
10358
10305
  readonly '0': {
10359
10306
  readonly fieldName: "lz::EpConfig::NewWithConnection::isNull";
10360
10307
  readonly fieldType: "cl::t::bool";
@@ -10422,29 +10369,6 @@ declare const decodeClass: <ClassName extends TonObjectsKeys<{
10422
10369
  };
10423
10370
  readonly name: "SmlJobAssg";
10424
10371
  };
10425
- readonly 'lz::Worker': {
10426
- readonly '0': {
10427
- readonly fieldName: "lz::Worker::owner";
10428
- readonly fieldType: "cl::t::address";
10429
- };
10430
- readonly '1': {
10431
- readonly fieldName: "lz::Worker::viewAllowlist";
10432
- readonly fieldType: "cl::t::dict256";
10433
- };
10434
- readonly '2': {
10435
- readonly fieldName: "lz::Worker::viewDependencies";
10436
- readonly fieldType: "cl::t::dict256";
10437
- };
10438
- readonly '3': {
10439
- readonly fieldName: "lz::Worker::bytecodeLibrary";
10440
- readonly fieldType: "cl::t::cellRef";
10441
- };
10442
- readonly '4': {
10443
- readonly fieldName: "lz::Worker::storage";
10444
- readonly fieldType: "cl::t::objRef";
10445
- };
10446
- readonly name: "Worker";
10447
- };
10448
10372
  readonly 'md::Bool': {
10449
10373
  readonly '0': {
10450
10374
  readonly fieldName: "md::Bool::bool";
@@ -10452,13 +10376,6 @@ declare const decodeClass: <ClassName extends TonObjectsKeys<{
10452
10376
  };
10453
10377
  readonly name: "Bool";
10454
10378
  };
10455
- readonly 'md::CoinsAmount': {
10456
- readonly '0': {
10457
- readonly fieldName: "md::CoinsAmount::amount";
10458
- readonly fieldType: "cl::t::coins";
10459
- };
10460
- readonly name: "coinsAmt";
10461
- };
10462
10379
  readonly 'md::Deploy': {
10463
10380
  readonly '0': {
10464
10381
  readonly fieldName: "md::Deploy::initialDeposit";
@@ -10611,17 +10528,6 @@ declare const decodeClass: <ClassName extends TonObjectsKeys<{
10611
10528
  };
10612
10529
  readonly name: "OptionsV2";
10613
10530
  };
10614
- readonly 'md::PacketId': {
10615
- readonly '0': {
10616
- readonly fieldName: "md::PacketId::path";
10617
- readonly fieldType: "lz::Path";
10618
- };
10619
- readonly '1': {
10620
- readonly fieldName: "md::PacketId::nonce";
10621
- readonly fieldType: "cl::t::uint64";
10622
- };
10623
- readonly name: "pktId";
10624
- };
10625
10531
  readonly 'md::PacketSent': {
10626
10532
  readonly '0': {
10627
10533
  readonly fieldName: "md::PacketSent::nativeFee";
@@ -10763,13 +10669,6 @@ declare const decodeClass: <ClassName extends TonObjectsKeys<{
10763
10669
  };
10764
10670
  readonly name: "adminwork";
10765
10671
  };
10766
- readonly 'md::TreasuryFeeBps': {
10767
- readonly '0': {
10768
- readonly fieldName: "md::TreasuryFeeBps::treasuryFeeBps";
10769
- readonly fieldType: "cl::t::uint16";
10770
- };
10771
- readonly name: "tfeebps";
10772
- };
10773
10672
  readonly UlnReceiveConfig: {
10774
10673
  readonly '0': {
10775
10674
  readonly fieldName: "UlnReceiveConfig::minCommitPacketGasNull";
@@ -10923,32 +10822,6 @@ declare const decodeClass: <ClassName extends TonObjectsKeys<{
10923
10822
  };
10924
10823
  readonly name: "ArbFeeExt";
10925
10824
  };
10926
- readonly 'md::ClaimTon': {
10927
- readonly '0': {
10928
- readonly fieldName: "md::ClaimTon::amount";
10929
- readonly fieldType: "cl::t::coins";
10930
- };
10931
- readonly '1': {
10932
- readonly fieldName: "md::ClaimTon::target";
10933
- readonly fieldType: "cl::t::address";
10934
- };
10935
- readonly name: "claimTon";
10936
- };
10937
- readonly 'md::NativeDrop': {
10938
- readonly '0': {
10939
- readonly fieldName: "md::NativeDrop::payees";
10940
- readonly fieldType: "cl::t::cellRef";
10941
- };
10942
- readonly '1': {
10943
- readonly fieldName: "md::NativeDrop::packetId";
10944
- readonly fieldType: "cl::t::objRef";
10945
- };
10946
- readonly '2': {
10947
- readonly fieldName: "md::NativeDrop::msglib";
10948
- readonly fieldType: "cl::t::address";
10949
- };
10950
- readonly name: "NativeDrop";
10951
- };
10952
10825
  readonly 'md::SetDict': {
10953
10826
  readonly '0': {
10954
10827
  readonly fieldName: "md::SetDict::nonce";
@@ -11278,6 +11151,17 @@ declare const decodeClass: <ClassName extends TonObjectsKeys<{
11278
11151
  };
11279
11152
  readonly name: "POOO";
11280
11153
  };
11154
+ readonly 'md::InitUlnManager': {
11155
+ readonly '0': {
11156
+ readonly fieldName: "md::InitUlnManager::endpointCode";
11157
+ readonly fieldType: "cl::t::cellRef";
11158
+ };
11159
+ readonly '1': {
11160
+ readonly fieldName: "md::InitUlnManager::channelCode";
11161
+ readonly fieldType: "cl::t::cellRef";
11162
+ };
11163
+ readonly name: "InitUlnMgr";
11164
+ };
11281
11165
  readonly UlnManager: {
11282
11166
  readonly '0': {
11283
11167
  readonly fieldName: "UlnManager::baseStorage";
@@ -11321,17 +11205,6 @@ declare const decodeClass: <ClassName extends TonObjectsKeys<{
11321
11205
  };
11322
11206
  readonly name: "ulnMgr";
11323
11207
  };
11324
- readonly 'md::InitUlnManager': {
11325
- readonly '0': {
11326
- readonly fieldName: "md::InitUlnManager::endpointCode";
11327
- readonly fieldType: "cl::t::cellRef";
11328
- };
11329
- readonly '1': {
11330
- readonly fieldName: "md::InitUlnManager::channelCode";
11331
- readonly fieldType: "cl::t::cellRef";
11332
- };
11333
- readonly name: "InitUlnMgr";
11334
- };
11335
11208
  readonly Dvn: {
11336
11209
  readonly '0': {
11337
11210
  readonly fieldName: "Dvn::workerCoreStorage";
@@ -11539,7 +11412,7 @@ declare const decodeClass: <ClassName extends TonObjectsKeys<{
11539
11412
  };
11540
11413
  readonly '2': {
11541
11414
  readonly fieldName: "UlnWorkerFeelibInfo::workerFeelibStorage";
11542
- readonly fieldType: "DvnFeelib";
11415
+ readonly fieldType: "cl::t::objRef";
11543
11416
  };
11544
11417
  readonly '3': {
11545
11418
  readonly fieldName: "UlnWorkerFeelibInfo::friendWorkerAddress";
@@ -11699,6 +11572,17 @@ declare const decodeClass: <ClassName extends TonObjectsKeys<{
11699
11572
  };
11700
11573
  readonly name: "SetEpCfg";
11701
11574
  };
11575
+ readonly 'md::ClaimTon': {
11576
+ readonly '0': {
11577
+ readonly fieldName: "md::ClaimTon::amount";
11578
+ readonly fieldType: "cl::t::coins";
11579
+ };
11580
+ readonly '1': {
11581
+ readonly fieldName: "md::ClaimTon::target";
11582
+ readonly fieldType: "cl::t::address";
11583
+ };
11584
+ readonly name: "claimTon";
11585
+ };
11702
11586
  readonly 'md::CounterIncrement': {
11703
11587
  readonly '0': {
11704
11588
  readonly fieldName: "md::CounterIncrement::dstEid";
@@ -12029,6 +11913,39 @@ declare const decodeClass: <ClassName extends TonObjectsKeys<{
12029
11913
  };
12030
11914
  readonly name: "LzRecvSts";
12031
11915
  };
11916
+ readonly 'md::CoinsAmount': {
11917
+ readonly '0': {
11918
+ readonly fieldName: "md::CoinsAmount::amount";
11919
+ readonly fieldType: "cl::t::coins";
11920
+ };
11921
+ readonly name: "coinsAmt";
11922
+ };
11923
+ readonly 'md::NativeDrop': {
11924
+ readonly '0': {
11925
+ readonly fieldName: "md::NativeDrop::payees";
11926
+ readonly fieldType: "cl::t::cellRef";
11927
+ };
11928
+ readonly '1': {
11929
+ readonly fieldName: "md::NativeDrop::packetId";
11930
+ readonly fieldType: "md::PacketId";
11931
+ };
11932
+ readonly '2': {
11933
+ readonly fieldName: "md::NativeDrop::msglib";
11934
+ readonly fieldType: "cl::t::address";
11935
+ };
11936
+ readonly name: "NativeDrop";
11937
+ };
11938
+ readonly 'md::PacketId': {
11939
+ readonly '0': {
11940
+ readonly fieldName: "md::PacketId::path";
11941
+ readonly fieldType: "lz::Path";
11942
+ };
11943
+ readonly '1': {
11944
+ readonly fieldName: "md::PacketId::nonce";
11945
+ readonly fieldType: "cl::t::uint64";
11946
+ };
11947
+ readonly name: "pktId";
11948
+ };
12032
11949
  readonly 'lz::Config': {
12033
11950
  readonly '0': {
12034
11951
  readonly fieldName: "lz::Config::path";
@@ -12048,6 +11965,13 @@ declare const decodeClass: <ClassName extends TonObjectsKeys<{
12048
11965
  };
12049
11966
  readonly name: "Config";
12050
11967
  };
11968
+ readonly 'md::TreasuryFeeBps': {
11969
+ readonly '0': {
11970
+ readonly fieldName: "md::TreasuryFeeBps::treasuryFeeBps";
11971
+ readonly fieldType: "cl::t::uint16";
11972
+ };
11973
+ readonly name: "tfeebps";
11974
+ };
12051
11975
  readonly 'lz::EpConfig::NewWithConnection': {
12052
11976
  readonly '0': {
12053
11977
  readonly fieldName: "lz::EpConfig::NewWithConnection::isNull";
@@ -12116,29 +12040,6 @@ declare const decodeClass: <ClassName extends TonObjectsKeys<{
12116
12040
  };
12117
12041
  readonly name: "SmlJobAssg";
12118
12042
  };
12119
- readonly 'lz::Worker': {
12120
- readonly '0': {
12121
- readonly fieldName: "lz::Worker::owner";
12122
- readonly fieldType: "cl::t::address";
12123
- };
12124
- readonly '1': {
12125
- readonly fieldName: "lz::Worker::viewAllowlist";
12126
- readonly fieldType: "cl::t::dict256";
12127
- };
12128
- readonly '2': {
12129
- readonly fieldName: "lz::Worker::viewDependencies";
12130
- readonly fieldType: "cl::t::dict256";
12131
- };
12132
- readonly '3': {
12133
- readonly fieldName: "lz::Worker::bytecodeLibrary";
12134
- readonly fieldType: "cl::t::cellRef";
12135
- };
12136
- readonly '4': {
12137
- readonly fieldName: "lz::Worker::storage";
12138
- readonly fieldType: "cl::t::objRef";
12139
- };
12140
- readonly name: "Worker";
12141
- };
12142
12043
  readonly 'md::Bool': {
12143
12044
  readonly '0': {
12144
12045
  readonly fieldName: "md::Bool::bool";
@@ -12146,13 +12047,6 @@ declare const decodeClass: <ClassName extends TonObjectsKeys<{
12146
12047
  };
12147
12048
  readonly name: "Bool";
12148
12049
  };
12149
- readonly 'md::CoinsAmount': {
12150
- readonly '0': {
12151
- readonly fieldName: "md::CoinsAmount::amount";
12152
- readonly fieldType: "cl::t::coins";
12153
- };
12154
- readonly name: "coinsAmt";
12155
- };
12156
12050
  readonly 'md::Deploy': {
12157
12051
  readonly '0': {
12158
12052
  readonly fieldName: "md::Deploy::initialDeposit";
@@ -12305,17 +12199,6 @@ declare const decodeClass: <ClassName extends TonObjectsKeys<{
12305
12199
  };
12306
12200
  readonly name: "OptionsV2";
12307
12201
  };
12308
- readonly 'md::PacketId': {
12309
- readonly '0': {
12310
- readonly fieldName: "md::PacketId::path";
12311
- readonly fieldType: "lz::Path";
12312
- };
12313
- readonly '1': {
12314
- readonly fieldName: "md::PacketId::nonce";
12315
- readonly fieldType: "cl::t::uint64";
12316
- };
12317
- readonly name: "pktId";
12318
- };
12319
12202
  readonly 'md::PacketSent': {
12320
12203
  readonly '0': {
12321
12204
  readonly fieldName: "md::PacketSent::nativeFee";
@@ -12457,13 +12340,6 @@ declare const decodeClass: <ClassName extends TonObjectsKeys<{
12457
12340
  };
12458
12341
  readonly name: "adminwork";
12459
12342
  };
12460
- readonly 'md::TreasuryFeeBps': {
12461
- readonly '0': {
12462
- readonly fieldName: "md::TreasuryFeeBps::treasuryFeeBps";
12463
- readonly fieldType: "cl::t::uint16";
12464
- };
12465
- readonly name: "tfeebps";
12466
- };
12467
12343
  readonly UlnReceiveConfig: {
12468
12344
  readonly '0': {
12469
12345
  readonly fieldName: "UlnReceiveConfig::minCommitPacketGasNull";
@@ -12617,32 +12493,6 @@ declare const decodeClass: <ClassName extends TonObjectsKeys<{
12617
12493
  };
12618
12494
  readonly name: "ArbFeeExt";
12619
12495
  };
12620
- readonly 'md::ClaimTon': {
12621
- readonly '0': {
12622
- readonly fieldName: "md::ClaimTon::amount";
12623
- readonly fieldType: "cl::t::coins";
12624
- };
12625
- readonly '1': {
12626
- readonly fieldName: "md::ClaimTon::target";
12627
- readonly fieldType: "cl::t::address";
12628
- };
12629
- readonly name: "claimTon";
12630
- };
12631
- readonly 'md::NativeDrop': {
12632
- readonly '0': {
12633
- readonly fieldName: "md::NativeDrop::payees";
12634
- readonly fieldType: "cl::t::cellRef";
12635
- };
12636
- readonly '1': {
12637
- readonly fieldName: "md::NativeDrop::packetId";
12638
- readonly fieldType: "cl::t::objRef";
12639
- };
12640
- readonly '2': {
12641
- readonly fieldName: "md::NativeDrop::msglib";
12642
- readonly fieldType: "cl::t::address";
12643
- };
12644
- readonly name: "NativeDrop";
12645
- };
12646
12496
  readonly 'md::SetDict': {
12647
12497
  readonly '0': {
12648
12498
  readonly fieldName: "md::SetDict::nonce";
@@ -12972,6 +12822,17 @@ declare const decodeClass: <ClassName extends TonObjectsKeys<{
12972
12822
  };
12973
12823
  readonly name: "POOO";
12974
12824
  };
12825
+ readonly 'md::InitUlnManager': {
12826
+ readonly '0': {
12827
+ readonly fieldName: "md::InitUlnManager::endpointCode";
12828
+ readonly fieldType: "cl::t::cellRef";
12829
+ };
12830
+ readonly '1': {
12831
+ readonly fieldName: "md::InitUlnManager::channelCode";
12832
+ readonly fieldType: "cl::t::cellRef";
12833
+ };
12834
+ readonly name: "InitUlnMgr";
12835
+ };
12975
12836
  readonly UlnManager: {
12976
12837
  readonly '0': {
12977
12838
  readonly fieldName: "UlnManager::baseStorage";
@@ -13015,17 +12876,6 @@ declare const decodeClass: <ClassName extends TonObjectsKeys<{
13015
12876
  };
13016
12877
  readonly name: "ulnMgr";
13017
12878
  };
13018
- readonly 'md::InitUlnManager': {
13019
- readonly '0': {
13020
- readonly fieldName: "md::InitUlnManager::endpointCode";
13021
- readonly fieldType: "cl::t::cellRef";
13022
- };
13023
- readonly '1': {
13024
- readonly fieldName: "md::InitUlnManager::channelCode";
13025
- readonly fieldType: "cl::t::cellRef";
13026
- };
13027
- readonly name: "InitUlnMgr";
13028
- };
13029
12879
  readonly Dvn: {
13030
12880
  readonly '0': {
13031
12881
  readonly fieldName: "Dvn::workerCoreStorage";
@@ -13233,7 +13083,7 @@ declare const decodeClass: <ClassName extends TonObjectsKeys<{
13233
13083
  };
13234
13084
  readonly '2': {
13235
13085
  readonly fieldName: "UlnWorkerFeelibInfo::workerFeelibStorage";
13236
- readonly fieldType: "DvnFeelib";
13086
+ readonly fieldType: "cl::t::objRef";
13237
13087
  };
13238
13088
  readonly '3': {
13239
13089
  readonly fieldName: "UlnWorkerFeelibInfo::friendWorkerAddress";
@@ -13393,6 +13243,17 @@ declare const decodeClass: <ClassName extends TonObjectsKeys<{
13393
13243
  };
13394
13244
  readonly name: "SetEpCfg";
13395
13245
  };
13246
+ readonly 'md::ClaimTon': {
13247
+ readonly '0': {
13248
+ readonly fieldName: "md::ClaimTon::amount";
13249
+ readonly fieldType: "cl::t::coins";
13250
+ };
13251
+ readonly '1': {
13252
+ readonly fieldName: "md::ClaimTon::target";
13253
+ readonly fieldType: "cl::t::address";
13254
+ };
13255
+ readonly name: "claimTon";
13256
+ };
13396
13257
  readonly 'md::CounterIncrement': {
13397
13258
  readonly '0': {
13398
13259
  readonly fieldName: "md::CounterIncrement::dstEid";
@@ -13723,6 +13584,39 @@ declare const decodeClass: <ClassName extends TonObjectsKeys<{
13723
13584
  };
13724
13585
  readonly name: "LzRecvSts";
13725
13586
  };
13587
+ readonly 'md::CoinsAmount': {
13588
+ readonly '0': {
13589
+ readonly fieldName: "md::CoinsAmount::amount";
13590
+ readonly fieldType: "cl::t::coins";
13591
+ };
13592
+ readonly name: "coinsAmt";
13593
+ };
13594
+ readonly 'md::NativeDrop': {
13595
+ readonly '0': {
13596
+ readonly fieldName: "md::NativeDrop::payees";
13597
+ readonly fieldType: "cl::t::cellRef";
13598
+ };
13599
+ readonly '1': {
13600
+ readonly fieldName: "md::NativeDrop::packetId";
13601
+ readonly fieldType: "md::PacketId";
13602
+ };
13603
+ readonly '2': {
13604
+ readonly fieldName: "md::NativeDrop::msglib";
13605
+ readonly fieldType: "cl::t::address";
13606
+ };
13607
+ readonly name: "NativeDrop";
13608
+ };
13609
+ readonly 'md::PacketId': {
13610
+ readonly '0': {
13611
+ readonly fieldName: "md::PacketId::path";
13612
+ readonly fieldType: "lz::Path";
13613
+ };
13614
+ readonly '1': {
13615
+ readonly fieldName: "md::PacketId::nonce";
13616
+ readonly fieldType: "cl::t::uint64";
13617
+ };
13618
+ readonly name: "pktId";
13619
+ };
13726
13620
  readonly 'lz::Config': {
13727
13621
  readonly '0': {
13728
13622
  readonly fieldName: "lz::Config::path";
@@ -13742,6 +13636,13 @@ declare const decodeClass: <ClassName extends TonObjectsKeys<{
13742
13636
  };
13743
13637
  readonly name: "Config";
13744
13638
  };
13639
+ readonly 'md::TreasuryFeeBps': {
13640
+ readonly '0': {
13641
+ readonly fieldName: "md::TreasuryFeeBps::treasuryFeeBps";
13642
+ readonly fieldType: "cl::t::uint16";
13643
+ };
13644
+ readonly name: "tfeebps";
13645
+ };
13745
13646
  readonly 'lz::EpConfig::NewWithConnection': {
13746
13647
  readonly '0': {
13747
13648
  readonly fieldName: "lz::EpConfig::NewWithConnection::isNull";
@@ -13810,29 +13711,6 @@ declare const decodeClass: <ClassName extends TonObjectsKeys<{
13810
13711
  };
13811
13712
  readonly name: "SmlJobAssg";
13812
13713
  };
13813
- readonly 'lz::Worker': {
13814
- readonly '0': {
13815
- readonly fieldName: "lz::Worker::owner";
13816
- readonly fieldType: "cl::t::address";
13817
- };
13818
- readonly '1': {
13819
- readonly fieldName: "lz::Worker::viewAllowlist";
13820
- readonly fieldType: "cl::t::dict256";
13821
- };
13822
- readonly '2': {
13823
- readonly fieldName: "lz::Worker::viewDependencies";
13824
- readonly fieldType: "cl::t::dict256";
13825
- };
13826
- readonly '3': {
13827
- readonly fieldName: "lz::Worker::bytecodeLibrary";
13828
- readonly fieldType: "cl::t::cellRef";
13829
- };
13830
- readonly '4': {
13831
- readonly fieldName: "lz::Worker::storage";
13832
- readonly fieldType: "cl::t::objRef";
13833
- };
13834
- readonly name: "Worker";
13835
- };
13836
13714
  readonly 'md::Bool': {
13837
13715
  readonly '0': {
13838
13716
  readonly fieldName: "md::Bool::bool";
@@ -13840,13 +13718,6 @@ declare const decodeClass: <ClassName extends TonObjectsKeys<{
13840
13718
  };
13841
13719
  readonly name: "Bool";
13842
13720
  };
13843
- readonly 'md::CoinsAmount': {
13844
- readonly '0': {
13845
- readonly fieldName: "md::CoinsAmount::amount";
13846
- readonly fieldType: "cl::t::coins";
13847
- };
13848
- readonly name: "coinsAmt";
13849
- };
13850
13721
  readonly 'md::Deploy': {
13851
13722
  readonly '0': {
13852
13723
  readonly fieldName: "md::Deploy::initialDeposit";
@@ -13999,17 +13870,6 @@ declare const decodeClass: <ClassName extends TonObjectsKeys<{
13999
13870
  };
14000
13871
  readonly name: "OptionsV2";
14001
13872
  };
14002
- readonly 'md::PacketId': {
14003
- readonly '0': {
14004
- readonly fieldName: "md::PacketId::path";
14005
- readonly fieldType: "lz::Path";
14006
- };
14007
- readonly '1': {
14008
- readonly fieldName: "md::PacketId::nonce";
14009
- readonly fieldType: "cl::t::uint64";
14010
- };
14011
- readonly name: "pktId";
14012
- };
14013
13873
  readonly 'md::PacketSent': {
14014
13874
  readonly '0': {
14015
13875
  readonly fieldName: "md::PacketSent::nativeFee";
@@ -14151,13 +14011,6 @@ declare const decodeClass: <ClassName extends TonObjectsKeys<{
14151
14011
  };
14152
14012
  readonly name: "adminwork";
14153
14013
  };
14154
- readonly 'md::TreasuryFeeBps': {
14155
- readonly '0': {
14156
- readonly fieldName: "md::TreasuryFeeBps::treasuryFeeBps";
14157
- readonly fieldType: "cl::t::uint16";
14158
- };
14159
- readonly name: "tfeebps";
14160
- };
14161
14014
  readonly UlnReceiveConfig: {
14162
14015
  readonly '0': {
14163
14016
  readonly fieldName: "UlnReceiveConfig::minCommitPacketGasNull";
@@ -14311,32 +14164,6 @@ declare const decodeClass: <ClassName extends TonObjectsKeys<{
14311
14164
  };
14312
14165
  readonly name: "ArbFeeExt";
14313
14166
  };
14314
- readonly 'md::ClaimTon': {
14315
- readonly '0': {
14316
- readonly fieldName: "md::ClaimTon::amount";
14317
- readonly fieldType: "cl::t::coins";
14318
- };
14319
- readonly '1': {
14320
- readonly fieldName: "md::ClaimTon::target";
14321
- readonly fieldType: "cl::t::address";
14322
- };
14323
- readonly name: "claimTon";
14324
- };
14325
- readonly 'md::NativeDrop': {
14326
- readonly '0': {
14327
- readonly fieldName: "md::NativeDrop::payees";
14328
- readonly fieldType: "cl::t::cellRef";
14329
- };
14330
- readonly '1': {
14331
- readonly fieldName: "md::NativeDrop::packetId";
14332
- readonly fieldType: "cl::t::objRef";
14333
- };
14334
- readonly '2': {
14335
- readonly fieldName: "md::NativeDrop::msglib";
14336
- readonly fieldType: "cl::t::address";
14337
- };
14338
- readonly name: "NativeDrop";
14339
- };
14340
14167
  readonly 'md::SetDict': {
14341
14168
  readonly '0': {
14342
14169
  readonly fieldName: "md::SetDict::nonce";
@@ -14666,6 +14493,17 @@ declare const decodeClass: <ClassName extends TonObjectsKeys<{
14666
14493
  };
14667
14494
  readonly name: "POOO";
14668
14495
  };
14496
+ readonly 'md::InitUlnManager': {
14497
+ readonly '0': {
14498
+ readonly fieldName: "md::InitUlnManager::endpointCode";
14499
+ readonly fieldType: "cl::t::cellRef";
14500
+ };
14501
+ readonly '1': {
14502
+ readonly fieldName: "md::InitUlnManager::channelCode";
14503
+ readonly fieldType: "cl::t::cellRef";
14504
+ };
14505
+ readonly name: "InitUlnMgr";
14506
+ };
14669
14507
  readonly UlnManager: {
14670
14508
  readonly '0': {
14671
14509
  readonly fieldName: "UlnManager::baseStorage";
@@ -14709,17 +14547,6 @@ declare const decodeClass: <ClassName extends TonObjectsKeys<{
14709
14547
  };
14710
14548
  readonly name: "ulnMgr";
14711
14549
  };
14712
- readonly 'md::InitUlnManager': {
14713
- readonly '0': {
14714
- readonly fieldName: "md::InitUlnManager::endpointCode";
14715
- readonly fieldType: "cl::t::cellRef";
14716
- };
14717
- readonly '1': {
14718
- readonly fieldName: "md::InitUlnManager::channelCode";
14719
- readonly fieldType: "cl::t::cellRef";
14720
- };
14721
- readonly name: "InitUlnMgr";
14722
- };
14723
14550
  readonly Dvn: {
14724
14551
  readonly '0': {
14725
14552
  readonly fieldName: "Dvn::workerCoreStorage";
@@ -14927,7 +14754,7 @@ declare const decodeClass: <ClassName extends TonObjectsKeys<{
14927
14754
  };
14928
14755
  readonly '2': {
14929
14756
  readonly fieldName: "UlnWorkerFeelibInfo::workerFeelibStorage";
14930
- readonly fieldType: "DvnFeelib";
14757
+ readonly fieldType: "cl::t::objRef";
14931
14758
  };
14932
14759
  readonly '3': {
14933
14760
  readonly fieldName: "UlnWorkerFeelibInfo::friendWorkerAddress";
@@ -15087,6 +14914,17 @@ declare const decodeClass: <ClassName extends TonObjectsKeys<{
15087
14914
  };
15088
14915
  readonly name: "SetEpCfg";
15089
14916
  };
14917
+ readonly 'md::ClaimTon': {
14918
+ readonly '0': {
14919
+ readonly fieldName: "md::ClaimTon::amount";
14920
+ readonly fieldType: "cl::t::coins";
14921
+ };
14922
+ readonly '1': {
14923
+ readonly fieldName: "md::ClaimTon::target";
14924
+ readonly fieldType: "cl::t::address";
14925
+ };
14926
+ readonly name: "claimTon";
14927
+ };
15090
14928
  readonly 'md::CounterIncrement': {
15091
14929
  readonly '0': {
15092
14930
  readonly fieldName: "md::CounterIncrement::dstEid";
@@ -15417,6 +15255,39 @@ declare const decodeClass: <ClassName extends TonObjectsKeys<{
15417
15255
  };
15418
15256
  readonly name: "LzRecvSts";
15419
15257
  };
15258
+ readonly 'md::CoinsAmount': {
15259
+ readonly '0': {
15260
+ readonly fieldName: "md::CoinsAmount::amount";
15261
+ readonly fieldType: "cl::t::coins";
15262
+ };
15263
+ readonly name: "coinsAmt";
15264
+ };
15265
+ readonly 'md::NativeDrop': {
15266
+ readonly '0': {
15267
+ readonly fieldName: "md::NativeDrop::payees";
15268
+ readonly fieldType: "cl::t::cellRef";
15269
+ };
15270
+ readonly '1': {
15271
+ readonly fieldName: "md::NativeDrop::packetId";
15272
+ readonly fieldType: "md::PacketId";
15273
+ };
15274
+ readonly '2': {
15275
+ readonly fieldName: "md::NativeDrop::msglib";
15276
+ readonly fieldType: "cl::t::address";
15277
+ };
15278
+ readonly name: "NativeDrop";
15279
+ };
15280
+ readonly 'md::PacketId': {
15281
+ readonly '0': {
15282
+ readonly fieldName: "md::PacketId::path";
15283
+ readonly fieldType: "lz::Path";
15284
+ };
15285
+ readonly '1': {
15286
+ readonly fieldName: "md::PacketId::nonce";
15287
+ readonly fieldType: "cl::t::uint64";
15288
+ };
15289
+ readonly name: "pktId";
15290
+ };
15420
15291
  readonly 'lz::Config': {
15421
15292
  readonly '0': {
15422
15293
  readonly fieldName: "lz::Config::path";
@@ -15436,6 +15307,13 @@ declare const decodeClass: <ClassName extends TonObjectsKeys<{
15436
15307
  };
15437
15308
  readonly name: "Config";
15438
15309
  };
15310
+ readonly 'md::TreasuryFeeBps': {
15311
+ readonly '0': {
15312
+ readonly fieldName: "md::TreasuryFeeBps::treasuryFeeBps";
15313
+ readonly fieldType: "cl::t::uint16";
15314
+ };
15315
+ readonly name: "tfeebps";
15316
+ };
15439
15317
  readonly 'lz::EpConfig::NewWithConnection': {
15440
15318
  readonly '0': {
15441
15319
  readonly fieldName: "lz::EpConfig::NewWithConnection::isNull";
@@ -15504,29 +15382,6 @@ declare const decodeClass: <ClassName extends TonObjectsKeys<{
15504
15382
  };
15505
15383
  readonly name: "SmlJobAssg";
15506
15384
  };
15507
- readonly 'lz::Worker': {
15508
- readonly '0': {
15509
- readonly fieldName: "lz::Worker::owner";
15510
- readonly fieldType: "cl::t::address";
15511
- };
15512
- readonly '1': {
15513
- readonly fieldName: "lz::Worker::viewAllowlist";
15514
- readonly fieldType: "cl::t::dict256";
15515
- };
15516
- readonly '2': {
15517
- readonly fieldName: "lz::Worker::viewDependencies";
15518
- readonly fieldType: "cl::t::dict256";
15519
- };
15520
- readonly '3': {
15521
- readonly fieldName: "lz::Worker::bytecodeLibrary";
15522
- readonly fieldType: "cl::t::cellRef";
15523
- };
15524
- readonly '4': {
15525
- readonly fieldName: "lz::Worker::storage";
15526
- readonly fieldType: "cl::t::objRef";
15527
- };
15528
- readonly name: "Worker";
15529
- };
15530
15385
  readonly 'md::Bool': {
15531
15386
  readonly '0': {
15532
15387
  readonly fieldName: "md::Bool::bool";
@@ -15534,13 +15389,6 @@ declare const decodeClass: <ClassName extends TonObjectsKeys<{
15534
15389
  };
15535
15390
  readonly name: "Bool";
15536
15391
  };
15537
- readonly 'md::CoinsAmount': {
15538
- readonly '0': {
15539
- readonly fieldName: "md::CoinsAmount::amount";
15540
- readonly fieldType: "cl::t::coins";
15541
- };
15542
- readonly name: "coinsAmt";
15543
- };
15544
15392
  readonly 'md::Deploy': {
15545
15393
  readonly '0': {
15546
15394
  readonly fieldName: "md::Deploy::initialDeposit";
@@ -15693,17 +15541,6 @@ declare const decodeClass: <ClassName extends TonObjectsKeys<{
15693
15541
  };
15694
15542
  readonly name: "OptionsV2";
15695
15543
  };
15696
- readonly 'md::PacketId': {
15697
- readonly '0': {
15698
- readonly fieldName: "md::PacketId::path";
15699
- readonly fieldType: "lz::Path";
15700
- };
15701
- readonly '1': {
15702
- readonly fieldName: "md::PacketId::nonce";
15703
- readonly fieldType: "cl::t::uint64";
15704
- };
15705
- readonly name: "pktId";
15706
- };
15707
15544
  readonly 'md::PacketSent': {
15708
15545
  readonly '0': {
15709
15546
  readonly fieldName: "md::PacketSent::nativeFee";
@@ -15845,13 +15682,6 @@ declare const decodeClass: <ClassName extends TonObjectsKeys<{
15845
15682
  };
15846
15683
  readonly name: "adminwork";
15847
15684
  };
15848
- readonly 'md::TreasuryFeeBps': {
15849
- readonly '0': {
15850
- readonly fieldName: "md::TreasuryFeeBps::treasuryFeeBps";
15851
- readonly fieldType: "cl::t::uint16";
15852
- };
15853
- readonly name: "tfeebps";
15854
- };
15855
15685
  readonly UlnReceiveConfig: {
15856
15686
  readonly '0': {
15857
15687
  readonly fieldName: "UlnReceiveConfig::minCommitPacketGasNull";
@@ -16005,32 +15835,6 @@ declare const decodeClass: <ClassName extends TonObjectsKeys<{
16005
15835
  };
16006
15836
  readonly name: "ArbFeeExt";
16007
15837
  };
16008
- readonly 'md::ClaimTon': {
16009
- readonly '0': {
16010
- readonly fieldName: "md::ClaimTon::amount";
16011
- readonly fieldType: "cl::t::coins";
16012
- };
16013
- readonly '1': {
16014
- readonly fieldName: "md::ClaimTon::target";
16015
- readonly fieldType: "cl::t::address";
16016
- };
16017
- readonly name: "claimTon";
16018
- };
16019
- readonly 'md::NativeDrop': {
16020
- readonly '0': {
16021
- readonly fieldName: "md::NativeDrop::payees";
16022
- readonly fieldType: "cl::t::cellRef";
16023
- };
16024
- readonly '1': {
16025
- readonly fieldName: "md::NativeDrop::packetId";
16026
- readonly fieldType: "cl::t::objRef";
16027
- };
16028
- readonly '2': {
16029
- readonly fieldName: "md::NativeDrop::msglib";
16030
- readonly fieldType: "cl::t::address";
16031
- };
16032
- readonly name: "NativeDrop";
16033
- };
16034
15838
  readonly 'md::SetDict': {
16035
15839
  readonly '0': {
16036
15840
  readonly fieldName: "md::SetDict::nonce";
@@ -16093,4 +15897,4 @@ declare function getCompiledJson(name: string, root: string): {
16093
15897
  hex: string;
16094
15898
  };
16095
15899
 
16096
- export { type ActionEvent, type AddressListTypeLike, type AddressTypeLike, type ArbitrumPriceFeedExtension, 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 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 };
15900
+ export { type ActionEvent, type AddressListTypeLike, type AddressTypeLike, type ArbitrumPriceFeedExtension, 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, MAX_CELL_BITS, type Md, type MdAddMsglib, type MdBool, type MdChannelNonceInfo, type MdClaimTon, type MdCoinsAmount, type MdCounterIncrement, type MdDeploy, 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 };