
Struct property of proposal
{ "name": "proposal_option", "base": "", "fields": [ { "name": "id", "type": "uint32" }, { "name": "title", "type": "string" }, { "name": "weight", "type": "uint64" }, { "name": "ratio", "type": "uint32" }, { "name": "voted_quantity", "type": "asset" }, { "name": "records", "type": "option_voting_record[]" } ] }