@@ -240,45 +240,6 @@ export const voteStringTypes = {
240240 ]
241241} ;
242242
243- export const vote2Types = {
244- Vote : [
245- { name : 'from' , type : 'string' } ,
246- { name : 'space' , type : 'string' } ,
247- { name : 'timestamp' , type : 'uint64' } ,
248- { name : 'proposal' , type : 'bytes32' } ,
249- { name : 'choice' , type : 'uint32' } ,
250- { name : 'reason' , type : 'string' } ,
251- { name : 'app' , type : 'string' } ,
252- { name : 'metadata' , type : 'string' }
253- ]
254- } ;
255-
256- export const voteArray2Types = {
257- Vote : [
258- { name : 'from' , type : 'string' } ,
259- { name : 'space' , type : 'string' } ,
260- { name : 'timestamp' , type : 'uint64' } ,
261- { name : 'proposal' , type : 'bytes32' } ,
262- { name : 'choice' , type : 'uint32[]' } ,
263- { name : 'reason' , type : 'string' } ,
264- { name : 'app' , type : 'string' } ,
265- { name : 'metadata' , type : 'string' }
266- ]
267- } ;
268-
269- export const voteString2Types = {
270- Vote : [
271- { name : 'from' , type : 'string' } ,
272- { name : 'space' , type : 'string' } ,
273- { name : 'timestamp' , type : 'uint64' } ,
274- { name : 'proposal' , type : 'bytes32' } ,
275- { name : 'choice' , type : 'string' } ,
276- { name : 'reason' , type : 'string' } ,
277- { name : 'app' , type : 'string' } ,
278- { name : 'metadata' , type : 'string' }
279- ]
280- } ;
281-
282243export const followTypes = {
283244 Follow : [
284245 { name : 'from' , type : 'address' } ,
0 commit comments