{
"version": "eosio::abi/1.2",
"types": [],
"structs": [
{
"name": "claimrewards",
"base": "",
"fields": [
{
"name": "owner",
"type": "name"
}
]
},
{
"name": "rewards_row",
"base": "",
"fields": [
{
"name": "owner",
"type": "name"
},
{
"name": "quantity",
"type": "asset"
}
]
}
],
"actions": [
{
"name": "claimrewards",
"type": "claimrewards",
"ricardian_contract": "---\nspec_version: \"0.2.0\"\ntitle: Claim Rewards\nsummary: '{{nowrap owner}} claims block production rewards'\nicon: https://raw.githubusercontent.com/eosnetworkfoundation/eos-system-contracts/main/contracts/icons/multisig.png#4fb41d3cf02d0dd2d35a29308e93c2d826ec770d6bb520db668f530764be7153\n---\n\n{{owner}} claims block production rewards accumulated through network fees."
}
],
"tables": [
{
"name": "rewards",
"index_type": "i64",
"key_names": [],
"key_types": [],
"type": "rewards_row"
}
],
"ricardian_clauses": [],
"error_messages": [],
"abi_extensions": [],
"variants": [],
"action_results": []
}