@layerzerolabs/lz-ton-sdk-v2 3.0.87 → 3.0.88

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.mts CHANGED
@@ -1,5 +1,5 @@
1
1
  import { Cell, Address, DictionaryValue, Dictionary, ContractProvider, Transaction, Tuple } from '@ton/core';
2
- import { ClasslibWrapper, ExtendedContract } from '@layerzerolabs/ton-sdk-tools';
2
+ import { LzDict, ClasslibWrapper, ExtendedContract } from '@layerzerolabs/ton-sdk-tools';
3
3
  export { ExtendedContract, SendRequestOptions, addressToBigInt, addressToHex, bigintToAddress, createVerifierDictSet, parseTonAddress, publicKeyToHash } from '@layerzerolabs/ton-sdk-tools';
4
4
  import { BlockchainTransaction, EventMessageSent, SendMessageResult } from '@ton/sandbox';
5
5
 
@@ -3756,491 +3756,6 @@ declare const tonResolvedObjects: {
3756
3756
  };
3757
3757
  };
3758
3758
 
3759
- declare class TonContractWrapper extends ClasslibWrapper {
3760
- static create(code: Cell, data: Cell, workchain?: number): TonContractWrapper;
3761
- getNewBaseOApp(provider: ContractProvider, args: {
3762
- controllerAddress: bigint;
3763
- eid: bigint;
3764
- endpointCode: Cell;
3765
- channelCode: Cell;
3766
- }): Promise<Cell>;
3767
- getNewCounter(provider: ContractProvider, args: {
3768
- owner: bigint;
3769
- controllerAddress: bigint;
3770
- eid: bigint;
3771
- id: bigint;
3772
- endpointCode: Cell;
3773
- channelCode: Cell;
3774
- }): Promise<Cell>;
3775
- getNewLzConfig(provider: ContractProvider, args: {
3776
- path: Cell;
3777
- forwardingAddress: bigint;
3778
- opCode: bigint;
3779
- config: Cell;
3780
- }): Promise<Cell>;
3781
- getNewLzEpConfigNewWithConnection(provider: ContractProvider, args: {
3782
- isNull: bigint;
3783
- sendMsglibManager: bigint;
3784
- sendMsglib: bigint;
3785
- sendMsglibConnection: bigint;
3786
- receiveMsglib: bigint;
3787
- receiveMsglibConnection: bigint;
3788
- timeoutReceiveMsglib: bigint;
3789
- timeoutReceiveMsglibConnection: bigint;
3790
- timeoutReceiveMsglibExpiry: bigint;
3791
- }): Promise<Cell>;
3792
- getNewLzEpConfig(provider: ContractProvider, args: {
3793
- isNull: bigint;
3794
- sendMsglibManager: bigint;
3795
- sendMsglib: bigint;
3796
- receiveMsglib: bigint;
3797
- timeoutReceiveMsglib: bigint;
3798
- timeoutReceiveMsglibExpiry: bigint;
3799
- }): Promise<Cell>;
3800
- getNewLzEpConfigNewWithDefaults(provider: ContractProvider): Promise<Cell>;
3801
- getNewLzMsglibInfo(provider: ContractProvider, args: {
3802
- msglibAddress: bigint;
3803
- msglibConnectionCode: Cell;
3804
- msglibConnectionInitStorage: Cell;
3805
- }): Promise<Cell>;
3806
- getNewLzPacket(provider: ContractProvider, args: {
3807
- path: Cell;
3808
- message: Cell;
3809
- nonce: bigint;
3810
- }): Promise<Cell>;
3811
- getNewLzPath(provider: ContractProvider, args: {
3812
- srcEid: bigint;
3813
- srcOApp: bigint;
3814
- dstEid: bigint;
3815
- dstOApp: bigint;
3816
- }): Promise<Cell>;
3817
- getNewLzReceiveEpConfig(provider: ContractProvider, args: {
3818
- receiveMsglibConnectionAddress: bigint;
3819
- timeoutReceiveMsglibConnectionAddress: bigint;
3820
- expiry: bigint;
3821
- }): Promise<Cell>;
3822
- getNewLzSendEpConfig(provider: ContractProvider, args: {
3823
- sendMsglibManager: bigint;
3824
- sendMsglib: bigint;
3825
- sendMsglibConnection: bigint;
3826
- }): Promise<Cell>;
3827
- getNewLzSmlJobAssigned(provider: ContractProvider, args: {
3828
- fee: bigint;
3829
- }): Promise<Cell>;
3830
- getNewMdAddMsglib(provider: ContractProvider, args: {
3831
- msglibManagerAddress: bigint;
3832
- dstEid: bigint;
3833
- }): Promise<Cell>;
3834
- getNewMdBool(provider: ContractProvider, args: {
3835
- boolean: bigint;
3836
- }): Promise<Cell>;
3837
- getNewMdChannelNonceInfo(provider: ContractProvider, args: {
3838
- nonce: bigint;
3839
- firstUnexecutedNonce: bigint;
3840
- }): Promise<Cell>;
3841
- getNewMdCoinsAmount(provider: ContractProvider, args: {
3842
- amount: bigint;
3843
- }): Promise<Cell>;
3844
- getNewMdCounterIncrement(provider: ContractProvider, args: {
3845
- dstEid: bigint;
3846
- incrementType: bigint;
3847
- extraOptions: Cell;
3848
- nativeFee: bigint;
3849
- zroFee: bigint;
3850
- }): Promise<Cell>;
3851
- getNewMdDeploy(provider: ContractProvider, args: {
3852
- initialDeposit: bigint;
3853
- dstEid: bigint;
3854
- dstOApp: bigint;
3855
- }): Promise<Cell>;
3856
- getNewMdDeployNewWithExtraInfo(provider: ContractProvider, args: {
3857
- initialDeposit: bigint;
3858
- dstEid: bigint;
3859
- dstOApp: bigint;
3860
- extraInfo: Cell;
3861
- }): Promise<Cell>;
3862
- getNewMdExtendedMd(provider: ContractProvider, args: {
3863
- md: Cell;
3864
- obj: Cell;
3865
- forwardingAddress: bigint;
3866
- }): Promise<Cell>;
3867
- getNewMdGetMsglibInfoCallback(provider: ContractProvider, args: {
3868
- msglibAddress: bigint;
3869
- connectionCode: Cell;
3870
- }): Promise<Cell>;
3871
- getNewMdInitEndpoint(provider: ContractProvider, args: {
3872
- channelCode: Cell;
3873
- }): Promise<Cell>;
3874
- getNewMdInitSmlConnection(provider: ContractProvider, args: {
3875
- channelAddress: bigint;
3876
- }): Promise<Cell>;
3877
- getNewMdLzReceivePrepare(provider: ContractProvider, args: {
3878
- nonce: bigint;
3879
- nanotons: bigint;
3880
- }): Promise<Cell>;
3881
- getNewMdLzReceiveStatus(provider: ContractProvider, args: {
3882
- success: bigint;
3883
- nonce: bigint;
3884
- }): Promise<Cell>;
3885
- getNewMdLzReceiveStatusNewFull(provider: ContractProvider, args: {
3886
- success: bigint;
3887
- nonce: bigint;
3888
- value: bigint;
3889
- extraData: Cell;
3890
- reason: Cell;
3891
- sender: bigint;
3892
- packet: Cell;
3893
- executionStatus: bigint;
3894
- }): Promise<Cell>;
3895
- getNewMdLzSend(provider: ContractProvider, args: {
3896
- nativeFee: bigint;
3897
- zroFee: bigint;
3898
- extraOptions: Cell;
3899
- enforcedOptions: Cell;
3900
- packet: Cell;
3901
- callbackData: Cell;
3902
- }): Promise<Cell>;
3903
- getNewMdMdAddress(provider: ContractProvider, args: {
3904
- md: Cell;
3905
- address: bigint;
3906
- }): Promise<Cell>;
3907
- getNewMdMdEid(provider: ContractProvider, args: {
3908
- md: Cell;
3909
- eid: bigint;
3910
- }): Promise<Cell>;
3911
- getNewMdMdObj(provider: ContractProvider, args: {
3912
- md: Cell;
3913
- obj: Cell;
3914
- }): Promise<Cell>;
3915
- getNewMdMessagingReceipt(provider: ContractProvider, args: {
3916
- lzSend: Cell;
3917
- nativeFee: bigint;
3918
- zroFee: bigint;
3919
- errorCode: bigint;
3920
- }): Promise<Cell>;
3921
- getNewMdMsglibSendCallback(provider: ContractProvider, args: {
3922
- nativeFee: bigint;
3923
- zroFee: bigint;
3924
- lzSend: Cell;
3925
- packetEncoded: Cell;
3926
- payees: Cell;
3927
- nonceByteOffset: bigint;
3928
- nonceBytes: bigint;
3929
- guidByteOffset: bigint;
3930
- guidBytes: bigint;
3931
- msglibSendEvents: Cell;
3932
- errorCode: bigint;
3933
- }): Promise<Cell>;
3934
- getNewMdNonce(provider: ContractProvider, args: {
3935
- nonce: bigint;
3936
- }): Promise<Cell>;
3937
- getNewMdOptionsExtended(provider: ContractProvider, args: {
3938
- eid: bigint;
3939
- msgType: bigint;
3940
- options: Cell;
3941
- }): Promise<Cell>;
3942
- getNewMdOptionsV1(provider: ContractProvider, args: {
3943
- lzReceiveGas: bigint;
3944
- lzReceiveValue: bigint;
3945
- nativeDropAddress: bigint;
3946
- nativeDropAmount: bigint;
3947
- }): Promise<Cell>;
3948
- getNewMdOptionsV2(provider: ContractProvider, args: {
3949
- lzReceiveGas: bigint;
3950
- lzReceiveValue: bigint;
3951
- lzComposeGas: bigint;
3952
- lzComposeValue: bigint;
3953
- nativeDropAddress: bigint;
3954
- nativeDropAmount: bigint;
3955
- }): Promise<Cell>;
3956
- getNewMdPacketId(provider: ContractProvider, args: {
3957
- path: Cell;
3958
- nonce: bigint;
3959
- }): Promise<Cell>;
3960
- getNewMdPacketSent(provider: ContractProvider, args: {
3961
- nativeFee: bigint;
3962
- zroFee: bigint;
3963
- extraOptions: Cell;
3964
- enforcedOptions: Cell;
3965
- packetEncoded: Cell;
3966
- nonce: bigint;
3967
- msglibAddress: bigint;
3968
- msglibSendEvents: Cell;
3969
- }): Promise<Cell>;
3970
- getNewMdSetAddress(provider: ContractProvider, args: {
3971
- address: bigint;
3972
- }): Promise<Cell>;
3973
- getNewMdSetEpConfig(provider: ContractProvider, args: {
3974
- useDefaults: bigint;
3975
- sendMsglibManager: bigint;
3976
- receiveMsglibManager: bigint;
3977
- timeoutReceiveMsglibManager: bigint;
3978
- timeoutReceiveMsglibExpiry: bigint;
3979
- }): Promise<Cell>;
3980
- getNewMdSetPeer(provider: ContractProvider, args: {
3981
- eid: bigint;
3982
- peer: bigint;
3983
- }): Promise<Cell>;
3984
- getNewMdSetSmlManagerConfig(provider: ContractProvider, args: {
3985
- nativeFee: bigint;
3986
- zroFee: bigint;
3987
- }): Promise<Cell>;
3988
- getNewActionEvent(provider: ContractProvider, args: {
3989
- topic: bigint;
3990
- body: Cell;
3991
- initialStorage: Cell;
3992
- }): Promise<Cell>;
3993
- getNewPOOO(provider: ContractProvider): Promise<Cell>;
3994
- getNewChannel(provider: ContractProvider, args: {
3995
- owner: bigint;
3996
- path: Cell;
3997
- endpointAddress: bigint;
3998
- }): Promise<Cell>;
3999
- getNewController(provider: ContractProvider, args: {
4000
- owner: bigint;
4001
- eid: bigint;
4002
- endpointCode: Cell;
4003
- channelCode: Cell;
4004
- }): Promise<Cell>;
4005
- getNewBaseStorage(provider: ContractProvider, args: {
4006
- owner: bigint;
4007
- }): Promise<Cell>;
4008
- getNewEndpoint(provider: ContractProvider, args: {
4009
- eid: bigint;
4010
- dstEid: bigint;
4011
- owner: bigint;
4012
- }): Promise<Cell>;
4013
- getNewSmlConnection(provider: ContractProvider, args: {
4014
- owner: bigint;
4015
- path: Cell;
4016
- }): Promise<Cell>;
4017
- getNewSmlManager(provider: ContractProvider, args: {
4018
- owner: bigint;
4019
- eid: bigint;
4020
- version: bigint;
4021
- controllerAddress: bigint;
4022
- endpointCode: Cell;
4023
- channelCode: Cell;
4024
- smlConnectionCode: Cell;
4025
- }): Promise<Cell>;
4026
- getNewLzAttestation(provider: ContractProvider, args: {
4027
- hash: bigint;
4028
- confirmations: bigint;
4029
- }): Promise<Cell>;
4030
- getNewDvnFeesPaidEvent(provider: ContractProvider, args: {
4031
- requiredDVNs: Cell;
4032
- optionalDVNs: Cell;
4033
- serializedPayees: Cell;
4034
- }): Promise<Cell>;
4035
- getNewExecutorFeePaidEvent(provider: ContractProvider, args: {
4036
- executorAddress: bigint;
4037
- feePaid: bigint;
4038
- }): Promise<Cell>;
4039
- getNewMdInitUln(provider: ContractProvider, args: {
4040
- connectionCode: Cell;
4041
- treasuryFeeBps: bigint;
4042
- }): Promise<Cell>;
4043
- getNewMdInitUlnConnection(provider: ContractProvider, args: {
4044
- ulnSendConfigOApp: Cell;
4045
- ulnReceiveConfigOApp: Cell;
4046
- endpointAddress: bigint;
4047
- channelAddress: bigint;
4048
- }): Promise<Cell>;
4049
- getNewMdInitUlnConnectionNewOnlyConfig(provider: ContractProvider, args: {
4050
- ulnSendConfigOApp: Cell;
4051
- ulnReceiveConfigOApp: Cell;
4052
- }): Promise<Cell>;
4053
- getNewMdInitUlnManager(provider: ContractProvider, args: {
4054
- endpointCode: Cell;
4055
- channelCode: Cell;
4056
- }): Promise<Cell>;
4057
- getNewMdRentRefill(provider: ContractProvider, args: {
4058
- address: bigint;
4059
- amount: bigint;
4060
- }): Promise<Cell>;
4061
- getNewMdSetAdminWorkerAddresses(provider: ContractProvider, args: {
4062
- adminWorkers: Cell;
4063
- }): Promise<Cell>;
4064
- getNewMdTreasuryFeeBps(provider: ContractProvider, args: {
4065
- treasuryFeeBps: bigint;
4066
- }): Promise<Cell>;
4067
- getNewUlnEvents(provider: ContractProvider, args: {
4068
- workerEvents: Cell;
4069
- dvnFeesPaidEvent: Cell;
4070
- executorFeePaidEvent: Cell;
4071
- }): Promise<Cell>;
4072
- getNewUlnReceiveConfig(provider: ContractProvider, args: {
4073
- minCommitPacketGasNull: bigint;
4074
- minCommitPacketGas: bigint;
4075
- confirmationsNull: bigint;
4076
- confirmations: bigint;
4077
- requiredDVNsNull: bigint;
4078
- requiredDVNs: Cell;
4079
- optionalDVNsNull: bigint;
4080
- optionalDVNs: Cell;
4081
- optionalDVNThreshold: bigint;
4082
- }): Promise<Cell>;
4083
- getNewUlnReceiveConfigNewWithDefaults(provider: ContractProvider): Promise<Cell>;
4084
- getNewMdUlnSend(provider: ContractProvider, args: {
4085
- lzSend: Cell;
4086
- customUlnSendConfig: Cell;
4087
- connectionInitialStorage: Cell;
4088
- forwardingAddress: bigint;
4089
- }): Promise<Cell>;
4090
- getNewUlnSendConfig(provider: ContractProvider, args: {
4091
- workerQuoteGasLimit: bigint;
4092
- maxMessageBytes: bigint;
4093
- executorNull: bigint;
4094
- executor: bigint;
4095
- requiredDVNsNull: bigint;
4096
- requiredDVNs: Cell;
4097
- optionalDVNsNull: bigint;
4098
- optionalDVNs: Cell;
4099
- confirmationsNull: bigint;
4100
- confirmations: bigint;
4101
- }): Promise<Cell>;
4102
- getNewUlnSendConfigNewWithDefaults(provider: ContractProvider): Promise<Cell>;
4103
- getNewMdUlnVerification(provider: ContractProvider, args: {
4104
- nonce: bigint;
4105
- hash: bigint;
4106
- confirmations: bigint;
4107
- }): Promise<Cell>;
4108
- getNewMdUlnWorkerFeelibBytecode(provider: ContractProvider, args: {
4109
- bytecode: Cell;
4110
- }): Promise<Cell>;
4111
- getNewMdUlnWorkerFeelibEvents(provider: ContractProvider, args: {
4112
- workerAddress: bigint;
4113
- workerEvents: Cell;
4114
- nextWorkerEvents: Cell;
4115
- }): Promise<Cell>;
4116
- getNewUlnWorkerFeelibInfo(provider: ContractProvider, args: {
4117
- workerAddress: bigint;
4118
- workerFeelibBytecode: Cell;
4119
- workerFeelibStorage: Cell;
4120
- friendWorkerAddress: bigint;
4121
- dstEid: bigint;
4122
- rentBalance: bigint;
4123
- isAdmin: bigint;
4124
- }): Promise<Cell>;
4125
- getNewMdVerificationStatus(provider: ContractProvider, args: {
4126
- nonce: bigint;
4127
- status: bigint;
4128
- }): Promise<Cell>;
4129
- getNewUln(provider: ContractProvider, args: {
4130
- owner: bigint;
4131
- eid: bigint;
4132
- dstEid: bigint;
4133
- }): Promise<Cell>;
4134
- getNewComputeSizeGasTest(provider: ContractProvider, args: {
4135
- owner: bigint;
4136
- }): Promise<Cell>;
4137
- getNewUlnConnection(provider: ContractProvider, args: {
4138
- owner: bigint;
4139
- path: Cell;
4140
- ulnAddress: bigint;
4141
- }): Promise<Cell>;
4142
- getNewUlnManager(provider: ContractProvider, args: {
4143
- owner: bigint;
4144
- ulnCode: Cell;
4145
- connectionCode: Cell;
4146
- controllerAddress: bigint;
4147
- eid: bigint;
4148
- }): Promise<Cell>;
4149
- getNewDvnFeelib(provider: ContractProvider, args: {
4150
- quorum: bigint;
4151
- remoteGas: bigint;
4152
- multiplierBps: bigint;
4153
- floorMarginUSD: bigint;
4154
- }): Promise<Cell>;
4155
- getNewExecutorFeelib(provider: ContractProvider, args: {
4156
- lzReceiveBaseGas: bigint;
4157
- multiplierBps: bigint;
4158
- floorMarginUSD: bigint;
4159
- nativeCap: bigint;
4160
- lzComposeBaseGas: bigint;
4161
- }): Promise<Cell>;
4162
- getNewArbitrumPriceFeedExtension(provider: ContractProvider, args: {
4163
- gasPerL2Tx: bigint;
4164
- gasPerL1CallDataByte: bigint;
4165
- }): Promise<Cell>;
4166
- getNewPriceFeedFeelib(provider: ContractProvider, args: {
4167
- priceRatio: bigint;
4168
- gasPriceInRemoteUnit: bigint;
4169
- gasPerByte: bigint;
4170
- nativePriceUsd: bigint;
4171
- arbitrumExtension: Cell;
4172
- optimismExtension: Cell;
4173
- }): Promise<Cell>;
4174
- getNewWorkerCoreStorage(provider: ContractProvider, args: {
4175
- admins: Cell;
4176
- proxy: bigint;
4177
- version: bigint;
4178
- }): Promise<Cell>;
4179
- getNewDvn(provider: ContractProvider, args: {
4180
- admins: Cell;
4181
- version: bigint;
4182
- quorum: bigint;
4183
- verifiers: Cell;
4184
- }): Promise<Cell>;
4185
- getNewExecutor(provider: ContractProvider, args: {
4186
- admins: Cell;
4187
- version: bigint;
4188
- nativeDropTotalCap: bigint;
4189
- }): Promise<Cell>;
4190
- getNewMdClaimTon(provider: ContractProvider, args: {
4191
- amount: bigint;
4192
- target: bigint;
4193
- }): Promise<Cell>;
4194
- getNewMdExecuteParams(provider: ContractProvider, args: {
4195
- target: bigint;
4196
- callData: Cell;
4197
- expiration: bigint;
4198
- opcode: bigint;
4199
- forwardingAddress: bigint;
4200
- }): Promise<Cell>;
4201
- getNewMdNativeDrop(provider: ContractProvider, args: {
4202
- payees: Cell;
4203
- packetId: Cell;
4204
- msglib: bigint;
4205
- }): Promise<Cell>;
4206
- getNewMdSetDict(provider: ContractProvider, args: {
4207
- nonce: bigint;
4208
- opcode: bigint;
4209
- _dict: Cell;
4210
- target: bigint;
4211
- }): Promise<Cell>;
4212
- getNewMdSetQuorum(provider: ContractProvider, args: {
4213
- nonce: bigint;
4214
- opcode: bigint;
4215
- quorum: bigint;
4216
- target: bigint;
4217
- }): Promise<Cell>;
4218
- getNewMdSignedRequest(provider: ContractProvider, args: {
4219
- request: Cell;
4220
- signatures: Cell;
4221
- }): Promise<Cell>;
4222
- getNewPriceFeedCache(provider: ContractProvider, args: {
4223
- admins: Cell;
4224
- version: bigint;
4225
- priceFeedFeeLib: Cell;
4226
- dstEid: bigint;
4227
- }): Promise<Cell>;
4228
- getNewProxy(provider: ContractProvider, args: {
4229
- admins: Cell;
4230
- version: bigint;
4231
- }): Promise<Cell>;
4232
- }
4233
-
4234
- declare class LzDict {
4235
- _cell: Cell;
4236
- constructor(data: Cell);
4237
- static empty(): LzDict;
4238
- getCell(key: bigint, wrapper: ExtendedContract<TonContractWrapper>): Promise<Cell>;
4239
- getBigInt(key: bigint, wrapper: ExtendedContract<TonContractWrapper>): Promise<bigint>;
4240
- set(key: bigint, value: Cell, wrapper: ExtendedContract<TonContractWrapper>): Promise<void>;
4241
- asCell(): Cell;
4242
- }
4243
- declare function getLzDict(obj: Cell, fieldName: bigint, wrapper: ExtendedContract<TonContractWrapper>): Promise<LzDict>;
4244
3759
  interface Md {
4245
3760
  }
