
Table row type of rewardpool
{ "name": "reward_pool_row", "base": "", "fields": [ { "name": "tokenid", "type": "uint64" }, { "name": "contract", "type": "name" }, { "name": "coefficient", "type": "uint64" }, { "name": "reward_total", "type": "asset" }, { "name": "reward_total_use", "type": "asset" }, { "name": "reward_day", "type": "asset" }, { "name": "days", "type": "uint64" }, { "name": "btime", "type": "uint64" }, { "name": "etime", "type": "uint64" }, { "name": "start_time", "type": "uint64" }, { "name": "status", "type": "bool" } ] }