@wormhole-foundation/sdk-evm-ntt 0.5.2-beta.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (75) hide show
  1. package/README.md +17 -0
  2. package/dist/cjs/ethers-contracts/NttManager.d.ts +837 -0
  3. package/dist/cjs/ethers-contracts/NttManager.d.ts.map +1 -0
  4. package/dist/cjs/ethers-contracts/NttManager.js +3 -0
  5. package/dist/cjs/ethers-contracts/NttManager.js.map +1 -0
  6. package/dist/cjs/ethers-contracts/WormholeTransceiver.d.ts +606 -0
  7. package/dist/cjs/ethers-contracts/WormholeTransceiver.d.ts.map +1 -0
  8. package/dist/cjs/ethers-contracts/WormholeTransceiver.js +3 -0
  9. package/dist/cjs/ethers-contracts/WormholeTransceiver.js.map +1 -0
  10. package/dist/cjs/ethers-contracts/common.d.ts +51 -0
  11. package/dist/cjs/ethers-contracts/common.d.ts.map +1 -0
  12. package/dist/cjs/ethers-contracts/common.js +3 -0
  13. package/dist/cjs/ethers-contracts/common.js.map +1 -0
  14. package/dist/cjs/ethers-contracts/factories/NttManager__factory.d.ts +1358 -0
  15. package/dist/cjs/ethers-contracts/factories/NttManager__factory.d.ts.map +1 -0
  16. package/dist/cjs/ethers-contracts/factories/NttManager__factory.js +1787 -0
  17. package/dist/cjs/ethers-contracts/factories/NttManager__factory.js.map +1 -0
  18. package/dist/cjs/ethers-contracts/factories/WormholeTransceiver__factory.d.ts +962 -0
  19. package/dist/cjs/ethers-contracts/factories/WormholeTransceiver__factory.d.ts.map +1 -0
  20. package/dist/cjs/ethers-contracts/factories/WormholeTransceiver__factory.js +1272 -0
  21. package/dist/cjs/ethers-contracts/factories/WormholeTransceiver__factory.js.map +1 -0
  22. package/dist/cjs/ethers-contracts/factories/index.d.ts +3 -0
  23. package/dist/cjs/ethers-contracts/factories/index.d.ts.map +1 -0
  24. package/dist/cjs/ethers-contracts/factories/index.js +11 -0
  25. package/dist/cjs/ethers-contracts/factories/index.js.map +1 -0
  26. package/dist/cjs/ethers-contracts/index.d.ts +4 -0
  27. package/dist/cjs/ethers-contracts/index.d.ts.map +1 -0
  28. package/dist/cjs/ethers-contracts/index.js +28 -0
  29. package/dist/cjs/ethers-contracts/index.js.map +1 -0
  30. package/dist/cjs/index.d.ts +3 -0
  31. package/dist/cjs/index.d.ts.map +1 -0
  32. package/dist/cjs/index.js +36 -0
  33. package/dist/cjs/index.js.map +1 -0
  34. package/dist/cjs/ntt.d.ts +47 -0
  35. package/dist/cjs/ntt.d.ts.map +1 -0
  36. package/dist/cjs/ntt.js +148 -0
  37. package/dist/cjs/ntt.js.map +1 -0
  38. package/dist/cjs/package.json +1 -0
  39. package/dist/esm/ethers-contracts/NttManager.d.ts +837 -0
  40. package/dist/esm/ethers-contracts/NttManager.d.ts.map +1 -0
  41. package/dist/esm/ethers-contracts/NttManager.js +2 -0
  42. package/dist/esm/ethers-contracts/NttManager.js.map +1 -0
  43. package/dist/esm/ethers-contracts/WormholeTransceiver.d.ts +606 -0
  44. package/dist/esm/ethers-contracts/WormholeTransceiver.d.ts.map +1 -0
  45. package/dist/esm/ethers-contracts/WormholeTransceiver.js +2 -0
  46. package/dist/esm/ethers-contracts/WormholeTransceiver.js.map +1 -0
  47. package/dist/esm/ethers-contracts/common.d.ts +51 -0
  48. package/dist/esm/ethers-contracts/common.d.ts.map +1 -0
  49. package/dist/esm/ethers-contracts/common.js +2 -0
  50. package/dist/esm/ethers-contracts/common.js.map +1 -0
  51. package/dist/esm/ethers-contracts/factories/NttManager__factory.d.ts +1358 -0
  52. package/dist/esm/ethers-contracts/factories/NttManager__factory.d.ts.map +1 -0
  53. package/dist/esm/ethers-contracts/factories/NttManager__factory.js +1783 -0
  54. package/dist/esm/ethers-contracts/factories/NttManager__factory.js.map +1 -0
  55. package/dist/esm/ethers-contracts/factories/WormholeTransceiver__factory.d.ts +962 -0
  56. package/dist/esm/ethers-contracts/factories/WormholeTransceiver__factory.d.ts.map +1 -0
  57. package/dist/esm/ethers-contracts/factories/WormholeTransceiver__factory.js +1268 -0
  58. package/dist/esm/ethers-contracts/factories/WormholeTransceiver__factory.js.map +1 -0
  59. package/dist/esm/ethers-contracts/factories/index.d.ts +3 -0
  60. package/dist/esm/ethers-contracts/factories/index.d.ts.map +1 -0
  61. package/dist/esm/ethers-contracts/factories/index.js +6 -0
  62. package/dist/esm/ethers-contracts/factories/index.js.map +1 -0
  63. package/dist/esm/ethers-contracts/index.d.ts +4 -0
  64. package/dist/esm/ethers-contracts/index.d.ts.map +1 -0
  65. package/dist/esm/ethers-contracts/index.js +2 -0
  66. package/dist/esm/ethers-contracts/index.js.map +1 -0
  67. package/dist/esm/index.d.ts +3 -0
  68. package/dist/esm/index.d.ts.map +1 -0
  69. package/dist/esm/index.js +7 -0
  70. package/dist/esm/index.js.map +1 -0
  71. package/dist/esm/ntt.d.ts +47 -0
  72. package/dist/esm/ntt.d.ts.map +1 -0
  73. package/dist/esm/ntt.js +142 -0
  74. package/dist/esm/ntt.js.map +1 -0
  75. package/package.json +72 -0
