{
"version": "eosio::abi/1.1",
"types": [],
"structs": [
{
"name": "coinlocks_row",
"base": "",
"fields": [
{
"name": "candidate_name",
"type": "name"
},
{
"name": "locked_tokens",
"type": "asset"
}
]
},
{
"name": "refund",
"base": "",
"fields": [
{
"name": "cand",
"type": "name"
}
]
},
{
"name": "refund_request",
"base": "",
"fields": [
{
"name": "cand",
"type": "name"
},
{
"name": "request_time",
"type": "time_point_sec"
},
{
"name": "refunding_amount",
"type": "asset"
}
]
},
{
"name": "unstake",
"base": "",
"fields": [
{
"name": "cand",
"type": "name"
},
{
"name": "unstake_token",
"type": "asset"
}
]
}
],
"actions": [
{
"name": "refund",
"type": "refund",
"ricardian_contract": ""
},
{
"name": "unstake",
"type": "unstake",
"ricardian_contract": ""
}
],
"tables": [
{
"name": "coinlocks",
"index_type": "i64",
"key_names": [],
"key_types": [],
"type": "coinlocks_row"
},
{
"name": "refunds",
"index_type": "i64",
"key_names": [],
"key_types": [],
"type": "refund_request"
}
],
"ricardian_clauses": [],
"error_messages": [],
"abi_extensions": [],
"variants": [],
"action_results": []
}