
Table row type of rewardconfig
{ "name": "reward_config", "base": "", "fields": [ { "name": "id", "type": "uint64" }, { "name": "user", "type": "name" }, { "name": "end_time", "type": "uint64" }, { "name": "reward_amount", "type": "uint64" }, { "name": "received_amount", "type": "uint64" }, { "name": "last_claim_time", "type": "uint64" }, { "name": "token_contract_account", "type": "name" }, { "name": "token_symbol", "type": "symbol" }, { "name": "is_ended", "type": "bool" } ] }