@flarenetwork/flare-wagmi-periphery-package 2.4.0 → 2.6.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.
- package/dist/contracts/coston2/IInstructionsFacet.d.ts +0 -185
- package/dist/contracts/coston2/IInstructionsFacet.d.ts.map +1 -1
- package/dist/contracts/coston2/IInstructionsFacet.js +0 -21
- package/dist/contracts/coston2/IInstructionsFacet.js.map +1 -1
- package/dist/contracts/coston2/IMasterAccountController.d.ts +10 -990
- package/dist/contracts/coston2/IMasterAccountController.d.ts.map +1 -1
- package/dist/contracts/coston2/IMasterAccountController.js +0 -117
- package/dist/contracts/coston2/IMasterAccountController.js.map +1 -1
- package/dist/contracts/coston2/IPersonalAccount.d.ts +0 -132
- package/dist/contracts/coston2/IPersonalAccount.d.ts.map +1 -1
- package/dist/contracts/coston2/IPersonalAccount.js +0 -34
- package/dist/contracts/coston2/IPersonalAccount.js.map +1 -1
- package/dist/contracts/coston2/IVaultsFacet.d.ts +0 -60
- package/dist/contracts/coston2/IVaultsFacet.d.ts.map +1 -1
- package/dist/contracts/coston2/IVaultsFacet.js +0 -10
- package/dist/contracts/coston2/IVaultsFacet.js.map +1 -1
- package/dist/contracts/coston2/index.d.ts +0 -1
- package/dist/contracts/coston2/index.d.ts.map +1 -1
- package/dist/contracts/coston2/index.js +0 -1
- package/dist/contracts/coston2/index.js.map +1 -1
- package/dist/contracts/flare/IAgentVaultsFacet.d.ts +298 -0
- package/dist/contracts/flare/IAgentVaultsFacet.d.ts.map +1 -0
- package/dist/contracts/flare/IAgentVaultsFacet.js +76 -0
- package/dist/contracts/flare/IAgentVaultsFacet.js.map +1 -0
- package/dist/contracts/flare/IDiamond.d.ts +72 -0
- package/dist/contracts/flare/IDiamond.d.ts.map +1 -0
- package/dist/contracts/flare/IDiamond.js +37 -0
- package/dist/contracts/flare/IDiamond.js.map +1 -0
- package/dist/contracts/flare/IDiamondCut.d.ts +270 -0
- package/dist/contracts/flare/IDiamondCut.d.ts.map +1 -0
- package/dist/contracts/flare/IDiamondCut.js +65 -0
- package/dist/contracts/flare/IDiamondCut.js.map +1 -0
- package/dist/contracts/flare/IERC165.d.ts +34 -0
- package/dist/contracts/flare/IERC165.d.ts.map +1 -0
- package/dist/contracts/flare/IERC165.js +24 -0
- package/dist/contracts/flare/IERC165.js.map +1 -0
- package/dist/contracts/flare/IERC173.d.ts +193 -0
- package/dist/contracts/flare/IERC173.d.ts.map +1 -0
- package/dist/contracts/flare/IERC173.js +52 -0
- package/dist/contracts/flare/IERC173.js.map +1 -0
- package/dist/contracts/flare/IExecutorsFacet.d.ts +136 -0
- package/dist/contracts/flare/IExecutorsFacet.d.ts.map +1 -0
- package/dist/contracts/flare/IExecutorsFacet.js +45 -0
- package/dist/contracts/flare/IExecutorsFacet.js.map +1 -0
- package/dist/contracts/flare/IInstructionFeesFacet.d.ts +247 -0
- package/dist/contracts/flare/IInstructionFeesFacet.d.ts.map +1 -0
- package/dist/contracts/flare/IInstructionFeesFacet.js +69 -0
- package/dist/contracts/flare/IInstructionFeesFacet.js.map +1 -0
- package/dist/contracts/flare/IInstructionsFacet.d.ts +3278 -0
- package/dist/contracts/flare/IInstructionsFacet.d.ts.map +1 -0
- package/dist/contracts/flare/IInstructionsFacet.js +321 -0
- package/dist/contracts/flare/IInstructionsFacet.js.map +1 -0
- package/dist/contracts/flare/IMasterAccountController.d.ts +7713 -0
- package/dist/contracts/flare/IMasterAccountController.d.ts.map +1 -0
- package/dist/contracts/flare/IMasterAccountController.js +802 -0
- package/dist/contracts/flare/IMasterAccountController.js.map +1 -0
- package/dist/contracts/flare/IPaymentProofsFacet.d.ts +184 -0
- package/dist/contracts/flare/IPaymentProofsFacet.d.ts.map +1 -0
- package/dist/contracts/flare/IPaymentProofsFacet.js +52 -0
- package/dist/contracts/flare/IPaymentProofsFacet.js.map +1 -0
- package/dist/contracts/flare/IPersonalAccount.d.ts +967 -0
- package/dist/contracts/flare/IPersonalAccount.d.ts.map +1 -0
- package/dist/contracts/flare/IPersonalAccount.js +170 -0
- package/dist/contracts/flare/IPersonalAccount.js.map +1 -0
- package/dist/contracts/flare/IPersonalAccountsFacet.d.ts +193 -0
- package/dist/contracts/flare/IPersonalAccountsFacet.d.ts.map +1 -0
- package/dist/contracts/flare/IPersonalAccountsFacet.js +58 -0
- package/dist/contracts/flare/IPersonalAccountsFacet.js.map +1 -0
- package/dist/contracts/flare/ISwapFacet.d.ts +763 -0
- package/dist/contracts/flare/ISwapFacet.d.ts.map +1 -0
- package/dist/contracts/flare/ISwapFacet.js +90 -0
- package/dist/contracts/flare/ISwapFacet.js.map +1 -0
- package/dist/contracts/flare/ITimelockFacet.d.ts +498 -0
- package/dist/contracts/flare/ITimelockFacet.d.ts.map +1 -0
- package/dist/contracts/flare/ITimelockFacet.js +81 -0
- package/dist/contracts/flare/ITimelockFacet.js.map +1 -0
- package/dist/contracts/flare/IVaultsFacet.d.ts +280 -0
- package/dist/contracts/flare/IVaultsFacet.d.ts.map +1 -0
- package/dist/contracts/flare/IVaultsFacet.js +57 -0
- package/dist/contracts/flare/IVaultsFacet.js.map +1 -0
- package/dist/contracts/flare/IXrplProviderWalletsFacet.d.ts +148 -0
- package/dist/contracts/flare/IXrplProviderWalletsFacet.d.ts.map +1 -0
- package/dist/contracts/flare/IXrplProviderWalletsFacet.js +54 -0
- package/dist/contracts/flare/IXrplProviderWalletsFacet.js.map +1 -0
- package/dist/contracts/flare/index.d.ts +16 -0
- package/dist/contracts/flare/index.d.ts.map +1 -1
- package/dist/contracts/flare/index.js +16 -0
- package/dist/contracts/flare/index.js.map +1 -1
- package/package.json +4 -4
- package/dist/contracts/coston2/ICustomInstructionsFacet.d.ts +0 -713
- package/dist/contracts/coston2/ICustomInstructionsFacet.d.ts.map +0 -1
- package/dist/contracts/coston2/ICustomInstructionsFacet.js +0 -123
- package/dist/contracts/coston2/ICustomInstructionsFacet.js.map +0 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ISwapFacet.d.ts","sourceRoot":"","sources":["../../../contracts/flare/ISwapFacet.ts"],"names":[],"mappings":"AAWA,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA8DhB,CAAC;AAMX;;GAEG;AACH,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gCAA8D,CAAC;AAE7F;;GAEG;AACH,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAA+D,CAAC;AAE/F;;GAEG;AACH,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAAkE,CAAC;AAErG;;GAEG;AACH,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gCAAoE,CAAC"}
|
|
@@ -0,0 +1,90 @@
|
|
|
1
|
+
import { createUseReadContract, createUseSimulateContract, createUseWatchContractEvent, createUseWriteContract } from 'wagmi/codegen';
|
|
2
|
+
|
|
3
|
+
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
|
4
|
+
// ISwapFacet
|
|
5
|
+
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
|
6
|
+
const iSwapFacetAbi = [
|
|
7
|
+
{ type: "error", inputs: [], name: "InvalidFeedId" },
|
|
8
|
+
{ type: "error", inputs: [], name: "InvalidMaxSlippagePPM" },
|
|
9
|
+
{ type: "error", inputs: [], name: "InvalidPoolFeeTierPPM" },
|
|
10
|
+
{ type: "error", inputs: [], name: "InvalidStableCoin" },
|
|
11
|
+
{ type: "error", inputs: [], name: "InvalidUniswapV3Router" },
|
|
12
|
+
{
|
|
13
|
+
type: "event",
|
|
14
|
+
anonymous: false,
|
|
15
|
+
inputs: [
|
|
16
|
+
{ name: "personalAccount", internalType: "address", type: "address", indexed: true },
|
|
17
|
+
{ name: "tokenIn", internalType: "address", type: "address", indexed: true },
|
|
18
|
+
{ name: "tokenOut", internalType: "address", type: "address", indexed: true },
|
|
19
|
+
{ name: "xrplOwner", internalType: "string", type: "string", indexed: false },
|
|
20
|
+
{ name: "amountIn", internalType: "uint256", type: "uint256", indexed: false },
|
|
21
|
+
{ name: "amountOut", internalType: "uint256", type: "uint256", indexed: false },
|
|
22
|
+
],
|
|
23
|
+
name: "SwapExecuted",
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
type: "event",
|
|
27
|
+
anonymous: false,
|
|
28
|
+
inputs: [
|
|
29
|
+
{ name: "uniswapV3Router", internalType: "address", type: "address", indexed: false },
|
|
30
|
+
{ name: "stableCoin", internalType: "address", type: "address", indexed: false },
|
|
31
|
+
{ name: "wNatStableCoinPoolFeeTierPPM", internalType: "uint24", type: "uint24", indexed: false },
|
|
32
|
+
{ name: "stableCoinFXrpPoolFeeTierPPM", internalType: "uint24", type: "uint24", indexed: false },
|
|
33
|
+
{ name: "maxSlippagePPM", internalType: "uint24", type: "uint24", indexed: false },
|
|
34
|
+
{ name: "stableCoinUsdFeedId", internalType: "bytes21", type: "bytes21", indexed: false },
|
|
35
|
+
{ name: "wNatUsdFeedId", internalType: "bytes21", type: "bytes21", indexed: false },
|
|
36
|
+
],
|
|
37
|
+
name: "SwapParamsSet",
|
|
38
|
+
},
|
|
39
|
+
{
|
|
40
|
+
type: "function",
|
|
41
|
+
inputs: [],
|
|
42
|
+
name: "getSwapParams",
|
|
43
|
+
outputs: [
|
|
44
|
+
{ name: "_uniswapV3Router", internalType: "address", type: "address" },
|
|
45
|
+
{ name: "_stableCoin", internalType: "address", type: "address" },
|
|
46
|
+
{ name: "_wNatStableCoinPoolFeeTierPPM", internalType: "uint24", type: "uint24" },
|
|
47
|
+
{ name: "_stableCoinFXrpPoolFeeTierPPM", internalType: "uint24", type: "uint24" },
|
|
48
|
+
{ name: "_maxSlippagePPM", internalType: "uint24", type: "uint24" },
|
|
49
|
+
{ name: "_stableCoinUsdFeedId", internalType: "bytes21", type: "bytes21" },
|
|
50
|
+
{ name: "_wNatUsdFeedId", internalType: "bytes21", type: "bytes21" },
|
|
51
|
+
],
|
|
52
|
+
stateMutability: "view",
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
type: "function",
|
|
56
|
+
inputs: [{ name: "_xrplAddress", internalType: "string", type: "string" }],
|
|
57
|
+
name: "swapStableCoinForFAsset",
|
|
58
|
+
outputs: [],
|
|
59
|
+
stateMutability: "nonpayable",
|
|
60
|
+
},
|
|
61
|
+
{
|
|
62
|
+
type: "function",
|
|
63
|
+
inputs: [{ name: "_xrplAddress", internalType: "string", type: "string" }],
|
|
64
|
+
name: "swapWNatForStableCoin",
|
|
65
|
+
outputs: [],
|
|
66
|
+
stateMutability: "nonpayable",
|
|
67
|
+
},
|
|
68
|
+
];
|
|
69
|
+
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
|
70
|
+
// React
|
|
71
|
+
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
|
72
|
+
/**
|
|
73
|
+
* Wraps __{@link useReadContract}__ with `abi` set to __{@link iSwapFacetAbi}__
|
|
74
|
+
*/
|
|
75
|
+
const useReadISwapFacet = /*#__PURE__*/ createUseReadContract({ abi: iSwapFacetAbi });
|
|
76
|
+
/**
|
|
77
|
+
* Wraps __{@link useWriteContract}__ with `abi` set to __{@link iSwapFacetAbi}__
|
|
78
|
+
*/
|
|
79
|
+
const useWriteISwapFacet = /*#__PURE__*/ createUseWriteContract({ abi: iSwapFacetAbi });
|
|
80
|
+
/**
|
|
81
|
+
* Wraps __{@link useSimulateContract}__ with `abi` set to __{@link iSwapFacetAbi}__
|
|
82
|
+
*/
|
|
83
|
+
const useSimulateISwapFacet = /*#__PURE__*/ createUseSimulateContract({ abi: iSwapFacetAbi });
|
|
84
|
+
/**
|
|
85
|
+
* Wraps __{@link useWatchContractEvent}__ with `abi` set to __{@link iSwapFacetAbi}__
|
|
86
|
+
*/
|
|
87
|
+
const useWatchISwapFacetEvent = /*#__PURE__*/ createUseWatchContractEvent({ abi: iSwapFacetAbi });
|
|
88
|
+
|
|
89
|
+
export { iSwapFacetAbi, useReadISwapFacet, useSimulateISwapFacet, useWatchISwapFacetEvent, useWriteISwapFacet };
|
|
90
|
+
//# sourceMappingURL=ISwapFacet.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ISwapFacet.js","sources":["../../../../../contracts/flare/ISwapFacet.ts"],"sourcesContent":[null],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,498 @@
|
|
|
1
|
+
export declare const iTimelockFacetAbi: readonly [{
|
|
2
|
+
readonly type: "error";
|
|
3
|
+
readonly inputs: readonly [];
|
|
4
|
+
readonly name: "TimelockDurationTooLong";
|
|
5
|
+
}, {
|
|
6
|
+
readonly type: "error";
|
|
7
|
+
readonly inputs: readonly [];
|
|
8
|
+
readonly name: "TimelockInvalidSelector";
|
|
9
|
+
}, {
|
|
10
|
+
readonly type: "error";
|
|
11
|
+
readonly inputs: readonly [];
|
|
12
|
+
readonly name: "TimelockNotAllowedYet";
|
|
13
|
+
}, {
|
|
14
|
+
readonly type: "event";
|
|
15
|
+
readonly anonymous: false;
|
|
16
|
+
readonly inputs: readonly [{
|
|
17
|
+
readonly name: "encodedCall";
|
|
18
|
+
readonly internalType: "bytes";
|
|
19
|
+
readonly type: "bytes";
|
|
20
|
+
readonly indexed: false;
|
|
21
|
+
}, {
|
|
22
|
+
readonly name: "encodedCallHash";
|
|
23
|
+
readonly internalType: "bytes32";
|
|
24
|
+
readonly type: "bytes32";
|
|
25
|
+
readonly indexed: false;
|
|
26
|
+
}, {
|
|
27
|
+
readonly name: "allowedAfterTimestamp";
|
|
28
|
+
readonly internalType: "uint256";
|
|
29
|
+
readonly type: "uint256";
|
|
30
|
+
readonly indexed: false;
|
|
31
|
+
}];
|
|
32
|
+
readonly name: "CallTimelocked";
|
|
33
|
+
}, {
|
|
34
|
+
readonly type: "event";
|
|
35
|
+
readonly anonymous: false;
|
|
36
|
+
readonly inputs: readonly [{
|
|
37
|
+
readonly name: "timelockDurationSeconds";
|
|
38
|
+
readonly internalType: "uint256";
|
|
39
|
+
readonly type: "uint256";
|
|
40
|
+
readonly indexed: false;
|
|
41
|
+
}];
|
|
42
|
+
readonly name: "TimelockDurationSet";
|
|
43
|
+
}, {
|
|
44
|
+
readonly type: "event";
|
|
45
|
+
readonly anonymous: false;
|
|
46
|
+
readonly inputs: readonly [{
|
|
47
|
+
readonly name: "encodedCallHash";
|
|
48
|
+
readonly internalType: "bytes32";
|
|
49
|
+
readonly type: "bytes32";
|
|
50
|
+
readonly indexed: false;
|
|
51
|
+
}];
|
|
52
|
+
readonly name: "TimelockedCallCanceled";
|
|
53
|
+
}, {
|
|
54
|
+
readonly type: "event";
|
|
55
|
+
readonly anonymous: false;
|
|
56
|
+
readonly inputs: readonly [{
|
|
57
|
+
readonly name: "encodedCallHash";
|
|
58
|
+
readonly internalType: "bytes32";
|
|
59
|
+
readonly type: "bytes32";
|
|
60
|
+
readonly indexed: false;
|
|
61
|
+
}];
|
|
62
|
+
readonly name: "TimelockedCallExecuted";
|
|
63
|
+
}, {
|
|
64
|
+
readonly type: "function";
|
|
65
|
+
readonly inputs: readonly [{
|
|
66
|
+
readonly name: "_encodedCall";
|
|
67
|
+
readonly internalType: "bytes";
|
|
68
|
+
readonly type: "bytes";
|
|
69
|
+
}];
|
|
70
|
+
readonly name: "executeTimelockedCall";
|
|
71
|
+
readonly outputs: readonly [];
|
|
72
|
+
readonly stateMutability: "nonpayable";
|
|
73
|
+
}, {
|
|
74
|
+
readonly type: "function";
|
|
75
|
+
readonly inputs: readonly [{
|
|
76
|
+
readonly name: "_encodedCall";
|
|
77
|
+
readonly internalType: "bytes";
|
|
78
|
+
readonly type: "bytes";
|
|
79
|
+
}];
|
|
80
|
+
readonly name: "getExecuteTimelockedCallTimestamp";
|
|
81
|
+
readonly outputs: readonly [{
|
|
82
|
+
readonly name: "_allowedAfterTimestamp";
|
|
83
|
+
readonly internalType: "uint256";
|
|
84
|
+
readonly type: "uint256";
|
|
85
|
+
}];
|
|
86
|
+
readonly stateMutability: "view";
|
|
87
|
+
}, {
|
|
88
|
+
readonly type: "function";
|
|
89
|
+
readonly inputs: readonly [];
|
|
90
|
+
readonly name: "getTimelockDurationSeconds";
|
|
91
|
+
readonly outputs: readonly [{
|
|
92
|
+
readonly name: "_timelockDurationSeconds";
|
|
93
|
+
readonly internalType: "uint256";
|
|
94
|
+
readonly type: "uint256";
|
|
95
|
+
}];
|
|
96
|
+
readonly stateMutability: "view";
|
|
97
|
+
}];
|
|
98
|
+
/**
|
|
99
|
+
* Wraps __{@link useReadContract}__ with `abi` set to __{@link iTimelockFacetAbi}__
|
|
100
|
+
*/
|
|
101
|
+
export declare const useReadITimelockFacet: import("wagmi/codegen").CreateUseReadContractReturnType<readonly [{
|
|
102
|
+
readonly type: "error";
|
|
103
|
+
readonly inputs: readonly [];
|
|
104
|
+
readonly name: "TimelockDurationTooLong";
|
|
105
|
+
}, {
|
|
106
|
+
readonly type: "error";
|
|
107
|
+
readonly inputs: readonly [];
|
|
108
|
+
readonly name: "TimelockInvalidSelector";
|
|
109
|
+
}, {
|
|
110
|
+
readonly type: "error";
|
|
111
|
+
readonly inputs: readonly [];
|
|
112
|
+
readonly name: "TimelockNotAllowedYet";
|
|
113
|
+
}, {
|
|
114
|
+
readonly type: "event";
|
|
115
|
+
readonly anonymous: false;
|
|
116
|
+
readonly inputs: readonly [{
|
|
117
|
+
readonly name: "encodedCall";
|
|
118
|
+
readonly internalType: "bytes";
|
|
119
|
+
readonly type: "bytes";
|
|
120
|
+
readonly indexed: false;
|
|
121
|
+
}, {
|
|
122
|
+
readonly name: "encodedCallHash";
|
|
123
|
+
readonly internalType: "bytes32";
|
|
124
|
+
readonly type: "bytes32";
|
|
125
|
+
readonly indexed: false;
|
|
126
|
+
}, {
|
|
127
|
+
readonly name: "allowedAfterTimestamp";
|
|
128
|
+
readonly internalType: "uint256";
|
|
129
|
+
readonly type: "uint256";
|
|
130
|
+
readonly indexed: false;
|
|
131
|
+
}];
|
|
132
|
+
readonly name: "CallTimelocked";
|
|
133
|
+
}, {
|
|
134
|
+
readonly type: "event";
|
|
135
|
+
readonly anonymous: false;
|
|
136
|
+
readonly inputs: readonly [{
|
|
137
|
+
readonly name: "timelockDurationSeconds";
|
|
138
|
+
readonly internalType: "uint256";
|
|
139
|
+
readonly type: "uint256";
|
|
140
|
+
readonly indexed: false;
|
|
141
|
+
}];
|
|
142
|
+
readonly name: "TimelockDurationSet";
|
|
143
|
+
}, {
|
|
144
|
+
readonly type: "event";
|
|
145
|
+
readonly anonymous: false;
|
|
146
|
+
readonly inputs: readonly [{
|
|
147
|
+
readonly name: "encodedCallHash";
|
|
148
|
+
readonly internalType: "bytes32";
|
|
149
|
+
readonly type: "bytes32";
|
|
150
|
+
readonly indexed: false;
|
|
151
|
+
}];
|
|
152
|
+
readonly name: "TimelockedCallCanceled";
|
|
153
|
+
}, {
|
|
154
|
+
readonly type: "event";
|
|
155
|
+
readonly anonymous: false;
|
|
156
|
+
readonly inputs: readonly [{
|
|
157
|
+
readonly name: "encodedCallHash";
|
|
158
|
+
readonly internalType: "bytes32";
|
|
159
|
+
readonly type: "bytes32";
|
|
160
|
+
readonly indexed: false;
|
|
161
|
+
}];
|
|
162
|
+
readonly name: "TimelockedCallExecuted";
|
|
163
|
+
}, {
|
|
164
|
+
readonly type: "function";
|
|
165
|
+
readonly inputs: readonly [{
|
|
166
|
+
readonly name: "_encodedCall";
|
|
167
|
+
readonly internalType: "bytes";
|
|
168
|
+
readonly type: "bytes";
|
|
169
|
+
}];
|
|
170
|
+
readonly name: "executeTimelockedCall";
|
|
171
|
+
readonly outputs: readonly [];
|
|
172
|
+
readonly stateMutability: "nonpayable";
|
|
173
|
+
}, {
|
|
174
|
+
readonly type: "function";
|
|
175
|
+
readonly inputs: readonly [{
|
|
176
|
+
readonly name: "_encodedCall";
|
|
177
|
+
readonly internalType: "bytes";
|
|
178
|
+
readonly type: "bytes";
|
|
179
|
+
}];
|
|
180
|
+
readonly name: "getExecuteTimelockedCallTimestamp";
|
|
181
|
+
readonly outputs: readonly [{
|
|
182
|
+
readonly name: "_allowedAfterTimestamp";
|
|
183
|
+
readonly internalType: "uint256";
|
|
184
|
+
readonly type: "uint256";
|
|
185
|
+
}];
|
|
186
|
+
readonly stateMutability: "view";
|
|
187
|
+
}, {
|
|
188
|
+
readonly type: "function";
|
|
189
|
+
readonly inputs: readonly [];
|
|
190
|
+
readonly name: "getTimelockDurationSeconds";
|
|
191
|
+
readonly outputs: readonly [{
|
|
192
|
+
readonly name: "_timelockDurationSeconds";
|
|
193
|
+
readonly internalType: "uint256";
|
|
194
|
+
readonly type: "uint256";
|
|
195
|
+
}];
|
|
196
|
+
readonly stateMutability: "view";
|
|
197
|
+
}], undefined, undefined, "abi">;
|
|
198
|
+
/**
|
|
199
|
+
* Wraps __{@link useWriteContract}__ with `abi` set to __{@link iTimelockFacetAbi}__
|
|
200
|
+
*/
|
|
201
|
+
export declare const useWriteITimelockFacet: import("wagmi/codegen").CreateUseWriteContractReturnType<readonly [{
|
|
202
|
+
readonly type: "error";
|
|
203
|
+
readonly inputs: readonly [];
|
|
204
|
+
readonly name: "TimelockDurationTooLong";
|
|
205
|
+
}, {
|
|
206
|
+
readonly type: "error";
|
|
207
|
+
readonly inputs: readonly [];
|
|
208
|
+
readonly name: "TimelockInvalidSelector";
|
|
209
|
+
}, {
|
|
210
|
+
readonly type: "error";
|
|
211
|
+
readonly inputs: readonly [];
|
|
212
|
+
readonly name: "TimelockNotAllowedYet";
|
|
213
|
+
}, {
|
|
214
|
+
readonly type: "event";
|
|
215
|
+
readonly anonymous: false;
|
|
216
|
+
readonly inputs: readonly [{
|
|
217
|
+
readonly name: "encodedCall";
|
|
218
|
+
readonly internalType: "bytes";
|
|
219
|
+
readonly type: "bytes";
|
|
220
|
+
readonly indexed: false;
|
|
221
|
+
}, {
|
|
222
|
+
readonly name: "encodedCallHash";
|
|
223
|
+
readonly internalType: "bytes32";
|
|
224
|
+
readonly type: "bytes32";
|
|
225
|
+
readonly indexed: false;
|
|
226
|
+
}, {
|
|
227
|
+
readonly name: "allowedAfterTimestamp";
|
|
228
|
+
readonly internalType: "uint256";
|
|
229
|
+
readonly type: "uint256";
|
|
230
|
+
readonly indexed: false;
|
|
231
|
+
}];
|
|
232
|
+
readonly name: "CallTimelocked";
|
|
233
|
+
}, {
|
|
234
|
+
readonly type: "event";
|
|
235
|
+
readonly anonymous: false;
|
|
236
|
+
readonly inputs: readonly [{
|
|
237
|
+
readonly name: "timelockDurationSeconds";
|
|
238
|
+
readonly internalType: "uint256";
|
|
239
|
+
readonly type: "uint256";
|
|
240
|
+
readonly indexed: false;
|
|
241
|
+
}];
|
|
242
|
+
readonly name: "TimelockDurationSet";
|
|
243
|
+
}, {
|
|
244
|
+
readonly type: "event";
|
|
245
|
+
readonly anonymous: false;
|
|
246
|
+
readonly inputs: readonly [{
|
|
247
|
+
readonly name: "encodedCallHash";
|
|
248
|
+
readonly internalType: "bytes32";
|
|
249
|
+
readonly type: "bytes32";
|
|
250
|
+
readonly indexed: false;
|
|
251
|
+
}];
|
|
252
|
+
readonly name: "TimelockedCallCanceled";
|
|
253
|
+
}, {
|
|
254
|
+
readonly type: "event";
|
|
255
|
+
readonly anonymous: false;
|
|
256
|
+
readonly inputs: readonly [{
|
|
257
|
+
readonly name: "encodedCallHash";
|
|
258
|
+
readonly internalType: "bytes32";
|
|
259
|
+
readonly type: "bytes32";
|
|
260
|
+
readonly indexed: false;
|
|
261
|
+
}];
|
|
262
|
+
readonly name: "TimelockedCallExecuted";
|
|
263
|
+
}, {
|
|
264
|
+
readonly type: "function";
|
|
265
|
+
readonly inputs: readonly [{
|
|
266
|
+
readonly name: "_encodedCall";
|
|
267
|
+
readonly internalType: "bytes";
|
|
268
|
+
readonly type: "bytes";
|
|
269
|
+
}];
|
|
270
|
+
readonly name: "executeTimelockedCall";
|
|
271
|
+
readonly outputs: readonly [];
|
|
272
|
+
readonly stateMutability: "nonpayable";
|
|
273
|
+
}, {
|
|
274
|
+
readonly type: "function";
|
|
275
|
+
readonly inputs: readonly [{
|
|
276
|
+
readonly name: "_encodedCall";
|
|
277
|
+
readonly internalType: "bytes";
|
|
278
|
+
readonly type: "bytes";
|
|
279
|
+
}];
|
|
280
|
+
readonly name: "getExecuteTimelockedCallTimestamp";
|
|
281
|
+
readonly outputs: readonly [{
|
|
282
|
+
readonly name: "_allowedAfterTimestamp";
|
|
283
|
+
readonly internalType: "uint256";
|
|
284
|
+
readonly type: "uint256";
|
|
285
|
+
}];
|
|
286
|
+
readonly stateMutability: "view";
|
|
287
|
+
}, {
|
|
288
|
+
readonly type: "function";
|
|
289
|
+
readonly inputs: readonly [];
|
|
290
|
+
readonly name: "getTimelockDurationSeconds";
|
|
291
|
+
readonly outputs: readonly [{
|
|
292
|
+
readonly name: "_timelockDurationSeconds";
|
|
293
|
+
readonly internalType: "uint256";
|
|
294
|
+
readonly type: "uint256";
|
|
295
|
+
}];
|
|
296
|
+
readonly stateMutability: "view";
|
|
297
|
+
}], undefined, undefined>;
|
|
298
|
+
/**
|
|
299
|
+
* Wraps __{@link useSimulateContract}__ with `abi` set to __{@link iTimelockFacetAbi}__
|
|
300
|
+
*/
|
|
301
|
+
export declare const useSimulateITimelockFacet: import("wagmi/codegen").CreateUseSimulateContractReturnType<readonly [{
|
|
302
|
+
readonly type: "error";
|
|
303
|
+
readonly inputs: readonly [];
|
|
304
|
+
readonly name: "TimelockDurationTooLong";
|
|
305
|
+
}, {
|
|
306
|
+
readonly type: "error";
|
|
307
|
+
readonly inputs: readonly [];
|
|
308
|
+
readonly name: "TimelockInvalidSelector";
|
|
309
|
+
}, {
|
|
310
|
+
readonly type: "error";
|
|
311
|
+
readonly inputs: readonly [];
|
|
312
|
+
readonly name: "TimelockNotAllowedYet";
|
|
313
|
+
}, {
|
|
314
|
+
readonly type: "event";
|
|
315
|
+
readonly anonymous: false;
|
|
316
|
+
readonly inputs: readonly [{
|
|
317
|
+
readonly name: "encodedCall";
|
|
318
|
+
readonly internalType: "bytes";
|
|
319
|
+
readonly type: "bytes";
|
|
320
|
+
readonly indexed: false;
|
|
321
|
+
}, {
|
|
322
|
+
readonly name: "encodedCallHash";
|
|
323
|
+
readonly internalType: "bytes32";
|
|
324
|
+
readonly type: "bytes32";
|
|
325
|
+
readonly indexed: false;
|
|
326
|
+
}, {
|
|
327
|
+
readonly name: "allowedAfterTimestamp";
|
|
328
|
+
readonly internalType: "uint256";
|
|
329
|
+
readonly type: "uint256";
|
|
330
|
+
readonly indexed: false;
|
|
331
|
+
}];
|
|
332
|
+
readonly name: "CallTimelocked";
|
|
333
|
+
}, {
|
|
334
|
+
readonly type: "event";
|
|
335
|
+
readonly anonymous: false;
|
|
336
|
+
readonly inputs: readonly [{
|
|
337
|
+
readonly name: "timelockDurationSeconds";
|
|
338
|
+
readonly internalType: "uint256";
|
|
339
|
+
readonly type: "uint256";
|
|
340
|
+
readonly indexed: false;
|
|
341
|
+
}];
|
|
342
|
+
readonly name: "TimelockDurationSet";
|
|
343
|
+
}, {
|
|
344
|
+
readonly type: "event";
|
|
345
|
+
readonly anonymous: false;
|
|
346
|
+
readonly inputs: readonly [{
|
|
347
|
+
readonly name: "encodedCallHash";
|
|
348
|
+
readonly internalType: "bytes32";
|
|
349
|
+
readonly type: "bytes32";
|
|
350
|
+
readonly indexed: false;
|
|
351
|
+
}];
|
|
352
|
+
readonly name: "TimelockedCallCanceled";
|
|
353
|
+
}, {
|
|
354
|
+
readonly type: "event";
|
|
355
|
+
readonly anonymous: false;
|
|
356
|
+
readonly inputs: readonly [{
|
|
357
|
+
readonly name: "encodedCallHash";
|
|
358
|
+
readonly internalType: "bytes32";
|
|
359
|
+
readonly type: "bytes32";
|
|
360
|
+
readonly indexed: false;
|
|
361
|
+
}];
|
|
362
|
+
readonly name: "TimelockedCallExecuted";
|
|
363
|
+
}, {
|
|
364
|
+
readonly type: "function";
|
|
365
|
+
readonly inputs: readonly [{
|
|
366
|
+
readonly name: "_encodedCall";
|
|
367
|
+
readonly internalType: "bytes";
|
|
368
|
+
readonly type: "bytes";
|
|
369
|
+
}];
|
|
370
|
+
readonly name: "executeTimelockedCall";
|
|
371
|
+
readonly outputs: readonly [];
|
|
372
|
+
readonly stateMutability: "nonpayable";
|
|
373
|
+
}, {
|
|
374
|
+
readonly type: "function";
|
|
375
|
+
readonly inputs: readonly [{
|
|
376
|
+
readonly name: "_encodedCall";
|
|
377
|
+
readonly internalType: "bytes";
|
|
378
|
+
readonly type: "bytes";
|
|
379
|
+
}];
|
|
380
|
+
readonly name: "getExecuteTimelockedCallTimestamp";
|
|
381
|
+
readonly outputs: readonly [{
|
|
382
|
+
readonly name: "_allowedAfterTimestamp";
|
|
383
|
+
readonly internalType: "uint256";
|
|
384
|
+
readonly type: "uint256";
|
|
385
|
+
}];
|
|
386
|
+
readonly stateMutability: "view";
|
|
387
|
+
}, {
|
|
388
|
+
readonly type: "function";
|
|
389
|
+
readonly inputs: readonly [];
|
|
390
|
+
readonly name: "getTimelockDurationSeconds";
|
|
391
|
+
readonly outputs: readonly [{
|
|
392
|
+
readonly name: "_timelockDurationSeconds";
|
|
393
|
+
readonly internalType: "uint256";
|
|
394
|
+
readonly type: "uint256";
|
|
395
|
+
}];
|
|
396
|
+
readonly stateMutability: "view";
|
|
397
|
+
}], undefined, undefined>;
|
|
398
|
+
/**
|
|
399
|
+
* Wraps __{@link useWatchContractEvent}__ with `abi` set to __{@link iTimelockFacetAbi}__
|
|
400
|
+
*/
|
|
401
|
+
export declare const useWatchITimelockFacetEvent: import("wagmi/codegen").CreateUseWatchContractEventReturnType<readonly [{
|
|
402
|
+
readonly type: "error";
|
|
403
|
+
readonly inputs: readonly [];
|
|
404
|
+
readonly name: "TimelockDurationTooLong";
|
|
405
|
+
}, {
|
|
406
|
+
readonly type: "error";
|
|
407
|
+
readonly inputs: readonly [];
|
|
408
|
+
readonly name: "TimelockInvalidSelector";
|
|
409
|
+
}, {
|
|
410
|
+
readonly type: "error";
|
|
411
|
+
readonly inputs: readonly [];
|
|
412
|
+
readonly name: "TimelockNotAllowedYet";
|
|
413
|
+
}, {
|
|
414
|
+
readonly type: "event";
|
|
415
|
+
readonly anonymous: false;
|
|
416
|
+
readonly inputs: readonly [{
|
|
417
|
+
readonly name: "encodedCall";
|
|
418
|
+
readonly internalType: "bytes";
|
|
419
|
+
readonly type: "bytes";
|
|
420
|
+
readonly indexed: false;
|
|
421
|
+
}, {
|
|
422
|
+
readonly name: "encodedCallHash";
|
|
423
|
+
readonly internalType: "bytes32";
|
|
424
|
+
readonly type: "bytes32";
|
|
425
|
+
readonly indexed: false;
|
|
426
|
+
}, {
|
|
427
|
+
readonly name: "allowedAfterTimestamp";
|
|
428
|
+
readonly internalType: "uint256";
|
|
429
|
+
readonly type: "uint256";
|
|
430
|
+
readonly indexed: false;
|
|
431
|
+
}];
|
|
432
|
+
readonly name: "CallTimelocked";
|
|
433
|
+
}, {
|
|
434
|
+
readonly type: "event";
|
|
435
|
+
readonly anonymous: false;
|
|
436
|
+
readonly inputs: readonly [{
|
|
437
|
+
readonly name: "timelockDurationSeconds";
|
|
438
|
+
readonly internalType: "uint256";
|
|
439
|
+
readonly type: "uint256";
|
|
440
|
+
readonly indexed: false;
|
|
441
|
+
}];
|
|
442
|
+
readonly name: "TimelockDurationSet";
|
|
443
|
+
}, {
|
|
444
|
+
readonly type: "event";
|
|
445
|
+
readonly anonymous: false;
|
|
446
|
+
readonly inputs: readonly [{
|
|
447
|
+
readonly name: "encodedCallHash";
|
|
448
|
+
readonly internalType: "bytes32";
|
|
449
|
+
readonly type: "bytes32";
|
|
450
|
+
readonly indexed: false;
|
|
451
|
+
}];
|
|
452
|
+
readonly name: "TimelockedCallCanceled";
|
|
453
|
+
}, {
|
|
454
|
+
readonly type: "event";
|
|
455
|
+
readonly anonymous: false;
|
|
456
|
+
readonly inputs: readonly [{
|
|
457
|
+
readonly name: "encodedCallHash";
|
|
458
|
+
readonly internalType: "bytes32";
|
|
459
|
+
readonly type: "bytes32";
|
|
460
|
+
readonly indexed: false;
|
|
461
|
+
}];
|
|
462
|
+
readonly name: "TimelockedCallExecuted";
|
|
463
|
+
}, {
|
|
464
|
+
readonly type: "function";
|
|
465
|
+
readonly inputs: readonly [{
|
|
466
|
+
readonly name: "_encodedCall";
|
|
467
|
+
readonly internalType: "bytes";
|
|
468
|
+
readonly type: "bytes";
|
|
469
|
+
}];
|
|
470
|
+
readonly name: "executeTimelockedCall";
|
|
471
|
+
readonly outputs: readonly [];
|
|
472
|
+
readonly stateMutability: "nonpayable";
|
|
473
|
+
}, {
|
|
474
|
+
readonly type: "function";
|
|
475
|
+
readonly inputs: readonly [{
|
|
476
|
+
readonly name: "_encodedCall";
|
|
477
|
+
readonly internalType: "bytes";
|
|
478
|
+
readonly type: "bytes";
|
|
479
|
+
}];
|
|
480
|
+
readonly name: "getExecuteTimelockedCallTimestamp";
|
|
481
|
+
readonly outputs: readonly [{
|
|
482
|
+
readonly name: "_allowedAfterTimestamp";
|
|
483
|
+
readonly internalType: "uint256";
|
|
484
|
+
readonly type: "uint256";
|
|
485
|
+
}];
|
|
486
|
+
readonly stateMutability: "view";
|
|
487
|
+
}, {
|
|
488
|
+
readonly type: "function";
|
|
489
|
+
readonly inputs: readonly [];
|
|
490
|
+
readonly name: "getTimelockDurationSeconds";
|
|
491
|
+
readonly outputs: readonly [{
|
|
492
|
+
readonly name: "_timelockDurationSeconds";
|
|
493
|
+
readonly internalType: "uint256";
|
|
494
|
+
readonly type: "uint256";
|
|
495
|
+
}];
|
|
496
|
+
readonly stateMutability: "view";
|
|
497
|
+
}], undefined, undefined, "abi">;
|
|
498
|
+
//# sourceMappingURL=ITimelockFacet.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ITimelockFacet.d.ts","sourceRoot":"","sources":["../../../contracts/flare/ITimelockFacet.ts"],"names":[],"mappings":"AAWA,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAqDpB,CAAC;AAMX;;GAEG;AACH,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gCAAkE,CAAC;AAErG;;GAEG;AACH,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAAmE,CAAC;AAEvG;;GAEG;AACH,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAAsE,CAAC;AAE7G;;GAEG;AACH,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gCAAwE,CAAC"}
|