@@ -139,7 +139,7 @@ export const spaceTypes = {
139
139
140
140
export const proposalTypes = {
141
141
Proposal : [
142
- { name : 'from' , type : 'address ' } ,
142
+ { name : 'from' , type : 'string ' } ,
143
143
{ name : 'space' , type : 'string' } ,
144
144
{ name : 'timestamp' , type : 'uint64' } ,
145
145
{ name : 'type' , type : 'string' } ,
@@ -160,7 +160,7 @@ export const proposalTypes = {
160
160
export const updateProposalTypes = {
161
161
UpdateProposal : [
162
162
{ name : 'proposal' , type : 'string' } ,
163
- { name : 'from' , type : 'address ' } ,
163
+ { name : 'from' , type : 'string ' } ,
164
164
{ name : 'space' , type : 'string' } ,
165
165
{ name : 'timestamp' , type : 'uint64' } ,
166
166
{ name : 'type' , type : 'string' } ,
@@ -185,7 +185,7 @@ export const flagProposalTypes = {
185
185
186
186
export const cancelProposalTypes = {
187
187
CancelProposal : [
188
- { name : 'from' , type : 'address ' } ,
188
+ { name : 'from' , type : 'string ' } ,
189
189
{ name : 'space' , type : 'string' } ,
190
190
{ name : 'timestamp' , type : 'uint64' } ,
191
191
{ name : 'proposal' , type : 'string' }
@@ -194,7 +194,7 @@ export const cancelProposalTypes = {
194
194
195
195
export const cancelProposal2Types = {
196
196
CancelProposal : [
197
- { name : 'from' , type : 'address ' } ,
197
+ { name : 'from' , type : 'string ' } ,
198
198
{ name : 'space' , type : 'string' } ,
199
199
{ name : 'timestamp' , type : 'uint64' } ,
200
200
{ name : 'proposal' , type : 'bytes32' }
@@ -203,7 +203,7 @@ export const cancelProposal2Types = {
203
203
204
204
export const voteTypes = {
205
205
Vote : [
206
- { name : 'from' , type : 'address ' } ,
206
+ { name : 'from' , type : 'string ' } ,
207
207
{ name : 'space' , type : 'string' } ,
208
208
{ name : 'timestamp' , type : 'uint64' } ,
209
209
{ name : 'proposal' , type : 'string' } ,
@@ -216,7 +216,7 @@ export const voteTypes = {
216
216
217
217
export const voteArrayTypes = {
218
218
Vote : [
219
- { name : 'from' , type : 'address ' } ,
219
+ { name : 'from' , type : 'string ' } ,
220
220
{ name : 'space' , type : 'string' } ,
221
221
{ name : 'timestamp' , type : 'uint64' } ,
222
222
{ name : 'proposal' , type : 'string' } ,
@@ -229,7 +229,7 @@ export const voteArrayTypes = {
229
229
230
230
export const voteStringTypes = {
231
231
Vote : [
232
- { name : 'from' , type : 'address ' } ,
232
+ { name : 'from' , type : 'string ' } ,
233
233
{ name : 'space' , type : 'string' } ,
234
234
{ name : 'timestamp' , type : 'uint64' } ,
235
235
{ name : 'proposal' , type : 'string' } ,
@@ -242,7 +242,7 @@ export const voteStringTypes = {
242
242
243
243
export const vote2Types = {
244
244
Vote : [
245
- { name : 'from' , type : 'address ' } ,
245
+ { name : 'from' , type : 'string ' } ,
246
246
{ name : 'space' , type : 'string' } ,
247
247
{ name : 'timestamp' , type : 'uint64' } ,
248
248
{ name : 'proposal' , type : 'bytes32' } ,
@@ -255,7 +255,7 @@ export const vote2Types = {
255
255
256
256
export const voteArray2Types = {
257
257
Vote : [
258
- { name : 'from' , type : 'address ' } ,
258
+ { name : 'from' , type : 'string ' } ,
259
259
{ name : 'space' , type : 'string' } ,
260
260
{ name : 'timestamp' , type : 'uint64' } ,
261
261
{ name : 'proposal' , type : 'bytes32' } ,
@@ -268,7 +268,7 @@ export const voteArray2Types = {
268
268
269
269
export const voteString2Types = {
270
270
Vote : [
271
- { name : 'from' , type : 'address ' } ,
271
+ { name : 'from' , type : 'string ' } ,
272
272
{ name : 'space' , type : 'string' } ,
273
273
{ name : 'timestamp' , type : 'uint64' } ,
274
274
{ name : 'proposal' , type : 'bytes32' } ,
0 commit comments