@@ -0,0 +1,837 @@
1
+ import type { BaseContract, BigNumberish, BytesLike, FunctionFragment, Result, Interface, EventFragment, AddressLike, ContractRunner, ContractMethod, Listener } from 'ethers';
2
+ import type { TypedContractEvent, TypedDeferredTopicFilter, TypedEventLog, TypedLogDescription, TypedListener, TypedContractMethod } from './common.js';
3
+ export declare namespace TransceiverStructs {
4
+ type NttManagerMessageStruct = {
5
+ id: BytesLike;
6
+ sender: BytesLike;
7
+ payload: BytesLike;
8
+ };
9
+ type NttManagerMessageStructOutput = [
10
+ id: string,
11
+ sender: string,
12
+ payload: string
13
+ ] & {
14
+ id: string;
15
+ sender: string;
16
+ payload: string;
17
+ };
18
+ type TransceiverInstructionStruct = {
19
+ index: BigNumberish;
20
+ payload: BytesLike;
21
+ };
22
+ type TransceiverInstructionStructOutput = [
23
+ index: bigint,
24
+ payload: string
25
+ ] & {
26
+ index: bigint;
27
+ payload: string;
28
+ };
29
+ }
30
+ export declare namespace IRateLimiter {
31
+ type RateLimitParamsStruct = {
32
+ limit: BigNumberish;
33
+ currentCapacity: BigNumberish;
34
+ lastTxTimestamp: BigNumberish;
35
+ };
36
+ type RateLimitParamsStructOutput = [
37
+ limit: bigint,
38
+ currentCapacity: bigint,
39
+ lastTxTimestamp: bigint
40
+ ] & {
41
+ limit: bigint;
42
+ currentCapacity: bigint;
43
+ lastTxTimestamp: bigint;
44
+ };
45
+ type InboundQueuedTransferStruct = {
46
+ amount: BigNumberish;
47
+ txTimestamp: BigNumberish;
48
+ recipient: AddressLike;
49
+ };
50
+ type InboundQueuedTransferStructOutput = [
51
+ amount: bigint,
52
+ txTimestamp: bigint,
53
+ recipient: string
54
+ ] & {
55
+ amount: bigint;
56
+ txTimestamp: bigint;
57
+ recipient: string;
58
+ };
59
+ type OutboundQueuedTransferStruct = {
60
+ recipient: BytesLike;
61
+ amount: BigNumberish;
62
+ txTimestamp: BigNumberish;
63
+ recipientChain: BigNumberish;
64
+ sender: AddressLike;
65
+ transceiverInstructions: BytesLike;
66
+ };
67
+ type OutboundQueuedTransferStructOutput = [
68
+ recipient: string,
69
+ amount: bigint,
70
+ txTimestamp: bigint,
71
+ recipientChain: bigint,
72
+ sender: string,
73
+ transceiverInstructions: string
74
+ ] & {
75
+ recipient: string;
76
+ amount: bigint;
77
+ txTimestamp: bigint;
78
+ recipientChain: bigint;
79
+ sender: string;
80
+ transceiverInstructions: string;
81
+ };
82
+ }
83
+ export declare namespace INttManager {
84
+ type NttManagerPeerStruct = {
85
+ peerAddress: BytesLike;
86
+ tokenDecimals: BigNumberish;
87
+ };
88
+ type NttManagerPeerStructOutput = [
89
+ peerAddress: string,
90
+ tokenDecimals: bigint
91
+ ] & {
92
+ peerAddress: string;
93
+ tokenDecimals: bigint;
94
+ };
95
+ }
96
+ export interface NttManagerInterface extends Interface {
97
+ getFunction(nameOrSignature: 'attestationReceived' | 'chainId' | 'completeInboundQueuedTransfer' | 'completeOutboundQueuedTransfer' | 'executeMsg' | 'getCurrentInboundCapacity' | 'getCurrentOutboundCapacity' | 'getInboundLimitParams' | 'getInboundQueuedTransfer' | 'getMigratesImmutables' | 'getMode' | 'getOutboundLimitParams' | 'getOutboundQueuedTransfer' | 'getPeer' | 'getThreshold' | 'getTransceivers' | 'initialize' | 'isMessageApproved' | 'isMessageExecuted' | 'isPaused' | 'messageAttestations' | 'migrate' | 'mode' | 'nextMessageSequence' | 'owner' | 'pause' | 'pauser' | 'quoteDeliveryPrice' | 'rateLimitDuration' | 'removeTransceiver' | 'setInboundLimit' | 'setOutboundLimit' | 'setPeer' | 'setThreshold' | 'setTransceiver' | 'token' | 'tokenDecimals' | 'transceiverAttestedToMessage' | 'transfer(uint256,uint16,bytes32)' | 'transfer(uint256,uint16,bytes32,bool,bytes)' | 'transferOwnership' | 'transferPauserCapability' | 'unpause' | 'upgrade'): FunctionFragment;
98
+ getEvent(nameOrSignatureOrTopic: 'AdminChanged' | 'BeaconUpgraded' | 'InboundTransferQueued' | 'Initialized' | 'MessageAlreadyExecuted' | 'MessageAttestedTo' | 'NotPaused' | 'OutboundTransferQueued' | 'OutboundTransferRateLimited' | 'OwnershipTransferred' | 'Paused' | 'PauserTransferred' | 'PeerUpdated' | 'ThresholdChanged' | 'TransceiverAdded' | 'TransceiverRemoved' | 'TransferRedeemed' | 'TransferSent' | 'Upgraded'): EventFragment;
99
+ encodeFunctionData(functionFragment: 'attestationReceived', values: [
100
+ BigNumberish,
101
+ BytesLike,
102
+ TransceiverStructs.NttManagerMessageStruct
103
+ ]): string;
104
+ encodeFunctionData(functionFragment: 'chainId', values?: undefined): string;
105
+ encodeFunctionData(functionFragment: 'completeInboundQueuedTransfer', values: [BytesLike]): string;
106
+ encodeFunctionData(functionFragment: 'completeOutboundQueuedTransfer', values: [BigNumberish]): string;
107
+ encodeFunctionData(functionFragment: 'executeMsg', values: [
108
+ BigNumberish,
109
+ BytesLike,
110
+ TransceiverStructs.NttManagerMessageStruct
111
+ ]): string;
112
+ encodeFunctionData(functionFragment: 'getCurrentInboundCapacity', values: [BigNumberish]): string;
113
+ encodeFunctionData(functionFragment: 'getCurrentOutboundCapacity', values?: undefined): string;
114
+ encodeFunctionData(functionFragment: 'getInboundLimitParams', values: [BigNumberish]): string;
115
+ encodeFunctionData(functionFragment: 'getInboundQueuedTransfer', values: [BytesLike]): string;
116
+ encodeFunctionData(functionFragment: 'getMigratesImmutables', values?: undefined): string;
117
+ encodeFunctionData(functionFragment: 'getMode', values?: undefined): string;
118
+ encodeFunctionData(functionFragment: 'getOutboundLimitParams', values?: undefined): string;
119
+ encodeFunctionData(functionFragment: 'getOutboundQueuedTransfer', values: [BigNumberish]): string;
120
+ encodeFunctionData(functionFragment: 'getPeer', values: [BigNumberish]): string;
121
+ encodeFunctionData(functionFragment: 'getThreshold', values?: undefined): string;
122
+ encodeFunctionData(functionFragment: 'getTransceivers', values?: undefined): string;
123
+ encodeFunctionData(functionFragment: 'initialize', values?: undefined): string;
124
+ encodeFunctionData(functionFragment: 'isMessageApproved', values: [BytesLike]): string;
125
+ encodeFunctionData(functionFragment: 'isMessageExecuted', values: [BytesLike]): string;
126
+ encodeFunctionData(functionFragment: 'isPaused', values?: undefined): string;
127
+ encodeFunctionData(functionFragment: 'messageAttestations', values: [BytesLike]): string;
128
+ encodeFunctionData(functionFragment: 'migrate', values?: undefined): string;
129
+ encodeFunctionData(functionFragment: 'mode', values?: undefined): string;
130
+ encodeFunctionData(functionFragment: 'nextMessageSequence', values?: undefined): string;
131
+ encodeFunctionData(functionFragment: 'owner', values?: undefined): string;
132
+ encodeFunctionData(functionFragment: 'pause', values?: undefined): string;
133
+ encodeFunctionData(functionFragment: 'pauser', values?: undefined): string;
134
+ encodeFunctionData(functionFragment: 'quoteDeliveryPrice', values: [
135
+ BigNumberish,
136
+ TransceiverStructs.TransceiverInstructionStruct[],
137
+ AddressLike[]
138
+ ]): string;
139
+ encodeFunctionData(functionFragment: 'rateLimitDuration', values?: undefined): string;
140
+ encodeFunctionData(functionFragment: 'removeTransceiver', values: [AddressLike]): string;
141
+ encodeFunctionData(functionFragment: 'setInboundLimit', values: [BigNumberish, BigNumberish]): string;
142
+ encodeFunctionData(functionFragment: 'setOutboundLimit', values: [BigNumberish]): string;
143
+ encodeFunctionData(functionFragment: 'setPeer', values: [BigNumberish, BytesLike, BigNumberish, BigNumberish]): string;
144
+ encodeFunctionData(functionFragment: 'setThreshold', values: [BigNumberish]): string;
145
+ encodeFunctionData(functionFragment: 'setTransceiver', values: [AddressLike]): string;
146
+ encodeFunctionData(functionFragment: 'token', values?: undefined): string;
147
+ encodeFunctionData(functionFragment: 'tokenDecimals', values?: undefined): string;
148
+ encodeFunctionData(functionFragment: 'transceiverAttestedToMessage', values: [BytesLike, BigNumberish]): string;
149
+ encodeFunctionData(functionFragment: 'transfer(uint256,uint16,bytes32)', values: [BigNumberish, BigNumberish, BytesLike]): string;
150
+ encodeFunctionData(functionFragment: 'transfer(uint256,uint16,bytes32,bool,bytes)', values: [BigNumberish, BigNumberish, BytesLike, boolean, BytesLike]): string;
151
+ encodeFunctionData(functionFragment: 'transferOwnership', values: [AddressLike]): string;
152
+ encodeFunctionData(functionFragment: 'transferPauserCapability', values: [AddressLike]): string;
153
+ encodeFunctionData(functionFragment: 'unpause', values?: undefined): string;
154
+ encodeFunctionData(functionFragment: 'upgrade', values: [AddressLike]): string;
155
+ decodeFunctionResult(functionFragment: 'attestationReceived', data: BytesLike): Result;
156
+ decodeFunctionResult(functionFragment: 'chainId', data: BytesLike): Result;
157
+ decodeFunctionResult(functionFragment: 'completeInboundQueuedTransfer', data: BytesLike): Result;
158
+ decodeFunctionResult(functionFragment: 'completeOutboundQueuedTransfer', data: BytesLike): Result;
159
+ decodeFunctionResult(functionFragment: 'executeMsg', data: BytesLike): Result;
160
+ decodeFunctionResult(functionFragment: 'getCurrentInboundCapacity', data: BytesLike): Result;
161
+ decodeFunctionResult(functionFragment: 'getCurrentOutboundCapacity', data: BytesLike): Result;
162
+ decodeFunctionResult(functionFragment: 'getInboundLimitParams', data: BytesLike): Result;
163
+ decodeFunctionResult(functionFragment: 'getInboundQueuedTransfer', data: BytesLike): Result;
164
+ decodeFunctionResult(functionFragment: 'getMigratesImmutables', data: BytesLike): Result;
165
+ decodeFunctionResult(functionFragment: 'getMode', data: BytesLike): Result;
166
+ decodeFunctionResult(functionFragment: 'getOutboundLimitParams', data: BytesLike): Result;
167
+ decodeFunctionResult(functionFragment: 'getOutboundQueuedTransfer', data: BytesLike): Result;
168
+ decodeFunctionResult(functionFragment: 'getPeer', data: BytesLike): Result;
169
+ decodeFunctionResult(functionFragment: 'getThreshold', data: BytesLike): Result;
170
+ decodeFunctionResult(functionFragment: 'getTransceivers', data: BytesLike): Result;
171
+ decodeFunctionResult(functionFragment: 'initialize', data: BytesLike): Result;
172
+ decodeFunctionResult(functionFragment: 'isMessageApproved', data: BytesLike): Result;
173
+ decodeFunctionResult(functionFragment: 'isMessageExecuted', data: BytesLike): Result;
174
+ decodeFunctionResult(functionFragment: 'isPaused', data: BytesLike): Result;
175
+ decodeFunctionResult(functionFragment: 'messageAttestations', data: BytesLike): Result;
176
+ decodeFunctionResult(functionFragment: 'migrate', data: BytesLike): Result;
177
+ decodeFunctionResult(functionFragment: 'mode', data: BytesLike): Result;
178
+ decodeFunctionResult(functionFragment: 'nextMessageSequence', data: BytesLike): Result;
179
+ decodeFunctionResult(functionFragment: 'owner', data: BytesLike): Result;
180
+ decodeFunctionResult(functionFragment: 'pause', data: BytesLike): Result;
181
+ decodeFunctionResult(functionFragment: 'pauser', data: BytesLike): Result;
182
+ decodeFunctionResult(functionFragment: 'quoteDeliveryPrice', data: BytesLike): Result;
183
+ decodeFunctionResult(functionFragment: 'rateLimitDuration', data: BytesLike): Result;
184
+ decodeFunctionResult(functionFragment: 'removeTransceiver', data: BytesLike): Result;
185
+ decodeFunctionResult(functionFragment: 'setInboundLimit', data: BytesLike): Result;
186
+ decodeFunctionResult(functionFragment: 'setOutboundLimit', data: BytesLike): Result;
187
+ decodeFunctionResult(functionFragment: 'setPeer', data: BytesLike): Result;
188
+ decodeFunctionResult(functionFragment: 'setThreshold', data: BytesLike): Result;
189
+ decodeFunctionResult(functionFragment: 'setTransceiver', data: BytesLike): Result;
190
+ decodeFunctionResult(functionFragment: 'token', data: BytesLike): Result;
191
+ decodeFunctionResult(functionFragment: 'tokenDecimals', data: BytesLike): Result;
192
+ decodeFunctionResult(functionFragment: 'transceiverAttestedToMessage', data: BytesLike): Result;
193
+ decodeFunctionResult(functionFragment: 'transfer(uint256,uint16,bytes32)', data: BytesLike): Result;
194
+ decodeFunctionResult(functionFragment: 'transfer(uint256,uint16,bytes32,bool,bytes)', data: BytesLike): Result;
195
+ decodeFunctionResult(functionFragment: 'transferOwnership', data: BytesLike): Result;
196
+ decodeFunctionResult(functionFragment: 'transferPauserCapability', data: BytesLike): Result;
197
+ decodeFunctionResult(functionFragment: 'unpause', data: BytesLike): Result;
198
+ decodeFunctionResult(functionFragment: 'upgrade', data: BytesLike): Result;
199
+ }
200
+ export declare namespace AdminChangedEvent {
201
+ type InputTuple = [previousAdmin: AddressLike, newAdmin: AddressLike];
202
+ type OutputTuple = [previousAdmin: string, newAdmin: string];
203
+ interface OutputObject {
204
+ previousAdmin: string;
205
+ newAdmin: string;
206
+ }
207
+ type Event = TypedContractEvent<InputTuple, OutputTuple, OutputObject>;
208
+ type Filter = TypedDeferredTopicFilter<Event>;
209
+ type Log = TypedEventLog<Event>;
210
+ type LogDescription = TypedLogDescription<Event>;
211
+ }
212
+ export declare namespace BeaconUpgradedEvent {
213
+ type InputTuple = [beacon: AddressLike];
214
+ type OutputTuple = [beacon: string];
215
+ interface OutputObject {
216
+ beacon: string;
217
+ }
218
+ type Event = TypedContractEvent<InputTuple, OutputTuple, OutputObject>;
219
+ type Filter = TypedDeferredTopicFilter<Event>;
220
+ type Log = TypedEventLog<Event>;
221
+ type LogDescription = TypedLogDescription<Event>;
222
+ }
223
+ export declare namespace InboundTransferQueuedEvent {
224
+ type InputTuple = [digest: BytesLike];
225
+ type OutputTuple = [digest: string];
226
+ interface OutputObject {
227
+ digest: string;
228
+ }
229
+ type Event = TypedContractEvent<InputTuple, OutputTuple, OutputObject>;
230
+ type Filter = TypedDeferredTopicFilter<Event>;
231
+ type Log = TypedEventLog<Event>;
232
+ type LogDescription = TypedLogDescription<Event>;
233
+ }
234
+ export declare namespace InitializedEvent {
235
+ type InputTuple = [version: BigNumberish];
236
+ type OutputTuple = [version: bigint];
237
+ interface OutputObject {
238
+ version: bigint;
239
+ }
240
+ type Event = TypedContractEvent<InputTuple, OutputTuple, OutputObject>;
241
+ type Filter = TypedDeferredTopicFilter<Event>;
242
+ type Log = TypedEventLog<Event>;
243
+ type LogDescription = TypedLogDescription<Event>;
244
+ }
245
+ export declare namespace MessageAlreadyExecutedEvent {
246
+ type InputTuple = [sourceNttManager: BytesLike, msgHash: BytesLike];
247
+ type OutputTuple = [sourceNttManager: string, msgHash: string];
248
+ interface OutputObject {
249
+ sourceNttManager: string;
250
+ msgHash: string;
251
+ }
252
+ type Event = TypedContractEvent<InputTuple, OutputTuple, OutputObject>;
253
+ type Filter = TypedDeferredTopicFilter<Event>;
254
+ type Log = TypedEventLog<Event>;
255
+ type LogDescription = TypedLogDescription<Event>;
256
+ }
257
+ export declare namespace MessageAttestedToEvent {
258
+ type InputTuple = [
259
+ digest: BytesLike,
260
+ transceiver: AddressLike,
261
+ index: BigNumberish
262
+ ];
263
+ type OutputTuple = [
264
+ digest: string,
265
+ transceiver: string,
266
+ index: bigint
267
+ ];
268
+ interface OutputObject {
269
+ digest: string;
270
+ transceiver: string;
271
+ index: bigint;
272
+ }
273
+ type Event = TypedContractEvent<InputTuple, OutputTuple, OutputObject>;
274
+ type Filter = TypedDeferredTopicFilter<Event>;
275
+ type Log = TypedEventLog<Event>;
276
+ type LogDescription = TypedLogDescription<Event>;
277
+ }
278
+ export declare namespace NotPausedEvent {
279
+ type InputTuple = [notPaused: boolean];
280
+ type OutputTuple = [notPaused: boolean];
281
+ interface OutputObject {
282
+ notPaused: boolean;
283
+ }
284
+ type Event = TypedContractEvent<InputTuple, OutputTuple, OutputObject>;
285
+ type Filter = TypedDeferredTopicFilter<Event>;
286
+ type Log = TypedEventLog<Event>;
287
+ type LogDescription = TypedLogDescription<Event>;
288
+ }
289
+ export declare namespace OutboundTransferQueuedEvent {
290
+ type InputTuple = [queueSequence: BigNumberish];
291
+ type OutputTuple = [queueSequence: bigint];
292
+ interface OutputObject {
293
+ queueSequence: bigint;
294
+ }
295
+ type Event = TypedContractEvent<InputTuple, OutputTuple, OutputObject>;
296
+ type Filter = TypedDeferredTopicFilter<Event>;
297
+ type Log = TypedEventLog<Event>;
298
+ type LogDescription = TypedLogDescription<Event>;
299
+ }
300
+ export declare namespace OutboundTransferRateLimitedEvent {
301
+ type InputTuple = [
302
+ sender: AddressLike,
303
+ sequence: BigNumberish,
304
+ amount: BigNumberish,
305
+ currentCapacity: BigNumberish
306
+ ];
307
+ type OutputTuple = [
308
+ sender: string,
309
+ sequence: bigint,
310
+ amount: bigint,
311
+ currentCapacity: bigint
312
+ ];
313
+ interface OutputObject {
314
+ sender: string;
315
+ sequence: bigint;
316
+ amount: bigint;
317
+ currentCapacity: bigint;
318
+ }
319
+ type Event = TypedContractEvent<InputTuple, OutputTuple, OutputObject>;
320
+ type Filter = TypedDeferredTopicFilter<Event>;
321
+ type Log = TypedEventLog<Event>;
322
+ type LogDescription = TypedLogDescription<Event>;
323
+ }
324
+ export declare namespace OwnershipTransferredEvent {
325
+ type InputTuple = [previousOwner: AddressLike, newOwner: AddressLike];
326
+ type OutputTuple = [previousOwner: string, newOwner: string];
327
+ interface OutputObject {
328
+ previousOwner: string;
329
+ newOwner: string;
330
+ }
331
+ type Event = TypedContractEvent<InputTuple, OutputTuple, OutputObject>;
332
+ type Filter = TypedDeferredTopicFilter<Event>;
333
+ type Log = TypedEventLog<Event>;
334
+ type LogDescription = TypedLogDescription<Event>;
335
+ }
336
+ export declare namespace PausedEvent {
337
+ type InputTuple = [paused: boolean];
338
+ type OutputTuple = [paused: boolean];
339
+ interface OutputObject {
340
+ paused: boolean;
341
+ }
342
+ type Event = TypedContractEvent<InputTuple, OutputTuple, OutputObject>;
343
+ type Filter = TypedDeferredTopicFilter<Event>;
344
+ type Log = TypedEventLog<Event>;
345
+ type LogDescription = TypedLogDescription<Event>;
346
+ }
347
+ export declare namespace PauserTransferredEvent {
348
+ type InputTuple = [oldPauser: AddressLike, newPauser: AddressLike];
349
+ type OutputTuple = [oldPauser: string, newPauser: string];
350
+ interface OutputObject {
351
+ oldPauser: string;
352
+ newPauser: string;
353
+ }
354
+ type Event = TypedContractEvent<InputTuple, OutputTuple, OutputObject>;
355
+ type Filter = TypedDeferredTopicFilter<Event>;
356
+ type Log = TypedEventLog<Event>;
357
+ type LogDescription = TypedLogDescription<Event>;
358
+ }
359
+ export declare namespace PeerUpdatedEvent {
360
+ type InputTuple = [
361
+ chainId_: BigNumberish,
362
+ oldPeerContract: BytesLike,
363
+ oldPeerDecimals: BigNumberish,
364
+ peerContract: BytesLike,
365
+ peerDecimals: BigNumberish
366
+ ];
367
+ type OutputTuple = [
368
+ chainId_: bigint,
369
+ oldPeerContract: string,
370
+ oldPeerDecimals: bigint,
371
+ peerContract: string,
372
+ peerDecimals: bigint
373
+ ];
374
+ interface OutputObject {
375
+ chainId_: bigint;
376
+ oldPeerContract: string;
377
+ oldPeerDecimals: bigint;
378
+ peerContract: string;
379
+ peerDecimals: bigint;
380
+ }
381
+ type Event = TypedContractEvent<InputTuple, OutputTuple, OutputObject>;
382
+ type Filter = TypedDeferredTopicFilter<Event>;
383
+ type Log = TypedEventLog<Event>;
384
+ type LogDescription = TypedLogDescription<Event>;
385
+ }
386
+ export declare namespace ThresholdChangedEvent {
387
+ type InputTuple = [
388
+ oldThreshold: BigNumberish,
389
+ threshold: BigNumberish
390
+ ];
391
+ type OutputTuple = [oldThreshold: bigint, threshold: bigint];
392
+ interface OutputObject {
393
+ oldThreshold: bigint;
394
+ threshold: bigint;
395
+ }
396
+ type Event = TypedContractEvent<InputTuple, OutputTuple, OutputObject>;
397
+ type Filter = TypedDeferredTopicFilter<Event>;
398
+ type Log = TypedEventLog<Event>;
399
+ type LogDescription = TypedLogDescription<Event>;
400
+ }
401
+ export declare namespace TransceiverAddedEvent {
402
+ type InputTuple = [
403
+ transceiver: AddressLike,
404
+ transceiversNum: BigNumberish,
405
+ threshold: BigNumberish
406
+ ];
407
+ type OutputTuple = [
408
+ transceiver: string,
409
+ transceiversNum: bigint,
410
+ threshold: bigint
411
+ ];
412
+ interface OutputObject {
413
+ transceiver: string;
414
+ transceiversNum: bigint;
415
+ threshold: bigint;
416
+ }
417
+ type Event = TypedContractEvent<InputTuple, OutputTuple, OutputObject>;
418
+ type Filter = TypedDeferredTopicFilter<Event>;
419
+ type Log = TypedEventLog<Event>;
420
+ type LogDescription = TypedLogDescription<Event>;
421
+ }
422
+ export declare namespace TransceiverRemovedEvent {
423
+ type InputTuple = [transceiver: AddressLike, threshold: BigNumberish];
424
+ type OutputTuple = [transceiver: string, threshold: bigint];
425
+ interface OutputObject {
426
+ transceiver: string;
427
+ threshold: bigint;
428
+ }
429
+ type Event = TypedContractEvent<InputTuple, OutputTuple, OutputObject>;
430
+ type Filter = TypedDeferredTopicFilter<Event>;
431
+ type Log = TypedEventLog<Event>;
432
+ type LogDescription = TypedLogDescription<Event>;
433
+ }
434
+ export declare namespace TransferRedeemedEvent {
435
+ type InputTuple = [digest: BytesLike];
436
+ type OutputTuple = [digest: string];
437
+ interface OutputObject {
438
+ digest: string;
439
+ }
440
+ type Event = TypedContractEvent<InputTuple, OutputTuple, OutputObject>;
441
+ type Filter = TypedDeferredTopicFilter<Event>;
442
+ type Log = TypedEventLog<Event>;
443
+ type LogDescription = TypedLogDescription<Event>;
444
+ }
445
+ export declare namespace TransferSentEvent {
446
+ type InputTuple = [
447
+ recipient: BytesLike,
448
+ amount: BigNumberish,
449
+ fee: BigNumberish,
450
+ recipientChain: BigNumberish,
451
+ msgSequence: BigNumberish
452
+ ];
453
+ type OutputTuple = [
454
+ recipient: string,
455
+ amount: bigint,
456
+ fee: bigint,
457
+ recipientChain: bigint,
458
+ msgSequence: bigint
459
+ ];
460
+ interface OutputObject {
461
+ recipient: string;
462
+ amount: bigint;
463
+ fee: bigint;
464
+ recipientChain: bigint;
465
+ msgSequence: bigint;
466
+ }
467
+ type Event = TypedContractEvent<InputTuple, OutputTuple, OutputObject>;
468
+ type Filter = TypedDeferredTopicFilter<Event>;
469
+ type Log = TypedEventLog<Event>;
470
+ type LogDescription = TypedLogDescription<Event>;
471
+ }
472
+ export declare namespace UpgradedEvent {
473
+ type InputTuple = [implementation: AddressLike];
474
+ type OutputTuple = [implementation: string];
475
+ interface OutputObject {
476
+ implementation: string;
477
+ }
478
+ type Event = TypedContractEvent<InputTuple, OutputTuple, OutputObject>;
479
+ type Filter = TypedDeferredTopicFilter<Event>;
480
+ type Log = TypedEventLog<Event>;
481
+ type LogDescription = TypedLogDescription<Event>;
482
+ }
483
+ export interface NttManager extends BaseContract {
484
+ connect(runner?: ContractRunner | null): NttManager;
485
+ waitForDeployment(): Promise<this>;
486
+ interface: NttManagerInterface;
487
+ queryFilter<TCEvent extends TypedContractEvent>(event: TCEvent, fromBlockOrBlockhash?: string | number | undefined, toBlock?: string | number | undefined): Promise<Array<TypedEventLog<TCEvent>>>;
488
+ queryFilter<TCEvent extends TypedContractEvent>(filter: TypedDeferredTopicFilter<TCEvent>, fromBlockOrBlockhash?: string | number | undefined, toBlock?: string | number | undefined): Promise<Array<TypedEventLog<TCEvent>>>;
489
+ on<TCEvent extends TypedContractEvent>(event: TCEvent, listener: TypedListener<TCEvent>): Promise<this>;
490
+ on<TCEvent extends TypedContractEvent>(filter: TypedDeferredTopicFilter<TCEvent>, listener: TypedListener<TCEvent>): Promise<this>;
491
+ once<TCEvent extends TypedContractEvent>(event: TCEvent, listener: TypedListener<TCEvent>): Promise<this>;
492
+ once<TCEvent extends TypedContractEvent>(filter: TypedDeferredTopicFilter<TCEvent>, listener: TypedListener<TCEvent>): Promise<this>;
493
+ listeners<TCEvent extends TypedContractEvent>(event: TCEvent): Promise<Array<TypedListener<TCEvent>>>;
494
+ listeners(eventName?: string): Promise<Array<Listener>>;
495
+ removeAllListeners<TCEvent extends TypedContractEvent>(event?: TCEvent): Promise<this>;
496
+ attestationReceived: TypedContractMethod<[
497
+ sourceChainId: BigNumberish,
498
+ sourceNttManagerAddress: BytesLike,
499
+ payload: TransceiverStructs.NttManagerMessageStruct
500
+ ], [
501
+ void
502
+ ], 'nonpayable'>;
503
+ chainId: TypedContractMethod<[], [bigint], 'view'>;
504
+ completeInboundQueuedTransfer: TypedContractMethod<[
505
+ digest: BytesLike
506
+ ], [
507
+ void
508
+ ], 'nonpayable'>;
509
+ completeOutboundQueuedTransfer: TypedContractMethod<[
510
+ messageSequence: BigNumberish
511
+ ], [
512
+ bigint
513
+ ], 'payable'>;
514
+ executeMsg: TypedContractMethod<[
515
+ sourceChainId: BigNumberish,
516
+ sourceNttManagerAddress: BytesLike,
517
+ message: TransceiverStructs.NttManagerMessageStruct
518
+ ], [
519
+ void
520
+ ], 'nonpayable'>;
521
+ getCurrentInboundCapacity: TypedContractMethod<[
522
+ chainId_: BigNumberish
523
+ ], [
524
+ bigint
525
+ ], 'view'>;
526
+ getCurrentOutboundCapacity: TypedContractMethod<[], [bigint], 'view'>;
527
+ getInboundLimitParams: TypedContractMethod<[
528
+ chainId_: BigNumberish
529
+ ], [
530
+ IRateLimiter.RateLimitParamsStructOutput
531
+ ], 'view'>;
532
+ getInboundQueuedTransfer: TypedContractMethod<[
533
+ digest: BytesLike
534
+ ], [
535
+ IRateLimiter.InboundQueuedTransferStructOutput
536
+ ], 'view'>;
537
+ getMigratesImmutables: TypedContractMethod<[], [boolean], 'view'>;
538
+ getMode: TypedContractMethod<[], [bigint], 'view'>;
539
+ getOutboundLimitParams: TypedContractMethod<[
540
+ ], [
541
+ IRateLimiter.RateLimitParamsStructOutput
542
+ ], 'view'>;
543
+ getOutboundQueuedTransfer: TypedContractMethod<[
544
+ queueSequence: BigNumberish
545
+ ], [
546
+ IRateLimiter.OutboundQueuedTransferStructOutput
547
+ ], 'view'>;
548
+ getPeer: TypedContractMethod<[
549
+ chainId_: BigNumberish
550
+ ], [
551
+ INttManager.NttManagerPeerStructOutput
552
+ ], 'view'>;
553
+ getThreshold: TypedContractMethod<[], [bigint], 'view'>;
554
+ getTransceivers: TypedContractMethod<[], [string[]], 'view'>;
555
+ initialize: TypedContractMethod<[], [void], 'nonpayable'>;
556
+ isMessageApproved: TypedContractMethod<[
557
+ digest: BytesLike
558
+ ], [
559
+ boolean
560
+ ], 'view'>;
561
+ isMessageExecuted: TypedContractMethod<[
562
+ digest: BytesLike
563
+ ], [
564
+ boolean
565
+ ], 'view'>;
566
+ isPaused: TypedContractMethod<[], [boolean], 'view'>;
567
+ messageAttestations: TypedContractMethod<[
568
+ digest: BytesLike
569
+ ], [
570
+ bigint
571
+ ], 'view'>;
572
+ migrate: TypedContractMethod<[], [void], 'nonpayable'>;
573
+ mode: TypedContractMethod<[], [bigint], 'view'>;
574
+ nextMessageSequence: TypedContractMethod<[], [bigint], 'view'>;
575
+ owner: TypedContractMethod<[], [string], 'view'>;
576
+ pause: TypedContractMethod<[], [void], 'nonpayable'>;
577
+ pauser: TypedContractMethod<[], [string], 'view'>;
578
+ quoteDeliveryPrice: TypedContractMethod<[
579
+ recipientChain: BigNumberish,
580
+ transceiverInstructions: TransceiverStructs.TransceiverInstructionStruct[],
581
+ enabledTransceivers: AddressLike[]
582
+ ], [
583
+ [bigint[], bigint]
584
+ ], 'view'>;
585
+ rateLimitDuration: TypedContractMethod<[], [bigint], 'view'>;
586
+ removeTransceiver: TypedContractMethod<[
587
+ transceiver: AddressLike
588
+ ], [
589
+ void
590
+ ], 'nonpayable'>;
591
+ setInboundLimit: TypedContractMethod<[
592
+ limit: BigNumberish,
593
+ chainId_: BigNumberish
594
+ ], [
595
+ void
596
+ ], 'nonpayable'>;
597
+ setOutboundLimit: TypedContractMethod<[
598
+ limit: BigNumberish
599
+ ], [
600
+ void
601
+ ], 'nonpayable'>;
602
+ setPeer: TypedContractMethod<[
603
+ peerChainId: BigNumberish,
604
+ peerContract: BytesLike,
605
+ decimals: BigNumberish,
606
+ inboundLimit: BigNumberish
607
+ ], [
608
+ void
609
+ ], 'nonpayable'>;
610
+ setThreshold: TypedContractMethod<[
611
+ threshold: BigNumberish
612
+ ], [
613
+ void
614
+ ], 'nonpayable'>;
615
+ setTransceiver: TypedContractMethod<[
616
+ transceiver: AddressLike
617
+ ], [
618
+ void
619
+ ], 'nonpayable'>;
620
+ token: TypedContractMethod<[], [string], 'view'>;
621
+ tokenDecimals: TypedContractMethod<[], [bigint], 'view'>;
622
+ transceiverAttestedToMessage: TypedContractMethod<[
623
+ digest: BytesLike,
624
+ index: BigNumberish
625
+ ], [
626
+ boolean
627
+ ], 'view'>;
628
+ 'transfer(uint256,uint16,bytes32)': TypedContractMethod<[
629
+ amount: BigNumberish,
630
+ recipientChain: BigNumberish,
631
+ recipient: BytesLike
632
+ ], [
633
+ bigint
634
+ ], 'payable'>;
635
+ 'transfer(uint256,uint16,bytes32,bool,bytes)': TypedContractMethod<[
636
+ amount: BigNumberish,
637
+ recipientChain: BigNumberish,
638
+ recipient: BytesLike,
639
+ shouldQueue: boolean,
640
+ transceiverInstructions: BytesLike
641
+ ], [
642
+ bigint
643
+ ], 'payable'>;
644
+ transferOwnership: TypedContractMethod<[
645
+ newOwner: AddressLike
646
+ ], [
647
+ void
648
+ ], 'nonpayable'>;
649
+ transferPauserCapability: TypedContractMethod<[
650
+ newPauser: AddressLike
651
+ ], [
652
+ void
653
+ ], 'nonpayable'>;
654
+ unpause: TypedContractMethod<[], [void], 'nonpayable'>;
655
+ upgrade: TypedContractMethod<[
656
+ newImplementation: AddressLike
657
+ ], [
658
+ void
659
+ ], 'nonpayable'>;
660
+ getFunction<T extends ContractMethod = ContractMethod>(key: string | FunctionFragment): T;
661
+ getFunction(nameOrSignature: 'attestationReceived'): TypedContractMethod<[
662
+ sourceChainId: BigNumberish,
663
+ sourceNttManagerAddress: BytesLike,
664
+ payload: TransceiverStructs.NttManagerMessageStruct
665
+ ], [
666
+ void
667
+ ], 'nonpayable'>;
668
+ getFunction(nameOrSignature: 'chainId'): TypedContractMethod<[], [bigint], 'view'>;
669
+ getFunction(nameOrSignature: 'completeInboundQueuedTransfer'): TypedContractMethod<[digest: BytesLike], [void], 'nonpayable'>;
670
+ getFunction(nameOrSignature: 'completeOutboundQueuedTransfer'): TypedContractMethod<[messageSequence: BigNumberish], [bigint], 'payable'>;
671
+ getFunction(nameOrSignature: 'executeMsg'): TypedContractMethod<[
672
+ sourceChainId: BigNumberish,
673
+ sourceNttManagerAddress: BytesLike,
674
+ message: TransceiverStructs.NttManagerMessageStruct
675
+ ], [
676
+ void
677
+ ], 'nonpayable'>;
678
+ getFunction(nameOrSignature: 'getCurrentInboundCapacity'): TypedContractMethod<[chainId_: BigNumberish], [bigint], 'view'>;
679
+ getFunction(nameOrSignature: 'getCurrentOutboundCapacity'): TypedContractMethod<[], [bigint], 'view'>;
680
+ getFunction(nameOrSignature: 'getInboundLimitParams'): TypedContractMethod<[
681
+ chainId_: BigNumberish
682
+ ], [
683
+ IRateLimiter.RateLimitParamsStructOutput
684
+ ], 'view'>;
685
+ getFunction(nameOrSignature: 'getInboundQueuedTransfer'): TypedContractMethod<[
686
+ digest: BytesLike
687
+ ], [
688
+ IRateLimiter.InboundQueuedTransferStructOutput
689
+ ], 'view'>;
690
+ getFunction(nameOrSignature: 'getMigratesImmutables'): TypedContractMethod<[], [boolean], 'view'>;
691
+ getFunction(nameOrSignature: 'getMode'): TypedContractMethod<[], [bigint], 'view'>;
692
+ getFunction(nameOrSignature: 'getOutboundLimitParams'): TypedContractMethod<[
693
+ ], [
694
+ IRateLimiter.RateLimitParamsStructOutput
695
+ ], 'view'>;
696
+ getFunction(nameOrSignature: 'getOutboundQueuedTransfer'): TypedContractMethod<[
697
+ queueSequence: BigNumberish
698
+ ], [
699
+ IRateLimiter.OutboundQueuedTransferStructOutput
700
+ ], 'view'>;
701
+ getFunction(nameOrSignature: 'getPeer'): TypedContractMethod<[
702
+ chainId_: BigNumberish
703
+ ], [
704
+ INttManager.NttManagerPeerStructOutput
705
+ ], 'view'>;
706
+ getFunction(nameOrSignature: 'getThreshold'): TypedContractMethod<[], [bigint], 'view'>;
707
+ getFunction(nameOrSignature: 'getTransceivers'): TypedContractMethod<[], [string[]], 'view'>;
708
+ getFunction(nameOrSignature: 'initialize'): TypedContractMethod<[], [void], 'nonpayable'>;
709
+ getFunction(nameOrSignature: 'isMessageApproved'): TypedContractMethod<[digest: BytesLike], [boolean], 'view'>;
710
+ getFunction(nameOrSignature: 'isMessageExecuted'): TypedContractMethod<[digest: BytesLike], [boolean], 'view'>;
711
+ getFunction(nameOrSignature: 'isPaused'): TypedContractMethod<[], [boolean], 'view'>;
712
+ getFunction(nameOrSignature: 'messageAttestations'): TypedContractMethod<[digest: BytesLike], [bigint], 'view'>;
713
+ getFunction(nameOrSignature: 'migrate'): TypedContractMethod<[], [void], 'nonpayable'>;
714
+ getFunction(nameOrSignature: 'mode'): TypedContractMethod<[], [bigint], 'view'>;
715
+ getFunction(nameOrSignature: 'nextMessageSequence'): TypedContractMethod<[], [bigint], 'view'>;
716
+ getFunction(nameOrSignature: 'owner'): TypedContractMethod<[], [string], 'view'>;
717
+ getFunction(nameOrSignature: 'pause'): TypedContractMethod<[], [void], 'nonpayable'>;
718
+ getFunction(nameOrSignature: 'pauser'): TypedContractMethod<[], [string], 'view'>;
719
+ getFunction(nameOrSignature: 'quoteDeliveryPrice'): TypedContractMethod<[
720
+ recipientChain: BigNumberish,
721
+ transceiverInstructions: TransceiverStructs.TransceiverInstructionStruct[],
722
+ enabledTransceivers: AddressLike[]
723
+ ], [
724
+ [bigint[], bigint]
725
+ ], 'view'>;
726
+ getFunction(nameOrSignature: 'rateLimitDuration'): TypedContractMethod<[], [bigint], 'view'>;
727
+ getFunction(nameOrSignature: 'removeTransceiver'): TypedContractMethod<[transceiver: AddressLike], [void], 'nonpayable'>;
728
+ getFunction(nameOrSignature: 'setInboundLimit'): TypedContractMethod<[
729
+ limit: BigNumberish,
730
+ chainId_: BigNumberish
731
+ ], [
732
+ void
733
+ ], 'nonpayable'>;
734
+ getFunction(nameOrSignature: 'setOutboundLimit'): TypedContractMethod<[limit: BigNumberish], [void], 'nonpayable'>;
735
+ getFunction(nameOrSignature: 'setPeer'): TypedContractMethod<[
736
+ peerChainId: BigNumberish,
737
+ peerContract: BytesLike,
738
+ decimals: BigNumberish,
739
+ inboundLimit: BigNumberish
740
+ ], [
741
+ void
742
+ ], 'nonpayable'>;
743
+ getFunction(nameOrSignature: 'setThreshold'): TypedContractMethod<[threshold: BigNumberish], [void], 'nonpayable'>;
744
+ getFunction(nameOrSignature: 'setTransceiver'): TypedContractMethod<[transceiver: AddressLike], [void], 'nonpayable'>;
745
+ getFunction(nameOrSignature: 'token'): TypedContractMethod<[], [string], 'view'>;
746
+ getFunction(nameOrSignature: 'tokenDecimals'): TypedContractMethod<[], [bigint], 'view'>;
747
+ getFunction(nameOrSignature: 'transceiverAttestedToMessage'): TypedContractMethod<[
748
+ digest: BytesLike,
749
+ index: BigNumberish
750
+ ], [
751
+ boolean
752
+ ], 'view'>;
753
+ getFunction(nameOrSignature: 'transfer(uint256,uint16,bytes32)'): TypedContractMethod<[
754
+ amount: BigNumberish,
755
+ recipientChain: BigNumberish,
756
+ recipient: BytesLike
757
+ ], [
758
+ bigint
759
+ ], 'payable'>;
760
+ getFunction(nameOrSignature: 'transfer(uint256,uint16,bytes32,bool,bytes)'): TypedContractMethod<[
761
+ amount: BigNumberish,
762
+ recipientChain: BigNumberish,
763
+ recipient: BytesLike,
764
+ shouldQueue: boolean,
765
+ transceiverInstructions: BytesLike
766
+ ], [
767
+ bigint
768
+ ], 'payable'>;
769
+ getFunction(nameOrSignature: 'transferOwnership'): TypedContractMethod<[newOwner: AddressLike], [void], 'nonpayable'>;
770
+ getFunction(nameOrSignature: 'transferPauserCapability'): TypedContractMethod<[newPauser: AddressLike], [void], 'nonpayable'>;
771
+ getFunction(nameOrSignature: 'unpause'): TypedContractMethod<[], [void], 'nonpayable'>;
772
+ getFunction(nameOrSignature: 'upgrade'): TypedContractMethod<[
773
+ newImplementation: AddressLike
774
+ ], [
775
+ void
776
+ ], 'nonpayable'>;
777
+ getEvent(key: 'AdminChanged'): TypedContractEvent<AdminChangedEvent.InputTuple, AdminChangedEvent.OutputTuple, AdminChangedEvent.OutputObject>;
778
+ getEvent(key: 'BeaconUpgraded'): TypedContractEvent<BeaconUpgradedEvent.InputTuple, BeaconUpgradedEvent.OutputTuple, BeaconUpgradedEvent.OutputObject>;
779
+ getEvent(key: 'InboundTransferQueued'): TypedContractEvent<InboundTransferQueuedEvent.InputTuple, InboundTransferQueuedEvent.OutputTuple, InboundTransferQueuedEvent.OutputObject>;
780
+ getEvent(key: 'Initialized'): TypedContractEvent<InitializedEvent.InputTuple, InitializedEvent.OutputTuple, InitializedEvent.OutputObject>;
781
+ getEvent(key: 'MessageAlreadyExecuted'): TypedContractEvent<MessageAlreadyExecutedEvent.InputTuple, MessageAlreadyExecutedEvent.OutputTuple, MessageAlreadyExecutedEvent.OutputObject>;
782
+ getEvent(key: 'MessageAttestedTo'): TypedContractEvent<MessageAttestedToEvent.InputTuple, MessageAttestedToEvent.OutputTuple, MessageAttestedToEvent.OutputObject>;
783
+ getEvent(key: 'NotPaused'): TypedContractEvent<NotPausedEvent.InputTuple, NotPausedEvent.OutputTuple, NotPausedEvent.OutputObject>;
784
+ getEvent(key: 'OutboundTransferQueued'): TypedContractEvent<OutboundTransferQueuedEvent.InputTuple, OutboundTransferQueuedEvent.OutputTuple, OutboundTransferQueuedEvent.OutputObject>;
785
+ getEvent(key: 'OutboundTransferRateLimited'): TypedContractEvent<OutboundTransferRateLimitedEvent.InputTuple, OutboundTransferRateLimitedEvent.OutputTuple, OutboundTransferRateLimitedEvent.OutputObject>;
786
+ getEvent(key: 'OwnershipTransferred'): TypedContractEvent<OwnershipTransferredEvent.InputTuple, OwnershipTransferredEvent.OutputTuple, OwnershipTransferredEvent.OutputObject>;
787
+ getEvent(key: 'Paused'): TypedContractEvent<PausedEvent.InputTuple, PausedEvent.OutputTuple, PausedEvent.OutputObject>;
788
+ getEvent(key: 'PauserTransferred'): TypedContractEvent<PauserTransferredEvent.InputTuple, PauserTransferredEvent.OutputTuple, PauserTransferredEvent.OutputObject>;
789
+ getEvent(key: 'PeerUpdated'): TypedContractEvent<PeerUpdatedEvent.InputTuple, PeerUpdatedEvent.OutputTuple, PeerUpdatedEvent.OutputObject>;
790
+ getEvent(key: 'ThresholdChanged'): TypedContractEvent<ThresholdChangedEvent.InputTuple, ThresholdChangedEvent.OutputTuple, ThresholdChangedEvent.OutputObject>;
791
+ getEvent(key: 'TransceiverAdded'): TypedContractEvent<TransceiverAddedEvent.InputTuple, TransceiverAddedEvent.OutputTuple, TransceiverAddedEvent.OutputObject>;
792
+ getEvent(key: 'TransceiverRemoved'): TypedContractEvent<TransceiverRemovedEvent.InputTuple, TransceiverRemovedEvent.OutputTuple, TransceiverRemovedEvent.OutputObject>;
793
+ getEvent(key: 'TransferRedeemed'): TypedContractEvent<TransferRedeemedEvent.InputTuple, TransferRedeemedEvent.OutputTuple, TransferRedeemedEvent.OutputObject>;
794
+ getEvent(key: 'TransferSent'): TypedContractEvent<TransferSentEvent.InputTuple, TransferSentEvent.OutputTuple, TransferSentEvent.OutputObject>;
795
+ getEvent(key: 'Upgraded'): TypedContractEvent<UpgradedEvent.InputTuple, UpgradedEvent.OutputTuple, UpgradedEvent.OutputObject>;
796
+ filters: {
797
+ 'AdminChanged(address,address)': TypedContractEvent<AdminChangedEvent.InputTuple, AdminChangedEvent.OutputTuple, AdminChangedEvent.OutputObject>;
798
+ AdminChanged: TypedContractEvent<AdminChangedEvent.InputTuple, AdminChangedEvent.OutputTuple, AdminChangedEvent.OutputObject>;
799
+ 'BeaconUpgraded(address)': TypedContractEvent<BeaconUpgradedEvent.InputTuple, BeaconUpgradedEvent.OutputTuple, BeaconUpgradedEvent.OutputObject>;
800
+ BeaconUpgraded: TypedContractEvent<BeaconUpgradedEvent.InputTuple, BeaconUpgradedEvent.OutputTuple, BeaconUpgradedEvent.OutputObject>;
801
+ 'InboundTransferQueued(bytes32)': TypedContractEvent<InboundTransferQueuedEvent.InputTuple, InboundTransferQueuedEvent.OutputTuple, InboundTransferQueuedEvent.OutputObject>;
802
+ InboundTransferQueued: TypedContractEvent<InboundTransferQueuedEvent.InputTuple, InboundTransferQueuedEvent.OutputTuple, InboundTransferQueuedEvent.OutputObject>;
803
+ 'Initialized(uint64)': TypedContractEvent<InitializedEvent.InputTuple, InitializedEvent.OutputTuple, InitializedEvent.OutputObject>;
804
+ Initialized: TypedContractEvent<InitializedEvent.InputTuple, InitializedEvent.OutputTuple, InitializedEvent.OutputObject>;
805
+ 'MessageAlreadyExecuted(bytes32,bytes32)': TypedContractEvent<MessageAlreadyExecutedEvent.InputTuple, MessageAlreadyExecutedEvent.OutputTuple, MessageAlreadyExecutedEvent.OutputObject>;
806
+ MessageAlreadyExecuted: TypedContractEvent<MessageAlreadyExecutedEvent.InputTuple, MessageAlreadyExecutedEvent.OutputTuple, MessageAlreadyExecutedEvent.OutputObject>;
807
+ 'MessageAttestedTo(bytes32,address,uint8)': TypedContractEvent<MessageAttestedToEvent.InputTuple, MessageAttestedToEvent.OutputTuple, MessageAttestedToEvent.OutputObject>;
808
+ MessageAttestedTo: TypedContractEvent<MessageAttestedToEvent.InputTuple, MessageAttestedToEvent.OutputTuple, MessageAttestedToEvent.OutputObject>;
809
+ 'NotPaused(bool)': TypedContractEvent<NotPausedEvent.InputTuple, NotPausedEvent.OutputTuple, NotPausedEvent.OutputObject>;
810
+ NotPaused: TypedContractEvent<NotPausedEvent.InputTuple, NotPausedEvent.OutputTuple, NotPausedEvent.OutputObject>;
811
+ 'OutboundTransferQueued(uint64)': TypedContractEvent<OutboundTransferQueuedEvent.InputTuple, OutboundTransferQueuedEvent.OutputTuple, OutboundTransferQueuedEvent.OutputObject>;
812
+ OutboundTransferQueued: TypedContractEvent<OutboundTransferQueuedEvent.InputTuple, OutboundTransferQueuedEvent.OutputTuple, OutboundTransferQueuedEvent.OutputObject>;
813
+ 'OutboundTransferRateLimited(address,uint64,uint256,uint256)': TypedContractEvent<OutboundTransferRateLimitedEvent.InputTuple, OutboundTransferRateLimitedEvent.OutputTuple, OutboundTransferRateLimitedEvent.OutputObject>;
814
+ OutboundTransferRateLimited: TypedContractEvent<OutboundTransferRateLimitedEvent.InputTuple, OutboundTransferRateLimitedEvent.OutputTuple, OutboundTransferRateLimitedEvent.OutputObject>;
815
+ 'OwnershipTransferred(address,address)': TypedContractEvent<OwnershipTransferredEvent.InputTuple, OwnershipTransferredEvent.OutputTuple, OwnershipTransferredEvent.OutputObject>;
816
+ OwnershipTransferred: TypedContractEvent<OwnershipTransferredEvent.InputTuple, OwnershipTransferredEvent.OutputTuple, OwnershipTransferredEvent.OutputObject>;
817
+ 'Paused(bool)': TypedContractEvent<PausedEvent.InputTuple, PausedEvent.OutputTuple, PausedEvent.OutputObject>;
818
+ Paused: TypedContractEvent<PausedEvent.InputTuple, PausedEvent.OutputTuple, PausedEvent.OutputObject>;
819
+ 'PauserTransferred(address,address)': TypedContractEvent<PauserTransferredEvent.InputTuple, PauserTransferredEvent.OutputTuple, PauserTransferredEvent.OutputObject>;
820
+ PauserTransferred: TypedContractEvent<PauserTransferredEvent.InputTuple, PauserTransferredEvent.OutputTuple, PauserTransferredEvent.OutputObject>;
821
+ 'PeerUpdated(uint16,bytes32,uint8,bytes32,uint8)': TypedContractEvent<PeerUpdatedEvent.InputTuple, PeerUpdatedEvent.OutputTuple, PeerUpdatedEvent.OutputObject>;
822
+ PeerUpdated: TypedContractEvent<PeerUpdatedEvent.InputTuple, PeerUpdatedEvent.OutputTuple, PeerUpdatedEvent.OutputObject>;
823
+ 'ThresholdChanged(uint8,uint8)': TypedContractEvent<ThresholdChangedEvent.InputTuple, ThresholdChangedEvent.OutputTuple, ThresholdChangedEvent.OutputObject>;
824
+ ThresholdChanged: TypedContractEvent<ThresholdChangedEvent.InputTuple, ThresholdChangedEvent.OutputTuple, ThresholdChangedEvent.OutputObject>;
825
+ 'TransceiverAdded(address,uint256,uint8)': TypedContractEvent<TransceiverAddedEvent.InputTuple, TransceiverAddedEvent.OutputTuple, TransceiverAddedEvent.OutputObject>;
826
+ TransceiverAdded: TypedContractEvent<TransceiverAddedEvent.InputTuple, TransceiverAddedEvent.OutputTuple, TransceiverAddedEvent.OutputObject>;
827
+ 'TransceiverRemoved(address,uint8)': TypedContractEvent<TransceiverRemovedEvent.InputTuple, TransceiverRemovedEvent.OutputTuple, TransceiverRemovedEvent.OutputObject>;
828
+ TransceiverRemoved: TypedContractEvent<TransceiverRemovedEvent.InputTuple, TransceiverRemovedEvent.OutputTuple, TransceiverRemovedEvent.OutputObject>;
829
+ 'TransferRedeemed(bytes32)': TypedContractEvent<TransferRedeemedEvent.InputTuple, TransferRedeemedEvent.OutputTuple, TransferRedeemedEvent.OutputObject>;
830
+ TransferRedeemed: TypedContractEvent<TransferRedeemedEvent.InputTuple, TransferRedeemedEvent.OutputTuple, TransferRedeemedEvent.OutputObject>;
831
+ 'TransferSent(bytes32,uint256,uint256,uint16,uint64)': TypedContractEvent<TransferSentEvent.InputTuple, TransferSentEvent.OutputTuple, TransferSentEvent.OutputObject>;
832
+ TransferSent: TypedContractEvent<TransferSentEvent.InputTuple, TransferSentEvent.OutputTuple, TransferSentEvent.OutputObject>;
833
+ 'Upgraded(address)': TypedContractEvent<UpgradedEvent.InputTuple, UpgradedEvent.OutputTuple, UpgradedEvent.OutputObject>;
834
+ Upgraded: TypedContractEvent<UpgradedEvent.InputTuple, UpgradedEvent.OutputTuple, UpgradedEvent.OutputObject>;
835
+ };
836
+ }
837
+ //# sourceMappingURL=NttManager.d.ts.map