@maci-protocol/website 0.0.0-ci.3ff6873 → 0.0.0-ci.40d164d
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/package.json +4 -4
- package/static/img/circuits/MACI-Circuits.excalidraw +18 -18
- package/static/img/circuits/messageValidator.svg +1 -1
- package/static/img/circuits/processMessages.svg +1 -1
- package/static/img/circuits/processMessagesInputHasher.svg +1 -1
- package/static/img/circuits/processMessages_2_0.svg +1 -1
- package/static/img/circuits/processOne.svg +1 -1
- package/static/img/circuits/processTopup.svg +1 -1
- package/static/img/circuits/tallyInputHasher.svg +1 -1
- package/versioned_docs/version-v3.x/core-concepts/key-change.md +10 -10
- package/versioned_docs/version-v3.x/core-concepts/maci-keys.md +1 -1
- package/versioned_docs/version-v3.x/core-concepts/poll-types.md +2 -2
- package/versioned_docs/version-v3.x/core-concepts/polls.md +3 -3
- package/versioned_docs/version-v3.x/core-concepts/spec.md +32 -98
- package/versioned_docs/version-v3.x/guides/compile-circuits.md +7 -7
- package/versioned_docs/version-v3.x/guides/integrating.md +8 -8
- package/versioned_docs/version-v3.x/guides/testing/testing-in-detail.md +1 -1
- package/versioned_docs/version-v3.x/guides/troubleshooting.md +11 -11
- package/versioned_docs/version-v3.x/quick-start.md +6 -6
- package/versioned_docs/version-v3.x/supported-networks/deployed-contracts.md +2 -2
- package/versioned_docs/version-v3.x/technical-references/smart-contracts/MACI.md +5 -5
- package/versioned_docs/version-v3.x/technical-references/smart-contracts/Poll.md +7 -7
- package/versioned_docs/version-v3.x/technical-references/smart-contracts/Tally.md +2 -2
- package/versioned_docs/version-v3.x/technical-references/smart-contracts/VkRegistry.md +5 -5
- package/versioned_docs/version-v3.x/technical-references/zk-snark-circuits/joinPoll.md +1 -1
- package/versioned_docs/version-v3.x/technical-references/zk-snark-circuits/processMessages.md +12 -12
- package/versioned_docs/version-v3.x/technical-references/zk-snark-circuits/tallyVotes.md +2 -2
- package/versioned_docs/version-v3.x/technical-references/zk-snark-circuits/utilities.md +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@maci-protocol/website",
|
|
3
|
-
"version": "0.0.0-ci.
|
|
3
|
+
"version": "0.0.0-ci.40d164d",
|
|
4
4
|
"private": false,
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -41,8 +41,8 @@
|
|
|
41
41
|
"@docusaurus/module-type-aliases": "^3.7.0",
|
|
42
42
|
"@docusaurus/tsconfig": "^3.7.0",
|
|
43
43
|
"@docusaurus/types": "^3.7.0",
|
|
44
|
-
"@types/node": "^22.14.
|
|
45
|
-
"@types/react": "^19.1.
|
|
44
|
+
"@types/node": "^22.14.1",
|
|
45
|
+
"@types/react": "^19.1.2",
|
|
46
46
|
"ts-node": "^10.9.2",
|
|
47
47
|
"typescript": "^5.8.3"
|
|
48
48
|
},
|
|
@@ -61,5 +61,5 @@
|
|
|
61
61
|
"engines": {
|
|
62
62
|
"node": ">=18.0"
|
|
63
63
|
},
|
|
64
|
-
"gitHead": "
|
|
64
|
+
"gitHead": "b4d5652d382c0f703ae438ebbddc0377da816da0"
|
|
65
65
|
}
|
|
@@ -5289,11 +5289,11 @@
|
|
|
5289
5289
|
"locked": false,
|
|
5290
5290
|
"fontSize": 20,
|
|
5291
5291
|
"fontFamily": 1,
|
|
5292
|
-
"text": "
|
|
5292
|
+
"text": "totalSignups",
|
|
5293
5293
|
"textAlign": "center",
|
|
5294
5294
|
"verticalAlign": "middle",
|
|
5295
5295
|
"containerId": "zPLc-i-Fpbnnrkdd8fSHG",
|
|
5296
|
-
"originalText": "
|
|
5296
|
+
"originalText": "totalSignups",
|
|
5297
5297
|
"lineHeight": 1.25,
|
|
5298
5298
|
"baseline": 18
|
|
5299
5299
|
},
|
|
@@ -15641,11 +15641,11 @@
|
|
|
15641
15641
|
"locked": false,
|
|
15642
15642
|
"fontSize": 20,
|
|
15643
15643
|
"fontFamily": 1,
|
|
15644
|
-
"text": "
|
|
15644
|
+
"text": "totalSignups",
|
|
15645
15645
|
"textAlign": "center",
|
|
15646
15646
|
"verticalAlign": "middle",
|
|
15647
15647
|
"containerId": "UBRUWhHbd13PNqp_i_KXY",
|
|
15648
|
-
"originalText": "
|
|
15648
|
+
"originalText": "totalSignups",
|
|
15649
15649
|
"lineHeight": 1.25,
|
|
15650
15650
|
"baseline": 18
|
|
15651
15651
|
},
|
|
@@ -16735,11 +16735,11 @@
|
|
|
16735
16735
|
"locked": false,
|
|
16736
16736
|
"fontSize": 20,
|
|
16737
16737
|
"fontFamily": 1,
|
|
16738
|
-
"text": "stateTreeIndex <= \
|
|
16738
|
+
"text": "stateTreeIndex <= \ntotalSignups",
|
|
16739
16739
|
"textAlign": "center",
|
|
16740
16740
|
"verticalAlign": "middle",
|
|
16741
16741
|
"containerId": "GC1bto1WMtLIWxXD_2oHa",
|
|
16742
|
-
"originalText": "stateTreeIndex <=
|
|
16742
|
+
"originalText": "stateTreeIndex <= totalSignups",
|
|
16743
16743
|
"lineHeight": 1.25,
|
|
16744
16744
|
"baseline": 43
|
|
16745
16745
|
},
|
|
@@ -24591,11 +24591,11 @@
|
|
|
24591
24591
|
"locked": false,
|
|
24592
24592
|
"fontSize": 20,
|
|
24593
24593
|
"fontFamily": 1,
|
|
24594
|
-
"text": "
|
|
24594
|
+
"text": "totalSignups",
|
|
24595
24595
|
"textAlign": "center",
|
|
24596
24596
|
"verticalAlign": "middle",
|
|
24597
24597
|
"containerId": "r1CQnQpfKBea8n3-0OaQq",
|
|
24598
|
-
"originalText": "
|
|
24598
|
+
"originalText": "totalSignups",
|
|
24599
24599
|
"lineHeight": 1.25,
|
|
24600
24600
|
"baseline": 18
|
|
24601
24601
|
},
|
|
@@ -25255,11 +25255,11 @@
|
|
|
25255
25255
|
"locked": false,
|
|
25256
25256
|
"fontSize": 20,
|
|
25257
25257
|
"fontFamily": 1,
|
|
25258
|
-
"text": "Wire outputs to:\nmaxVoteOptions\
|
|
25258
|
+
"text": "Wire outputs to:\nmaxVoteOptions\ntotalSignups\nbatchStartIndex\nbatchEndIndex",
|
|
25259
25259
|
"textAlign": "center",
|
|
25260
25260
|
"verticalAlign": "middle",
|
|
25261
25261
|
"containerId": "qKhkOlI5kFc_Hayuh63D4",
|
|
25262
|
-
"originalText": "Wire outputs to:\nmaxVoteOptions\
|
|
25262
|
+
"originalText": "Wire outputs to:\nmaxVoteOptions\ntotalSignups\nbatchStartIndex\nbatchEndIndex",
|
|
25263
25263
|
"lineHeight": 1.25,
|
|
25264
25264
|
"baseline": 118
|
|
25265
25265
|
},
|
|
@@ -25655,11 +25655,11 @@
|
|
|
25655
25655
|
"locked": false,
|
|
25656
25656
|
"fontSize": 20,
|
|
25657
25657
|
"fontFamily": 1,
|
|
25658
|
-
"text": "
|
|
25658
|
+
"text": "totalSignups <= 5 ** \nstateTreeDepth",
|
|
25659
25659
|
"textAlign": "center",
|
|
25660
25660
|
"verticalAlign": "middle",
|
|
25661
25661
|
"containerId": "fah78VPNNwJ5gYazg1m5-",
|
|
25662
|
-
"originalText": "
|
|
25662
|
+
"originalText": "totalSignups <= 5 ** stateTreeDepth",
|
|
25663
25663
|
"lineHeight": 1.25,
|
|
25664
25664
|
"baseline": 43
|
|
25665
25665
|
},
|
|
@@ -33945,11 +33945,11 @@
|
|
|
33945
33945
|
"locked": false,
|
|
33946
33946
|
"fontSize": 20,
|
|
33947
33947
|
"fontFamily": 1,
|
|
33948
|
-
"text": "
|
|
33948
|
+
"text": "totalSignups",
|
|
33949
33949
|
"textAlign": "center",
|
|
33950
33950
|
"verticalAlign": "middle",
|
|
33951
33951
|
"containerId": "llBtJZSwqmz82SnCY1pTK",
|
|
33952
|
-
"originalText": "
|
|
33952
|
+
"originalText": "totalSignups",
|
|
33953
33953
|
"lineHeight": 1.25,
|
|
33954
33954
|
"baseline": 18
|
|
33955
33955
|
},
|
|
@@ -34353,11 +34353,11 @@
|
|
|
34353
34353
|
"locked": false,
|
|
34354
34354
|
"fontSize": 20,
|
|
34355
34355
|
"fontFamily": 1,
|
|
34356
|
-
"text": "2. Check that stateIndex \n<=
|
|
34356
|
+
"text": "2. Check that stateIndex \n<= totalSignups",
|
|
34357
34357
|
"textAlign": "center",
|
|
34358
34358
|
"verticalAlign": "middle",
|
|
34359
34359
|
"containerId": "VP4MQeS3Rt20oj5ivVuE2",
|
|
34360
|
-
"originalText": "2. Check that stateIndex <=
|
|
34360
|
+
"originalText": "2. Check that stateIndex <= totalSignups",
|
|
34361
34361
|
"lineHeight": 1.25,
|
|
34362
34362
|
"baseline": 43
|
|
34363
34363
|
},
|
|
@@ -35649,11 +35649,11 @@
|
|
|
35649
35649
|
"locked": false,
|
|
35650
35650
|
"fontSize": 20,
|
|
35651
35651
|
"fontFamily": 1,
|
|
35652
|
-
"text": "
|
|
35652
|
+
"text": "totalSignups",
|
|
35653
35653
|
"textAlign": "center",
|
|
35654
35654
|
"verticalAlign": "middle",
|
|
35655
35655
|
"containerId": "wTEyapXPW4Fun05sJ7Gg1",
|
|
35656
|
-
"originalText": "
|
|
35656
|
+
"originalText": "totalSignups",
|
|
35657
35657
|
"lineHeight": 1.25,
|
|
35658
35658
|
"baseline": 18
|
|
35659
35659
|
},
|
|
@@ -18,4 +18,4 @@
|
|
|
18
18
|
</style>
|
|
19
19
|
|
|
20
20
|
</defs>
|
|
21
|
-
<rect x="0" y="0" width="1922.5493337803928" height="1144.4129777365727" fill="#ffffff"></rect><g stroke-linecap="round" transform="translate(435.22724706102053 437.03655664367534) rotate(0 114.33810379333909 33.800522136203085)"><path d="M16.9 0 C60.88 1.89, 100.57 0.59, 211.78 0 M16.9 0 C75.43 1.5, 132.21 1.84, 211.78 0 M211.78 0 C222.37 0.44, 228.68 5.37, 228.68 16.9 M211.78 0 C222.19 -0.07, 229.51 6.1, 228.68 16.9 M228.68 16.9 C230.23 27.1, 229.48 34.77, 228.68 50.7 M228.68 16.9 C228.83 26.34, 227.71 35.66, 228.68 50.7 M228.68 50.7 C226.68 60.55, 224.41 69.24, 211.78 67.6 M228.68 50.7 C228.65 61.45, 224.64 65.46, 211.78 67.6 M211.78 67.6 C167.44 69.69, 124.45 69.53, 16.9 67.6 M211.78 67.6 C165.3 65.57, 120.13 65.95, 16.9 67.6 M16.9 67.6 C4.43 67.84, -0.34 62.29, 0 50.7 M16.9 67.6 C4.1 65.82, -0.14 61.19, 0 50.7 M0 50.7 C1.34 40.41, -1.13 27.77, 0 16.9 M0 50.7 C0.63 38.16, -0.42 23.44, 0 16.9 M0 16.9 C0.28 5.12, 4.59 1.52, 16.9 0 M0 16.9 C1.25 6.59, 7.72 -0.62, 16.9 0" stroke="#1971c2" stroke-width="1" fill="none"></path></g><g transform="translate(463.915425622426 458.3370787798783) rotate(0 85.6499252319336 12.5)"><text x="85.6499252319336" y="0" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#e03131" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">MessageValidator</text></g><g stroke-linecap="round"><g transform="translate(516.450471793428 364.7795262069899) rotate(0 2.176047493926717 33.47421452865149)"><path d="M0.18 -0.02 C0.76 11.13, 3.68 54.8, 4.46 65.94 M-1.19 -1.08 C-0.84 10.27, 2.64 55.43, 3.56 66.95" stroke="#1e1e1e" stroke-width="1" fill="none"></path></g><g transform="translate(516.450471793428 364.7795262069899) rotate(0 2.176047493926717 33.47421452865149)"><path d="M-8.85 39.63 C-4.39 50.16, -1.33 61.19, 3.56 66.95 M-8.85 39.63 C-5.89 47.65, -1.99 55.12, 3.56 66.95" stroke="#1e1e1e" stroke-width="1" fill="none"></path></g><g transform="translate(516.450471793428 364.7795262069899) rotate(0 2.176047493926717 33.47421452865149)"><path d="M11.61 38.05 C8.29 49.2, 3.58 60.83, 3.56 66.95 M11.61 38.05 C8.7 46.56, 6.73 54.49, 3.56 66.95" stroke="#1e1e1e" stroke-width="1" fill="none"></path></g></g><mask></mask><g transform="translate(582.2121518038894 389.9138054469654) rotate(0 31.809967041015625 12.5)"><text x="0" y="0" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1e1e1e" text-anchor="start" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">Inputs</text></g><g transform="translate(593.4983879158926 538.4807131534612) rotate(0 34.84996032714844 12.5)"><text x="0" y="0" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1e1e1e" text-anchor="start" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">Output</text></g><g stroke-linecap="round"><g transform="translate(532.7938140611277 523.795845055125) rotate(0 0.2229014099474398 20.511057519056408)"><path d="M-0.51 0.11 C-0.51 6.98, 0.1 34.34, 0.26 41.14 M0.23 -0.31 C0.13 6.4, -0.25 33.27, -0.27 40.24" stroke="#1e1e1e" stroke-width="1" fill="none"></path></g><g transform="translate(532.7938140611277 523.795845055125) rotate(0 0.2229014099474398 20.511057519056408)"><path d="M-7.11 20.9 C-4.58 27.2, -2.23 34.14, -0.27 40.24 M-7.11 20.9 C-5 26.55, -3.32 32.02, -0.27 40.24" stroke="#1e1e1e" stroke-width="1" fill="none"></path></g><g transform="translate(532.7938140611277 523.795845055125) rotate(0 0.2229014099474398 20.511057519056408)"><path d="M6.93 21.03 C4.66 27.22, 2.22 34.12, -0.27 40.24 M6.93 21.03 C5.01 26.64, 2.66 32.07, -0.27 40.24" stroke="#1e1e1e" stroke-width="1" fill="none"></path></g></g><mask></mask><g stroke-linecap="round" transform="translate(435.9578683491818 589.7221873215335) rotate(0 110.05757116156974 32.17741655087593)"><path d="M16.09 0 C55.44 0.64, 93.64 -0.1, 204.03 0 M16.09 0 C71.71 -0.33, 127.61 0.39, 204.03 0 M204.03 0 C215.5 0.79, 219.08 4.68, 220.12 16.09 M204.03 0 C213.15 2.26, 221 6.42, 220.12 16.09 M220.12 16.09 C218.95 24.75, 222.01 30.66, 220.12 48.27 M220.12 16.09 C219.57 25.09, 220.53 33.53, 220.12 48.27 M220.12 48.27 C221.84 58.62, 216.31 63.11, 204.03 64.35 M220.12 48.27 C220.66 57.15, 214.34 63.28, 204.03 64.35 M204.03 64.35 C130.05 62.88, 55.92 61.88, 16.09 64.35 M204.03 64.35 C162.41 63.67, 120.01 64.38, 16.09 64.35 M16.09 64.35 C5.81 63.21, -1.45 60.81, 0 48.27 M16.09 64.35 C6.5 63.85, 1.83 60.55, 0 48.27 M0 48.27 C-0.25 38.38, 1.78 31.66, 0 16.09 M0 48.27 C-0.82 37.78, -0.29 26.58, 0 16.09 M0 16.09 C-0.72 6.06, 6.28 1.29, 16.09 0 M0 16.09 C-0.06 4.88, 6.97 0.06, 16.09 0" stroke="#1971c2" stroke-width="1" fill="none"></path></g><g transform="translate(516.0454688076265 609.3996038724094) rotate(0 29.969970703125 12.5)"><text x="29.969970703125" y="0" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#2f9e44" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">isValid</text></g><g stroke-linecap="round" transform="translate(1022.7661530547443 224.19093407171704) rotate(0 110.05757116156974 42.5)"><path d="M21.25 0 C74.48 1.38, 128.24 0.25, 198.87 0 M21.25 0 C75.71 -0.97, 128.91 -1.71, 198.87 0 M198.87 0 C211.64 1.97, 220.89 8, 220.12 21.25 M198.87 0 C211.35 1.82, 217.82 5.45, 220.12 21.25 M220.12 21.25 C220.02 38.29, 218.6 51.02, 220.12 63.75 M220.12 21.25 C221.06 34.09, 220.97 46.67, 220.12 63.75 M220.12 63.75 C220.59 76.31, 212.67 84.07, 198.87 85 M220.12 63.75 C222.3 77.71, 211.65 85.27, 198.87 85 M198.87 85 C147.06 83.69, 97.68 84.17, 21.25 85 M198.87 85 C146.65 85.6, 93.25 87.09, 21.25 85 M21.25 85 C8.07 84.56, 1.59 79.27, 0 63.75 M21.25 85 C6.51 83.09, 0.32 77.33, 0 63.75 M0 63.75 C0.51 55.04, -0.86 41.64, 0 21.25 M0 63.75 C-0.36 49.2, 0.45 34.59, 0 21.25 M0 21.25 C-0.05 6.66, 8.48 0.05, 21.25 0 M0 21.25 C1.49 5.22, 9.14 -0.73, 21.25 0" stroke="#1971c2" stroke-width="1" fill="none"></path></g><g transform="translate(1036.1538099707086 229.19093407171704) rotate(0 96.66991424560547 37.5)"><text x="96.66991424560547" y="0" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">1. Check that the </text><text x="96.66991424560547" y="25" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">stateTreeIndex is </text><text x="96.66991424560547" y="50" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">valid</text></g><g transform="translate(770.426222631032 420.51448574058713) rotate(0 49.669944763183594 12.5)"><text x="0" y="0" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1e1e1e" text-anchor="start" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">Processing</text></g><g stroke-linecap="round"><g transform="translate(724.6161378364404 481.1025492482827) rotate(0 109.03693600044221 -0.0695936058090183)"><path d="M-0.16 0.92 C36.31 0.97, 182.25 0.58, 218.52 0.33 M-1.7 0.36 C34.67 0.04, 181.46 -1.57, 217.81 -1.54" stroke="#1e1e1e" stroke-width="1" fill="none"></path></g><g transform="translate(724.6161378364404 481.1025492482827) rotate(0 109.03693600044221 -0.0695936058090183)"><path d="M189.68 8.89 C199.08 6.75, 206.2 2.06, 217.81 -1.54 M189.68 8.89 C197.61 6.3, 203.97 3.86, 217.81 -1.54" stroke="#1e1e1e" stroke-width="1" fill="none"></path></g><g transform="translate(724.6161378364404 481.1025492482827) rotate(0 109.03693600044221 -0.0695936058090183)"><path d="M189.56 -11.63 C199 -8.03, 206.15 -6.98, 217.81 -1.54 M189.56 -11.63 C197.38 -8.77, 203.77 -5.75, 217.81 -1.54" stroke="#1e1e1e" stroke-width="1" fill="none"></path></g></g><mask></mask><g stroke-linecap="round" transform="translate(245.59108113639468 295.6407472359065) rotate(0 110.05757116156974 32.17741655087593)"><path d="M16.09 0 C70.83 -1.73, 123.31 -2.09, 204.03 0 M16.09 0 C90.24 -0.07, 164.85 -1.57, 204.03 0 M204.03 0 C216.12 1.63, 220.09 4.92, 220.12 16.09 M204.03 0 C216.35 -2.14, 218.35 5.51, 220.12 16.09 M220.12 16.09 C219.6 27.9, 218.73 37.08, 220.12 48.27 M220.12 16.09 C221.01 23.07, 219.45 30.36, 220.12 48.27 M220.12 48.27 C219.77 59.31, 213.41 62.8, 204.03 64.35 M220.12 48.27 C219.98 58.22, 215.16 64.25, 204.03 64.35 M204.03 64.35 C154.44 63.32, 108.97 65.76, 16.09 64.35 M204.03 64.35 C151.51 64.79, 99.64 65.37, 16.09 64.35 M16.09 64.35 C4.32 65.87, 1.09 59.82, 0 48.27 M16.09 64.35 C7.45 63.74, -1.21 60.16, 0 48.27 M0 48.27 C0.6 39.51, 1.19 28.89, 0 16.09 M0 48.27 C0.42 38.48, 0.67 30, 0 16.09 M0 16.09 C0.14 6.23, 5.24 -0.25, 16.09 0 M0 16.09 C-0.27 5.16, 6.44 2.03, 16.09 0" stroke="#1971c2" stroke-width="1" fill="none"></path></g><g transform="translate(304.9787075347808 315.3181637867824) rotate(0 50.669944763183594 12.5)"><text x="50.669944763183594" y="0" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">numSignups</text></g><g transform="translate(73.51294738128672 444.0455144406219) rotate(0 143.47988891601562 25)"><text x="0" y="0" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1e1e1e" text-anchor="start" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">Validate whether a message </text><text x="0" y="25" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1e1e1e" text-anchor="start" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">is valid or not</text></g><g stroke-linecap="round" transform="translate(14.368209204522827 297.78096986159653) rotate(0 110.05757116156974 32.17741655087593)"><path d="M16.09 0 C60.3 -2.19, 104.25 -2.72, 204.03 0 M16.09 0 C59.11 -1.76, 102.85 -2.47, 204.03 0 M204.03 0 C213.21 0.13, 220.49 4.51, 220.12 16.09 M204.03 0 C216.73 -0.43, 221.91 3.93, 220.12 16.09 M220.12 16.09 C218.92 28.4, 219.68 35.71, 220.12 48.27 M220.12 16.09 C219.39 25.35, 220 35.82, 220.12 48.27 M220.12 48.27 C220.47 58.9, 213.91 65.68, 204.03 64.35 M220.12 48.27 C220.63 57.67, 213.08 66.45, 204.03 64.35 M204.03 64.35 C139.7 65.34, 71 66.13, 16.09 64.35 M204.03 64.35 C153.01 66.19, 101.81 65.51, 16.09 64.35 M16.09 64.35 C4.32 65.37, 0.01 59.57, 0 48.27 M16.09 64.35 C4.54 65.16, 1.05 60.47, 0 48.27 M0 48.27 C0.12 39.99, -1.55 30.91, 0 16.09 M0 48.27 C-0.08 39.51, -0.14 30.91, 0 16.09 M0 16.09 C0.94 7.13, 5.28 -0.93, 16.09 0 M0 16.09 C-0.34 5.34, 4.01 -0.63, 16.09 0" stroke="#1971c2" stroke-width="1" fill="none"></path></g><g transform="translate(45.37585360828007 317.45838641247246) rotate(0 79.0499267578125 12.5)"><text x="79.0499267578125" y="0" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">stateTreeIndex</text></g><g stroke-linecap="round" transform="translate(486.02641672138725 296.12597468009926) rotate(0 110.05757116156974 32.17741655087593)"><path d="M16.09 0 C57.3 3.24, 103 1.85, 204.03 0 M16.09 0 C67.5 1.81, 120.64 1.32, 204.03 0 M204.03 0 C216.47 -0.37, 221.67 4.11, 220.12 16.09 M204.03 0 C215.29 -1.84, 219.7 4.29, 220.12 16.09 M220.12 16.09 C220.32 28.45, 220.4 40.16, 220.12 48.27 M220.12 16.09 C220.27 23.2, 219.67 31.06, 220.12 48.27 M220.12 48.27 C220.56 57.84, 213.3 66.17, 204.03 64.35 M220.12 48.27 C221.25 58.49, 216.58 65.91, 204.03 64.35 M204.03 64.35 C151.85 63.57, 102.22 65.7, 16.09 64.35 M204.03 64.35 C139.32 64.36, 75.66 64.14, 16.09 64.35 M16.09 64.35 C4.64 65.05, 0.91 60.28, 0 48.27 M16.09 64.35 C5.3 63.87, 1.61 59.05, 0 48.27 M0 48.27 C-0.37 36.67, 1.13 24.66, 0 16.09 M0 48.27 C0.51 39.89, 0 29.29, 0 16.09 M0 16.09 C-0.29 5.35, 4.18 -0.55, 16.09 0 M0 16.09 C-1.86 6.55, 4.39 0.99, 16.09 0" stroke="#1971c2" stroke-width="1" fill="none"></path></g><g transform="translate(517.0540653976054 315.8033912309752) rotate(0 79.02992248535156 12.5)"><text x="79.02992248535156" y="0" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">voteOptionIndex</text></g><g stroke-linecap="round" transform="translate(240.3666542612582 198.8914355648917) rotate(0 110.05757116156974 32.17741655087593)"><path d="M16.09 0 C72.95 -1.24, 128.21 -1.19, 204.03 0 M16.09 0 C66.37 -2.14, 117.96 -1, 204.03 0 M204.03 0 C216.15 -0.04, 220.05 4.12, 220.12 16.09 M204.03 0 C213.99 0.65, 222.07 4.85, 220.12 16.09 M220.12 16.09 C218.85 27.5, 221.71 36.44, 220.12 48.27 M220.12 16.09 C220.54 23.54, 220.39 31.5, 220.12 48.27 M220.12 48.27 C219.01 58.9, 212.92 65.31, 204.03 64.35 M220.12 48.27 C220.05 58.81, 214.1 65.18, 204.03 64.35 M204.03 64.35 C158.49 63.16, 110.27 65.03, 16.09 64.35 M204.03 64.35 C150.92 65.55, 96.93 65.38, 16.09 64.35 M16.09 64.35 C5.15 63.76, -0.78 58.56, 0 48.27 M16.09 64.35 C4.84 65.12, -0.46 60.52, 0 48.27 M0 48.27 C-0.03 41.67, 0.16 32.93, 0 16.09 M0 48.27 C-0.21 37.48, -0.37 26.11, 0 16.09 M0 16.09 C-0.38 7.07, 4.81 1.37, 16.09 0 M0 16.09 C0.23 7.05, 6.19 1.96, 16.09 0" stroke="#1971c2" stroke-width="1" fill="none"></path></g><g transform="translate(274.24430141159746 218.56885211576764) rotate(0 76.17992401123047 12.5)"><text x="76.17992401123047" y="0" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">maxvoteOptions</text></g><g stroke-linecap="round" transform="translate(490.7455154447334 200.89694356638165) rotate(0 110.05757116156974 32.17741655087593)"><path d="M16.09 0 C61.17 2.01, 103.25 1.99, 204.03 0 M16.09 0 C60.96 0.04, 104.42 0.99, 204.03 0 M204.03 0 C214.53 0.93, 220.77 4, 220.12 16.09 M204.03 0 C212.83 2.06, 219.98 7.48, 220.12 16.09 M220.12 16.09 C220.77 24.69, 220.15 34.08, 220.12 48.27 M220.12 16.09 C220.86 27.75, 220.96 39.85, 220.12 48.27 M220.12 48.27 C219.74 59.76, 215.97 63.59, 204.03 64.35 M220.12 48.27 C218.75 57.27, 217 63.98, 204.03 64.35 M204.03 64.35 C135.78 65.9, 68.85 66.62, 16.09 64.35 M204.03 64.35 C133.13 64.46, 63.09 64.3, 16.09 64.35 M16.09 64.35 C3.67 64.7, -0.36 57.86, 0 48.27 M16.09 64.35 C6.98 64.76, 0.06 56.79, 0 48.27 M0 48.27 C0.77 37.34, 0.6 30, 0 16.09 M0 48.27 C-0.32 40.55, -0.98 33.03, 0 16.09 M0 16.09 C1.15 5.83, 6.26 0.04, 16.09 0 M0 16.09 C1.79 7.32, 6.42 -0.57, 16.09 0" stroke="#1971c2" stroke-width="1" fill="none"></path></g><g transform="translate(540.4631436741743 220.57436011725758) rotate(0 60.339942932128906 12.5)"><text x="60.339942932128906" y="0" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">originalNonce</text></g><g stroke-linecap="round" transform="translate(10 198.09113783508292) rotate(0 110.05757116156974 32.17741655087593)"><path d="M16.09 0 C85.79 0.1, 157.44 0.82, 204.03 0 M16.09 0 C81.2 0.69, 147.42 1.72, 204.03 0 M204.03 0 C213.71 -1.4, 220.99 3.98, 220.12 16.09 M204.03 0 C214.86 1.22, 218.68 6.02, 220.12 16.09 M220.12 16.09 C219.31 26.87, 219.18 39.62, 220.12 48.27 M220.12 16.09 C220.16 28.54, 220.23 40.86, 220.12 48.27 M220.12 48.27 C220.94 58.51, 215.76 62.56, 204.03 64.35 M220.12 48.27 C221.79 57.07, 212.97 63.75, 204.03 64.35 M204.03 64.35 C163.89 64.31, 125.96 65.24, 16.09 64.35 M204.03 64.35 C162.42 65.06, 121.57 66.26, 16.09 64.35 M16.09 64.35 C7.1 64.69, 1.36 60.29, 0 48.27 M16.09 64.35 C5.39 64.27, -1.66 60.53, 0 48.27 M0 48.27 C2.03 38.09, 1.38 24.54, 0 16.09 M0 48.27 C0.42 38.47, 0.48 28.26, 0 16.09 M0 16.09 C1.8 6.58, 5.27 -1.45, 16.09 0 M0 16.09 C0.48 4.45, 6.74 0.42, 16.09 0" stroke="#1971c2" stroke-width="1" fill="none"></path></g><g transform="translate(94.6875913031713 217.76855438595885) rotate(0 25.369979858398438 12.5)"><text x="25.369979858398438" y="0" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">nonce</text></g><g stroke-linecap="round" transform="translate(740.8126454835424 201.59696961089776) rotate(0 110.05757116156974 32.17741655087593)"><path d="M16.09 0 C90.22 -0.83, 160.67 -0.68, 204.03 0 M16.09 0 C63.72 0.26, 110.49 0.03, 204.03 0 M204.03 0 C212.98 0.73, 218.65 4.29, 220.12 16.09 M204.03 0 C216.37 1.53, 221.69 4.16, 220.12 16.09 M220.12 16.09 C220.68 22.63, 221.99 31.26, 220.12 48.27 M220.12 16.09 C219.71 27.11, 219.35 39.93, 220.12 48.27 M220.12 48.27 C220.35 60.74, 214.52 65.4, 204.03 64.35 M220.12 48.27 C221.13 60.24, 213.1 64.98, 204.03 64.35 M204.03 64.35 C160.6 63.17, 116.45 64.87, 16.09 64.35 M204.03 64.35 C147.81 65.02, 92.55 65.18, 16.09 64.35 M16.09 64.35 C5.7 65.88, -1.95 59.28, 0 48.27 M16.09 64.35 C4.9 65.66, 0.97 60.06, 0 48.27 M0 48.27 C-0.09 39.84, -0.71 29.34, 0 16.09 M0 48.27 C-0.24 41.3, 0.44 35.14, 0 16.09 M0 16.09 C1.17 5.95, 7.04 0.84, 16.09 0 M0 16.09 C-1.95 4.81, 3.38 0.26, 16.09 0" stroke="#1971c2" stroke-width="1" fill="none"></path></g><g transform="translate(833.8302309883738 221.2743861617737) rotate(0 17.03998565673828 12.5)"><text x="17.03998565673828" y="0" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">cmd</text></g><g stroke-linecap="round" transform="translate(727.6707633117976 295.3518058322461) rotate(0 110.05757116156974 32.17741655087593)"><path d="M16.09 0 C69.32 1.88, 121.38 2.68, 204.03 0 M16.09 0 C57.91 -0.54, 99.18 0.96, 204.03 0 M204.03 0 C214.12 -1.81, 221.73 3.74, 220.12 16.09 M204.03 0 C216.46 -0.01, 221.2 3.24, 220.12 16.09 M220.12 16.09 C221.61 26.88, 221.41 41.56, 220.12 48.27 M220.12 16.09 C220.42 23.36, 219.48 31.87, 220.12 48.27 M220.12 48.27 C221.55 59.81, 213.94 63.03, 204.03 64.35 M220.12 48.27 C218.45 57.49, 213.13 65.55, 204.03 64.35 M204.03 64.35 C154.21 62.44, 107.91 65.07, 16.09 64.35 M204.03 64.35 C153.23 65.96, 104.46 65.95, 16.09 64.35 M16.09 64.35 C7.02 63.02, -0.98 57.44, 0 48.27 M16.09 64.35 C5.48 65.59, 1.71 57, 0 48.27 M0 48.27 C-1.22 39.54, 0.88 28.04, 0 16.09 M0 48.27 C0.48 40.98, -0.3 32.23, 0 16.09 M0 16.09 C1.56 6.42, 5.3 1.09, 16.09 0 M0 16.09 C1.22 3.92, 7.04 2.16, 16.09 0" stroke="#1971c2" stroke-width="1" fill="none"></path></g><g transform="translate(795.9083805549103 315.02922238312203) rotate(0 41.81995391845703 12.5)"><text x="41.81995391845703" y="0" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">publicKey</text></g><g stroke-linecap="round" transform="translate(278.2423947042653 10) rotate(0 110.05757116156974 32.17741655087593)"><path d="M16.09 0 C55.01 -1.74, 93.04 -0.78, 204.03 0 M16.09 0 C81.37 1.76, 145.57 1.2, 204.03 0 M204.03 0 C216.67 1.79, 220.51 3.73, 220.12 16.09 M204.03 0 C216.63 -1.53, 218.05 3.6, 220.12 16.09 M220.12 16.09 C218.43 24.19, 221.83 32.54, 220.12 48.27 M220.12 16.09 C219.18 23.85, 220.81 34.57, 220.12 48.27 M220.12 48.27 C220.04 57.62, 215.16 62.83, 204.03 64.35 M220.12 48.27 C220.8 59.28, 214.56 62.13, 204.03 64.35 M204.03 64.35 C134.41 65.41, 65.37 62.79, 16.09 64.35 M204.03 64.35 C147.27 64.81, 91.06 65.05, 16.09 64.35 M16.09 64.35 C3.55 65.53, -1.98 57.78, 0 48.27 M16.09 64.35 C6.72 65.4, 0.23 59.59, 0 48.27 M0 48.27 C1.84 38.68, 0.01 24.5, 0 16.09 M0 48.27 C0.03 37.95, 0.73 26.34, 0 16.09 M0 16.09 C0.72 6.76, 4.08 0.15, 16.09 0 M0 16.09 C-0.98 3.67, 5.58 -1.2, 16.09 0" stroke="#1971c2" stroke-width="1" fill="none"></path></g><g transform="translate(336.4500131680811 29.677416550875932) rotate(0 51.849952697753906 12.5)"><text x="51.849952697753906" y="0" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">signatureR</text></g><g stroke-linecap="round" transform="translate(519.437383042718 12.083601737957906) rotate(0 110.05757116156974 32.17741655087593)"><path d="M16.09 0 C76.9 1.14, 132.25 -0.8, 204.03 0 M16.09 0 C73.24 -1.06, 131.23 -1.24, 204.03 0 M204.03 0 C215.27 -1.43, 219.9 5.31, 220.12 16.09 M204.03 0 C214.4 -0.98, 218.51 3.84, 220.12 16.09 M220.12 16.09 C220.52 23.07, 220.41 28.9, 220.12 48.27 M220.12 16.09 C219.63 26.03, 220.18 36.69, 220.12 48.27 M220.12 48.27 C218.75 57.47, 216.33 65.14, 204.03 64.35 M220.12 48.27 C218.62 59.03, 214.9 64.41, 204.03 64.35 M204.03 64.35 C158.11 63.3, 113.02 63.71, 16.09 64.35 M204.03 64.35 C153.45 63.32, 103.07 63.27, 16.09 64.35 M16.09 64.35 C6.38 63.54, -1.49 58.88, 0 48.27 M16.09 64.35 C6.97 62.08, 2.3 58.15, 0 48.27 M0 48.27 C0.69 39.12, -0.29 27.71, 0 16.09 M0 48.27 C0 38.1, 0.91 28.67, 0 16.09 M0 16.09 C1.53 5.69, 4.28 0.77, 16.09 0 M0 16.09 C-0.69 6.12, 7.59 -2.15, 16.09 0" stroke="#1971c2" stroke-width="1" fill="none"></path></g><g transform="translate(578.3450060841706 31.76101828883384) rotate(0 51.14994812011719 12.5)"><text x="51.14994812011719" y="0" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">signatureS</text></g><g stroke-linecap="round" transform="translate(16.84064011909163 107.30810843426389) rotate(0 110.05757116156974 32.17741655087593)"><path d="M16.09 0 C90.99 -1.87, 163.7 -0.08, 204.03 0 M16.09 0 C62.62 0.06, 107.77 0.16, 204.03 0 M204.03 0 C213.76 -1.05, 219.22 4.81, 220.12 16.09 M204.03 0 C214.69 -2.02, 218.02 7.26, 220.12 16.09 M220.12 16.09 C219.02 27.43, 220.38 38.72, 220.12 48.27 M220.12 16.09 C219.83 25.48, 220.04 32.75, 220.12 48.27 M220.12 48.27 C221.5 60.01, 214.32 64.7, 204.03 64.35 M220.12 48.27 C220.41 60.71, 216.15 63.26, 204.03 64.35 M204.03 64.35 C156.08 61.07, 108.31 61.53, 16.09 64.35 M204.03 64.35 C161.32 66, 119.35 66.04, 16.09 64.35 M16.09 64.35 C4.49 66.07, 1.5 59.07, 0 48.27 M16.09 64.35 C7 63.16, 0.4 58.58, 0 48.27 M0 48.27 C1.73 36.3, 0.07 28.32, 0 16.09 M0 48.27 C-0.16 38.06, -0.5 30.35, 0 16.09 M0 16.09 C1.32 5.38, 4.52 0.6, 16.09 0 M0 16.09 C1.24 5.79, 6.27 -0.27, 16.09 0" stroke="#1971c2" stroke-width="1" fill="none"></path></g><g transform="translate(23.99830893691137 126.98552498513982) rotate(0 102.89990234375 12.5)"><text x="102.89990234375" y="0" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">stateLeafTimestamp</text></g><g stroke-linecap="round" transform="translate(249.29854856717498 105.51220221915355) rotate(0 110.05757116156974 32.17741655087593)"><path d="M16.09 0 C71.74 -0.16, 128.9 -1.69, 204.03 0 M16.09 0 C84.15 0.71, 151.91 0.01, 204.03 0 M204.03 0 C213.84 -1.96, 220.75 4.86, 220.12 16.09 M204.03 0 C215.15 1.44, 217.87 3.84, 220.12 16.09 M220.12 16.09 C220.49 29.35, 221.41 40.53, 220.12 48.27 M220.12 16.09 C219.97 23.38, 221.14 33.13, 220.12 48.27 M220.12 48.27 C221.09 59.27, 212.76 65, 204.03 64.35 M220.12 48.27 C222.01 57.05, 212.93 62.07, 204.03 64.35 M204.03 64.35 C144.08 64.04, 80.11 65.49, 16.09 64.35 M204.03 64.35 C166 64.01, 126 65.21, 16.09 64.35 M16.09 64.35 C6.98 62.83, 0.56 60.26, 0 48.27 M16.09 64.35 C3.67 62.5, 1.4 57.31, 0 48.27 M0 48.27 C0.18 38.7, -0.35 31.58, 0 16.09 M0 48.27 C0.46 41.73, -0.11 33.84, 0 16.09 M0 16.09 C-0.87 5.89, 5.68 0.68, 16.09 0 M0 16.09 C-0.27 3.57, 6.21 -1.15, 16.09 0" stroke="#1971c2" stroke-width="1" fill="none"></path></g><g transform="translate(280.9561944968111 125.18961877002948) rotate(0 78.3999252319336 12.5)"><text x="78.3999252319336" y="0" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">pollEndTimstamp</text></g><g stroke-linecap="round" transform="translate(492.82247860066946 111.71450962518247) rotate(0 110.05757116156974 32.17741655087593)"><path d="M16.09 0 C63.83 -0.18, 107.93 0.61, 204.03 0 M16.09 0 C90.24 0.02, 163.74 0.12, 204.03 0 M204.03 0 C216.56 1, 220.09 3.78, 220.12 16.09 M204.03 0 C215.3 -1.78, 218.97 3.8, 220.12 16.09 M220.12 16.09 C218.94 27.22, 220.74 33.76, 220.12 48.27 M220.12 16.09 C220.98 23.39, 221.15 28.62, 220.12 48.27 M220.12 48.27 C221.93 60.98, 216.75 66.33, 204.03 64.35 M220.12 48.27 C221.84 59.44, 216.52 62.43, 204.03 64.35 M204.03 64.35 C154.07 65.23, 101.07 65, 16.09 64.35 M204.03 64.35 C156.8 65.4, 109.54 65.53, 16.09 64.35 M16.09 64.35 C3.49 62.91, 1.36 60.81, 0 48.27 M16.09 64.35 C7.45 65.98, 0.75 57.35, 0 48.27 M0 48.27 C-0.94 36.18, 2.06 27.61, 0 16.09 M0 48.27 C-0.88 42.04, -0.3 34.69, 0 16.09 M0 16.09 C-1.01 4.46, 5.88 -1.55, 16.09 0 M0 16.09 C-1.26 3.45, 5.03 -1.51, 16.09 0" stroke="#1971c2" stroke-width="1" fill="none"></path></g><g transform="translate(501.9601507754228 118.8919261760584) rotate(0 100.9198989868164 25)"><text x="100.9198989868164" y="0" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">currentVoiceCreditsB</text><text x="100.9198989868164" y="25" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">alance</text></g><g stroke-linecap="round" transform="translate(744.2459365878021 98.78547656568526) rotate(0 119.95887372948937 32.17741655087593)"><path d="M16.09 0 C61.68 -1.32, 109.14 -2.2, 223.83 0 M16.09 0 C74.89 0.9, 136.03 1.54, 223.83 0 M223.83 0 C233.9 -0.58, 238 3.56, 239.92 16.09 M223.83 0 C235.48 1.79, 239.49 7.15, 239.92 16.09 M239.92 16.09 C240.4 25.19, 238.31 33.48, 239.92 48.27 M239.92 16.09 C240.78 26.87, 239.95 36.67, 239.92 48.27 M239.92 48.27 C239.85 59.28, 233.01 65.34, 223.83 64.35 M239.92 48.27 C241.42 58.56, 233.85 66.47, 223.83 64.35 M223.83 64.35 C146.41 65.11, 65.92 65.36, 16.09 64.35 M223.83 64.35 C174.33 63.38, 124.41 63.18, 16.09 64.35 M16.09 64.35 C3.91 63.61, -1.93 59.45, 0 48.27 M16.09 64.35 C5.48 64.99, -1.23 58.08, 0 48.27 M0 48.27 C-1.38 40.65, 0.85 34.35, 0 16.09 M0 48.27 C0.06 40.92, 0.37 34.05, 0 16.09 M0 16.09 C-0.6 4.71, 3.86 1.39, 16.09 0 M0 16.09 C0.37 7.34, 6.65 0.52, 16.09 0" stroke="#1971c2" stroke-width="1" fill="none"></path></g><g transform="translate(756.0349189598696 118.46289311656119) rotate(0 108.16989135742188 12.5)"><text x="108.16989135742188" y="0" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">currentVotesForOption</text></g><g stroke-linecap="round" transform="translate(29.445016079028846 10.01073416339068) rotate(0 110.05757116156974 32.17741655087593)"><path d="M16.09 0 C71.74 -0.84, 129.6 -1.09, 204.03 0 M16.09 0 C90.97 1.63, 165.78 0.06, 204.03 0 M204.03 0 C215.06 -0.9, 220.38 3.93, 220.12 16.09 M204.03 0 C215.52 -1.39, 217.93 7.22, 220.12 16.09 M220.12 16.09 C220.86 29.23, 218.77 41.65, 220.12 48.27 M220.12 16.09 C219.9 26.11, 220.08 37.17, 220.12 48.27 M220.12 48.27 C221.01 60.41, 213.55 64.27, 204.03 64.35 M220.12 48.27 C221.89 57.31, 216.91 64.79, 204.03 64.35 M204.03 64.35 C143.18 64.65, 84.94 63.42, 16.09 64.35 M204.03 64.35 C139.22 63.02, 74.61 64.54, 16.09 64.35 M16.09 64.35 C5.69 65.26, 0.5 58.9, 0 48.27 M16.09 64.35 C5.6 65.02, -1.26 60.96, 0 48.27 M0 48.27 C-1.79 34.63, 0.2 23.97, 0 16.09 M0 48.27 C0.24 34.82, -0.76 22.56, 0 16.09 M0 16.09 C-0.88 4.97, 3.41 0.58, 16.09 0 M0 16.09 C-0.34 5.06, 3.96 0.03, 16.09 0" stroke="#1971c2" stroke-width="1" fill="none"></path></g><g transform="translate(86.89264003600874 29.688150714266612) rotate(0 52.609947204589844 12.5)"><text x="52.609947204589844" y="0" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">voteWeight</text></g><g stroke-linecap="round" transform="translate(1312.5201996491733 238.58553672350854) rotate(0 110.05757116156974 32.17741655087593)"><path d="M16.09 0 C71.31 -0.16, 127.35 -3.3, 204.03 0 M16.09 0 C75.4 -1.84, 134 -1.4, 204.03 0 M204.03 0 C213.28 -0.69, 220.05 5.34, 220.12 16.09 M204.03 0 C216.58 -0.5, 222.05 7.11, 220.12 16.09 M220.12 16.09 C218.66 26.27, 222.19 35.35, 220.12 48.27 M220.12 16.09 C219.82 24.65, 219.14 32.51, 220.12 48.27 M220.12 48.27 C221.78 60.24, 216.5 64.18, 204.03 64.35 M220.12 48.27 C220.61 60.32, 216.73 63.49, 204.03 64.35 M204.03 64.35 C141.01 67.39, 81.04 67.3, 16.09 64.35 M204.03 64.35 C139.14 65.79, 72.69 65.41, 16.09 64.35 M16.09 64.35 C6.53 66.27, 0.47 58.12, 0 48.27 M16.09 64.35 C4.88 66.1, 1.03 56.85, 0 48.27 M0 48.27 C1.62 37.68, -0.73 23.68, 0 16.09 M0 48.27 C0.75 40.17, 0.52 31.77, 0 16.09 M0 16.09 C1.02 6.4, 5.82 0.4, 16.09 0 M0 16.09 C-0.05 6.26, 4.06 0.82, 16.09 0" stroke="#1971c2" stroke-width="1" fill="none"></path></g><g transform="translate(1321.307850461622 245.76295327438447) rotate(0 101.2699203491211 25)"><text x="101.2699203491211" y="0" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">stateTreeIndex <= </text><text x="101.2699203491211" y="25" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">numSignups</text></g><g stroke-linecap="round"><g transform="translate(1258.4427171400816 266.2869549172583) rotate(0 22.92647733774993 0.13700871610603826)"><path d="M-0.17 0.43 C7.41 0.49, 38.31 0.01, 45.91 -0.08 M0.75 0.18 C8.22 0.34, 37.88 0.43, 45.5 0.44" stroke="#1e1e1e" stroke-width="1" fill="none"></path></g><g transform="translate(1258.4427171400816 266.2869549172583) rotate(0 22.92647733774993 0.13700871610603826)"><path d="M23.93 8.22 C32.89 5.41, 39.61 1.54, 45.5 0.44 M23.93 8.22 C28.68 6.72, 33.64 4.26, 45.5 0.44" stroke="#1e1e1e" stroke-width="1" fill="none"></path></g><g transform="translate(1258.4427171400816 266.2869549172583) rotate(0 22.92647733774993 0.13700871610603826)"><path d="M23.98 -7.46 C32.86 -4.35, 39.56 -2.3, 45.5 0.44 M23.98 -7.46 C28.74 -5.37, 33.69 -4.24, 45.5 0.44" stroke="#1e1e1e" stroke-width="1" fill="none"></path></g></g><mask></mask><g stroke-linecap="round" transform="translate(1025.2076399309026 322.33439731450426) rotate(0 110.05757116156974 42.5)"><path d="M21.25 0 C76.58 1.68, 137.01 1.25, 198.87 0 M21.25 0 C88.73 0.03, 154.74 -0.71, 198.87 0 M198.87 0 C213.82 -0.09, 220.3 9.03, 220.12 21.25 M198.87 0 C213.73 -0.93, 219.42 7.54, 220.12 21.25 M220.12 21.25 C219.5 32.74, 218.88 39.14, 220.12 63.75 M220.12 21.25 C218.91 37.13, 219.3 54.99, 220.12 63.75 M220.12 63.75 C221.91 76.14, 212.65 86.98, 198.87 85 M220.12 63.75 C221.36 77.23, 214.14 87.16, 198.87 85 M198.87 85 C147.02 85.4, 92.53 82.51, 21.25 85 M198.87 85 C153.8 85.64, 110.09 87.09, 21.25 85 M21.25 85 C5.83 83.04, 0.48 77.77, 0 63.75 M21.25 85 C5.59 84.53, -2.21 80, 0 63.75 M0 63.75 C0.2 48.1, 0.93 37, 0 21.25 M0 63.75 C0.99 47.58, 0.72 31.88, 0 21.25 M0 21.25 C-0.87 7.63, 8 -0.57, 21.25 0 M0 21.25 C1.25 7.62, 7.81 2.27, 21.25 0" stroke="#1971c2" stroke-width="1" fill="none"></path></g><g transform="translate(1038.6153011193278 327.33439731450426) rotate(0 96.64990997314453 37.5)"><text x="96.64990997314453" y="0" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">2. Check that the </text><text x="96.64990997314453" y="25" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">voteOptionIndex is </text><text x="96.64990997314453" y="50" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">valid</text></g><g stroke-linecap="round" transform="translate(1315.4656605410587 330.42281626790873) rotate(0 110.05757116156974 32.17741655087593)"><path d="M16.09 0 C87.27 2.37, 155.97 2.3, 204.03 0 M16.09 0 C89.19 -0.33, 163.09 0.21, 204.03 0 M204.03 0 C214.67 -0.51, 221.94 4.74, 220.12 16.09 M204.03 0 C212.99 1.63, 220.92 7.3, 220.12 16.09 M220.12 16.09 C219.46 24.08, 220.95 33.21, 220.12 48.27 M220.12 16.09 C219.38 23.73, 220.04 30.76, 220.12 48.27 M220.12 48.27 C220.65 58.45, 216.27 66.21, 204.03 64.35 M220.12 48.27 C221.99 59.68, 214.42 62.32, 204.03 64.35 M204.03 64.35 C148.17 64.32, 96.01 61.91, 16.09 64.35 M204.03 64.35 C143.84 64.75, 86.62 64.94, 16.09 64.35 M16.09 64.35 C7.1 63.22, 1.84 58.78, 0 48.27 M16.09 64.35 C5.06 64.9, -1.44 57.15, 0 48.27 M0 48.27 C1.03 38.54, -0.48 30.22, 0 16.09 M0 48.27 C-0.65 37.64, 0.85 26.85, 0 16.09 M0 16.09 C-0.17 3.39, 6 1.14, 16.09 0 M0 16.09 C0.34 4.8, 6.74 -0.09, 16.09 0" stroke="#1971c2" stroke-width="1" fill="none"></path></g><g transform="translate(1324.2733156259683 337.60023281878466) rotate(0 101.24991607666016 25)"><text x="101.24991607666016" y="0" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">voteOptionIndex <= </text><text x="101.24991607666016" y="25" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">maxVoteOptions</text></g><g stroke-linecap="round"><g transform="translate(1268.6220035671627 363.9708983296855) rotate(0 19.30956457015236 -0.6378326318099425)"><path d="M0.12 0.51 C6.6 0.34, 32.68 -1.06, 39.02 -1.44 M-0.48 0.3 C5.96 0.24, 32.17 -0.54, 38.8 -0.82" stroke="#1e1e1e" stroke-width="1" fill="none"></path></g><g transform="translate(1268.6220035671627 363.9708983296855) rotate(0 19.30956457015236 -0.6378326318099425)"><path d="M20.89 6.42 C27.65 4.75, 32.3 0.91, 38.8 -0.82 M20.89 6.42 C24.7 4.79, 28.96 3.22, 38.8 -0.82" stroke="#1e1e1e" stroke-width="1" fill="none"></path></g><g transform="translate(1268.6220035671627 363.9708983296855) rotate(0 19.30956457015236 -0.6378326318099425)"><path d="M20.42 -6.79 C27.29 -4.16, 32.09 -3.69, 38.8 -0.82 M20.42 -6.79 C24.28 -5.62, 28.65 -4.37, 38.8 -0.82" stroke="#1e1e1e" stroke-width="1" fill="none"></path></g></g><mask></mask><g stroke-linecap="round" transform="translate(1027.15122013187 440.45929496988197) rotate(0 110.05757116156974 30)"><path d="M15 0 C61.09 -2.89, 106.84 -2.48, 205.12 0 M15 0 C58.15 -2.21, 99.67 -1.21, 205.12 0 M205.12 0 C214.22 -0.41, 219.18 4.51, 220.12 15 M205.12 0 C214.95 0.08, 218.84 4.24, 220.12 15 M220.12 15 C221.4 22.91, 221.11 33.91, 220.12 45 M220.12 15 C219.82 22.08, 220.56 30.38, 220.12 45 M220.12 45 C222 55.24, 213.44 59.46, 205.12 60 M220.12 45 C221.1 52.9, 214.91 59.89, 205.12 60 M205.12 60 C128.49 60.32, 56.71 60.05, 15 60 M205.12 60 C166.7 60.97, 129.12 61.22, 15 60 M15 60 C5.17 60.13, 1.43 53.88, 0 45 M15 60 C4.17 57.94, 1.8 54.49, 0 45 M0 45 C-0.11 37.33, -2.03 26.05, 0 15 M0 45 C-0.88 32.73, -0.66 21.12, 0 15 M0 15 C-1.62 5.99, 4.31 -1.85, 15 0 M0 15 C0.84 2.76, 3.36 -1.8, 15 0" stroke="#1971c2" stroke-width="1" fill="none"></path></g><g transform="translate(1041.9488578217602 445.45929496988197) rotate(0 95.25993347167969 25)"><text x="95.25993347167969" y="0" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">3. Check that the </text><text x="95.25993347167969" y="25" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">nonce is valid</text></g><g stroke-linecap="round" transform="translate(1325.4907809804004 434.0235673926579) rotate(0 110.05757116156974 42.5)"><path d="M21.25 0 C84.82 -3.02, 146.93 -1.42, 198.87 0 M21.25 0 C65.78 0.23, 108.13 0.15, 198.87 0 M198.87 0 C212.41 -1.81, 221.18 8.75, 220.12 21.25 M198.87 0 C214.38 0.72, 218.7 5.28, 220.12 21.25 M220.12 21.25 C221.52 38, 220.08 52.29, 220.12 63.75 M220.12 21.25 C220.33 30.97, 219.39 38.59, 220.12 63.75 M220.12 63.75 C218.28 76.39, 213.47 83.61, 198.87 85 M220.12 63.75 C218.91 79.67, 212.72 82.74, 198.87 85 M198.87 85 C154.63 82.35, 106.95 84.04, 21.25 85 M198.87 85 C133.01 86.05, 69.16 85.11, 21.25 85 M21.25 85 C5.66 84.03, 1.98 76.79, 0 63.75 M21.25 85 C5.54 86.17, -2.11 78.13, 0 63.75 M0 63.75 C1.08 49.94, 1.93 38.69, 0 21.25 M0 63.75 C-0.94 50.21, -0.14 36.92, 0 21.25 M0 21.25 C1.09 5.62, 5.73 1.78, 21.25 0 M0 21.25 C2.24 9.28, 5.5 -0.02, 21.25 0" stroke="#1971c2" stroke-width="1" fill="none"></path></g><g transform="translate(1356.2484101253685 451.5235673926579) rotate(0 79.29994201660156 25)"><text x="79.29994201660156" y="0" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">nonce == </text><text x="79.29994201660156" y="25" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">originalNonce + 1</text></g><g stroke-linecap="round"><g transform="translate(1264.3084563474035 468.89065842979676) rotate(0 23.942240416821505 0.7131409605465251)"><path d="M0.31 -0.49 C8.19 -0.25, 39.57 0.65, 47.49 1.04 M-0.19 0.45 C7.84 0.78, 40.59 1.44, 48.52 1.55" stroke="#1e1e1e" stroke-width="1" fill="none"></path></g><g transform="translate(1264.3084563474035 468.89065842979676) rotate(0 23.942240416821505 0.7131409605465251)"><path d="M25.87 9.34 C32.65 5.93, 40.49 3.87, 48.52 1.55 M25.87 9.34 C34.18 6.29, 43.68 3.74, 48.52 1.55" stroke="#1e1e1e" stroke-width="1" fill="none"></path></g><g transform="translate(1264.3084563474035 468.89065842979676) rotate(0 23.942240416821505 0.7131409605465251)"><path d="M26.16 -7.04 C32.79 -4.92, 40.53 -1.45, 48.52 1.55 M26.16 -7.04 C34.34 -3.8, 43.73 -0.05, 48.52 1.55" stroke="#1e1e1e" stroke-width="1" fill="none"></path></g></g><mask></mask><g stroke-linecap="round" transform="translate(1034.6968844415087 541.4474602099267) rotate(0 110.05757116156974 42.5)"><path d="M21.25 0 C89.4 -0.18, 159.39 -1.44, 198.87 0 M21.25 0 C76.04 -1.36, 130.93 -0.78, 198.87 0 M198.87 0 C212.99 1.53, 222.03 7.16, 220.12 21.25 M198.87 0 C213.92 0.59, 220.62 9.33, 220.12 21.25 M220.12 21.25 C220.77 33.35, 218.29 42.5, 220.12 63.75 M220.12 21.25 C220.66 35.71, 219.74 51.68, 220.12 63.75 M220.12 63.75 C218.76 79.14, 214.12 86.58, 198.87 85 M220.12 63.75 C219.33 77.52, 215.19 86.17, 198.87 85 M198.87 85 C155.2 87.38, 114.46 85.69, 21.25 85 M198.87 85 C139.64 83.3, 81.78 83.31, 21.25 85 M21.25 85 C8.08 85.31, 1.75 79.59, 0 63.75 M21.25 85 C7.63 83.08, 0.91 76.59, 0 63.75 M0 63.75 C1.19 47.91, 0.85 32.98, 0 21.25 M0 63.75 C1.08 51.31, -0.27 36.98, 0 21.25 M0 21.25 C-1.3 5.23, 7.02 -0.27, 21.25 0 M0 21.25 C1.65 7.18, 5.17 1.56, 21.25 0" stroke="#1971c2" stroke-width="1" fill="none"></path></g><g transform="translate(1041.7645492920433 558.9474602099267) rotate(0 102.98990631103516 25)"><text x="102.98990631103516" y="0" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">4. Verify that the </text><text x="102.98990631103516" y="25" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">signature is correct </text></g><g stroke-linecap="round" transform="translate(1330.9309000723233 537.212551389681) rotate(0 110.05757116156974 55)"><path d="M27.5 0 C71.19 -1.15, 110.74 -1.52, 192.62 0 M27.5 0 C71.05 -1.59, 112.79 -0.68, 192.62 0 M192.62 0 C212.11 -1.52, 220.39 9.88, 220.12 27.5 M192.62 0 C209.14 1.27, 217.82 10.2, 220.12 27.5 M220.12 27.5 C222.01 43.91, 218.53 58.26, 220.12 82.5 M220.12 27.5 C221.12 47.02, 220.34 68.13, 220.12 82.5 M220.12 82.5 C220.2 100.95, 210.66 110.39, 192.62 110 M220.12 82.5 C219.94 102.68, 212.05 111.16, 192.62 110 M192.62 110 C150.59 112.33, 106.22 111.29, 27.5 110 M192.62 110 C149.22 110.67, 107.21 110.05, 27.5 110 M27.5 110 C7.29 109.81, 1.54 102.56, 0 82.5 M27.5 110 C9.21 110.34, 0.69 100.06, 0 82.5 M0 82.5 C-1.03 63.37, -0.81 43.47, 0 27.5 M0 82.5 C0.77 68.31, 1.45 53.86, 0 27.5 M0 27.5 C0.53 7.83, 10.45 -1.11, 27.5 0 M0 27.5 C-0.44 7.52, 8.55 0.78, 27.5 0" stroke="#1971c2" stroke-width="1" fill="none"></path></g><g transform="translate(1338.9085838437563 542.212551389681) rotate(0 102.07988739013672 50)"><text x="102.07988739013672" y="0" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">use </text><text x="102.07988739013672" y="25" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">VerifySignature(public</text><text x="102.07988739013672" y="50" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">Key, signR, sigS, </text><text x="102.07988739013672" y="75" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">cmdData)</text></g><g stroke-linecap="round"><g transform="translate(1274.3132934276273 589.473269007193) rotate(0 23.942240416821505 0.7131409605465251)"><path d="M-0.2 0.09 C7.87 0.24, 40.38 0.97, 48.4 1.19 M0.69 -0.33 C8.75 -0.14, 40.43 1.37, 48.23 1.77" stroke="#1e1e1e" stroke-width="1" fill="none"></path></g><g transform="translate(1274.3132934276273 589.473269007193) rotate(0 23.942240416821505 0.7131409605465251)"><path d="M25.35 8.86 C32.09 7.8, 38.09 4.84, 48.23 1.77 M25.35 8.86 C32.58 6.23, 38.98 4.48, 48.23 1.77" stroke="#1e1e1e" stroke-width="1" fill="none"></path></g><g transform="translate(1274.3132934276273 589.473269007193) rotate(0 23.942240416821505 0.7131409605465251)"><path d="M26.15 -7.51 C32.71 -3.85, 38.47 -2.1, 48.23 1.77 M26.15 -7.51 C33.09 -5.16, 39.25 -1.94, 48.23 1.77" stroke="#1e1e1e" stroke-width="1" fill="none"></path></g></g><mask></mask><g stroke-linecap="round" transform="translate(1039.6351553908994 679.3321706274257) rotate(0 110.05757116156974 55)"><path d="M27.5 0 C75.69 -1.21, 126.9 -1.34, 192.62 0 M27.5 0 C81.9 -0.75, 136.1 -0.97, 192.62 0 M192.62 0 C210.1 -1.62, 221.51 9.41, 220.12 27.5 M192.62 0 C212.02 1.87, 220.13 7.99, 220.12 27.5 M220.12 27.5 C220.55 45.48, 221.75 62.06, 220.12 82.5 M220.12 27.5 C219.88 40.92, 219.58 55.74, 220.12 82.5 M220.12 82.5 C221.75 99.35, 209.91 109.81, 192.62 110 M220.12 82.5 C220.74 101.05, 210.08 108.7, 192.62 110 M192.62 110 C148.21 112.43, 105.82 111.16, 27.5 110 M192.62 110 C132.95 109.01, 74.61 108.24, 27.5 110 M27.5 110 C9.25 108.89, -1.67 102.66, 0 82.5 M27.5 110 C10.98 107.8, -0.13 100.94, 0 82.5 M0 82.5 C-1.48 66.76, -0.12 47.07, 0 27.5 M0 82.5 C0.49 69.78, -0.42 58.89, 0 27.5 M0 27.5 C0.17 10.3, 9.02 1.4, 27.5 0 M0 27.5 C1.44 10, 9.41 1.34, 27.5 0" stroke="#1971c2" stroke-width="1" fill="none"></path></g><g transform="translate(1055.1228031515902 684.3321706274257) rotate(0 94.5699234008789 50)"><text x="94.5699234008789" y="0" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">5. Verify that the </text><text x="94.5699234008789" y="25" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">user registered </text><text x="94.5699234008789" y="50" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">before the poll </text><text x="94.5699234008789" y="75" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">finished</text></g><g stroke-linecap="round" transform="translate(1338.586293055247 677.4697171979817) rotate(0 110.05757116156974 55)"><path d="M27.5 0 C67.75 1.35, 108.06 0.56, 192.62 0 M27.5 0 C82.06 -1, 138.17 -0.07, 192.62 0 M192.62 0 C211.88 1.63, 220.13 8.14, 220.12 27.5 M192.62 0 C211.54 1.48, 219.04 9.25, 220.12 27.5 M220.12 27.5 C219.69 42.31, 221.01 61.33, 220.12 82.5 M220.12 27.5 C220.92 38.09, 219.58 50.07, 220.12 82.5 M220.12 82.5 C220.66 101.02, 210.2 108.87, 192.62 110 M220.12 82.5 C219.3 99.6, 212.44 109.18, 192.62 110 M192.62 110 C133.06 111.76, 70.17 109.11, 27.5 110 M192.62 110 C146.02 107.89, 98.5 109.36, 27.5 110 M27.5 110 C10.74 108.09, -0.11 100.93, 0 82.5 M27.5 110 C9.6 111.68, -2.05 99.6, 0 82.5 M0 82.5 C-1.75 62.69, -1.26 41.56, 0 27.5 M0 82.5 C0.07 71.05, -0.09 59.16, 0 27.5 M0 27.5 C1.25 9.89, 9.38 1.17, 27.5 0 M0 27.5 C1.48 10.66, 7.78 0.15, 27.5 0" stroke="#1971c2" stroke-width="1" fill="none"></path></g><g transform="translate(1345.7439618730668 707.4697171979817) rotate(0 102.89990234375 25)"><text x="102.89990234375" y="0" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">stateLeafTimestamp</text><text x="102.89990234375" y="25" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge"><= pollEndTimestamp</text></g><g stroke-linecap="round"><g transform="translate(1279.251564377017 735.6642586492871) rotate(0 25.30080143358805 -0.15950893211709172)"><path d="M-0.32 0.4 C7.94 0.23, 41.33 0.1, 49.73 -0.18 M1.71 -0.44 C10.34 -0.46, 44.09 1.43, 51.98 1.42" stroke="#1e1e1e" stroke-width="1" fill="none"></path></g><g transform="translate(1279.251564377017 735.6642586492871) rotate(0 25.30080143358805 -0.15950893211709172)"><path d="M27.94 9.32 C36.07 5.46, 43.16 3.59, 51.98 1.42 M27.94 9.32 C33.62 8.38, 38.42 5.32, 51.98 1.42" stroke="#1e1e1e" stroke-width="1" fill="none"></path></g><g transform="translate(1279.251564377017 735.6642586492871) rotate(0 25.30080143358805 -0.15950893211709172)"><path d="M28.49 -7.98 C36.56 -6.43, 43.48 -2.88, 51.98 1.42 M28.49 -7.98 C34.17 -5.13, 38.85 -4.4, 51.98 1.42" stroke="#1e1e1e" stroke-width="1" fill="none"></path></g></g><mask></mask><g stroke-linecap="round" transform="translate(1053.6027710875924 832.2665957275881) rotate(0 110.05757116156974 67.5)"><path d="M32 0 C73.9 1.07, 114.58 2.19, 188.12 0 M32 0 C67.51 1.18, 100.78 0.95, 188.12 0 M188.12 0 C209.26 -0.3, 220.21 11.55, 220.12 32 M188.12 0 C207.25 0.08, 220.36 11.89, 220.12 32 M220.12 32 C221.38 46.76, 221.26 62.01, 220.12 103 M220.12 32 C219.6 47.77, 220.36 61.98, 220.12 103 M220.12 103 C221.63 122.59, 210.73 135.18, 188.12 135 M220.12 103 C218.89 123.92, 209.63 135.67, 188.12 135 M188.12 135 C140.93 135.29, 97.89 136.03, 32 135 M188.12 135 C148.92 133.61, 108.28 134.81, 32 135 M32 135 C8.96 135.09, -0.72 124.47, 0 103 M32 135 C9.52 133.89, 1.12 123.55, 0 103 M0 103 C-1.58 82.54, -1.05 64.73, 0 32 M0 103 C0.94 74.23, -0.07 48.2, 0 32 M0 32 C0.95 12.06, 9.87 0.78, 32 0 M0 32 C-0.11 9.45, 11.76 1.67, 32 0" stroke="#1971c2" stroke-width="1" fill="none"></path></g><g transform="translate(1059.3304319708418 837.2665957275881) rotate(0 104.32991027832031 62.5)"><text x="104.32991027832031" y="0" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">6. Ensure we have </text><text x="104.32991027832031" y="25" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">enough voice credits </text><text x="104.32991027832031" y="50" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">and that the </text><text x="104.32991027832031" y="75" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">voteWeight is a safe</text><text x="104.32991027832031" y="100" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">value</text></g><g stroke-linecap="round" transform="translate(1354.219797525142 827.6927647086563) rotate(0 110.05757116156974 80)"><path d="M32 0 C76.71 -1.36, 124.28 1.06, 188.12 0 M32 0 C93.79 -1.29, 155.81 -0.7, 188.12 0 M188.12 0 C207.53 0.07, 220.33 11.73, 220.12 32 M188.12 0 C207.64 0.43, 221.61 11.97, 220.12 32 M220.12 32 C218.83 56.7, 220 78.89, 220.12 128 M220.12 32 C220.92 67.27, 220.8 104.38, 220.12 128 M220.12 128 C219.05 148.97, 209.61 160.58, 188.12 160 M220.12 128 C219.97 148.14, 208.61 158.48, 188.12 160 M188.12 160 C133.6 161.13, 79.61 161.88, 32 160 M188.12 160 C145.74 161.39, 104.7 161.42, 32 160 M32 160 C9.67 159.03, 0.98 148.65, 0 128 M32 160 C10.24 160.97, -0.77 147.87, 0 128 M0 128 C2.21 100.02, -0.63 75.9, 0 32 M0 128 C1.06 108.42, 0.19 87.84, 0 32 M0 32 C-0.1 9.61, 11.61 1.45, 32 0 M0 32 C-1.34 8.93, 12.63 0.94, 32 0" stroke="#1971c2" stroke-width="1" fill="none"></path></g><g transform="translate(1363.2674733620047 832.6927647086563) rotate(0 101.00989532470703 75)"><text x="101.00989532470703" y="0" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">ensure that the </text><text x="101.00989532470703" y="25" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">voteWeight is <= </text><text x="101.00989532470703" y="50" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">squareRoot of the </text><text x="101.00989532470703" y="75" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">field size (to ensure</text><text x="101.00989532470703" y="100" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">that it does not </text><text x="101.00989532470703" y="125" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">overflow when ** 2)</text></g><g stroke-linecap="round"><g transform="translate(1293.21918007371 898.0036702535067) rotate(0 26.133745820189006 1.9959954988926256)"><path d="M1.13 1.16 C9.82 2, 43.32 4.43, 51.82 4.87 M0.26 0.72 C8.78 1.24, 42.13 2.49, 50.64 3.21" stroke="#1e1e1e" stroke-width="1" fill="none"></path></g><g transform="translate(1293.21918007371 898.0036702535067) rotate(0 26.133745820189006 1.9959954988926256)"><path d="M25.53 10.73 C34.32 7.7, 40.7 6.2, 50.64 3.21 M25.53 10.73 C31.73 8.51, 39.94 6.86, 50.64 3.21" stroke="#1e1e1e" stroke-width="1" fill="none"></path></g><g transform="translate(1293.21918007371 898.0036702535067) rotate(0 26.133745820189006 1.9959954988926256)"><path d="M26.57 -7.17 C35.05 -5.31, 41.15 -1.93, 50.64 3.21 M26.57 -7.17 C32.48 -4.28, 40.4 -0.83, 50.64 3.21" stroke="#1e1e1e" stroke-width="1" fill="none"></path></g></g><mask></mask><g stroke-linecap="round" transform="translate(1651.8628716799271 823.1903560840492) rotate(0 110.05757116156974 80)"><path d="M32 0 C87.1 -1, 144.35 -1.66, 188.12 0 M32 0 C66.75 -0.74, 101.97 -0.15, 188.12 0 M188.12 0 C209.58 -1.78, 218.86 11.19, 220.12 32 M188.12 0 C208.83 1.16, 219.04 11.08, 220.12 32 M220.12 32 C221.57 63.4, 221.62 99.28, 220.12 128 M220.12 32 C220.83 54.55, 219.36 79.65, 220.12 128 M220.12 128 C218.94 148.39, 210.95 162, 188.12 160 M220.12 128 C220.89 148.02, 207.21 159.75, 188.12 160 M188.12 160 C142.04 160.32, 99 159.29, 32 160 M188.12 160 C128.09 160.19, 70.14 160.44, 32 160 M32 160 C9.05 158.08, 1.85 148.86, 0 128 M32 160 C12.31 160.98, 0.39 147.16, 0 128 M0 128 C-1.52 91.92, -2.02 54.4, 0 32 M0 128 C-0.37 100.58, -0.46 72.6, 0 32 M0 32 C-0.65 9.56, 9.5 -0.64, 32 0 M0 32 C-0.63 9.2, 11.25 1.57, 32 0" stroke="#1971c2" stroke-width="1" fill="none"></path></g><g transform="translate(1657.8405173043875 853.1903560840492) rotate(0 104.07992553710938 50)"><text x="104.07992553710938" y="0" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">weight <= </text><text x="104.07992553710938" y="25" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">147946756881789319</text><text x="104.07992553710938" y="50" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">0057306921709962</text><text x="104.07992553710938" y="75" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">59609</text></g><g stroke-linecap="round" transform="translate(1351.5660262648807 999.4129777365727) rotate(0 280.491653757756 67.5)"><path d="M32 0 C215.83 0.65, 398.49 0.5, 528.98 0 M32 0 C181.55 0.47, 330.61 0.18, 528.98 0 M528.98 0 C548.64 -1.77, 561.92 8.95, 560.98 32 M528.98 0 C552.23 0.08, 561.79 8.74, 560.98 32 M560.98 32 C560.08 50.24, 559.64 66.94, 560.98 103 M560.98 32 C560.41 54.9, 561.38 79.64, 560.98 103 M560.98 103 C562.83 126.23, 552.05 135.53, 528.98 135 M560.98 103 C560.57 123.96, 550.27 137.27, 528.98 135 M528.98 135 C348.41 133.9, 168.92 133.37, 32 135 M528.98 135 C381.5 136.09, 234.42 136.04, 32 135 M32 135 C11.99 136.15, 1.4 123.46, 0 103 M32 135 C10.53 134.95, 2.06 125.17, 0 103 M0 103 C1.6 74.38, 1.76 50.22, 0 32 M0 103 C0.1 87.83, 0.71 71.34, 0 32 M0 32 C-0.3 8.96, 8.96 -1.67, 32 0 M0 32 C-1.18 12.14, 12.79 -0.86, 32 0" stroke="#1971c2" stroke-width="1" fill="none"></path></g><g transform="translate(1357.6179217218555 1004.4129777365727) rotate(0 274.43975830078125 62.5)"><text x="274.43975830078125" y="0" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">check if the sum of the square of </text><text x="274.43975830078125" y="25" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">currentVotesForOption and currentVoiceCreditBalance is</text><text x="274.43975830078125" y="50" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">greater than or equal to the square of voteWeight. </text><text x="274.43975830078125" y="75" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">This is to ensure that there are enough voice credits </text><text x="274.43975830078125" y="100" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">to cover the vote weight.</text></g><g stroke-linecap="round"><g transform="translate(1598.7554134688708 897.88343261676) rotate(0 25.786729672132424 -0.25732119194151437)"><path d="M-0.62 -0.44 C7.95 -0.45, 42.32 -1.25, 50.91 -1.13 M1.26 -1.72 C10.27 -1.49, 45.18 0.08, 53.27 0.08" stroke="#1e1e1e" stroke-width="1" fill="none"></path></g><g transform="translate(1598.7554134688708 897.88343261676) rotate(0 25.786729672132424 -0.25732119194151437)"><path d="M28.81 8.26 C34.42 5.18, 40.39 3.08, 53.27 0.08 M28.81 8.26 C38.26 5.38, 47.3 2.95, 53.27 0.08" stroke="#1e1e1e" stroke-width="1" fill="none"></path></g><g transform="translate(1598.7554134688708 897.88343261676) rotate(0 25.786729672132424 -0.25732119194151437)"><path d="M29.28 -9.38 C34.61 -7.94, 40.46 -5.52, 53.27 0.08 M29.28 -9.38 C38.68 -5.87, 47.56 -1.9, 53.27 0.08" stroke="#1e1e1e" stroke-width="1" fill="none"></path></g></g><mask></mask><g stroke-linecap="round" transform="translate(1056.7213945278882 1004.7235139164668) rotate(0 110.05757116156974 55)"><path d="M27.5 0 C61.34 -0.35, 97.62 -0.3, 192.62 0 M27.5 0 C67.1 -0.42, 105.54 -0.01, 192.62 0 M192.62 0 C212.64 -1.21, 220.53 8.24, 220.12 27.5 M192.62 0 C211.86 -1.08, 220.36 11, 220.12 27.5 M220.12 27.5 C221.74 39.03, 220.96 54.95, 220.12 82.5 M220.12 27.5 C220.11 39.53, 219.88 53, 220.12 82.5 M220.12 82.5 C221.09 100.34, 212.02 110.48, 192.62 110 M220.12 82.5 C220.55 102.43, 210.7 108.46, 192.62 110 M192.62 110 C158.86 111.86, 123.02 110.17, 27.5 110 M192.62 110 C132.39 108.44, 71.95 109.53, 27.5 110 M27.5 110 C7.61 111.1, 1.13 99.1, 0 82.5 M27.5 110 C8.58 109.69, 0.43 100.86, 0 82.5 M0 82.5 C1.71 71.18, -0.47 61.3, 0 27.5 M0 82.5 C-0.03 63.44, -0.34 41.43, 0 27.5 M0 27.5 C-1.61 10.05, 10.27 -0.12, 27.5 0 M0 27.5 C-0.35 8.94, 8.48 -0.12, 27.5 0" stroke="#1971c2" stroke-width="1" fill="none"></path></g><g transform="translate(1064.5890471713915 1009.7235139164668) rotate(0 102.1899185180664 50)"><text x="102.1899185180664" y="0" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">7. isValid is checked </text><text x="102.1899185180664" y="25" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">to be == 7 (the </text><text x="102.1899185180664" y="50" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">number of checks </text><text x="102.1899185180664" y="75" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">performed)</text></g></svg>
|
|
21
|
+
<rect x="0" y="0" width="1922.5493337803928" height="1144.4129777365727" fill="#ffffff"></rect><g stroke-linecap="round" transform="translate(435.22724706102053 437.03655664367534) rotate(0 114.33810379333909 33.800522136203085)"><path d="M16.9 0 C60.88 1.89, 100.57 0.59, 211.78 0 M16.9 0 C75.43 1.5, 132.21 1.84, 211.78 0 M211.78 0 C222.37 0.44, 228.68 5.37, 228.68 16.9 M211.78 0 C222.19 -0.07, 229.51 6.1, 228.68 16.9 M228.68 16.9 C230.23 27.1, 229.48 34.77, 228.68 50.7 M228.68 16.9 C228.83 26.34, 227.71 35.66, 228.68 50.7 M228.68 50.7 C226.68 60.55, 224.41 69.24, 211.78 67.6 M228.68 50.7 C228.65 61.45, 224.64 65.46, 211.78 67.6 M211.78 67.6 C167.44 69.69, 124.45 69.53, 16.9 67.6 M211.78 67.6 C165.3 65.57, 120.13 65.95, 16.9 67.6 M16.9 67.6 C4.43 67.84, -0.34 62.29, 0 50.7 M16.9 67.6 C4.1 65.82, -0.14 61.19, 0 50.7 M0 50.7 C1.34 40.41, -1.13 27.77, 0 16.9 M0 50.7 C0.63 38.16, -0.42 23.44, 0 16.9 M0 16.9 C0.28 5.12, 4.59 1.52, 16.9 0 M0 16.9 C1.25 6.59, 7.72 -0.62, 16.9 0" stroke="#1971c2" stroke-width="1" fill="none"></path></g><g transform="translate(463.915425622426 458.3370787798783) rotate(0 85.6499252319336 12.5)"><text x="85.6499252319336" y="0" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#e03131" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">MessageValidator</text></g><g stroke-linecap="round"><g transform="translate(516.450471793428 364.7795262069899) rotate(0 2.176047493926717 33.47421452865149)"><path d="M0.18 -0.02 C0.76 11.13, 3.68 54.8, 4.46 65.94 M-1.19 -1.08 C-0.84 10.27, 2.64 55.43, 3.56 66.95" stroke="#1e1e1e" stroke-width="1" fill="none"></path></g><g transform="translate(516.450471793428 364.7795262069899) rotate(0 2.176047493926717 33.47421452865149)"><path d="M-8.85 39.63 C-4.39 50.16, -1.33 61.19, 3.56 66.95 M-8.85 39.63 C-5.89 47.65, -1.99 55.12, 3.56 66.95" stroke="#1e1e1e" stroke-width="1" fill="none"></path></g><g transform="translate(516.450471793428 364.7795262069899) rotate(0 2.176047493926717 33.47421452865149)"><path d="M11.61 38.05 C8.29 49.2, 3.58 60.83, 3.56 66.95 M11.61 38.05 C8.7 46.56, 6.73 54.49, 3.56 66.95" stroke="#1e1e1e" stroke-width="1" fill="none"></path></g></g><mask></mask><g transform="translate(582.2121518038894 389.9138054469654) rotate(0 31.809967041015625 12.5)"><text x="0" y="0" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1e1e1e" text-anchor="start" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">Inputs</text></g><g transform="translate(593.4983879158926 538.4807131534612) rotate(0 34.84996032714844 12.5)"><text x="0" y="0" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1e1e1e" text-anchor="start" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">Output</text></g><g stroke-linecap="round"><g transform="translate(532.7938140611277 523.795845055125) rotate(0 0.2229014099474398 20.511057519056408)"><path d="M-0.51 0.11 C-0.51 6.98, 0.1 34.34, 0.26 41.14 M0.23 -0.31 C0.13 6.4, -0.25 33.27, -0.27 40.24" stroke="#1e1e1e" stroke-width="1" fill="none"></path></g><g transform="translate(532.7938140611277 523.795845055125) rotate(0 0.2229014099474398 20.511057519056408)"><path d="M-7.11 20.9 C-4.58 27.2, -2.23 34.14, -0.27 40.24 M-7.11 20.9 C-5 26.55, -3.32 32.02, -0.27 40.24" stroke="#1e1e1e" stroke-width="1" fill="none"></path></g><g transform="translate(532.7938140611277 523.795845055125) rotate(0 0.2229014099474398 20.511057519056408)"><path d="M6.93 21.03 C4.66 27.22, 2.22 34.12, -0.27 40.24 M6.93 21.03 C5.01 26.64, 2.66 32.07, -0.27 40.24" stroke="#1e1e1e" stroke-width="1" fill="none"></path></g></g><mask></mask><g stroke-linecap="round" transform="translate(435.9578683491818 589.7221873215335) rotate(0 110.05757116156974 32.17741655087593)"><path d="M16.09 0 C55.44 0.64, 93.64 -0.1, 204.03 0 M16.09 0 C71.71 -0.33, 127.61 0.39, 204.03 0 M204.03 0 C215.5 0.79, 219.08 4.68, 220.12 16.09 M204.03 0 C213.15 2.26, 221 6.42, 220.12 16.09 M220.12 16.09 C218.95 24.75, 222.01 30.66, 220.12 48.27 M220.12 16.09 C219.57 25.09, 220.53 33.53, 220.12 48.27 M220.12 48.27 C221.84 58.62, 216.31 63.11, 204.03 64.35 M220.12 48.27 C220.66 57.15, 214.34 63.28, 204.03 64.35 M204.03 64.35 C130.05 62.88, 55.92 61.88, 16.09 64.35 M204.03 64.35 C162.41 63.67, 120.01 64.38, 16.09 64.35 M16.09 64.35 C5.81 63.21, -1.45 60.81, 0 48.27 M16.09 64.35 C6.5 63.85, 1.83 60.55, 0 48.27 M0 48.27 C-0.25 38.38, 1.78 31.66, 0 16.09 M0 48.27 C-0.82 37.78, -0.29 26.58, 0 16.09 M0 16.09 C-0.72 6.06, 6.28 1.29, 16.09 0 M0 16.09 C-0.06 4.88, 6.97 0.06, 16.09 0" stroke="#1971c2" stroke-width="1" fill="none"></path></g><g transform="translate(516.0454688076265 609.3996038724094) rotate(0 29.969970703125 12.5)"><text x="29.969970703125" y="0" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#2f9e44" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">isValid</text></g><g stroke-linecap="round" transform="translate(1022.7661530547443 224.19093407171704) rotate(0 110.05757116156974 42.5)"><path d="M21.25 0 C74.48 1.38, 128.24 0.25, 198.87 0 M21.25 0 C75.71 -0.97, 128.91 -1.71, 198.87 0 M198.87 0 C211.64 1.97, 220.89 8, 220.12 21.25 M198.87 0 C211.35 1.82, 217.82 5.45, 220.12 21.25 M220.12 21.25 C220.02 38.29, 218.6 51.02, 220.12 63.75 M220.12 21.25 C221.06 34.09, 220.97 46.67, 220.12 63.75 M220.12 63.75 C220.59 76.31, 212.67 84.07, 198.87 85 M220.12 63.75 C222.3 77.71, 211.65 85.27, 198.87 85 M198.87 85 C147.06 83.69, 97.68 84.17, 21.25 85 M198.87 85 C146.65 85.6, 93.25 87.09, 21.25 85 M21.25 85 C8.07 84.56, 1.59 79.27, 0 63.75 M21.25 85 C6.51 83.09, 0.32 77.33, 0 63.75 M0 63.75 C0.51 55.04, -0.86 41.64, 0 21.25 M0 63.75 C-0.36 49.2, 0.45 34.59, 0 21.25 M0 21.25 C-0.05 6.66, 8.48 0.05, 21.25 0 M0 21.25 C1.49 5.22, 9.14 -0.73, 21.25 0" stroke="#1971c2" stroke-width="1" fill="none"></path></g><g transform="translate(1036.1538099707086 229.19093407171704) rotate(0 96.66991424560547 37.5)"><text x="96.66991424560547" y="0" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">1. Check that the </text><text x="96.66991424560547" y="25" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">stateTreeIndex is </text><text x="96.66991424560547" y="50" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">valid</text></g><g transform="translate(770.426222631032 420.51448574058713) rotate(0 49.669944763183594 12.5)"><text x="0" y="0" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1e1e1e" text-anchor="start" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">Processing</text></g><g stroke-linecap="round"><g transform="translate(724.6161378364404 481.1025492482827) rotate(0 109.03693600044221 -0.0695936058090183)"><path d="M-0.16 0.92 C36.31 0.97, 182.25 0.58, 218.52 0.33 M-1.7 0.36 C34.67 0.04, 181.46 -1.57, 217.81 -1.54" stroke="#1e1e1e" stroke-width="1" fill="none"></path></g><g transform="translate(724.6161378364404 481.1025492482827) rotate(0 109.03693600044221 -0.0695936058090183)"><path d="M189.68 8.89 C199.08 6.75, 206.2 2.06, 217.81 -1.54 M189.68 8.89 C197.61 6.3, 203.97 3.86, 217.81 -1.54" stroke="#1e1e1e" stroke-width="1" fill="none"></path></g><g transform="translate(724.6161378364404 481.1025492482827) rotate(0 109.03693600044221 -0.0695936058090183)"><path d="M189.56 -11.63 C199 -8.03, 206.15 -6.98, 217.81 -1.54 M189.56 -11.63 C197.38 -8.77, 203.77 -5.75, 217.81 -1.54" stroke="#1e1e1e" stroke-width="1" fill="none"></path></g></g><mask></mask><g stroke-linecap="round" transform="translate(245.59108113639468 295.6407472359065) rotate(0 110.05757116156974 32.17741655087593)"><path d="M16.09 0 C70.83 -1.73, 123.31 -2.09, 204.03 0 M16.09 0 C90.24 -0.07, 164.85 -1.57, 204.03 0 M204.03 0 C216.12 1.63, 220.09 4.92, 220.12 16.09 M204.03 0 C216.35 -2.14, 218.35 5.51, 220.12 16.09 M220.12 16.09 C219.6 27.9, 218.73 37.08, 220.12 48.27 M220.12 16.09 C221.01 23.07, 219.45 30.36, 220.12 48.27 M220.12 48.27 C219.77 59.31, 213.41 62.8, 204.03 64.35 M220.12 48.27 C219.98 58.22, 215.16 64.25, 204.03 64.35 M204.03 64.35 C154.44 63.32, 108.97 65.76, 16.09 64.35 M204.03 64.35 C151.51 64.79, 99.64 65.37, 16.09 64.35 M16.09 64.35 C4.32 65.87, 1.09 59.82, 0 48.27 M16.09 64.35 C7.45 63.74, -1.21 60.16, 0 48.27 M0 48.27 C0.6 39.51, 1.19 28.89, 0 16.09 M0 48.27 C0.42 38.48, 0.67 30, 0 16.09 M0 16.09 C0.14 6.23, 5.24 -0.25, 16.09 0 M0 16.09 C-0.27 5.16, 6.44 2.03, 16.09 0" stroke="#1971c2" stroke-width="1" fill="none"></path></g><g transform="translate(304.9787075347808 315.3181637867824) rotate(0 50.669944763183594 12.5)"><text x="50.669944763183594" y="0" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">totalSignups</text></g><g transform="translate(73.51294738128672 444.0455144406219) rotate(0 143.47988891601562 25)"><text x="0" y="0" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1e1e1e" text-anchor="start" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">Validate whether a message </text><text x="0" y="25" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1e1e1e" text-anchor="start" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">is valid or not</text></g><g stroke-linecap="round" transform="translate(14.368209204522827 297.78096986159653) rotate(0 110.05757116156974 32.17741655087593)"><path d="M16.09 0 C60.3 -2.19, 104.25 -2.72, 204.03 0 M16.09 0 C59.11 -1.76, 102.85 -2.47, 204.03 0 M204.03 0 C213.21 0.13, 220.49 4.51, 220.12 16.09 M204.03 0 C216.73 -0.43, 221.91 3.93, 220.12 16.09 M220.12 16.09 C218.92 28.4, 219.68 35.71, 220.12 48.27 M220.12 16.09 C219.39 25.35, 220 35.82, 220.12 48.27 M220.12 48.27 C220.47 58.9, 213.91 65.68, 204.03 64.35 M220.12 48.27 C220.63 57.67, 213.08 66.45, 204.03 64.35 M204.03 64.35 C139.7 65.34, 71 66.13, 16.09 64.35 M204.03 64.35 C153.01 66.19, 101.81 65.51, 16.09 64.35 M16.09 64.35 C4.32 65.37, 0.01 59.57, 0 48.27 M16.09 64.35 C4.54 65.16, 1.05 60.47, 0 48.27 M0 48.27 C0.12 39.99, -1.55 30.91, 0 16.09 M0 48.27 C-0.08 39.51, -0.14 30.91, 0 16.09 M0 16.09 C0.94 7.13, 5.28 -0.93, 16.09 0 M0 16.09 C-0.34 5.34, 4.01 -0.63, 16.09 0" stroke="#1971c2" stroke-width="1" fill="none"></path></g><g transform="translate(45.37585360828007 317.45838641247246) rotate(0 79.0499267578125 12.5)"><text x="79.0499267578125" y="0" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">stateTreeIndex</text></g><g stroke-linecap="round" transform="translate(486.02641672138725 296.12597468009926) rotate(0 110.05757116156974 32.17741655087593)"><path d="M16.09 0 C57.3 3.24, 103 1.85, 204.03 0 M16.09 0 C67.5 1.81, 120.64 1.32, 204.03 0 M204.03 0 C216.47 -0.37, 221.67 4.11, 220.12 16.09 M204.03 0 C215.29 -1.84, 219.7 4.29, 220.12 16.09 M220.12 16.09 C220.32 28.45, 220.4 40.16, 220.12 48.27 M220.12 16.09 C220.27 23.2, 219.67 31.06, 220.12 48.27 M220.12 48.27 C220.56 57.84, 213.3 66.17, 204.03 64.35 M220.12 48.27 C221.25 58.49, 216.58 65.91, 204.03 64.35 M204.03 64.35 C151.85 63.57, 102.22 65.7, 16.09 64.35 M204.03 64.35 C139.32 64.36, 75.66 64.14, 16.09 64.35 M16.09 64.35 C4.64 65.05, 0.91 60.28, 0 48.27 M16.09 64.35 C5.3 63.87, 1.61 59.05, 0 48.27 M0 48.27 C-0.37 36.67, 1.13 24.66, 0 16.09 M0 48.27 C0.51 39.89, 0 29.29, 0 16.09 M0 16.09 C-0.29 5.35, 4.18 -0.55, 16.09 0 M0 16.09 C-1.86 6.55, 4.39 0.99, 16.09 0" stroke="#1971c2" stroke-width="1" fill="none"></path></g><g transform="translate(517.0540653976054 315.8033912309752) rotate(0 79.02992248535156 12.5)"><text x="79.02992248535156" y="0" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">voteOptionIndex</text></g><g stroke-linecap="round" transform="translate(240.3666542612582 198.8914355648917) rotate(0 110.05757116156974 32.17741655087593)"><path d="M16.09 0 C72.95 -1.24, 128.21 -1.19, 204.03 0 M16.09 0 C66.37 -2.14, 117.96 -1, 204.03 0 M204.03 0 C216.15 -0.04, 220.05 4.12, 220.12 16.09 M204.03 0 C213.99 0.65, 222.07 4.85, 220.12 16.09 M220.12 16.09 C218.85 27.5, 221.71 36.44, 220.12 48.27 M220.12 16.09 C220.54 23.54, 220.39 31.5, 220.12 48.27 M220.12 48.27 C219.01 58.9, 212.92 65.31, 204.03 64.35 M220.12 48.27 C220.05 58.81, 214.1 65.18, 204.03 64.35 M204.03 64.35 C158.49 63.16, 110.27 65.03, 16.09 64.35 M204.03 64.35 C150.92 65.55, 96.93 65.38, 16.09 64.35 M16.09 64.35 C5.15 63.76, -0.78 58.56, 0 48.27 M16.09 64.35 C4.84 65.12, -0.46 60.52, 0 48.27 M0 48.27 C-0.03 41.67, 0.16 32.93, 0 16.09 M0 48.27 C-0.21 37.48, -0.37 26.11, 0 16.09 M0 16.09 C-0.38 7.07, 4.81 1.37, 16.09 0 M0 16.09 C0.23 7.05, 6.19 1.96, 16.09 0" stroke="#1971c2" stroke-width="1" fill="none"></path></g><g transform="translate(274.24430141159746 218.56885211576764) rotate(0 76.17992401123047 12.5)"><text x="76.17992401123047" y="0" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">maxvoteOptions</text></g><g stroke-linecap="round" transform="translate(490.7455154447334 200.89694356638165) rotate(0 110.05757116156974 32.17741655087593)"><path d="M16.09 0 C61.17 2.01, 103.25 1.99, 204.03 0 M16.09 0 C60.96 0.04, 104.42 0.99, 204.03 0 M204.03 0 C214.53 0.93, 220.77 4, 220.12 16.09 M204.03 0 C212.83 2.06, 219.98 7.48, 220.12 16.09 M220.12 16.09 C220.77 24.69, 220.15 34.08, 220.12 48.27 M220.12 16.09 C220.86 27.75, 220.96 39.85, 220.12 48.27 M220.12 48.27 C219.74 59.76, 215.97 63.59, 204.03 64.35 M220.12 48.27 C218.75 57.27, 217 63.98, 204.03 64.35 M204.03 64.35 C135.78 65.9, 68.85 66.62, 16.09 64.35 M204.03 64.35 C133.13 64.46, 63.09 64.3, 16.09 64.35 M16.09 64.35 C3.67 64.7, -0.36 57.86, 0 48.27 M16.09 64.35 C6.98 64.76, 0.06 56.79, 0 48.27 M0 48.27 C0.77 37.34, 0.6 30, 0 16.09 M0 48.27 C-0.32 40.55, -0.98 33.03, 0 16.09 M0 16.09 C1.15 5.83, 6.26 0.04, 16.09 0 M0 16.09 C1.79 7.32, 6.42 -0.57, 16.09 0" stroke="#1971c2" stroke-width="1" fill="none"></path></g><g transform="translate(540.4631436741743 220.57436011725758) rotate(0 60.339942932128906 12.5)"><text x="60.339942932128906" y="0" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">originalNonce</text></g><g stroke-linecap="round" transform="translate(10 198.09113783508292) rotate(0 110.05757116156974 32.17741655087593)"><path d="M16.09 0 C85.79 0.1, 157.44 0.82, 204.03 0 M16.09 0 C81.2 0.69, 147.42 1.72, 204.03 0 M204.03 0 C213.71 -1.4, 220.99 3.98, 220.12 16.09 M204.03 0 C214.86 1.22, 218.68 6.02, 220.12 16.09 M220.12 16.09 C219.31 26.87, 219.18 39.62, 220.12 48.27 M220.12 16.09 C220.16 28.54, 220.23 40.86, 220.12 48.27 M220.12 48.27 C220.94 58.51, 215.76 62.56, 204.03 64.35 M220.12 48.27 C221.79 57.07, 212.97 63.75, 204.03 64.35 M204.03 64.35 C163.89 64.31, 125.96 65.24, 16.09 64.35 M204.03 64.35 C162.42 65.06, 121.57 66.26, 16.09 64.35 M16.09 64.35 C7.1 64.69, 1.36 60.29, 0 48.27 M16.09 64.35 C5.39 64.27, -1.66 60.53, 0 48.27 M0 48.27 C2.03 38.09, 1.38 24.54, 0 16.09 M0 48.27 C0.42 38.47, 0.48 28.26, 0 16.09 M0 16.09 C1.8 6.58, 5.27 -1.45, 16.09 0 M0 16.09 C0.48 4.45, 6.74 0.42, 16.09 0" stroke="#1971c2" stroke-width="1" fill="none"></path></g><g transform="translate(94.6875913031713 217.76855438595885) rotate(0 25.369979858398438 12.5)"><text x="25.369979858398438" y="0" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">nonce</text></g><g stroke-linecap="round" transform="translate(740.8126454835424 201.59696961089776) rotate(0 110.05757116156974 32.17741655087593)"><path d="M16.09 0 C90.22 -0.83, 160.67 -0.68, 204.03 0 M16.09 0 C63.72 0.26, 110.49 0.03, 204.03 0 M204.03 0 C212.98 0.73, 218.65 4.29, 220.12 16.09 M204.03 0 C216.37 1.53, 221.69 4.16, 220.12 16.09 M220.12 16.09 C220.68 22.63, 221.99 31.26, 220.12 48.27 M220.12 16.09 C219.71 27.11, 219.35 39.93, 220.12 48.27 M220.12 48.27 C220.35 60.74, 214.52 65.4, 204.03 64.35 M220.12 48.27 C221.13 60.24, 213.1 64.98, 204.03 64.35 M204.03 64.35 C160.6 63.17, 116.45 64.87, 16.09 64.35 M204.03 64.35 C147.81 65.02, 92.55 65.18, 16.09 64.35 M16.09 64.35 C5.7 65.88, -1.95 59.28, 0 48.27 M16.09 64.35 C4.9 65.66, 0.97 60.06, 0 48.27 M0 48.27 C-0.09 39.84, -0.71 29.34, 0 16.09 M0 48.27 C-0.24 41.3, 0.44 35.14, 0 16.09 M0 16.09 C1.17 5.95, 7.04 0.84, 16.09 0 M0 16.09 C-1.95 4.81, 3.38 0.26, 16.09 0" stroke="#1971c2" stroke-width="1" fill="none"></path></g><g transform="translate(833.8302309883738 221.2743861617737) rotate(0 17.03998565673828 12.5)"><text x="17.03998565673828" y="0" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">cmd</text></g><g stroke-linecap="round" transform="translate(727.6707633117976 295.3518058322461) rotate(0 110.05757116156974 32.17741655087593)"><path d="M16.09 0 C69.32 1.88, 121.38 2.68, 204.03 0 M16.09 0 C57.91 -0.54, 99.18 0.96, 204.03 0 M204.03 0 C214.12 -1.81, 221.73 3.74, 220.12 16.09 M204.03 0 C216.46 -0.01, 221.2 3.24, 220.12 16.09 M220.12 16.09 C221.61 26.88, 221.41 41.56, 220.12 48.27 M220.12 16.09 C220.42 23.36, 219.48 31.87, 220.12 48.27 M220.12 48.27 C221.55 59.81, 213.94 63.03, 204.03 64.35 M220.12 48.27 C218.45 57.49, 213.13 65.55, 204.03 64.35 M204.03 64.35 C154.21 62.44, 107.91 65.07, 16.09 64.35 M204.03 64.35 C153.23 65.96, 104.46 65.95, 16.09 64.35 M16.09 64.35 C7.02 63.02, -0.98 57.44, 0 48.27 M16.09 64.35 C5.48 65.59, 1.71 57, 0 48.27 M0 48.27 C-1.22 39.54, 0.88 28.04, 0 16.09 M0 48.27 C0.48 40.98, -0.3 32.23, 0 16.09 M0 16.09 C1.56 6.42, 5.3 1.09, 16.09 0 M0 16.09 C1.22 3.92, 7.04 2.16, 16.09 0" stroke="#1971c2" stroke-width="1" fill="none"></path></g><g transform="translate(795.9083805549103 315.02922238312203) rotate(0 41.81995391845703 12.5)"><text x="41.81995391845703" y="0" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">publicKey</text></g><g stroke-linecap="round" transform="translate(278.2423947042653 10) rotate(0 110.05757116156974 32.17741655087593)"><path d="M16.09 0 C55.01 -1.74, 93.04 -0.78, 204.03 0 M16.09 0 C81.37 1.76, 145.57 1.2, 204.03 0 M204.03 0 C216.67 1.79, 220.51 3.73, 220.12 16.09 M204.03 0 C216.63 -1.53, 218.05 3.6, 220.12 16.09 M220.12 16.09 C218.43 24.19, 221.83 32.54, 220.12 48.27 M220.12 16.09 C219.18 23.85, 220.81 34.57, 220.12 48.27 M220.12 48.27 C220.04 57.62, 215.16 62.83, 204.03 64.35 M220.12 48.27 C220.8 59.28, 214.56 62.13, 204.03 64.35 M204.03 64.35 C134.41 65.41, 65.37 62.79, 16.09 64.35 M204.03 64.35 C147.27 64.81, 91.06 65.05, 16.09 64.35 M16.09 64.35 C3.55 65.53, -1.98 57.78, 0 48.27 M16.09 64.35 C6.72 65.4, 0.23 59.59, 0 48.27 M0 48.27 C1.84 38.68, 0.01 24.5, 0 16.09 M0 48.27 C0.03 37.95, 0.73 26.34, 0 16.09 M0 16.09 C0.72 6.76, 4.08 0.15, 16.09 0 M0 16.09 C-0.98 3.67, 5.58 -1.2, 16.09 0" stroke="#1971c2" stroke-width="1" fill="none"></path></g><g transform="translate(336.4500131680811 29.677416550875932) rotate(0 51.849952697753906 12.5)"><text x="51.849952697753906" y="0" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">signatureR</text></g><g stroke-linecap="round" transform="translate(519.437383042718 12.083601737957906) rotate(0 110.05757116156974 32.17741655087593)"><path d="M16.09 0 C76.9 1.14, 132.25 -0.8, 204.03 0 M16.09 0 C73.24 -1.06, 131.23 -1.24, 204.03 0 M204.03 0 C215.27 -1.43, 219.9 5.31, 220.12 16.09 M204.03 0 C214.4 -0.98, 218.51 3.84, 220.12 16.09 M220.12 16.09 C220.52 23.07, 220.41 28.9, 220.12 48.27 M220.12 16.09 C219.63 26.03, 220.18 36.69, 220.12 48.27 M220.12 48.27 C218.75 57.47, 216.33 65.14, 204.03 64.35 M220.12 48.27 C218.62 59.03, 214.9 64.41, 204.03 64.35 M204.03 64.35 C158.11 63.3, 113.02 63.71, 16.09 64.35 M204.03 64.35 C153.45 63.32, 103.07 63.27, 16.09 64.35 M16.09 64.35 C6.38 63.54, -1.49 58.88, 0 48.27 M16.09 64.35 C6.97 62.08, 2.3 58.15, 0 48.27 M0 48.27 C0.69 39.12, -0.29 27.71, 0 16.09 M0 48.27 C0 38.1, 0.91 28.67, 0 16.09 M0 16.09 C1.53 5.69, 4.28 0.77, 16.09 0 M0 16.09 C-0.69 6.12, 7.59 -2.15, 16.09 0" stroke="#1971c2" stroke-width="1" fill="none"></path></g><g transform="translate(578.3450060841706 31.76101828883384) rotate(0 51.14994812011719 12.5)"><text x="51.14994812011719" y="0" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">signatureS</text></g><g stroke-linecap="round" transform="translate(16.84064011909163 107.30810843426389) rotate(0 110.05757116156974 32.17741655087593)"><path d="M16.09 0 C90.99 -1.87, 163.7 -0.08, 204.03 0 M16.09 0 C62.62 0.06, 107.77 0.16, 204.03 0 M204.03 0 C213.76 -1.05, 219.22 4.81, 220.12 16.09 M204.03 0 C214.69 -2.02, 218.02 7.26, 220.12 16.09 M220.12 16.09 C219.02 27.43, 220.38 38.72, 220.12 48.27 M220.12 16.09 C219.83 25.48, 220.04 32.75, 220.12 48.27 M220.12 48.27 C221.5 60.01, 214.32 64.7, 204.03 64.35 M220.12 48.27 C220.41 60.71, 216.15 63.26, 204.03 64.35 M204.03 64.35 C156.08 61.07, 108.31 61.53, 16.09 64.35 M204.03 64.35 C161.32 66, 119.35 66.04, 16.09 64.35 M16.09 64.35 C4.49 66.07, 1.5 59.07, 0 48.27 M16.09 64.35 C7 63.16, 0.4 58.58, 0 48.27 M0 48.27 C1.73 36.3, 0.07 28.32, 0 16.09 M0 48.27 C-0.16 38.06, -0.5 30.35, 0 16.09 M0 16.09 C1.32 5.38, 4.52 0.6, 16.09 0 M0 16.09 C1.24 5.79, 6.27 -0.27, 16.09 0" stroke="#1971c2" stroke-width="1" fill="none"></path></g><g transform="translate(23.99830893691137 126.98552498513982) rotate(0 102.89990234375 12.5)"><text x="102.89990234375" y="0" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">stateLeafTimestamp</text></g><g stroke-linecap="round" transform="translate(249.29854856717498 105.51220221915355) rotate(0 110.05757116156974 32.17741655087593)"><path d="M16.09 0 C71.74 -0.16, 128.9 -1.69, 204.03 0 M16.09 0 C84.15 0.71, 151.91 0.01, 204.03 0 M204.03 0 C213.84 -1.96, 220.75 4.86, 220.12 16.09 M204.03 0 C215.15 1.44, 217.87 3.84, 220.12 16.09 M220.12 16.09 C220.49 29.35, 221.41 40.53, 220.12 48.27 M220.12 16.09 C219.97 23.38, 221.14 33.13, 220.12 48.27 M220.12 48.27 C221.09 59.27, 212.76 65, 204.03 64.35 M220.12 48.27 C222.01 57.05, 212.93 62.07, 204.03 64.35 M204.03 64.35 C144.08 64.04, 80.11 65.49, 16.09 64.35 M204.03 64.35 C166 64.01, 126 65.21, 16.09 64.35 M16.09 64.35 C6.98 62.83, 0.56 60.26, 0 48.27 M16.09 64.35 C3.67 62.5, 1.4 57.31, 0 48.27 M0 48.27 C0.18 38.7, -0.35 31.58, 0 16.09 M0 48.27 C0.46 41.73, -0.11 33.84, 0 16.09 M0 16.09 C-0.87 5.89, 5.68 0.68, 16.09 0 M0 16.09 C-0.27 3.57, 6.21 -1.15, 16.09 0" stroke="#1971c2" stroke-width="1" fill="none"></path></g><g transform="translate(280.9561944968111 125.18961877002948) rotate(0 78.3999252319336 12.5)"><text x="78.3999252319336" y="0" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">pollEndTimstamp</text></g><g stroke-linecap="round" transform="translate(492.82247860066946 111.71450962518247) rotate(0 110.05757116156974 32.17741655087593)"><path d="M16.09 0 C63.83 -0.18, 107.93 0.61, 204.03 0 M16.09 0 C90.24 0.02, 163.74 0.12, 204.03 0 M204.03 0 C216.56 1, 220.09 3.78, 220.12 16.09 M204.03 0 C215.3 -1.78, 218.97 3.8, 220.12 16.09 M220.12 16.09 C218.94 27.22, 220.74 33.76, 220.12 48.27 M220.12 16.09 C220.98 23.39, 221.15 28.62, 220.12 48.27 M220.12 48.27 C221.93 60.98, 216.75 66.33, 204.03 64.35 M220.12 48.27 C221.84 59.44, 216.52 62.43, 204.03 64.35 M204.03 64.35 C154.07 65.23, 101.07 65, 16.09 64.35 M204.03 64.35 C156.8 65.4, 109.54 65.53, 16.09 64.35 M16.09 64.35 C3.49 62.91, 1.36 60.81, 0 48.27 M16.09 64.35 C7.45 65.98, 0.75 57.35, 0 48.27 M0 48.27 C-0.94 36.18, 2.06 27.61, 0 16.09 M0 48.27 C-0.88 42.04, -0.3 34.69, 0 16.09 M0 16.09 C-1.01 4.46, 5.88 -1.55, 16.09 0 M0 16.09 C-1.26 3.45, 5.03 -1.51, 16.09 0" stroke="#1971c2" stroke-width="1" fill="none"></path></g><g transform="translate(501.9601507754228 118.8919261760584) rotate(0 100.9198989868164 25)"><text x="100.9198989868164" y="0" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">currentVoiceCreditsB</text><text x="100.9198989868164" y="25" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">alance</text></g><g stroke-linecap="round" transform="translate(744.2459365878021 98.78547656568526) rotate(0 119.95887372948937 32.17741655087593)"><path d="M16.09 0 C61.68 -1.32, 109.14 -2.2, 223.83 0 M16.09 0 C74.89 0.9, 136.03 1.54, 223.83 0 M223.83 0 C233.9 -0.58, 238 3.56, 239.92 16.09 M223.83 0 C235.48 1.79, 239.49 7.15, 239.92 16.09 M239.92 16.09 C240.4 25.19, 238.31 33.48, 239.92 48.27 M239.92 16.09 C240.78 26.87, 239.95 36.67, 239.92 48.27 M239.92 48.27 C239.85 59.28, 233.01 65.34, 223.83 64.35 M239.92 48.27 C241.42 58.56, 233.85 66.47, 223.83 64.35 M223.83 64.35 C146.41 65.11, 65.92 65.36, 16.09 64.35 M223.83 64.35 C174.33 63.38, 124.41 63.18, 16.09 64.35 M16.09 64.35 C3.91 63.61, -1.93 59.45, 0 48.27 M16.09 64.35 C5.48 64.99, -1.23 58.08, 0 48.27 M0 48.27 C-1.38 40.65, 0.85 34.35, 0 16.09 M0 48.27 C0.06 40.92, 0.37 34.05, 0 16.09 M0 16.09 C-0.6 4.71, 3.86 1.39, 16.09 0 M0 16.09 C0.37 7.34, 6.65 0.52, 16.09 0" stroke="#1971c2" stroke-width="1" fill="none"></path></g><g transform="translate(756.0349189598696 118.46289311656119) rotate(0 108.16989135742188 12.5)"><text x="108.16989135742188" y="0" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">currentVotesForOption</text></g><g stroke-linecap="round" transform="translate(29.445016079028846 10.01073416339068) rotate(0 110.05757116156974 32.17741655087593)"><path d="M16.09 0 C71.74 -0.84, 129.6 -1.09, 204.03 0 M16.09 0 C90.97 1.63, 165.78 0.06, 204.03 0 M204.03 0 C215.06 -0.9, 220.38 3.93, 220.12 16.09 M204.03 0 C215.52 -1.39, 217.93 7.22, 220.12 16.09 M220.12 16.09 C220.86 29.23, 218.77 41.65, 220.12 48.27 M220.12 16.09 C219.9 26.11, 220.08 37.17, 220.12 48.27 M220.12 48.27 C221.01 60.41, 213.55 64.27, 204.03 64.35 M220.12 48.27 C221.89 57.31, 216.91 64.79, 204.03 64.35 M204.03 64.35 C143.18 64.65, 84.94 63.42, 16.09 64.35 M204.03 64.35 C139.22 63.02, 74.61 64.54, 16.09 64.35 M16.09 64.35 C5.69 65.26, 0.5 58.9, 0 48.27 M16.09 64.35 C5.6 65.02, -1.26 60.96, 0 48.27 M0 48.27 C-1.79 34.63, 0.2 23.97, 0 16.09 M0 48.27 C0.24 34.82, -0.76 22.56, 0 16.09 M0 16.09 C-0.88 4.97, 3.41 0.58, 16.09 0 M0 16.09 C-0.34 5.06, 3.96 0.03, 16.09 0" stroke="#1971c2" stroke-width="1" fill="none"></path></g><g transform="translate(86.89264003600874 29.688150714266612) rotate(0 52.609947204589844 12.5)"><text x="52.609947204589844" y="0" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">voteWeight</text></g><g stroke-linecap="round" transform="translate(1312.5201996491733 238.58553672350854) rotate(0 110.05757116156974 32.17741655087593)"><path d="M16.09 0 C71.31 -0.16, 127.35 -3.3, 204.03 0 M16.09 0 C75.4 -1.84, 134 -1.4, 204.03 0 M204.03 0 C213.28 -0.69, 220.05 5.34, 220.12 16.09 M204.03 0 C216.58 -0.5, 222.05 7.11, 220.12 16.09 M220.12 16.09 C218.66 26.27, 222.19 35.35, 220.12 48.27 M220.12 16.09 C219.82 24.65, 219.14 32.51, 220.12 48.27 M220.12 48.27 C221.78 60.24, 216.5 64.18, 204.03 64.35 M220.12 48.27 C220.61 60.32, 216.73 63.49, 204.03 64.35 M204.03 64.35 C141.01 67.39, 81.04 67.3, 16.09 64.35 M204.03 64.35 C139.14 65.79, 72.69 65.41, 16.09 64.35 M16.09 64.35 C6.53 66.27, 0.47 58.12, 0 48.27 M16.09 64.35 C4.88 66.1, 1.03 56.85, 0 48.27 M0 48.27 C1.62 37.68, -0.73 23.68, 0 16.09 M0 48.27 C0.75 40.17, 0.52 31.77, 0 16.09 M0 16.09 C1.02 6.4, 5.82 0.4, 16.09 0 M0 16.09 C-0.05 6.26, 4.06 0.82, 16.09 0" stroke="#1971c2" stroke-width="1" fill="none"></path></g><g transform="translate(1321.307850461622 245.76295327438447) rotate(0 101.2699203491211 25)"><text x="101.2699203491211" y="0" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">stateTreeIndex <= </text><text x="101.2699203491211" y="25" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">totalSignups</text></g><g stroke-linecap="round"><g transform="translate(1258.4427171400816 266.2869549172583) rotate(0 22.92647733774993 0.13700871610603826)"><path d="M-0.17 0.43 C7.41 0.49, 38.31 0.01, 45.91 -0.08 M0.75 0.18 C8.22 0.34, 37.88 0.43, 45.5 0.44" stroke="#1e1e1e" stroke-width="1" fill="none"></path></g><g transform="translate(1258.4427171400816 266.2869549172583) rotate(0 22.92647733774993 0.13700871610603826)"><path d="M23.93 8.22 C32.89 5.41, 39.61 1.54, 45.5 0.44 M23.93 8.22 C28.68 6.72, 33.64 4.26, 45.5 0.44" stroke="#1e1e1e" stroke-width="1" fill="none"></path></g><g transform="translate(1258.4427171400816 266.2869549172583) rotate(0 22.92647733774993 0.13700871610603826)"><path d="M23.98 -7.46 C32.86 -4.35, 39.56 -2.3, 45.5 0.44 M23.98 -7.46 C28.74 -5.37, 33.69 -4.24, 45.5 0.44" stroke="#1e1e1e" stroke-width="1" fill="none"></path></g></g><mask></mask><g stroke-linecap="round" transform="translate(1025.2076399309026 322.33439731450426) rotate(0 110.05757116156974 42.5)"><path d="M21.25 0 C76.58 1.68, 137.01 1.25, 198.87 0 M21.25 0 C88.73 0.03, 154.74 -0.71, 198.87 0 M198.87 0 C213.82 -0.09, 220.3 9.03, 220.12 21.25 M198.87 0 C213.73 -0.93, 219.42 7.54, 220.12 21.25 M220.12 21.25 C219.5 32.74, 218.88 39.14, 220.12 63.75 M220.12 21.25 C218.91 37.13, 219.3 54.99, 220.12 63.75 M220.12 63.75 C221.91 76.14, 212.65 86.98, 198.87 85 M220.12 63.75 C221.36 77.23, 214.14 87.16, 198.87 85 M198.87 85 C147.02 85.4, 92.53 82.51, 21.25 85 M198.87 85 C153.8 85.64, 110.09 87.09, 21.25 85 M21.25 85 C5.83 83.04, 0.48 77.77, 0 63.75 M21.25 85 C5.59 84.53, -2.21 80, 0 63.75 M0 63.75 C0.2 48.1, 0.93 37, 0 21.25 M0 63.75 C0.99 47.58, 0.72 31.88, 0 21.25 M0 21.25 C-0.87 7.63, 8 -0.57, 21.25 0 M0 21.25 C1.25 7.62, 7.81 2.27, 21.25 0" stroke="#1971c2" stroke-width="1" fill="none"></path></g><g transform="translate(1038.6153011193278 327.33439731450426) rotate(0 96.64990997314453 37.5)"><text x="96.64990997314453" y="0" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">2. Check that the </text><text x="96.64990997314453" y="25" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">voteOptionIndex is </text><text x="96.64990997314453" y="50" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">valid</text></g><g stroke-linecap="round" transform="translate(1315.4656605410587 330.42281626790873) rotate(0 110.05757116156974 32.17741655087593)"><path d="M16.09 0 C87.27 2.37, 155.97 2.3, 204.03 0 M16.09 0 C89.19 -0.33, 163.09 0.21, 204.03 0 M204.03 0 C214.67 -0.51, 221.94 4.74, 220.12 16.09 M204.03 0 C212.99 1.63, 220.92 7.3, 220.12 16.09 M220.12 16.09 C219.46 24.08, 220.95 33.21, 220.12 48.27 M220.12 16.09 C219.38 23.73, 220.04 30.76, 220.12 48.27 M220.12 48.27 C220.65 58.45, 216.27 66.21, 204.03 64.35 M220.12 48.27 C221.99 59.68, 214.42 62.32, 204.03 64.35 M204.03 64.35 C148.17 64.32, 96.01 61.91, 16.09 64.35 M204.03 64.35 C143.84 64.75, 86.62 64.94, 16.09 64.35 M16.09 64.35 C7.1 63.22, 1.84 58.78, 0 48.27 M16.09 64.35 C5.06 64.9, -1.44 57.15, 0 48.27 M0 48.27 C1.03 38.54, -0.48 30.22, 0 16.09 M0 48.27 C-0.65 37.64, 0.85 26.85, 0 16.09 M0 16.09 C-0.17 3.39, 6 1.14, 16.09 0 M0 16.09 C0.34 4.8, 6.74 -0.09, 16.09 0" stroke="#1971c2" stroke-width="1" fill="none"></path></g><g transform="translate(1324.2733156259683 337.60023281878466) rotate(0 101.24991607666016 25)"><text x="101.24991607666016" y="0" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">voteOptionIndex <= </text><text x="101.24991607666016" y="25" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">maxVoteOptions</text></g><g stroke-linecap="round"><g transform="translate(1268.6220035671627 363.9708983296855) rotate(0 19.30956457015236 -0.6378326318099425)"><path d="M0.12 0.51 C6.6 0.34, 32.68 -1.06, 39.02 -1.44 M-0.48 0.3 C5.96 0.24, 32.17 -0.54, 38.8 -0.82" stroke="#1e1e1e" stroke-width="1" fill="none"></path></g><g transform="translate(1268.6220035671627 363.9708983296855) rotate(0 19.30956457015236 -0.6378326318099425)"><path d="M20.89 6.42 C27.65 4.75, 32.3 0.91, 38.8 -0.82 M20.89 6.42 C24.7 4.79, 28.96 3.22, 38.8 -0.82" stroke="#1e1e1e" stroke-width="1" fill="none"></path></g><g transform="translate(1268.6220035671627 363.9708983296855) rotate(0 19.30956457015236 -0.6378326318099425)"><path d="M20.42 -6.79 C27.29 -4.16, 32.09 -3.69, 38.8 -0.82 M20.42 -6.79 C24.28 -5.62, 28.65 -4.37, 38.8 -0.82" stroke="#1e1e1e" stroke-width="1" fill="none"></path></g></g><mask></mask><g stroke-linecap="round" transform="translate(1027.15122013187 440.45929496988197) rotate(0 110.05757116156974 30)"><path d="M15 0 C61.09 -2.89, 106.84 -2.48, 205.12 0 M15 0 C58.15 -2.21, 99.67 -1.21, 205.12 0 M205.12 0 C214.22 -0.41, 219.18 4.51, 220.12 15 M205.12 0 C214.95 0.08, 218.84 4.24, 220.12 15 M220.12 15 C221.4 22.91, 221.11 33.91, 220.12 45 M220.12 15 C219.82 22.08, 220.56 30.38, 220.12 45 M220.12 45 C222 55.24, 213.44 59.46, 205.12 60 M220.12 45 C221.1 52.9, 214.91 59.89, 205.12 60 M205.12 60 C128.49 60.32, 56.71 60.05, 15 60 M205.12 60 C166.7 60.97, 129.12 61.22, 15 60 M15 60 C5.17 60.13, 1.43 53.88, 0 45 M15 60 C4.17 57.94, 1.8 54.49, 0 45 M0 45 C-0.11 37.33, -2.03 26.05, 0 15 M0 45 C-0.88 32.73, -0.66 21.12, 0 15 M0 15 C-1.62 5.99, 4.31 -1.85, 15 0 M0 15 C0.84 2.76, 3.36 -1.8, 15 0" stroke="#1971c2" stroke-width="1" fill="none"></path></g><g transform="translate(1041.9488578217602 445.45929496988197) rotate(0 95.25993347167969 25)"><text x="95.25993347167969" y="0" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">3. Check that the </text><text x="95.25993347167969" y="25" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">nonce is valid</text></g><g stroke-linecap="round" transform="translate(1325.4907809804004 434.0235673926579) rotate(0 110.05757116156974 42.5)"><path d="M21.25 0 C84.82 -3.02, 146.93 -1.42, 198.87 0 M21.25 0 C65.78 0.23, 108.13 0.15, 198.87 0 M198.87 0 C212.41 -1.81, 221.18 8.75, 220.12 21.25 M198.87 0 C214.38 0.72, 218.7 5.28, 220.12 21.25 M220.12 21.25 C221.52 38, 220.08 52.29, 220.12 63.75 M220.12 21.25 C220.33 30.97, 219.39 38.59, 220.12 63.75 M220.12 63.75 C218.28 76.39, 213.47 83.61, 198.87 85 M220.12 63.75 C218.91 79.67, 212.72 82.74, 198.87 85 M198.87 85 C154.63 82.35, 106.95 84.04, 21.25 85 M198.87 85 C133.01 86.05, 69.16 85.11, 21.25 85 M21.25 85 C5.66 84.03, 1.98 76.79, 0 63.75 M21.25 85 C5.54 86.17, -2.11 78.13, 0 63.75 M0 63.75 C1.08 49.94, 1.93 38.69, 0 21.25 M0 63.75 C-0.94 50.21, -0.14 36.92, 0 21.25 M0 21.25 C1.09 5.62, 5.73 1.78, 21.25 0 M0 21.25 C2.24 9.28, 5.5 -0.02, 21.25 0" stroke="#1971c2" stroke-width="1" fill="none"></path></g><g transform="translate(1356.2484101253685 451.5235673926579) rotate(0 79.29994201660156 25)"><text x="79.29994201660156" y="0" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">nonce == </text><text x="79.29994201660156" y="25" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">originalNonce + 1</text></g><g stroke-linecap="round"><g transform="translate(1264.3084563474035 468.89065842979676) rotate(0 23.942240416821505 0.7131409605465251)"><path d="M0.31 -0.49 C8.19 -0.25, 39.57 0.65, 47.49 1.04 M-0.19 0.45 C7.84 0.78, 40.59 1.44, 48.52 1.55" stroke="#1e1e1e" stroke-width="1" fill="none"></path></g><g transform="translate(1264.3084563474035 468.89065842979676) rotate(0 23.942240416821505 0.7131409605465251)"><path d="M25.87 9.34 C32.65 5.93, 40.49 3.87, 48.52 1.55 M25.87 9.34 C34.18 6.29, 43.68 3.74, 48.52 1.55" stroke="#1e1e1e" stroke-width="1" fill="none"></path></g><g transform="translate(1264.3084563474035 468.89065842979676) rotate(0 23.942240416821505 0.7131409605465251)"><path d="M26.16 -7.04 C32.79 -4.92, 40.53 -1.45, 48.52 1.55 M26.16 -7.04 C34.34 -3.8, 43.73 -0.05, 48.52 1.55" stroke="#1e1e1e" stroke-width="1" fill="none"></path></g></g><mask></mask><g stroke-linecap="round" transform="translate(1034.6968844415087 541.4474602099267) rotate(0 110.05757116156974 42.5)"><path d="M21.25 0 C89.4 -0.18, 159.39 -1.44, 198.87 0 M21.25 0 C76.04 -1.36, 130.93 -0.78, 198.87 0 M198.87 0 C212.99 1.53, 222.03 7.16, 220.12 21.25 M198.87 0 C213.92 0.59, 220.62 9.33, 220.12 21.25 M220.12 21.25 C220.77 33.35, 218.29 42.5, 220.12 63.75 M220.12 21.25 C220.66 35.71, 219.74 51.68, 220.12 63.75 M220.12 63.75 C218.76 79.14, 214.12 86.58, 198.87 85 M220.12 63.75 C219.33 77.52, 215.19 86.17, 198.87 85 M198.87 85 C155.2 87.38, 114.46 85.69, 21.25 85 M198.87 85 C139.64 83.3, 81.78 83.31, 21.25 85 M21.25 85 C8.08 85.31, 1.75 79.59, 0 63.75 M21.25 85 C7.63 83.08, 0.91 76.59, 0 63.75 M0 63.75 C1.19 47.91, 0.85 32.98, 0 21.25 M0 63.75 C1.08 51.31, -0.27 36.98, 0 21.25 M0 21.25 C-1.3 5.23, 7.02 -0.27, 21.25 0 M0 21.25 C1.65 7.18, 5.17 1.56, 21.25 0" stroke="#1971c2" stroke-width="1" fill="none"></path></g><g transform="translate(1041.7645492920433 558.9474602099267) rotate(0 102.98990631103516 25)"><text x="102.98990631103516" y="0" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">4. Verify that the </text><text x="102.98990631103516" y="25" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">signature is correct </text></g><g stroke-linecap="round" transform="translate(1330.9309000723233 537.212551389681) rotate(0 110.05757116156974 55)"><path d="M27.5 0 C71.19 -1.15, 110.74 -1.52, 192.62 0 M27.5 0 C71.05 -1.59, 112.79 -0.68, 192.62 0 M192.62 0 C212.11 -1.52, 220.39 9.88, 220.12 27.5 M192.62 0 C209.14 1.27, 217.82 10.2, 220.12 27.5 M220.12 27.5 C222.01 43.91, 218.53 58.26, 220.12 82.5 M220.12 27.5 C221.12 47.02, 220.34 68.13, 220.12 82.5 M220.12 82.5 C220.2 100.95, 210.66 110.39, 192.62 110 M220.12 82.5 C219.94 102.68, 212.05 111.16, 192.62 110 M192.62 110 C150.59 112.33, 106.22 111.29, 27.5 110 M192.62 110 C149.22 110.67, 107.21 110.05, 27.5 110 M27.5 110 C7.29 109.81, 1.54 102.56, 0 82.5 M27.5 110 C9.21 110.34, 0.69 100.06, 0 82.5 M0 82.5 C-1.03 63.37, -0.81 43.47, 0 27.5 M0 82.5 C0.77 68.31, 1.45 53.86, 0 27.5 M0 27.5 C0.53 7.83, 10.45 -1.11, 27.5 0 M0 27.5 C-0.44 7.52, 8.55 0.78, 27.5 0" stroke="#1971c2" stroke-width="1" fill="none"></path></g><g transform="translate(1338.9085838437563 542.212551389681) rotate(0 102.07988739013672 50)"><text x="102.07988739013672" y="0" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">use </text><text x="102.07988739013672" y="25" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">VerifySignature(public</text><text x="102.07988739013672" y="50" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">Key, signR, sigS, </text><text x="102.07988739013672" y="75" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">cmdData)</text></g><g stroke-linecap="round"><g transform="translate(1274.3132934276273 589.473269007193) rotate(0 23.942240416821505 0.7131409605465251)"><path d="M-0.2 0.09 C7.87 0.24, 40.38 0.97, 48.4 1.19 M0.69 -0.33 C8.75 -0.14, 40.43 1.37, 48.23 1.77" stroke="#1e1e1e" stroke-width="1" fill="none"></path></g><g transform="translate(1274.3132934276273 589.473269007193) rotate(0 23.942240416821505 0.7131409605465251)"><path d="M25.35 8.86 C32.09 7.8, 38.09 4.84, 48.23 1.77 M25.35 8.86 C32.58 6.23, 38.98 4.48, 48.23 1.77" stroke="#1e1e1e" stroke-width="1" fill="none"></path></g><g transform="translate(1274.3132934276273 589.473269007193) rotate(0 23.942240416821505 0.7131409605465251)"><path d="M26.15 -7.51 C32.71 -3.85, 38.47 -2.1, 48.23 1.77 M26.15 -7.51 C33.09 -5.16, 39.25 -1.94, 48.23 1.77" stroke="#1e1e1e" stroke-width="1" fill="none"></path></g></g><mask></mask><g stroke-linecap="round" transform="translate(1039.6351553908994 679.3321706274257) rotate(0 110.05757116156974 55)"><path d="M27.5 0 C75.69 -1.21, 126.9 -1.34, 192.62 0 M27.5 0 C81.9 -0.75, 136.1 -0.97, 192.62 0 M192.62 0 C210.1 -1.62, 221.51 9.41, 220.12 27.5 M192.62 0 C212.02 1.87, 220.13 7.99, 220.12 27.5 M220.12 27.5 C220.55 45.48, 221.75 62.06, 220.12 82.5 M220.12 27.5 C219.88 40.92, 219.58 55.74, 220.12 82.5 M220.12 82.5 C221.75 99.35, 209.91 109.81, 192.62 110 M220.12 82.5 C220.74 101.05, 210.08 108.7, 192.62 110 M192.62 110 C148.21 112.43, 105.82 111.16, 27.5 110 M192.62 110 C132.95 109.01, 74.61 108.24, 27.5 110 M27.5 110 C9.25 108.89, -1.67 102.66, 0 82.5 M27.5 110 C10.98 107.8, -0.13 100.94, 0 82.5 M0 82.5 C-1.48 66.76, -0.12 47.07, 0 27.5 M0 82.5 C0.49 69.78, -0.42 58.89, 0 27.5 M0 27.5 C0.17 10.3, 9.02 1.4, 27.5 0 M0 27.5 C1.44 10, 9.41 1.34, 27.5 0" stroke="#1971c2" stroke-width="1" fill="none"></path></g><g transform="translate(1055.1228031515902 684.3321706274257) rotate(0 94.5699234008789 50)"><text x="94.5699234008789" y="0" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">5. Verify that the </text><text x="94.5699234008789" y="25" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">user registered </text><text x="94.5699234008789" y="50" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">before the poll </text><text x="94.5699234008789" y="75" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">finished</text></g><g stroke-linecap="round" transform="translate(1338.586293055247 677.4697171979817) rotate(0 110.05757116156974 55)"><path d="M27.5 0 C67.75 1.35, 108.06 0.56, 192.62 0 M27.5 0 C82.06 -1, 138.17 -0.07, 192.62 0 M192.62 0 C211.88 1.63, 220.13 8.14, 220.12 27.5 M192.62 0 C211.54 1.48, 219.04 9.25, 220.12 27.5 M220.12 27.5 C219.69 42.31, 221.01 61.33, 220.12 82.5 M220.12 27.5 C220.92 38.09, 219.58 50.07, 220.12 82.5 M220.12 82.5 C220.66 101.02, 210.2 108.87, 192.62 110 M220.12 82.5 C219.3 99.6, 212.44 109.18, 192.62 110 M192.62 110 C133.06 111.76, 70.17 109.11, 27.5 110 M192.62 110 C146.02 107.89, 98.5 109.36, 27.5 110 M27.5 110 C10.74 108.09, -0.11 100.93, 0 82.5 M27.5 110 C9.6 111.68, -2.05 99.6, 0 82.5 M0 82.5 C-1.75 62.69, -1.26 41.56, 0 27.5 M0 82.5 C0.07 71.05, -0.09 59.16, 0 27.5 M0 27.5 C1.25 9.89, 9.38 1.17, 27.5 0 M0 27.5 C1.48 10.66, 7.78 0.15, 27.5 0" stroke="#1971c2" stroke-width="1" fill="none"></path></g><g transform="translate(1345.7439618730668 707.4697171979817) rotate(0 102.89990234375 25)"><text x="102.89990234375" y="0" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">stateLeafTimestamp</text><text x="102.89990234375" y="25" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge"><= pollEndTimestamp</text></g><g stroke-linecap="round"><g transform="translate(1279.251564377017 735.6642586492871) rotate(0 25.30080143358805 -0.15950893211709172)"><path d="M-0.32 0.4 C7.94 0.23, 41.33 0.1, 49.73 -0.18 M1.71 -0.44 C10.34 -0.46, 44.09 1.43, 51.98 1.42" stroke="#1e1e1e" stroke-width="1" fill="none"></path></g><g transform="translate(1279.251564377017 735.6642586492871) rotate(0 25.30080143358805 -0.15950893211709172)"><path d="M27.94 9.32 C36.07 5.46, 43.16 3.59, 51.98 1.42 M27.94 9.32 C33.62 8.38, 38.42 5.32, 51.98 1.42" stroke="#1e1e1e" stroke-width="1" fill="none"></path></g><g transform="translate(1279.251564377017 735.6642586492871) rotate(0 25.30080143358805 -0.15950893211709172)"><path d="M28.49 -7.98 C36.56 -6.43, 43.48 -2.88, 51.98 1.42 M28.49 -7.98 C34.17 -5.13, 38.85 -4.4, 51.98 1.42" stroke="#1e1e1e" stroke-width="1" fill="none"></path></g></g><mask></mask><g stroke-linecap="round" transform="translate(1053.6027710875924 832.2665957275881) rotate(0 110.05757116156974 67.5)"><path d="M32 0 C73.9 1.07, 114.58 2.19, 188.12 0 M32 0 C67.51 1.18, 100.78 0.95, 188.12 0 M188.12 0 C209.26 -0.3, 220.21 11.55, 220.12 32 M188.12 0 C207.25 0.08, 220.36 11.89, 220.12 32 M220.12 32 C221.38 46.76, 221.26 62.01, 220.12 103 M220.12 32 C219.6 47.77, 220.36 61.98, 220.12 103 M220.12 103 C221.63 122.59, 210.73 135.18, 188.12 135 M220.12 103 C218.89 123.92, 209.63 135.67, 188.12 135 M188.12 135 C140.93 135.29, 97.89 136.03, 32 135 M188.12 135 C148.92 133.61, 108.28 134.81, 32 135 M32 135 C8.96 135.09, -0.72 124.47, 0 103 M32 135 C9.52 133.89, 1.12 123.55, 0 103 M0 103 C-1.58 82.54, -1.05 64.73, 0 32 M0 103 C0.94 74.23, -0.07 48.2, 0 32 M0 32 C0.95 12.06, 9.87 0.78, 32 0 M0 32 C-0.11 9.45, 11.76 1.67, 32 0" stroke="#1971c2" stroke-width="1" fill="none"></path></g><g transform="translate(1059.3304319708418 837.2665957275881) rotate(0 104.32991027832031 62.5)"><text x="104.32991027832031" y="0" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">6. Ensure we have </text><text x="104.32991027832031" y="25" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">enough voice credits </text><text x="104.32991027832031" y="50" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">and that the </text><text x="104.32991027832031" y="75" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">voteWeight is a safe</text><text x="104.32991027832031" y="100" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">value</text></g><g stroke-linecap="round" transform="translate(1354.219797525142 827.6927647086563) rotate(0 110.05757116156974 80)"><path d="M32 0 C76.71 -1.36, 124.28 1.06, 188.12 0 M32 0 C93.79 -1.29, 155.81 -0.7, 188.12 0 M188.12 0 C207.53 0.07, 220.33 11.73, 220.12 32 M188.12 0 C207.64 0.43, 221.61 11.97, 220.12 32 M220.12 32 C218.83 56.7, 220 78.89, 220.12 128 M220.12 32 C220.92 67.27, 220.8 104.38, 220.12 128 M220.12 128 C219.05 148.97, 209.61 160.58, 188.12 160 M220.12 128 C219.97 148.14, 208.61 158.48, 188.12 160 M188.12 160 C133.6 161.13, 79.61 161.88, 32 160 M188.12 160 C145.74 161.39, 104.7 161.42, 32 160 M32 160 C9.67 159.03, 0.98 148.65, 0 128 M32 160 C10.24 160.97, -0.77 147.87, 0 128 M0 128 C2.21 100.02, -0.63 75.9, 0 32 M0 128 C1.06 108.42, 0.19 87.84, 0 32 M0 32 C-0.1 9.61, 11.61 1.45, 32 0 M0 32 C-1.34 8.93, 12.63 0.94, 32 0" stroke="#1971c2" stroke-width="1" fill="none"></path></g><g transform="translate(1363.2674733620047 832.6927647086563) rotate(0 101.00989532470703 75)"><text x="101.00989532470703" y="0" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">ensure that the </text><text x="101.00989532470703" y="25" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">voteWeight is <= </text><text x="101.00989532470703" y="50" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">squareRoot of the </text><text x="101.00989532470703" y="75" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">field size (to ensure</text><text x="101.00989532470703" y="100" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">that it does not </text><text x="101.00989532470703" y="125" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">overflow when ** 2)</text></g><g stroke-linecap="round"><g transform="translate(1293.21918007371 898.0036702535067) rotate(0 26.133745820189006 1.9959954988926256)"><path d="M1.13 1.16 C9.82 2, 43.32 4.43, 51.82 4.87 M0.26 0.72 C8.78 1.24, 42.13 2.49, 50.64 3.21" stroke="#1e1e1e" stroke-width="1" fill="none"></path></g><g transform="translate(1293.21918007371 898.0036702535067) rotate(0 26.133745820189006 1.9959954988926256)"><path d="M25.53 10.73 C34.32 7.7, 40.7 6.2, 50.64 3.21 M25.53 10.73 C31.73 8.51, 39.94 6.86, 50.64 3.21" stroke="#1e1e1e" stroke-width="1" fill="none"></path></g><g transform="translate(1293.21918007371 898.0036702535067) rotate(0 26.133745820189006 1.9959954988926256)"><path d="M26.57 -7.17 C35.05 -5.31, 41.15 -1.93, 50.64 3.21 M26.57 -7.17 C32.48 -4.28, 40.4 -0.83, 50.64 3.21" stroke="#1e1e1e" stroke-width="1" fill="none"></path></g></g><mask></mask><g stroke-linecap="round" transform="translate(1651.8628716799271 823.1903560840492) rotate(0 110.05757116156974 80)"><path d="M32 0 C87.1 -1, 144.35 -1.66, 188.12 0 M32 0 C66.75 -0.74, 101.97 -0.15, 188.12 0 M188.12 0 C209.58 -1.78, 218.86 11.19, 220.12 32 M188.12 0 C208.83 1.16, 219.04 11.08, 220.12 32 M220.12 32 C221.57 63.4, 221.62 99.28, 220.12 128 M220.12 32 C220.83 54.55, 219.36 79.65, 220.12 128 M220.12 128 C218.94 148.39, 210.95 162, 188.12 160 M220.12 128 C220.89 148.02, 207.21 159.75, 188.12 160 M188.12 160 C142.04 160.32, 99 159.29, 32 160 M188.12 160 C128.09 160.19, 70.14 160.44, 32 160 M32 160 C9.05 158.08, 1.85 148.86, 0 128 M32 160 C12.31 160.98, 0.39 147.16, 0 128 M0 128 C-1.52 91.92, -2.02 54.4, 0 32 M0 128 C-0.37 100.58, -0.46 72.6, 0 32 M0 32 C-0.65 9.56, 9.5 -0.64, 32 0 M0 32 C-0.63 9.2, 11.25 1.57, 32 0" stroke="#1971c2" stroke-width="1" fill="none"></path></g><g transform="translate(1657.8405173043875 853.1903560840492) rotate(0 104.07992553710938 50)"><text x="104.07992553710938" y="0" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">weight <= </text><text x="104.07992553710938" y="25" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">147946756881789319</text><text x="104.07992553710938" y="50" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">0057306921709962</text><text x="104.07992553710938" y="75" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">59609</text></g><g stroke-linecap="round" transform="translate(1351.5660262648807 999.4129777365727) rotate(0 280.491653757756 67.5)"><path d="M32 0 C215.83 0.65, 398.49 0.5, 528.98 0 M32 0 C181.55 0.47, 330.61 0.18, 528.98 0 M528.98 0 C548.64 -1.77, 561.92 8.95, 560.98 32 M528.98 0 C552.23 0.08, 561.79 8.74, 560.98 32 M560.98 32 C560.08 50.24, 559.64 66.94, 560.98 103 M560.98 32 C560.41 54.9, 561.38 79.64, 560.98 103 M560.98 103 C562.83 126.23, 552.05 135.53, 528.98 135 M560.98 103 C560.57 123.96, 550.27 137.27, 528.98 135 M528.98 135 C348.41 133.9, 168.92 133.37, 32 135 M528.98 135 C381.5 136.09, 234.42 136.04, 32 135 M32 135 C11.99 136.15, 1.4 123.46, 0 103 M32 135 C10.53 134.95, 2.06 125.17, 0 103 M0 103 C1.6 74.38, 1.76 50.22, 0 32 M0 103 C0.1 87.83, 0.71 71.34, 0 32 M0 32 C-0.3 8.96, 8.96 -1.67, 32 0 M0 32 C-1.18 12.14, 12.79 -0.86, 32 0" stroke="#1971c2" stroke-width="1" fill="none"></path></g><g transform="translate(1357.6179217218555 1004.4129777365727) rotate(0 274.43975830078125 62.5)"><text x="274.43975830078125" y="0" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">check if the sum of the square of </text><text x="274.43975830078125" y="25" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">currentVotesForOption and currentVoiceCreditBalance is</text><text x="274.43975830078125" y="50" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">greater than or equal to the square of voteWeight. </text><text x="274.43975830078125" y="75" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">This is to ensure that there are enough voice credits </text><text x="274.43975830078125" y="100" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">to cover the vote weight.</text></g><g stroke-linecap="round"><g transform="translate(1598.7554134688708 897.88343261676) rotate(0 25.786729672132424 -0.25732119194151437)"><path d="M-0.62 -0.44 C7.95 -0.45, 42.32 -1.25, 50.91 -1.13 M1.26 -1.72 C10.27 -1.49, 45.18 0.08, 53.27 0.08" stroke="#1e1e1e" stroke-width="1" fill="none"></path></g><g transform="translate(1598.7554134688708 897.88343261676) rotate(0 25.786729672132424 -0.25732119194151437)"><path d="M28.81 8.26 C34.42 5.18, 40.39 3.08, 53.27 0.08 M28.81 8.26 C38.26 5.38, 47.3 2.95, 53.27 0.08" stroke="#1e1e1e" stroke-width="1" fill="none"></path></g><g transform="translate(1598.7554134688708 897.88343261676) rotate(0 25.786729672132424 -0.25732119194151437)"><path d="M29.28 -9.38 C34.61 -7.94, 40.46 -5.52, 53.27 0.08 M29.28 -9.38 C38.68 -5.87, 47.56 -1.9, 53.27 0.08" stroke="#1e1e1e" stroke-width="1" fill="none"></path></g></g><mask></mask><g stroke-linecap="round" transform="translate(1056.7213945278882 1004.7235139164668) rotate(0 110.05757116156974 55)"><path d="M27.5 0 C61.34 -0.35, 97.62 -0.3, 192.62 0 M27.5 0 C67.1 -0.42, 105.54 -0.01, 192.62 0 M192.62 0 C212.64 -1.21, 220.53 8.24, 220.12 27.5 M192.62 0 C211.86 -1.08, 220.36 11, 220.12 27.5 M220.12 27.5 C221.74 39.03, 220.96 54.95, 220.12 82.5 M220.12 27.5 C220.11 39.53, 219.88 53, 220.12 82.5 M220.12 82.5 C221.09 100.34, 212.02 110.48, 192.62 110 M220.12 82.5 C220.55 102.43, 210.7 108.46, 192.62 110 M192.62 110 C158.86 111.86, 123.02 110.17, 27.5 110 M192.62 110 C132.39 108.44, 71.95 109.53, 27.5 110 M27.5 110 C7.61 111.1, 1.13 99.1, 0 82.5 M27.5 110 C8.58 109.69, 0.43 100.86, 0 82.5 M0 82.5 C1.71 71.18, -0.47 61.3, 0 27.5 M0 82.5 C-0.03 63.44, -0.34 41.43, 0 27.5 M0 27.5 C-1.61 10.05, 10.27 -0.12, 27.5 0 M0 27.5 C-0.35 8.94, 8.48 -0.12, 27.5 0" stroke="#1971c2" stroke-width="1" fill="none"></path></g><g transform="translate(1064.5890471713915 1009.7235139164668) rotate(0 102.1899185180664 50)"><text x="102.1899185180664" y="0" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">7. isValid is checked </text><text x="102.1899185180664" y="25" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">to be == 7 (the </text><text x="102.1899185180664" y="50" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">number of checks </text><text x="102.1899185180664" y="75" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1971c2" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">performed)</text></g></svg>
|