@flarenetwork/flare-wagmi-periphery-package 3.4.0 → 3.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/coston/IAssetManager.d.ts +935 -45
- package/dist/contracts/coston/IAssetManager.d.ts.map +1 -1
- package/dist/contracts/coston/IAssetManager.js +97 -0
- package/dist/contracts/coston/IAssetManager.js.map +1 -1
- package/dist/contracts/coston/IAssetManagerEvents.d.ts +40 -0
- package/dist/contracts/coston/IAssetManagerEvents.d.ts.map +1 -1
- package/dist/contracts/coston/IAssetManagerEvents.js +10 -0
- package/dist/contracts/coston/IAssetManagerEvents.js.map +1 -1
- package/dist/contracts/coston/ICoreVaultManager.d.ts +150 -0
- package/dist/contracts/coston/ICoreVaultManager.d.ts.map +1 -1
- package/dist/contracts/coston/ICoreVaultManager.js +19 -0
- package/dist/contracts/coston/ICoreVaultManager.js.map +1 -1
- package/dist/contracts/coston/IDirectMinting.d.ts +592 -2
- package/dist/contracts/coston/IDirectMinting.d.ts.map +1 -1
- package/dist/contracts/coston/IDirectMinting.js +59 -0
- package/dist/contracts/coston/IDirectMinting.js.map +1 -1
- package/dist/contracts/coston/IFlareSystemsCalculator.d.ts +6 -6
- package/dist/contracts/coston/IFlareSystemsCalculator.js +1 -1
- package/dist/contracts/coston/IIFlareSystemsCalculator.d.ts +20 -20
- package/dist/contracts/coston/IIFlareSystemsCalculator.js +2 -2
- package/dist/contracts/coston/IIVoterRegistry.d.ts +185 -125
- package/dist/contracts/coston/IIVoterRegistry.d.ts.map +1 -1
- package/dist/contracts/coston/IIVoterRegistry.js +25 -13
- package/dist/contracts/coston/IIVoterRegistry.js.map +1 -1
- package/dist/contracts/coston/IMintingTagManager.d.ts +250 -0
- package/dist/contracts/coston/IMintingTagManager.d.ts.map +1 -1
- package/dist/contracts/coston/IMintingTagManager.js +32 -0
- package/dist/contracts/coston/IMintingTagManager.js.map +1 -1
- package/dist/contracts/coston/IRedeemExtendedSettings.d.ts +160 -0
- package/dist/contracts/coston/IRedeemExtendedSettings.d.ts.map +1 -1
- package/dist/contracts/coston/IRedeemExtendedSettings.js +28 -0
- package/dist/contracts/coston/IRedeemExtendedSettings.js.map +1 -1
- package/dist/contracts/coston/IVoterPreRegistry.d.ts +200 -45
- package/dist/contracts/coston/IVoterPreRegistry.d.ts.map +1 -1
- package/dist/contracts/coston/IVoterPreRegistry.js +26 -5
- package/dist/contracts/coston/IVoterPreRegistry.js.map +1 -1
- package/dist/contracts/coston/IVoterRegistry.d.ts +185 -75
- package/dist/contracts/coston/IVoterRegistry.d.ts.map +1 -1
- package/dist/contracts/coston/IVoterRegistry.js +25 -6
- package/dist/contracts/coston/IVoterRegistry.js.map +1 -1
- package/dist/contracts/coston/index.d.ts +0 -2
- package/dist/contracts/coston/index.d.ts.map +1 -1
- package/dist/contracts/coston/index.js +0 -2
- package/dist/contracts/coston/index.js.map +1 -1
- package/dist/contracts/coston2/IAssetManager.d.ts +935 -45
- package/dist/contracts/coston2/IAssetManager.d.ts.map +1 -1
- package/dist/contracts/coston2/IAssetManager.js +97 -0
- package/dist/contracts/coston2/IAssetManager.js.map +1 -1
- package/dist/contracts/coston2/IAssetManagerEvents.d.ts +40 -0
- package/dist/contracts/coston2/IAssetManagerEvents.d.ts.map +1 -1
- package/dist/contracts/coston2/IAssetManagerEvents.js +10 -0
- package/dist/contracts/coston2/IAssetManagerEvents.js.map +1 -1
- package/dist/contracts/coston2/ICoreVaultManager.d.ts +150 -0
- package/dist/contracts/coston2/ICoreVaultManager.d.ts.map +1 -1
- package/dist/contracts/coston2/ICoreVaultManager.js +19 -0
- package/dist/contracts/coston2/ICoreVaultManager.js.map +1 -1
- package/dist/contracts/coston2/IDirectMinting.d.ts +592 -2
- package/dist/contracts/coston2/IDirectMinting.d.ts.map +1 -1
- package/dist/contracts/coston2/IDirectMinting.js +59 -0
- package/dist/contracts/coston2/IDirectMinting.js.map +1 -1
- package/dist/contracts/coston2/IFlareSystemsCalculator.d.ts +6 -6
- package/dist/contracts/coston2/IFlareSystemsCalculator.js +1 -1
- package/dist/contracts/coston2/IIFlareSystemsCalculator.d.ts +20 -20
- package/dist/contracts/coston2/IIFlareSystemsCalculator.js +2 -2
- package/dist/contracts/coston2/IIVoterRegistry.d.ts +185 -125
- package/dist/contracts/coston2/IIVoterRegistry.d.ts.map +1 -1
- package/dist/contracts/coston2/IIVoterRegistry.js +25 -13
- package/dist/contracts/coston2/IIVoterRegistry.js.map +1 -1
- package/dist/contracts/coston2/IMintingTagManager.d.ts +250 -0
- package/dist/contracts/coston2/IMintingTagManager.d.ts.map +1 -1
- package/dist/contracts/coston2/IMintingTagManager.js +32 -0
- package/dist/contracts/coston2/IMintingTagManager.js.map +1 -1
- package/dist/contracts/coston2/IRedeemExtendedSettings.d.ts +160 -0
- package/dist/contracts/coston2/IRedeemExtendedSettings.d.ts.map +1 -1
- package/dist/contracts/coston2/IRedeemExtendedSettings.js +28 -0
- package/dist/contracts/coston2/IRedeemExtendedSettings.js.map +1 -1
- package/dist/contracts/coston2/IVoterPreRegistry.d.ts +200 -45
- package/dist/contracts/coston2/IVoterPreRegistry.d.ts.map +1 -1
- package/dist/contracts/coston2/IVoterPreRegistry.js +26 -5
- package/dist/contracts/coston2/IVoterPreRegistry.js.map +1 -1
- package/dist/contracts/coston2/IVoterRegistry.d.ts +185 -75
- package/dist/contracts/coston2/IVoterRegistry.d.ts.map +1 -1
- package/dist/contracts/coston2/IVoterRegistry.js +25 -6
- package/dist/contracts/coston2/IVoterRegistry.js.map +1 -1
- package/dist/contracts/coston2/index.d.ts +0 -2
- package/dist/contracts/coston2/index.d.ts.map +1 -1
- package/dist/contracts/coston2/index.js +0 -2
- package/dist/contracts/coston2/index.js.map +1 -1
- package/dist/contracts/flare/IAssetManager.d.ts +935 -45
- package/dist/contracts/flare/IAssetManager.d.ts.map +1 -1
- package/dist/contracts/flare/IAssetManager.js +97 -0
- package/dist/contracts/flare/IAssetManager.js.map +1 -1
- package/dist/contracts/flare/IAssetManagerEvents.d.ts +40 -0
- package/dist/contracts/flare/IAssetManagerEvents.d.ts.map +1 -1
- package/dist/contracts/flare/IAssetManagerEvents.js +10 -0
- package/dist/contracts/flare/IAssetManagerEvents.js.map +1 -1
- package/dist/contracts/flare/ICoreVaultManager.d.ts +150 -0
- package/dist/contracts/flare/ICoreVaultManager.d.ts.map +1 -1
- package/dist/contracts/flare/ICoreVaultManager.js +19 -0
- package/dist/contracts/flare/ICoreVaultManager.js.map +1 -1
- package/dist/contracts/flare/IDirectMinting.d.ts +592 -2
- package/dist/contracts/flare/IDirectMinting.d.ts.map +1 -1
- package/dist/contracts/flare/IDirectMinting.js +59 -0
- package/dist/contracts/flare/IDirectMinting.js.map +1 -1
- package/dist/contracts/flare/IFlareSystemsCalculator.d.ts +6 -6
- package/dist/contracts/flare/IFlareSystemsCalculator.js +1 -1
- package/dist/contracts/flare/IIFlareSystemsCalculator.d.ts +20 -20
- package/dist/contracts/flare/IIFlareSystemsCalculator.js +2 -2
- package/dist/contracts/flare/IIVoterRegistry.d.ts +185 -125
- package/dist/contracts/flare/IIVoterRegistry.d.ts.map +1 -1
- package/dist/contracts/flare/IIVoterRegistry.js +25 -13
- package/dist/contracts/flare/IIVoterRegistry.js.map +1 -1
- package/dist/contracts/flare/IMintingTagManager.d.ts +250 -0
- package/dist/contracts/flare/IMintingTagManager.d.ts.map +1 -1
- package/dist/contracts/flare/IMintingTagManager.js +32 -0
- package/dist/contracts/flare/IMintingTagManager.js.map +1 -1
- package/dist/contracts/flare/IRedeemExtendedSettings.d.ts +160 -0
- package/dist/contracts/flare/IRedeemExtendedSettings.d.ts.map +1 -1
- package/dist/contracts/flare/IRedeemExtendedSettings.js +28 -0
- package/dist/contracts/flare/IRedeemExtendedSettings.js.map +1 -1
- package/dist/contracts/flare/IVoterPreRegistry.d.ts +200 -45
- package/dist/contracts/flare/IVoterPreRegistry.d.ts.map +1 -1
- package/dist/contracts/flare/IVoterPreRegistry.js +26 -5
- package/dist/contracts/flare/IVoterPreRegistry.js.map +1 -1
- package/dist/contracts/flare/IVoterRegistry.d.ts +185 -75
- package/dist/contracts/flare/IVoterRegistry.d.ts.map +1 -1
- package/dist/contracts/flare/IVoterRegistry.js +25 -6
- package/dist/contracts/flare/IVoterRegistry.js.map +1 -1
- package/dist/contracts/flare/index.d.ts +0 -2
- package/dist/contracts/flare/index.d.ts.map +1 -1
- package/dist/contracts/flare/index.js +0 -2
- package/dist/contracts/flare/index.js.map +1 -1
- package/dist/contracts/songbird/IAssetManager.d.ts +935 -45
- package/dist/contracts/songbird/IAssetManager.d.ts.map +1 -1
- package/dist/contracts/songbird/IAssetManager.js +97 -0
- package/dist/contracts/songbird/IAssetManager.js.map +1 -1
- package/dist/contracts/songbird/IAssetManagerEvents.d.ts +40 -0
- package/dist/contracts/songbird/IAssetManagerEvents.d.ts.map +1 -1
- package/dist/contracts/songbird/IAssetManagerEvents.js +10 -0
- package/dist/contracts/songbird/IAssetManagerEvents.js.map +1 -1
- package/dist/contracts/songbird/ICoreVaultManager.d.ts +150 -0
- package/dist/contracts/songbird/ICoreVaultManager.d.ts.map +1 -1
- package/dist/contracts/songbird/ICoreVaultManager.js +19 -0
- package/dist/contracts/songbird/ICoreVaultManager.js.map +1 -1
- package/dist/contracts/songbird/IDirectMinting.d.ts +592 -2
- package/dist/contracts/songbird/IDirectMinting.d.ts.map +1 -1
- package/dist/contracts/songbird/IDirectMinting.js +59 -0
- package/dist/contracts/songbird/IDirectMinting.js.map +1 -1
- package/dist/contracts/songbird/IFlareSystemsCalculator.d.ts +6 -6
- package/dist/contracts/songbird/IFlareSystemsCalculator.js +1 -1
- package/dist/contracts/songbird/IIFlareSystemsCalculator.d.ts +20 -20
- package/dist/contracts/songbird/IIFlareSystemsCalculator.js +2 -2
- package/dist/contracts/songbird/IIVoterRegistry.d.ts +185 -125
- package/dist/contracts/songbird/IIVoterRegistry.d.ts.map +1 -1
- package/dist/contracts/songbird/IIVoterRegistry.js +25 -13
- package/dist/contracts/songbird/IIVoterRegistry.js.map +1 -1
- package/dist/contracts/songbird/IMintingTagManager.d.ts +250 -0
- package/dist/contracts/songbird/IMintingTagManager.d.ts.map +1 -1
- package/dist/contracts/songbird/IMintingTagManager.js +32 -0
- package/dist/contracts/songbird/IMintingTagManager.js.map +1 -1
- package/dist/contracts/songbird/IRedeemExtendedSettings.d.ts +160 -0
- package/dist/contracts/songbird/IRedeemExtendedSettings.d.ts.map +1 -1
- package/dist/contracts/songbird/IRedeemExtendedSettings.js +28 -0
- package/dist/contracts/songbird/IRedeemExtendedSettings.js.map +1 -1
- package/dist/contracts/songbird/IVoterPreRegistry.d.ts +200 -45
- package/dist/contracts/songbird/IVoterPreRegistry.d.ts.map +1 -1
- package/dist/contracts/songbird/IVoterPreRegistry.js +26 -5
- package/dist/contracts/songbird/IVoterPreRegistry.js.map +1 -1
- package/dist/contracts/songbird/IVoterRegistry.d.ts +185 -75
- package/dist/contracts/songbird/IVoterRegistry.d.ts.map +1 -1
- package/dist/contracts/songbird/IVoterRegistry.js +25 -6
- package/dist/contracts/songbird/IVoterRegistry.js.map +1 -1
- package/dist/contracts/songbird/index.d.ts +0 -2
- package/dist/contracts/songbird/index.d.ts.map +1 -1
- package/dist/contracts/songbird/index.js +0 -2
- package/dist/contracts/songbird/index.js.map +1 -1
- package/package.json +1 -1
- package/dist/contracts/coston/IIRNat.d.ts +0 -4138
- package/dist/contracts/coston/IIRNat.d.ts.map +0 -1
- package/dist/contracts/coston/IIRNat.js +0 -482
- package/dist/contracts/coston/IIRNat.js.map +0 -1
- package/dist/contracts/coston/IIRNatAccount.d.ts +0 -1293
- package/dist/contracts/coston/IIRNatAccount.d.ts.map +0 -1
- package/dist/contracts/coston/IIRNatAccount.js +0 -182
- package/dist/contracts/coston/IIRNatAccount.js.map +0 -1
- package/dist/contracts/coston2/IIRNat.d.ts +0 -4138
- package/dist/contracts/coston2/IIRNat.d.ts.map +0 -1
- package/dist/contracts/coston2/IIRNat.js +0 -482
- package/dist/contracts/coston2/IIRNat.js.map +0 -1
- package/dist/contracts/coston2/IIRNatAccount.d.ts +0 -1293
- package/dist/contracts/coston2/IIRNatAccount.d.ts.map +0 -1
- package/dist/contracts/coston2/IIRNatAccount.js +0 -182
- package/dist/contracts/coston2/IIRNatAccount.js.map +0 -1
- package/dist/contracts/flare/IIRNat.d.ts +0 -4138
- package/dist/contracts/flare/IIRNat.d.ts.map +0 -1
- package/dist/contracts/flare/IIRNat.js +0 -482
- package/dist/contracts/flare/IIRNat.js.map +0 -1
- package/dist/contracts/flare/IIRNatAccount.d.ts +0 -1293
- package/dist/contracts/flare/IIRNatAccount.d.ts.map +0 -1
- package/dist/contracts/flare/IIRNatAccount.js +0 -182
- package/dist/contracts/flare/IIRNatAccount.js.map +0 -1
- package/dist/contracts/songbird/IIRNat.d.ts +0 -4138
- package/dist/contracts/songbird/IIRNat.d.ts.map +0 -1
- package/dist/contracts/songbird/IIRNat.js +0 -482
- package/dist/contracts/songbird/IIRNat.js.map +0 -1
- package/dist/contracts/songbird/IIRNatAccount.d.ts +0 -1293
- package/dist/contracts/songbird/IIRNatAccount.d.ts.map +0 -1
- package/dist/contracts/songbird/IIRNatAccount.js +0 -182
- package/dist/contracts/songbird/IIRNatAccount.js.map +0 -1
|
@@ -9,7 +9,7 @@ const iVoterPreRegistryAbi = [
|
|
|
9
9
|
anonymous: false,
|
|
10
10
|
inputs: [
|
|
11
11
|
{ name: "voter", internalType: "address", type: "address", indexed: true },
|
|
12
|
-
{ name: "rewardEpochId", internalType: "
|
|
12
|
+
{ name: "rewardEpochId", internalType: "uint32", type: "uint32", indexed: true },
|
|
13
13
|
],
|
|
14
14
|
name: "VoterPreRegistered",
|
|
15
15
|
},
|
|
@@ -18,13 +18,13 @@ const iVoterPreRegistryAbi = [
|
|
|
18
18
|
anonymous: false,
|
|
19
19
|
inputs: [
|
|
20
20
|
{ name: "voter", internalType: "address", type: "address", indexed: true },
|
|
21
|
-
{ name: "rewardEpochId", internalType: "
|
|
21
|
+
{ name: "rewardEpochId", internalType: "uint32", type: "uint32", indexed: true },
|
|
22
22
|
],
|
|
23
23
|
name: "VoterRegistrationFailed",
|
|
24
24
|
},
|
|
25
25
|
{
|
|
26
26
|
type: "function",
|
|
27
|
-
inputs: [{ name: "_rewardEpochId", internalType: "
|
|
27
|
+
inputs: [{ name: "_rewardEpochId", internalType: "uint256", type: "uint256" }],
|
|
28
28
|
name: "getPreRegisteredVoters",
|
|
29
29
|
outputs: [{ name: "", internalType: "address[]", type: "address[]" }],
|
|
30
30
|
stateMutability: "view",
|
|
@@ -32,7 +32,28 @@ const iVoterPreRegistryAbi = [
|
|
|
32
32
|
{
|
|
33
33
|
type: "function",
|
|
34
34
|
inputs: [
|
|
35
|
-
{ name: "_rewardEpochId", internalType: "
|
|
35
|
+
{ name: "_rewardEpochId", internalType: "uint256", type: "uint256" },
|
|
36
|
+
{ name: "_voter", internalType: "address", type: "address" },
|
|
37
|
+
],
|
|
38
|
+
name: "getVoterSignature",
|
|
39
|
+
outputs: [
|
|
40
|
+
{
|
|
41
|
+
name: "",
|
|
42
|
+
internalType: "struct Signature",
|
|
43
|
+
type: "tuple",
|
|
44
|
+
components: [
|
|
45
|
+
{ name: "v", internalType: "uint8", type: "uint8" },
|
|
46
|
+
{ name: "r", internalType: "bytes32", type: "bytes32" },
|
|
47
|
+
{ name: "s", internalType: "bytes32", type: "bytes32" },
|
|
48
|
+
],
|
|
49
|
+
},
|
|
50
|
+
],
|
|
51
|
+
stateMutability: "view",
|
|
52
|
+
},
|
|
53
|
+
{
|
|
54
|
+
type: "function",
|
|
55
|
+
inputs: [
|
|
56
|
+
{ name: "_rewardEpochId", internalType: "uint256", type: "uint256" },
|
|
36
57
|
{ name: "_voter", internalType: "address", type: "address" },
|
|
37
58
|
],
|
|
38
59
|
name: "isVoterPreRegistered",
|
|
@@ -45,7 +66,7 @@ const iVoterPreRegistryAbi = [
|
|
|
45
66
|
{ name: "_voter", internalType: "address", type: "address" },
|
|
46
67
|
{
|
|
47
68
|
name: "_signature",
|
|
48
|
-
internalType: "struct
|
|
69
|
+
internalType: "struct Signature",
|
|
49
70
|
type: "tuple",
|
|
50
71
|
components: [
|
|
51
72
|
{ name: "v", internalType: "uint8", type: "uint8" },
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IVoterPreRegistry.js","sources":["../../../../../contracts/songbird/IVoterPreRegistry.ts"],"sourcesContent":[null],"names":[],"mappings":";;AAOA;AACA;AACA;AAEO,MAAM,oBAAoB,GAAG;AAChC,IAAA;AACI,QAAA,IAAI,EAAE,OAAO;AACb,QAAA,SAAS,EAAE,KAAK;AAChB,QAAA,MAAM,EAAE;AACJ,YAAA,EAAE,IAAI,EAAE,OAAO,EAAE,YAAY,EAAE,SAAS,EAAE,IAAI,EAAE,SAAS,EAAE,OAAO,EAAE,IAAI,EAAE;AAC1E,YAAA,EAAE,IAAI,EAAE,eAAe,EAAE,YAAY,EAAE,
|
|
1
|
+
{"version":3,"file":"IVoterPreRegistry.js","sources":["../../../../../contracts/songbird/IVoterPreRegistry.ts"],"sourcesContent":[null],"names":[],"mappings":";;AAOA;AACA;AACA;AAEO,MAAM,oBAAoB,GAAG;AAChC,IAAA;AACI,QAAA,IAAI,EAAE,OAAO;AACb,QAAA,SAAS,EAAE,KAAK;AAChB,QAAA,MAAM,EAAE;AACJ,YAAA,EAAE,IAAI,EAAE,OAAO,EAAE,YAAY,EAAE,SAAS,EAAE,IAAI,EAAE,SAAS,EAAE,OAAO,EAAE,IAAI,EAAE;AAC1E,YAAA,EAAE,IAAI,EAAE,eAAe,EAAE,YAAY,EAAE,QAAQ,EAAE,IAAI,EAAE,QAAQ,EAAE,OAAO,EAAE,IAAI,EAAE;AACnF,SAAA;AACD,QAAA,IAAI,EAAE,oBAAoB;AAC7B,KAAA;AACD,IAAA;AACI,QAAA,IAAI,EAAE,OAAO;AACb,QAAA,SAAS,EAAE,KAAK;AAChB,QAAA,MAAM,EAAE;AACJ,YAAA,EAAE,IAAI,EAAE,OAAO,EAAE,YAAY,EAAE,SAAS,EAAE,IAAI,EAAE,SAAS,EAAE,OAAO,EAAE,IAAI,EAAE;AAC1E,YAAA,EAAE,IAAI,EAAE,eAAe,EAAE,YAAY,EAAE,QAAQ,EAAE,IAAI,EAAE,QAAQ,EAAE,OAAO,EAAE,IAAI,EAAE;AACnF,SAAA;AACD,QAAA,IAAI,EAAE,yBAAyB;AAClC,KAAA;AACD,IAAA;AACI,QAAA,IAAI,EAAE,UAAU;AAChB,QAAA,MAAM,EAAE,CAAC,EAAE,IAAI,EAAE,gBAAgB,EAAE,YAAY,EAAE,SAAS,EAAE,IAAI,EAAE,SAAS,EAAE,CAAC;AAC9E,QAAA,IAAI,EAAE,wBAAwB;AAC9B,QAAA,OAAO,EAAE,CAAC,EAAE,IAAI,EAAE,EAAE,EAAE,YAAY,EAAE,WAAW,EAAE,IAAI,EAAE,WAAW,EAAE,CAAC;AACrE,QAAA,eAAe,EAAE,MAAM;AAC1B,KAAA;AACD,IAAA;AACI,QAAA,IAAI,EAAE,UAAU;AAChB,QAAA,MAAM,EAAE;YACJ,EAAE,IAAI,EAAE,gBAAgB,EAAE,YAAY,EAAE,SAAS,EAAE,IAAI,EAAE,SAAS,EAAE;YACpE,EAAE,IAAI,EAAE,QAAQ,EAAE,YAAY,EAAE,SAAS,EAAE,IAAI,EAAE,SAAS,EAAE;AAC/D,SAAA;AACD,QAAA,IAAI,EAAE,mBAAmB;AACzB,QAAA,OAAO,EAAE;AACL,YAAA;AACI,gBAAA,IAAI,EAAE,EAAE;AACR,gBAAA,YAAY,EAAE,kBAAkB;AAChC,gBAAA,IAAI,EAAE,OAAO;AACb,gBAAA,UAAU,EAAE;oBACR,EAAE,IAAI,EAAE,GAAG,EAAE,YAAY,EAAE,OAAO,EAAE,IAAI,EAAE,OAAO,EAAE;oBACnD,EAAE,IAAI,EAAE,GAAG,EAAE,YAAY,EAAE,SAAS,EAAE,IAAI,EAAE,SAAS,EAAE;oBACvD,EAAE,IAAI,EAAE,GAAG,EAAE,YAAY,EAAE,SAAS,EAAE,IAAI,EAAE,SAAS,EAAE;AAC1D,iBAAA;AACJ,aAAA;AACJ,SAAA;AACD,QAAA,eAAe,EAAE,MAAM;AAC1B,KAAA;AACD,IAAA;AACI,QAAA,IAAI,EAAE,UAAU;AAChB,QAAA,MAAM,EAAE;YACJ,EAAE,IAAI,EAAE,gBAAgB,EAAE,YAAY,EAAE,SAAS,EAAE,IAAI,EAAE,SAAS,EAAE;YACpE,EAAE,IAAI,EAAE,QAAQ,EAAE,YAAY,EAAE,SAAS,EAAE,IAAI,EAAE,SAAS,EAAE;AAC/D,SAAA;AACD,QAAA,IAAI,EAAE,sBAAsB;AAC5B,QAAA,OAAO,EAAE,CAAC,EAAE,IAAI,EAAE,EAAE,EAAE,YAAY,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,EAAE,CAAC;AAC3D,QAAA,eAAe,EAAE,MAAM;AAC1B,KAAA;AACD,IAAA;AACI,QAAA,IAAI,EAAE,UAAU;AAChB,QAAA,MAAM,EAAE;YACJ,EAAE,IAAI,EAAE,QAAQ,EAAE,YAAY,EAAE,SAAS,EAAE,IAAI,EAAE,SAAS,EAAE;AAC5D,YAAA;AACI,gBAAA,IAAI,EAAE,YAAY;AAClB,gBAAA,YAAY,EAAE,kBAAkB;AAChC,gBAAA,IAAI,EAAE,OAAO;AACb,gBAAA,UAAU,EAAE;oBACR,EAAE,IAAI,EAAE,GAAG,EAAE,YAAY,EAAE,OAAO,EAAE,IAAI,EAAE,OAAO,EAAE;oBACnD,EAAE,IAAI,EAAE,GAAG,EAAE,YAAY,EAAE,SAAS,EAAE,IAAI,EAAE,SAAS,EAAE;oBACvD,EAAE,IAAI,EAAE,GAAG,EAAE,YAAY,EAAE,SAAS,EAAE,IAAI,EAAE,SAAS,EAAE;AAC1D,iBAAA;AACJ,aAAA;AACJ,SAAA;AACD,QAAA,IAAI,EAAE,kBAAkB;AACxB,QAAA,OAAO,EAAE,EAAE;AACX,QAAA,eAAe,EAAE,YAAY;AAChC,KAAA;;AAGL;AACA;AACA;AAEA;;AAEG;AACI,MAAM,wBAAwB,iBAAiB,qBAAqB,CAAC,EAAE,GAAG,EAAE,oBAAoB,EAAE;AAEzG;;AAEG;AACI,MAAM,yBAAyB,iBAAiB,sBAAsB,CAAC,EAAE,GAAG,EAAE,oBAAoB,EAAE;AAE3G;;AAEG;AACI,MAAM,4BAA4B,iBAAiB,yBAAyB,CAAC,EAAE,GAAG,EAAE,oBAAoB,EAAE;AAEjH;;AAEG;AACI,MAAM,8BAA8B,iBAAiB,2BAA2B,CAAC,EAAE,GAAG,EAAE,oBAAoB,EAAE;;;;"}
|
|
@@ -8,8 +8,8 @@ export declare const iVoterRegistryAbi: readonly [{
|
|
|
8
8
|
readonly indexed: true;
|
|
9
9
|
}, {
|
|
10
10
|
readonly name: "untilRewardEpochId";
|
|
11
|
-
readonly internalType: "
|
|
12
|
-
readonly type: "
|
|
11
|
+
readonly internalType: "uint32";
|
|
12
|
+
readonly type: "uint32";
|
|
13
13
|
readonly indexed: false;
|
|
14
14
|
}];
|
|
15
15
|
readonly name: "BeneficiaryChilled";
|
|
@@ -23,8 +23,8 @@ export declare const iVoterRegistryAbi: readonly [{
|
|
|
23
23
|
readonly indexed: true;
|
|
24
24
|
}, {
|
|
25
25
|
readonly name: "rewardEpochId";
|
|
26
|
-
readonly internalType: "
|
|
27
|
-
readonly type: "
|
|
26
|
+
readonly internalType: "uint32";
|
|
27
|
+
readonly type: "uint32";
|
|
28
28
|
readonly indexed: true;
|
|
29
29
|
}, {
|
|
30
30
|
readonly name: "signingPolicyAddress";
|
|
@@ -42,20 +42,42 @@ export declare const iVoterRegistryAbi: readonly [{
|
|
|
42
42
|
readonly type: "address";
|
|
43
43
|
readonly indexed: false;
|
|
44
44
|
}, {
|
|
45
|
-
readonly name: "
|
|
46
|
-
readonly internalType: "
|
|
47
|
-
readonly type: "
|
|
48
|
-
readonly
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
45
|
+
readonly name: "publicKey";
|
|
46
|
+
readonly internalType: "struct PublicKey";
|
|
47
|
+
readonly type: "tuple";
|
|
48
|
+
readonly components: readonly [{
|
|
49
|
+
readonly name: "x";
|
|
50
|
+
readonly internalType: "bytes32";
|
|
51
|
+
readonly type: "bytes32";
|
|
52
|
+
}, {
|
|
53
|
+
readonly name: "y";
|
|
54
|
+
readonly internalType: "bytes32";
|
|
55
|
+
readonly type: "bytes32";
|
|
56
|
+
}];
|
|
53
57
|
readonly indexed: false;
|
|
54
58
|
}, {
|
|
55
59
|
readonly name: "registrationWeight";
|
|
56
60
|
readonly internalType: "uint256";
|
|
57
61
|
readonly type: "uint256";
|
|
58
62
|
readonly indexed: false;
|
|
63
|
+
}, {
|
|
64
|
+
readonly name: "signature";
|
|
65
|
+
readonly internalType: "struct Signature";
|
|
66
|
+
readonly type: "tuple";
|
|
67
|
+
readonly components: readonly [{
|
|
68
|
+
readonly name: "v";
|
|
69
|
+
readonly internalType: "uint8";
|
|
70
|
+
readonly type: "uint8";
|
|
71
|
+
}, {
|
|
72
|
+
readonly name: "r";
|
|
73
|
+
readonly internalType: "bytes32";
|
|
74
|
+
readonly type: "bytes32";
|
|
75
|
+
}, {
|
|
76
|
+
readonly name: "s";
|
|
77
|
+
readonly internalType: "bytes32";
|
|
78
|
+
readonly type: "bytes32";
|
|
79
|
+
}];
|
|
80
|
+
readonly indexed: false;
|
|
59
81
|
}];
|
|
60
82
|
readonly name: "VoterRegistered";
|
|
61
83
|
}, {
|
|
@@ -68,8 +90,8 @@ export declare const iVoterRegistryAbi: readonly [{
|
|
|
68
90
|
readonly indexed: true;
|
|
69
91
|
}, {
|
|
70
92
|
readonly name: "rewardEpochId";
|
|
71
|
-
readonly internalType: "
|
|
72
|
-
readonly type: "
|
|
93
|
+
readonly internalType: "uint32";
|
|
94
|
+
readonly type: "uint32";
|
|
73
95
|
readonly indexed: true;
|
|
74
96
|
}];
|
|
75
97
|
readonly name: "VoterRemoved";
|
|
@@ -175,7 +197,7 @@ export declare const iVoterRegistryAbi: readonly [{
|
|
|
175
197
|
readonly type: "address";
|
|
176
198
|
}, {
|
|
177
199
|
readonly name: "_signature";
|
|
178
|
-
readonly internalType: "struct
|
|
200
|
+
readonly internalType: "struct Signature";
|
|
179
201
|
readonly type: "tuple";
|
|
180
202
|
readonly components: readonly [{
|
|
181
203
|
readonly name: "v";
|
|
@@ -208,8 +230,8 @@ export declare const useReadIVoterRegistry: import("wagmi/codegen").CreateUseRea
|
|
|
208
230
|
readonly indexed: true;
|
|
209
231
|
}, {
|
|
210
232
|
readonly name: "untilRewardEpochId";
|
|
211
|
-
readonly internalType: "
|
|
212
|
-
readonly type: "
|
|
233
|
+
readonly internalType: "uint32";
|
|
234
|
+
readonly type: "uint32";
|
|
213
235
|
readonly indexed: false;
|
|
214
236
|
}];
|
|
215
237
|
readonly name: "BeneficiaryChilled";
|
|
@@ -223,8 +245,8 @@ export declare const useReadIVoterRegistry: import("wagmi/codegen").CreateUseRea
|
|
|
223
245
|
readonly indexed: true;
|
|
224
246
|
}, {
|
|
225
247
|
readonly name: "rewardEpochId";
|
|
226
|
-
readonly internalType: "
|
|
227
|
-
readonly type: "
|
|
248
|
+
readonly internalType: "uint32";
|
|
249
|
+
readonly type: "uint32";
|
|
228
250
|
readonly indexed: true;
|
|
229
251
|
}, {
|
|
230
252
|
readonly name: "signingPolicyAddress";
|
|
@@ -242,20 +264,42 @@ export declare const useReadIVoterRegistry: import("wagmi/codegen").CreateUseRea
|
|
|
242
264
|
readonly type: "address";
|
|
243
265
|
readonly indexed: false;
|
|
244
266
|
}, {
|
|
245
|
-
readonly name: "
|
|
246
|
-
readonly internalType: "
|
|
247
|
-
readonly type: "
|
|
248
|
-
readonly
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
267
|
+
readonly name: "publicKey";
|
|
268
|
+
readonly internalType: "struct PublicKey";
|
|
269
|
+
readonly type: "tuple";
|
|
270
|
+
readonly components: readonly [{
|
|
271
|
+
readonly name: "x";
|
|
272
|
+
readonly internalType: "bytes32";
|
|
273
|
+
readonly type: "bytes32";
|
|
274
|
+
}, {
|
|
275
|
+
readonly name: "y";
|
|
276
|
+
readonly internalType: "bytes32";
|
|
277
|
+
readonly type: "bytes32";
|
|
278
|
+
}];
|
|
253
279
|
readonly indexed: false;
|
|
254
280
|
}, {
|
|
255
281
|
readonly name: "registrationWeight";
|
|
256
282
|
readonly internalType: "uint256";
|
|
257
283
|
readonly type: "uint256";
|
|
258
284
|
readonly indexed: false;
|
|
285
|
+
}, {
|
|
286
|
+
readonly name: "signature";
|
|
287
|
+
readonly internalType: "struct Signature";
|
|
288
|
+
readonly type: "tuple";
|
|
289
|
+
readonly components: readonly [{
|
|
290
|
+
readonly name: "v";
|
|
291
|
+
readonly internalType: "uint8";
|
|
292
|
+
readonly type: "uint8";
|
|
293
|
+
}, {
|
|
294
|
+
readonly name: "r";
|
|
295
|
+
readonly internalType: "bytes32";
|
|
296
|
+
readonly type: "bytes32";
|
|
297
|
+
}, {
|
|
298
|
+
readonly name: "s";
|
|
299
|
+
readonly internalType: "bytes32";
|
|
300
|
+
readonly type: "bytes32";
|
|
301
|
+
}];
|
|
302
|
+
readonly indexed: false;
|
|
259
303
|
}];
|
|
260
304
|
readonly name: "VoterRegistered";
|
|
261
305
|
}, {
|
|
@@ -268,8 +312,8 @@ export declare const useReadIVoterRegistry: import("wagmi/codegen").CreateUseRea
|
|
|
268
312
|
readonly indexed: true;
|
|
269
313
|
}, {
|
|
270
314
|
readonly name: "rewardEpochId";
|
|
271
|
-
readonly internalType: "
|
|
272
|
-
readonly type: "
|
|
315
|
+
readonly internalType: "uint32";
|
|
316
|
+
readonly type: "uint32";
|
|
273
317
|
readonly indexed: true;
|
|
274
318
|
}];
|
|
275
319
|
readonly name: "VoterRemoved";
|
|
@@ -375,7 +419,7 @@ export declare const useReadIVoterRegistry: import("wagmi/codegen").CreateUseRea
|
|
|
375
419
|
readonly type: "address";
|
|
376
420
|
}, {
|
|
377
421
|
readonly name: "_signature";
|
|
378
|
-
readonly internalType: "struct
|
|
422
|
+
readonly internalType: "struct Signature";
|
|
379
423
|
readonly type: "tuple";
|
|
380
424
|
readonly components: readonly [{
|
|
381
425
|
readonly name: "v";
|
|
@@ -408,8 +452,8 @@ export declare const useWriteIVoterRegistry: import("wagmi/codegen").CreateUseWr
|
|
|
408
452
|
readonly indexed: true;
|
|
409
453
|
}, {
|
|
410
454
|
readonly name: "untilRewardEpochId";
|
|
411
|
-
readonly internalType: "
|
|
412
|
-
readonly type: "
|
|
455
|
+
readonly internalType: "uint32";
|
|
456
|
+
readonly type: "uint32";
|
|
413
457
|
readonly indexed: false;
|
|
414
458
|
}];
|
|
415
459
|
readonly name: "BeneficiaryChilled";
|
|
@@ -423,8 +467,8 @@ export declare const useWriteIVoterRegistry: import("wagmi/codegen").CreateUseWr
|
|
|
423
467
|
readonly indexed: true;
|
|
424
468
|
}, {
|
|
425
469
|
readonly name: "rewardEpochId";
|
|
426
|
-
readonly internalType: "
|
|
427
|
-
readonly type: "
|
|
470
|
+
readonly internalType: "uint32";
|
|
471
|
+
readonly type: "uint32";
|
|
428
472
|
readonly indexed: true;
|
|
429
473
|
}, {
|
|
430
474
|
readonly name: "signingPolicyAddress";
|
|
@@ -442,20 +486,42 @@ export declare const useWriteIVoterRegistry: import("wagmi/codegen").CreateUseWr
|
|
|
442
486
|
readonly type: "address";
|
|
443
487
|
readonly indexed: false;
|
|
444
488
|
}, {
|
|
445
|
-
readonly name: "
|
|
446
|
-
readonly internalType: "
|
|
447
|
-
readonly type: "
|
|
448
|
-
readonly
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
489
|
+
readonly name: "publicKey";
|
|
490
|
+
readonly internalType: "struct PublicKey";
|
|
491
|
+
readonly type: "tuple";
|
|
492
|
+
readonly components: readonly [{
|
|
493
|
+
readonly name: "x";
|
|
494
|
+
readonly internalType: "bytes32";
|
|
495
|
+
readonly type: "bytes32";
|
|
496
|
+
}, {
|
|
497
|
+
readonly name: "y";
|
|
498
|
+
readonly internalType: "bytes32";
|
|
499
|
+
readonly type: "bytes32";
|
|
500
|
+
}];
|
|
453
501
|
readonly indexed: false;
|
|
454
502
|
}, {
|
|
455
503
|
readonly name: "registrationWeight";
|
|
456
504
|
readonly internalType: "uint256";
|
|
457
505
|
readonly type: "uint256";
|
|
458
506
|
readonly indexed: false;
|
|
507
|
+
}, {
|
|
508
|
+
readonly name: "signature";
|
|
509
|
+
readonly internalType: "struct Signature";
|
|
510
|
+
readonly type: "tuple";
|
|
511
|
+
readonly components: readonly [{
|
|
512
|
+
readonly name: "v";
|
|
513
|
+
readonly internalType: "uint8";
|
|
514
|
+
readonly type: "uint8";
|
|
515
|
+
}, {
|
|
516
|
+
readonly name: "r";
|
|
517
|
+
readonly internalType: "bytes32";
|
|
518
|
+
readonly type: "bytes32";
|
|
519
|
+
}, {
|
|
520
|
+
readonly name: "s";
|
|
521
|
+
readonly internalType: "bytes32";
|
|
522
|
+
readonly type: "bytes32";
|
|
523
|
+
}];
|
|
524
|
+
readonly indexed: false;
|
|
459
525
|
}];
|
|
460
526
|
readonly name: "VoterRegistered";
|
|
461
527
|
}, {
|
|
@@ -468,8 +534,8 @@ export declare const useWriteIVoterRegistry: import("wagmi/codegen").CreateUseWr
|
|
|
468
534
|
readonly indexed: true;
|
|
469
535
|
}, {
|
|
470
536
|
readonly name: "rewardEpochId";
|
|
471
|
-
readonly internalType: "
|
|
472
|
-
readonly type: "
|
|
537
|
+
readonly internalType: "uint32";
|
|
538
|
+
readonly type: "uint32";
|
|
473
539
|
readonly indexed: true;
|
|
474
540
|
}];
|
|
475
541
|
readonly name: "VoterRemoved";
|
|
@@ -575,7 +641,7 @@ export declare const useWriteIVoterRegistry: import("wagmi/codegen").CreateUseWr
|
|
|
575
641
|
readonly type: "address";
|
|
576
642
|
}, {
|
|
577
643
|
readonly name: "_signature";
|
|
578
|
-
readonly internalType: "struct
|
|
644
|
+
readonly internalType: "struct Signature";
|
|
579
645
|
readonly type: "tuple";
|
|
580
646
|
readonly components: readonly [{
|
|
581
647
|
readonly name: "v";
|
|
@@ -608,8 +674,8 @@ export declare const useSimulateIVoterRegistry: import("wagmi/codegen").CreateUs
|
|
|
608
674
|
readonly indexed: true;
|
|
609
675
|
}, {
|
|
610
676
|
readonly name: "untilRewardEpochId";
|
|
611
|
-
readonly internalType: "
|
|
612
|
-
readonly type: "
|
|
677
|
+
readonly internalType: "uint32";
|
|
678
|
+
readonly type: "uint32";
|
|
613
679
|
readonly indexed: false;
|
|
614
680
|
}];
|
|
615
681
|
readonly name: "BeneficiaryChilled";
|
|
@@ -623,8 +689,8 @@ export declare const useSimulateIVoterRegistry: import("wagmi/codegen").CreateUs
|
|
|
623
689
|
readonly indexed: true;
|
|
624
690
|
}, {
|
|
625
691
|
readonly name: "rewardEpochId";
|
|
626
|
-
readonly internalType: "
|
|
627
|
-
readonly type: "
|
|
692
|
+
readonly internalType: "uint32";
|
|
693
|
+
readonly type: "uint32";
|
|
628
694
|
readonly indexed: true;
|
|
629
695
|
}, {
|
|
630
696
|
readonly name: "signingPolicyAddress";
|
|
@@ -642,20 +708,42 @@ export declare const useSimulateIVoterRegistry: import("wagmi/codegen").CreateUs
|
|
|
642
708
|
readonly type: "address";
|
|
643
709
|
readonly indexed: false;
|
|
644
710
|
}, {
|
|
645
|
-
readonly name: "
|
|
646
|
-
readonly internalType: "
|
|
647
|
-
readonly type: "
|
|
648
|
-
readonly
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
711
|
+
readonly name: "publicKey";
|
|
712
|
+
readonly internalType: "struct PublicKey";
|
|
713
|
+
readonly type: "tuple";
|
|
714
|
+
readonly components: readonly [{
|
|
715
|
+
readonly name: "x";
|
|
716
|
+
readonly internalType: "bytes32";
|
|
717
|
+
readonly type: "bytes32";
|
|
718
|
+
}, {
|
|
719
|
+
readonly name: "y";
|
|
720
|
+
readonly internalType: "bytes32";
|
|
721
|
+
readonly type: "bytes32";
|
|
722
|
+
}];
|
|
653
723
|
readonly indexed: false;
|
|
654
724
|
}, {
|
|
655
725
|
readonly name: "registrationWeight";
|
|
656
726
|
readonly internalType: "uint256";
|
|
657
727
|
readonly type: "uint256";
|
|
658
728
|
readonly indexed: false;
|
|
729
|
+
}, {
|
|
730
|
+
readonly name: "signature";
|
|
731
|
+
readonly internalType: "struct Signature";
|
|
732
|
+
readonly type: "tuple";
|
|
733
|
+
readonly components: readonly [{
|
|
734
|
+
readonly name: "v";
|
|
735
|
+
readonly internalType: "uint8";
|
|
736
|
+
readonly type: "uint8";
|
|
737
|
+
}, {
|
|
738
|
+
readonly name: "r";
|
|
739
|
+
readonly internalType: "bytes32";
|
|
740
|
+
readonly type: "bytes32";
|
|
741
|
+
}, {
|
|
742
|
+
readonly name: "s";
|
|
743
|
+
readonly internalType: "bytes32";
|
|
744
|
+
readonly type: "bytes32";
|
|
745
|
+
}];
|
|
746
|
+
readonly indexed: false;
|
|
659
747
|
}];
|
|
660
748
|
readonly name: "VoterRegistered";
|
|
661
749
|
}, {
|
|
@@ -668,8 +756,8 @@ export declare const useSimulateIVoterRegistry: import("wagmi/codegen").CreateUs
|
|
|
668
756
|
readonly indexed: true;
|
|
669
757
|
}, {
|
|
670
758
|
readonly name: "rewardEpochId";
|
|
671
|
-
readonly internalType: "
|
|
672
|
-
readonly type: "
|
|
759
|
+
readonly internalType: "uint32";
|
|
760
|
+
readonly type: "uint32";
|
|
673
761
|
readonly indexed: true;
|
|
674
762
|
}];
|
|
675
763
|
readonly name: "VoterRemoved";
|
|
@@ -775,7 +863,7 @@ export declare const useSimulateIVoterRegistry: import("wagmi/codegen").CreateUs
|
|
|
775
863
|
readonly type: "address";
|
|
776
864
|
}, {
|
|
777
865
|
readonly name: "_signature";
|
|
778
|
-
readonly internalType: "struct
|
|
866
|
+
readonly internalType: "struct Signature";
|
|
779
867
|
readonly type: "tuple";
|
|
780
868
|
readonly components: readonly [{
|
|
781
869
|
readonly name: "v";
|
|
@@ -808,8 +896,8 @@ export declare const useWatchIVoterRegistryEvent: import("wagmi/codegen").Create
|
|
|
808
896
|
readonly indexed: true;
|
|
809
897
|
}, {
|
|
810
898
|
readonly name: "untilRewardEpochId";
|
|
811
|
-
readonly internalType: "
|
|
812
|
-
readonly type: "
|
|
899
|
+
readonly internalType: "uint32";
|
|
900
|
+
readonly type: "uint32";
|
|
813
901
|
readonly indexed: false;
|
|
814
902
|
}];
|
|
815
903
|
readonly name: "BeneficiaryChilled";
|
|
@@ -823,8 +911,8 @@ export declare const useWatchIVoterRegistryEvent: import("wagmi/codegen").Create
|
|
|
823
911
|
readonly indexed: true;
|
|
824
912
|
}, {
|
|
825
913
|
readonly name: "rewardEpochId";
|
|
826
|
-
readonly internalType: "
|
|
827
|
-
readonly type: "
|
|
914
|
+
readonly internalType: "uint32";
|
|
915
|
+
readonly type: "uint32";
|
|
828
916
|
readonly indexed: true;
|
|
829
917
|
}, {
|
|
830
918
|
readonly name: "signingPolicyAddress";
|
|
@@ -842,20 +930,42 @@ export declare const useWatchIVoterRegistryEvent: import("wagmi/codegen").Create
|
|
|
842
930
|
readonly type: "address";
|
|
843
931
|
readonly indexed: false;
|
|
844
932
|
}, {
|
|
845
|
-
readonly name: "
|
|
846
|
-
readonly internalType: "
|
|
847
|
-
readonly type: "
|
|
848
|
-
readonly
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
|
|
933
|
+
readonly name: "publicKey";
|
|
934
|
+
readonly internalType: "struct PublicKey";
|
|
935
|
+
readonly type: "tuple";
|
|
936
|
+
readonly components: readonly [{
|
|
937
|
+
readonly name: "x";
|
|
938
|
+
readonly internalType: "bytes32";
|
|
939
|
+
readonly type: "bytes32";
|
|
940
|
+
}, {
|
|
941
|
+
readonly name: "y";
|
|
942
|
+
readonly internalType: "bytes32";
|
|
943
|
+
readonly type: "bytes32";
|
|
944
|
+
}];
|
|
853
945
|
readonly indexed: false;
|
|
854
946
|
}, {
|
|
855
947
|
readonly name: "registrationWeight";
|
|
856
948
|
readonly internalType: "uint256";
|
|
857
949
|
readonly type: "uint256";
|
|
858
950
|
readonly indexed: false;
|
|
951
|
+
}, {
|
|
952
|
+
readonly name: "signature";
|
|
953
|
+
readonly internalType: "struct Signature";
|
|
954
|
+
readonly type: "tuple";
|
|
955
|
+
readonly components: readonly [{
|
|
956
|
+
readonly name: "v";
|
|
957
|
+
readonly internalType: "uint8";
|
|
958
|
+
readonly type: "uint8";
|
|
959
|
+
}, {
|
|
960
|
+
readonly name: "r";
|
|
961
|
+
readonly internalType: "bytes32";
|
|
962
|
+
readonly type: "bytes32";
|
|
963
|
+
}, {
|
|
964
|
+
readonly name: "s";
|
|
965
|
+
readonly internalType: "bytes32";
|
|
966
|
+
readonly type: "bytes32";
|
|
967
|
+
}];
|
|
968
|
+
readonly indexed: false;
|
|
859
969
|
}];
|
|
860
970
|
readonly name: "VoterRegistered";
|
|
861
971
|
}, {
|
|
@@ -868,8 +978,8 @@ export declare const useWatchIVoterRegistryEvent: import("wagmi/codegen").Create
|
|
|
868
978
|
readonly indexed: true;
|
|
869
979
|
}, {
|
|
870
980
|
readonly name: "rewardEpochId";
|
|
871
|
-
readonly internalType: "
|
|
872
|
-
readonly type: "
|
|
981
|
+
readonly internalType: "uint32";
|
|
982
|
+
readonly type: "uint32";
|
|
873
983
|
readonly indexed: true;
|
|
874
984
|
}];
|
|
875
985
|
readonly name: "VoterRemoved";
|
|
@@ -975,7 +1085,7 @@ export declare const useWatchIVoterRegistryEvent: import("wagmi/codegen").Create
|
|
|
975
1085
|
readonly type: "address";
|
|
976
1086
|
}, {
|
|
977
1087
|
readonly name: "_signature";
|
|
978
|
-
readonly internalType: "struct
|
|
1088
|
+
readonly internalType: "struct Signature";
|
|
979
1089
|
readonly type: "tuple";
|
|
980
1090
|
readonly components: readonly [{
|
|
981
1091
|
readonly name: "v";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IVoterRegistry.d.ts","sourceRoot":"","sources":["../../../contracts/songbird/IVoterRegistry.ts"],"names":[],"mappings":"AAWA,eAAO,MAAM,iBAAiB
|
|
1
|
+
{"version":3,"file":"IVoterRegistry.d.ts","sourceRoot":"","sources":["../../../contracts/songbird/IVoterRegistry.ts"],"names":[],"mappings":"AAWA,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA4HpB,CAAC;AAMX;;GAEG;AACH,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAAkE,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"}
|
|
@@ -9,7 +9,7 @@ const iVoterRegistryAbi = [
|
|
|
9
9
|
anonymous: false,
|
|
10
10
|
inputs: [
|
|
11
11
|
{ name: "beneficiary", internalType: "bytes20", type: "bytes20", indexed: true },
|
|
12
|
-
{ name: "untilRewardEpochId", internalType: "
|
|
12
|
+
{ name: "untilRewardEpochId", internalType: "uint32", type: "uint32", indexed: false },
|
|
13
13
|
],
|
|
14
14
|
name: "BeneficiaryChilled",
|
|
15
15
|
},
|
|
@@ -18,13 +18,32 @@ const iVoterRegistryAbi = [
|
|
|
18
18
|
anonymous: false,
|
|
19
19
|
inputs: [
|
|
20
20
|
{ name: "voter", internalType: "address", type: "address", indexed: true },
|
|
21
|
-
{ name: "rewardEpochId", internalType: "
|
|
21
|
+
{ name: "rewardEpochId", internalType: "uint32", type: "uint32", indexed: true },
|
|
22
22
|
{ name: "signingPolicyAddress", internalType: "address", type: "address", indexed: true },
|
|
23
23
|
{ name: "submitAddress", internalType: "address", type: "address", indexed: false },
|
|
24
24
|
{ name: "submitSignaturesAddress", internalType: "address", type: "address", indexed: false },
|
|
25
|
-
{
|
|
26
|
-
|
|
25
|
+
{
|
|
26
|
+
name: "publicKey",
|
|
27
|
+
internalType: "struct PublicKey",
|
|
28
|
+
type: "tuple",
|
|
29
|
+
components: [
|
|
30
|
+
{ name: "x", internalType: "bytes32", type: "bytes32" },
|
|
31
|
+
{ name: "y", internalType: "bytes32", type: "bytes32" },
|
|
32
|
+
],
|
|
33
|
+
indexed: false,
|
|
34
|
+
},
|
|
27
35
|
{ name: "registrationWeight", internalType: "uint256", type: "uint256", indexed: false },
|
|
36
|
+
{
|
|
37
|
+
name: "signature",
|
|
38
|
+
internalType: "struct Signature",
|
|
39
|
+
type: "tuple",
|
|
40
|
+
components: [
|
|
41
|
+
{ name: "v", internalType: "uint8", type: "uint8" },
|
|
42
|
+
{ name: "r", internalType: "bytes32", type: "bytes32" },
|
|
43
|
+
{ name: "s", internalType: "bytes32", type: "bytes32" },
|
|
44
|
+
],
|
|
45
|
+
indexed: false,
|
|
46
|
+
},
|
|
28
47
|
],
|
|
29
48
|
name: "VoterRegistered",
|
|
30
49
|
},
|
|
@@ -33,7 +52,7 @@ const iVoterRegistryAbi = [
|
|
|
33
52
|
anonymous: false,
|
|
34
53
|
inputs: [
|
|
35
54
|
{ name: "voter", internalType: "address", type: "address", indexed: true },
|
|
36
|
-
{ name: "rewardEpochId", internalType: "
|
|
55
|
+
{ name: "rewardEpochId", internalType: "uint32", type: "uint32", indexed: true },
|
|
37
56
|
],
|
|
38
57
|
name: "VoterRemoved",
|
|
39
58
|
},
|
|
@@ -95,7 +114,7 @@ const iVoterRegistryAbi = [
|
|
|
95
114
|
{ name: "_voter", internalType: "address", type: "address" },
|
|
96
115
|
{
|
|
97
116
|
name: "_signature",
|
|
98
|
-
internalType: "struct
|
|
117
|
+
internalType: "struct Signature",
|
|
99
118
|
type: "tuple",
|
|
100
119
|
components: [
|
|
101
120
|
{ name: "v", internalType: "uint8", type: "uint8" },
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IVoterRegistry.js","sources":["../../../../../contracts/songbird/IVoterRegistry.ts"],"sourcesContent":[null],"names":[],"mappings":";;AAOA;AACA;AACA;AAEO,MAAM,iBAAiB,GAAG;AAC7B,IAAA;AACI,QAAA,IAAI,EAAE,OAAO;AACb,QAAA,SAAS,EAAE,KAAK;AAChB,QAAA,MAAM,EAAE;AACJ,YAAA,EAAE,IAAI,EAAE,aAAa,EAAE,YAAY,EAAE,SAAS,EAAE,IAAI,EAAE,SAAS,EAAE,OAAO,EAAE,IAAI,EAAE;AAChF,YAAA,EAAE,IAAI,EAAE,oBAAoB,EAAE,YAAY,EAAE,
|
|
1
|
+
{"version":3,"file":"IVoterRegistry.js","sources":["../../../../../contracts/songbird/IVoterRegistry.ts"],"sourcesContent":[null],"names":[],"mappings":"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"}
|
|
@@ -105,8 +105,6 @@ export * from './IIPollingManagementGroup';
|
|
|
105
105
|
export * from './IIPreInflationCalculation';
|
|
106
106
|
export * from './IIPriceSubmitter';
|
|
107
107
|
export * from './IIPublicKeyVerifier';
|
|
108
|
-
export * from './IIRNat';
|
|
109
|
-
export * from './IIRNatAccount';
|
|
110
108
|
export * from './IIRandomProvider';
|
|
111
109
|
export * from './IIRelay';
|
|
112
110
|
export * from './IIRewardEpochSwitchoverTrigger';
|