4246
3761
  interface BaseOApp {
@@ -4761,12 +4276,487 @@ interface Proxy {
4761
4276
  workerCoreStorage: Cell;
4762
4277
  callbackEnabled: bigint;
4763
4278
  }
4764
- declare const nameMap: {
4765
- [key: string]: string;
4766
- };
4767
- declare const keyMap: {
4768
- [key: string]: string;
4769
- };
4279
+ declare const nameMap: {
4280
+ [key: string]: string;
4281
+ };
4282
+ declare const keyMap: {
4283
+ [key: string]: string;
4284
+ };
4285
+
4286
+ declare class TonContractWrapper extends ClasslibWrapper {
4287
+ static create(code: Cell, data: Cell, workchain?: number): TonContractWrapper;
4288
+ getNewBaseOApp(provider: ContractProvider, args: {
4289
+ controllerAddress: bigint;
4290
+ eid: bigint;
4291
+ endpointCode: Cell;
4292
+ channelCode: Cell;
4293
+ }): Promise<Cell>;
4294
+ getNewCounter(provider: ContractProvider, args: {
4295
+ owner: bigint;
4296
+ controllerAddress: bigint;
4297
+ eid: bigint;
4298
+ id: bigint;
4299
+ endpointCode: Cell;
4300
+ channelCode: Cell;
4301
+ }): Promise<Cell>;
4302
+ getNewLzConfig(provider: ContractProvider, args: {
4303
+ path: Cell;
4304
+ forwardingAddress: bigint;
4305
+ opCode: bigint;
4306
+ config: Cell;
4307
+ }): Promise<Cell>;
4308
+ getNewLzEpConfigNewWithConnection(provider: ContractProvider, args: {
4309
+ isNull: bigint;
4310
+ sendMsglibManager: bigint;
4311
+ sendMsglib: bigint;
4312
+ sendMsglibConnection: bigint;
4313
+ receiveMsglib: bigint;
4314
+ receiveMsglibConnection: bigint;
4315
+ timeoutReceiveMsglib: bigint;
4316
+ timeoutReceiveMsglibConnection: bigint;
4317
+ timeoutReceiveMsglibExpiry: bigint;
4318
+ }): Promise<Cell>;
4319
+ getNewLzEpConfig(provider: ContractProvider, args: {
4320
+ isNull: bigint;
4321
+ sendMsglibManager: bigint;
4322
+ sendMsglib: bigint;
4323
+ receiveMsglib: bigint;
4324
+ timeoutReceiveMsglib: bigint;
4325
+ timeoutReceiveMsglibExpiry: bigint;
4326
+ }): Promise<Cell>;
4327
+ getNewLzEpConfigNewWithDefaults(provider: ContractProvider): Promise<Cell>;
4328
+ getNewLzMsglibInfo(provider: ContractProvider, args: {
4329
+ msglibAddress: bigint;
4330
+ msglibConnectionCode: Cell;
4331
+ msglibConnectionInitStorage: Cell;
4332
+ }): Promise<Cell>;
4333
+ getNewLzPacket(provider: ContractProvider, args: {
4334
+ path: Cell;
4335
+ message: Cell;
4336
+ nonce: bigint;
4337
+ }): Promise<Cell>;
4338
+ getNewLzPath(provider: ContractProvider, args: {
4339
+ srcEid: bigint;
4340
+ srcOApp: bigint;
4341
+ dstEid: bigint;
4342
+ dstOApp: bigint;
4343
+ }): Promise<Cell>;
4344
+ getNewLzReceiveEpConfig(provider: ContractProvider, args: {
4345
+ receiveMsglibConnectionAddress: bigint;
4346
+ timeoutReceiveMsglibConnectionAddress: bigint;
4347
+ expiry: bigint;
4348
+ }): Promise<Cell>;
4349
+ getNewLzSendEpConfig(provider: ContractProvider, args: {
4350
+ sendMsglibManager: bigint;
4351
+ sendMsglib: bigint;
4352
+ sendMsglibConnection: bigint;
4353
+ }): Promise<Cell>;
4354
+ getNewLzSmlJobAssigned(provider: ContractProvider, args: {
4355
+ fee: bigint;
4356
+ }): Promise<Cell>;
4357
+ getNewMdAddMsglib(provider: ContractProvider, args: {
4358
+ msglibManagerAddress: bigint;
4359
+ dstEid: bigint;
4360
+ }): Promise<Cell>;
4361
+ getNewMdBool(provider: ContractProvider, args: {
4362
+ boolean: bigint;
4363
+ }): Promise<Cell>;
4364
+ getNewMdChannelNonceInfo(provider: ContractProvider, args: {
4365
+ nonce: bigint;
4366
+ firstUnexecutedNonce: bigint;
4367
+ }): Promise<Cell>;
4368
+ getNewMdCoinsAmount(provider: ContractProvider, args: {
4369
+ amount: bigint;
4370
+ }): Promise<Cell>;
4371
+ getNewMdCounterIncrement(provider: ContractProvider, args: {
4372
+ dstEid: bigint;
4373
+ incrementType: bigint;
4374
+ extraOptions: Cell;
4375
+ nativeFee: bigint;
4376
+ zroFee: bigint;
4377
+ }): Promise<Cell>;
4378
+ getNewMdDeploy(provider: ContractProvider, args: {
4379
+ initialDeposit: bigint;
4380
+ dstEid: bigint;
4381
+ dstOApp: bigint;
4382
+ }): Promise<Cell>;
4383
+ getNewMdDeployNewWithExtraInfo(provider: ContractProvider, args: {
4384
+ initialDeposit: bigint;
4385
+ dstEid: bigint;
4386
+ dstOApp: bigint;
4387
+ extraInfo: Cell;
4388
+ }): Promise<Cell>;
4389
+ getNewMdExtendedMd(provider: ContractProvider, args: {
4390
+ md: Cell;
4391
+ obj: Cell;
4392
+ forwardingAddress: bigint;
4393
+ }): Promise<Cell>;
4394
+ getNewMdGetMsglibInfoCallback(provider: ContractProvider, args: {
4395
+ msglibAddress: bigint;
4396
+ connectionCode: Cell;
4397
+ }): Promise<Cell>;
4398
+ getNewMdInitEndpoint(provider: ContractProvider, args: {
4399
+ channelCode: Cell;
4400
+ }): Promise<Cell>;
4401
+ getNewMdInitSmlConnection(provider: ContractProvider, args: {
4402
+ channelAddress: bigint;
4403
+ }): Promise<Cell>;
4404
+ getNewMdLzReceivePrepare(provider: ContractProvider, args: {
4405
+ nonce: bigint;
4406
+ nanotons: bigint;
4407
+ }): Promise<Cell>;
4408
+ getNewMdLzReceiveStatus(provider: ContractProvider, args: {
4409
+ success: bigint;
4410
+ nonce: bigint;
4411
+ }): Promise<Cell>;
4412
+ getNewMdLzReceiveStatusNewFull(provider: ContractProvider, args: {
4413
+ success: bigint;
4414
+ nonce: bigint;
4415
+ value: bigint;
4416
+ extraData: Cell;
4417
+ reason: Cell;
4418
+ sender: bigint;
4419
+ packet: Cell;
4420
+ executionStatus: bigint;
4421
+ }): Promise<Cell>;
4422
+ getNewMdLzSend(provider: ContractProvider, args: {
4423
+ nativeFee: bigint;
4424
+ zroFee: bigint;
4425
+ extraOptions: Cell;
4426
+ enforcedOptions: Cell;
4427
+ packet: Cell;
4428
+ callbackData: Cell;
4429
+ }): Promise<Cell>;
4430
+ getNewMdMdAddress(provider: ContractProvider, args: {
4431
+ md: Cell;
4432
+ address: bigint;
4433
+ }): Promise<Cell>;
4434
+ getNewMdMdEid(provider: ContractProvider, args: {
4435
+ md: Cell;
4436
+ eid: bigint;
4437
+ }): Promise<Cell>;
4438
+ getNewMdMdObj(provider: ContractProvider, args: {
4439
+ md: Cell;
4440
+ obj: Cell;
4441
+ }): Promise<Cell>;
4442
+ getNewMdMessagingReceipt(provider: ContractProvider, args: {
4443
+ lzSend: Cell;
4444
+ nativeFee: bigint;
4445
+ zroFee: bigint;
4446
+ errorCode: bigint;
4447
+ }): Promise<Cell>;
4448
+ getNewMdMsglibSendCallback(provider: ContractProvider, args: {
4449
+ nativeFee: bigint;
4450
+ zroFee: bigint;
4451
+ lzSend: Cell;
4452
+ packetEncoded: Cell;
4453
+ payees: Cell;
4454
+ nonceByteOffset: bigint;
4455
+ nonceBytes: bigint;
4456
+ guidByteOffset: bigint;
4457
+ guidBytes: bigint;
4458
+ msglibSendEvents: Cell;
4459
+ errorCode: bigint;
4460
+ }): Promise<Cell>;
4461
+ getNewMdNonce(provider: ContractProvider, args: {
4462
+ nonce: bigint;
4463
+ }): Promise<Cell>;
4464
+ getNewMdOptionsExtended(provider: ContractProvider, args: {
4465
+ eid: bigint;
4466
+ msgType: bigint;
4467
+ options: Cell;
4468
+ }): Promise<Cell>;
4469
+ getNewMdOptionsV1(provider: ContractProvider, args: {
4470
+ lzReceiveGas: bigint;
4471
+ lzReceiveValue: bigint;
4472
+ nativeDropAddress: bigint;
4473
+ nativeDropAmount: bigint;
4474
+ }): Promise<Cell>;
4475
+ getNewMdOptionsV2(provider: ContractProvider, args: {
4476
+ lzReceiveGas: bigint;
4477
+ lzReceiveValue: bigint;
4478
+ lzComposeGas: bigint;
4479
+ lzComposeValue: bigint;
4480
+ nativeDropAddress: bigint;
4481
+ nativeDropAmount: bigint;
4482
+ }): Promise<Cell>;
4483
+ getNewMdPacketId(provider: ContractProvider, args: {
4484
+ path: Cell;
4485
+ nonce: bigint;
4486
+ }): Promise<Cell>;
4487
+ getNewMdPacketSent(provider: ContractProvider, args: {
4488
+ nativeFee: bigint;
4489
+ zroFee: bigint;
4490
+ extraOptions: Cell;
4491
+ enforcedOptions: Cell;
4492
+ packetEncoded: Cell;
4493
+ nonce: bigint;
4494
+ msglibAddress: bigint;
4495
+ msglibSendEvents: Cell;
4496
+ }): Promise<Cell>;
4497
+ getNewMdSetAddress(provider: ContractProvider, args: {
4498
+ address: bigint;
4499
+ }): Promise<Cell>;
4500
+ getNewMdSetEpConfig(provider: ContractProvider, args: {
4501
+ useDefaults: bigint;
4502
+ sendMsglibManager: bigint;
4503
+ receiveMsglibManager: bigint;
4504
+ timeoutReceiveMsglibManager: bigint;
4505
+ timeoutReceiveMsglibExpiry: bigint;
4506
+ }): Promise<Cell>;
4507
+ getNewMdSetPeer(provider: ContractProvider, args: {
4508
+ eid: bigint;
4509
+ peer: bigint;
4510
+ }): Promise<Cell>;
4511
+ getNewMdSetSmlManagerConfig(provider: ContractProvider, args: {
4512
+ nativeFee: bigint;
4513
+ zroFee: bigint;
4514
+ }): Promise<Cell>;
4515
+ getNewActionEvent(provider: ContractProvider, args: {
4516
+ topic: bigint;
4517
+ body: Cell;
4518
+ initialStorage: Cell;
4519
+ }): Promise<Cell>;
4520
+ getNewPOOO(provider: ContractProvider): Promise<Cell>;
4521
+ getNewChannel(provider: ContractProvider, args: {
4522
+ owner: bigint;
4523
+ path: Cell;
4524
+ endpointAddress: bigint;
4525
+ }): Promise<Cell>;
4526
+ getNewController(provider: ContractProvider, args: {
4527
+ owner: bigint;
4528
+ eid: bigint;
4529
+ endpointCode: Cell;
4530
+ channelCode: Cell;
4531
+ }): Promise<Cell>;
4532
+ getNewBaseStorage(provider: ContractProvider, args: {
4533
+ owner: bigint;
4534
+ }): Promise<Cell>;
4535
+ getNewEndpoint(provider: ContractProvider, args: {
4536
+ eid: bigint;
4537
+ dstEid: bigint;
4538
+ owner: bigint;
4539
+ }): Promise<Cell>;
4540
+ getNewSmlConnection(provider: ContractProvider, args: {
4541
+ owner: bigint;
4542
+ path: Cell;
4543
+ }): Promise<Cell>;
4544
+ getNewSmlManager(provider: ContractProvider, args: {
4545
+ owner: bigint;
4546
+ eid: bigint;
4547
+ version: bigint;
4548
+ controllerAddress: bigint;
4549
+ endpointCode: Cell;
4550
+ channelCode: Cell;
4551
+ smlConnectionCode: Cell;
4552
+ }): Promise<Cell>;
4553
+ getNewLzAttestation(provider: ContractProvider, args: {
4554
+ hash: bigint;
4555
+ confirmations: bigint;
4556
+ }): Promise<Cell>;
4557
+ getNewDvnFeesPaidEvent(provider: ContractProvider, args: {
4558
+ requiredDVNs: Cell;
4559
+ optionalDVNs: Cell;
4560
+ serializedPayees: Cell;
4561
+ }): Promise<Cell>;
4562
+ getNewExecutorFeePaidEvent(provider: ContractProvider, args: {
4563
+ executorAddress: bigint;
4564
+ feePaid: bigint;
4565
+ }): Promise<Cell>;
4566
+ getNewMdInitUln(provider: ContractProvider, args: {
4567
+ connectionCode: Cell;
4568
+ treasuryFeeBps: bigint;
4569
+ }): Promise<Cell>;
4570
+ getNewMdInitUlnConnection(provider: ContractProvider, args: {
4571
+ ulnSendConfigOApp: Cell;
4572
+ ulnReceiveConfigOApp: Cell;
4573
+ endpointAddress: bigint;
4574
+ channelAddress: bigint;
4575
+ }): Promise<Cell>;
4576
+ getNewMdInitUlnConnectionNewOnlyConfig(provider: ContractProvider, args: {
4577
+ ulnSendConfigOApp: Cell;
4578
+ ulnReceiveConfigOApp: Cell;
4579
+ }): Promise<Cell>;
4580
+ getNewMdInitUlnManager(provider: ContractProvider, args: {
4581
+ endpointCode: Cell;
4582
+ channelCode: Cell;
4583
+ }): Promise<Cell>;
4584
+ getNewMdRentRefill(provider: ContractProvider, args: {
4585
+ address: bigint;
4586
+ amount: bigint;
4587
+ }): Promise<Cell>;
4588
+ getNewMdSetAdminWorkerAddresses(provider: ContractProvider, args: {
4589
+ adminWorkers: Cell;
4590
+ }): Promise<Cell>;
4591
+ getNewMdTreasuryFeeBps(provider: ContractProvider, args: {
4592
+ treasuryFeeBps: bigint;
4593
+ }): Promise<Cell>;
4594
+ getNewUlnEvents(provider: ContractProvider, args: {
4595
+ workerEvents: Cell;
4596
+ dvnFeesPaidEvent: Cell;
4597
+ executorFeePaidEvent: Cell;
4598
+ }): Promise<Cell>;
4599
+ getNewUlnReceiveConfig(provider: ContractProvider, args: {
4600
+ minCommitPacketGasNull: bigint;
4601
+ minCommitPacketGas: bigint;
4602
+ confirmationsNull: bigint;
4603
+ confirmations: bigint;
4604
+ requiredDVNsNull: bigint;
4605
+ requiredDVNs: Cell;
4606
+ optionalDVNsNull: bigint;
4607
+ optionalDVNs: Cell;
4608
+ optionalDVNThreshold: bigint;
4609
+ }): Promise<Cell>;
4610
+ getNewUlnReceiveConfigNewWithDefaults(provider: ContractProvider): Promise<Cell>;
4611
+ getNewMdUlnSend(provider: ContractProvider, args: {
4612
+ lzSend: Cell;
4613
+ customUlnSendConfig: Cell;
4614
+ connectionInitialStorage: Cell;
4615
+ forwardingAddress: bigint;
4616
+ }): Promise<Cell>;
4617
+ getNewUlnSendConfig(provider: ContractProvider, args: {
4618
+ workerQuoteGasLimit: bigint;
4619
+ maxMessageBytes: bigint;
4620
+ executorNull: bigint;
4621
+ executor: bigint;
4622
+ requiredDVNsNull: bigint;
4623
+ requiredDVNs: Cell;
4624
+ optionalDVNsNull: bigint;
4625
+ optionalDVNs: Cell;
4626
+ confirmationsNull: bigint;
4627
+ confirmations: bigint;
4628
+ }): Promise<Cell>;
4629
+ getNewUlnSendConfigNewWithDefaults(provider: ContractProvider): Promise<Cell>;
4630
+ getNewMdUlnVerification(provider: ContractProvider, args: {
4631
+ nonce: bigint;
4632
+ hash: bigint;
4633
+ confirmations: bigint;
4634
+ }): Promise<Cell>;
4635
+ getNewMdUlnWorkerFeelibBytecode(provider: ContractProvider, args: {
4636
+ bytecode: Cell;
4637
+ }): Promise<Cell>;
4638
+ getNewMdUlnWorkerFeelibEvents(provider: ContractProvider, args: {
4639
+ workerAddress: bigint;
4640
+ workerEvents: Cell;
4641
+ nextWorkerEvents: Cell;
4642
+ }): Promise<Cell>;
4643
+ getNewUlnWorkerFeelibInfo(provider: ContractProvider, args: {
4644
+ workerAddress: bigint;
4645
+ workerFeelibBytecode: Cell;
4646
+ workerFeelibStorage: Cell;
4647
+ friendWorkerAddress: bigint;
4648
+ dstEid: bigint;
4649
+ rentBalance: bigint;
4650
+ isAdmin: bigint;
4651
+ }): Promise<Cell>;
4652
+ getNewMdVerificationStatus(provider: ContractProvider, args: {
4653
+ nonce: bigint;
4654
+ status: bigint;
4655
+ }): Promise<Cell>;
4656
+ getNewUln(provider: ContractProvider, args: {
4657
+ owner: bigint;
4658
+ eid: bigint;
4659
+ dstEid: bigint;
4660
+ }): Promise<Cell>;
4661
+ getNewComputeSizeGasTest(provider: ContractProvider, args: {
4662
+ owner: bigint;
4663
+ }): Promise<Cell>;
4664
+ getNewUlnConnection(provider: ContractProvider, args: {
4665
+ owner: bigint;
4666
+ path: Cell;
4667
+ ulnAddress: bigint;
4668
+ }): Promise<Cell>;
4669
+ getNewUlnManager(provider: ContractProvider, args: {
4670
+ owner: bigint;
4671
+ ulnCode: Cell;
4672
+ connectionCode: Cell;
4673
+ controllerAddress: bigint;
4674
+ eid: bigint;
4675
+ }): Promise<Cell>;
4676
+ getNewDvnFeelib(provider: ContractProvider, args: {
4677
+ quorum: bigint;
4678
+ remoteGas: bigint;
4679
+ multiplierBps: bigint;
4680
+ floorMarginUSD: bigint;
4681
+ }): Promise<Cell>;
4682
+ getNewExecutorFeelib(provider: ContractProvider, args: {
4683
+ lzReceiveBaseGas: bigint;
4684
+ multiplierBps: bigint;
4685
+ floorMarginUSD: bigint;
4686
+ nativeCap: bigint;
4687
+ lzComposeBaseGas: bigint;
4688
+ }): Promise<Cell>;
4689
+ getNewArbitrumPriceFeedExtension(provider: ContractProvider, args: {
4690
+ gasPerL2Tx: bigint;
4691
+ gasPerL1CallDataByte: bigint;
4692
+ }): Promise<Cell>;
4693
+ getNewPriceFeedFeelib(provider: ContractProvider, args: {
4694
+ priceRatio: bigint;
4695
+ gasPriceInRemoteUnit: bigint;
4696
+ gasPerByte: bigint;
4697
+ nativePriceUsd: bigint;
4698
+ arbitrumExtension: Cell;
4699
+ optimismExtension: Cell;
4700
+ }): Promise<Cell>;
4701
+ getNewWorkerCoreStorage(provider: ContractProvider, args: {
4702
+ admins: Cell;
4703
+ proxy: bigint;
4704
+ version: bigint;
4705
+ }): Promise<Cell>;
4706
+ getNewDvn(provider: ContractProvider, args: {
4707
+ admins: Cell;
4708
+ version: bigint;
4709
+ quorum: bigint;
4710
+ verifiers: Cell;
4711
+ }): Promise<Cell>;
4712
+ getNewExecutor(provider: ContractProvider, args: {
4713
+ admins: Cell;
4714
+ version: bigint;
4715
+ nativeDropTotalCap: bigint;
4716
+ }): Promise<Cell>;
4717
+ getNewMdClaimTon(provider: ContractProvider, args: {
4718
+ amount: bigint;
4719
+ target: bigint;
4720
+ }): Promise<Cell>;
4721
+ getNewMdExecuteParams(provider: ContractProvider, args: {
4722
+ target: bigint;
4723
+ callData: Cell;
4724
+ expiration: bigint;
4725
+ opcode: bigint;
4726
+ forwardingAddress: bigint;
4727
+ }): Promise<Cell>;
4728
+ getNewMdNativeDrop(provider: ContractProvider, args: {
4729
+ payees: Cell;
4730
+ packetId: Cell;
4731
+ msglib: bigint;
4732
+ }): Promise<Cell>;
4733
+ getNewMdSetDict(provider: ContractProvider, args: {
4734
+ nonce: bigint;
4735
+ opcode: bigint;
4736
+ _dict: Cell;
4737
+ target: bigint;
4738
+ }): Promise<Cell>;
4739
+ getNewMdSetQuorum(provider: ContractProvider, args: {
4740
+ nonce: bigint;
4741
+ opcode: bigint;
4742
+ quorum: bigint;
4743
+ target: bigint;
4744
+ }): Promise<Cell>;
4745
+ getNewMdSignedRequest(provider: ContractProvider, args: {
4746
+ request: Cell;
4747
+ signatures: Cell;
4748
+ }): Promise<Cell>;
4749
+ getNewPriceFeedCache(provider: ContractProvider, args: {
4750
+ admins: Cell;
4751
+ version: bigint;
4752
+ priceFeedFeeLib: Cell;
4753
+ dstEid: bigint;
4754
+ }): Promise<Cell>;
4755
+ getNewProxy(provider: ContractProvider, args: {
4756
+ admins: Cell;
4757
+ version: bigint;
4758
+ }): Promise<Cell>;
4759
+ }
4770
4760
 
4771
4761
  declare class TonObjectUnwrapper {
4772
4762
  static getBaseOAppToTS(wrapper: ExtendedContract<TonContractWrapper>, cell: Cell): Promise<BaseOApp>;
@@ -15856,4 +15846,4 @@ declare function getCompiledJson(name: string, root: string): {
15856
15846
  hex: string;
15857
15847
  };
15858
15848
 
15859
- export { type ActionEvent, type AddressListTypeLike, type AddressTypeLike, type ArbitrumPriceFeedExtension, type BaseOApp, type BaseStorage, 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 FieldTypeToValue, type FieldTypes, type Fields, type GasStructure, type LZFields, type LoadableDict, type LzAttestation, type LzConfig, LzDict, type LzEpConfigNewWithConnection, 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, type PathLike, type PathWayLike, type PriceFeedCache, type PriceFeedFeelib, type Primitive, type Proxy, 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, appsAllStorages, appsCounter, asciiStringToBigint, baseBuildClass, baseDecodeClass, bigintToAsciiString, buildClass, buildPathClass, calculateCellConsumption, calculateCellConsumptionFromHex, cellsToHex, cl, clDeclare, clGetCellRef, clGetUint, decodeClass, deconstructorMap, deepDecode, deepDiff, deserializeAddressList, emptyCell, emptyMap, emptyPOOO, fieldTypes, generateBuildClass, generateDecodeClass, getCellName, getCellNameNumber, getClosestByteAlignedBits, getCompiledCode, getCompiledJson, getEndpointInitStorage, getLzDict, getName, getTotalBits, hexToCells, initBaseOApp, initBaseStorage, initWorkerCoreStorage, isClassName, isLoadableDict, jettonsZro, keyMap, nameMap, nullObject, numberTypeLikeToAbsBigInt, opcodeToName, printDeepDecode, printDeepDiff, protocolChannel, protocolController, protocolEndpoint, serializeAddressList, simpleMsglibSmlConnection, simpleMsglibSmlManager, srcMultisig, tonObjects, tonRealNameByCellName, tonResolvedObjects, ultralightnodeUln, ultralightnodeUlnConnection, ultralightnodeUlnManager, ultralightnodeWorkerFeeLibs, workerFeeLibsDvnFeeLib, workerFeeLibsExecutorFeeLib, workerFeeLibsMaliciousFeeLib, workersDvn };
15849
+ export { type ActionEvent, type AddressListTypeLike, type AddressTypeLike, type ArbitrumPriceFeedExtension, type BaseOApp, type BaseStorage, 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 FieldTypeToValue, type FieldTypes, type Fields, type GasStructure, type LZFields, type LoadableDict, type LzAttestation, type LzConfig, type LzEpConfigNewWithConnection, 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, type PathLike, type PathWayLike, type PriceFeedCache, type PriceFeedFeelib, type Primitive, type Proxy, 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, appsAllStorages, appsCounter, asciiStringToBigint, baseBuildClass, baseDecodeClass, bigintToAsciiString, buildClass, buildPathClass, calculateCellConsumption, calculateCellConsumptionFromHex, cellsToHex, cl, clDeclare, clGetCellRef, clGetUint, decodeClass, deconstructorMap, deepDecode, deepDiff, deserializeAddressList, emptyCell, emptyMap, emptyPOOO, fieldTypes, generateBuildClass, generateDecodeClass, getCellName, getCellNameNumber, getClosestByteAlignedBits, getCompiledCode, getCompiledJson, getEndpointInitStorage, getName, getTotalBits, hexToCells, initBaseOApp, initBaseStorage, initWorkerCoreStorage, isClassName, isLoadableDict, jettonsZro, keyMap, nameMap, nullObject, numberTypeLikeToAbsBigInt, opcodeToName, printDeepDecode, printDeepDiff, protocolChannel, protocolController, protocolEndpoint, serializeAddressList, simpleMsglibSmlConnection, simpleMsglibSmlManager, srcMultisig, tonObjects, tonRealNameByCellName, tonResolvedObjects, ultralightnodeUln, ultralightnodeUlnConnection, ultralightnodeUlnManager, ultralightnodeWorkerFeeLibs, workerFeeLibsDvnFeeLib, workerFeeLibsExecutorFeeLib, workerFeeLibsMaliciousFeeLib, workersDvn };