{
"version": "eosio::abi/1.1",
"types": [],
"structs": [
{
"name": "remove",
"base": "",
"fields": [
{
"name": "memo",
"type": "string"
}
]
},
{
"name": "st_backs",
"base": "",
"fields": [
{
"name": "id",
"type": "uint64"
},
{
"name": "pledge_id",
"type": "uint64"
},
{
"name": "account",
"type": "name"
},
{
"name": "timestamp",
"type": "uint64"
}
]
},
{
"name": "st_config",
"base": "",
"fields": [
{
"name": "pledge_id",
"type": "uint64"
},
{
"name": "back_id",
"type": "uint64"
},
{
"name": "r1_id",
"type": "uint64"
},
{
"name": "r2_id",
"type": "uint64"
}
]
},
{
"name": "st_pools",
"base": "",
"fields": [
{
"name": "id",
"type": "uint64"
},
{
"name": "account",
"type": "name"
},
{
"name": "amount",
"type": "asset"
},
{
"name": "timestamp",
"type": "uint64"
}
]
},
{
"name": "unstake",
"base": "",
"fields": [
{
"name": "from",
"type": "name"
},
{
"name": "id",
"type": "string"
}
]
}
],
"actions": [
{
"name": "remove",
"type": "remove",
"ricardian_contract": ""
},
{
"name": "unstake",
"type": "unstake",
"ricardian_contract": ""
}
],
"tables": [
{
"name": "backs",
"index_type": "i64",
"key_names": [],
"key_types": [],
"type": "st_backs"
},
{
"name": "config",
"index_type": "i64",
"key_names": [],
"key_types": [],
"type": "st_config"
},
{
"name": "pools",
"index_type": "i64",
"key_names": [],
"key_types": [],
"type": "st_pools"
}
],
"ricardian_clauses": [],
"error_messages": [],
"abi_extensions": [],
"variants": [],
"action_results": []
}