Vote on Governance Proposals
Example Snapshot Vote Signature
{
"types": {
"Vote": [
{
"name": "from",
"type": "address"
},
{
"name": "space",
"type": "string"
},
{
"name": "timestamp",
"type": "uint64"
},
{
"name": "proposal",
"type": "bytes32"
},
{
"name": "choice",
"type": "uint32"
},
{
"name": "app",
"type": "string"
}
]
},
"domain": {
"name": "snapshot",
"version": "0.1.4"
},
"primaryType": "Vote",
"message": {
"from": "[Arbitrum address]",
"space": "beanstalkdao.eth",
"timestamp": "1661055899",
"proposal": "0x7b2d54f3691fa65fc784e3398425d518eab93d233f3ad0abd3d87b572cf5ab2f",
"choice": "2",
"app": "snapshot"
}
}Last updated