
Table row type of poolholders
{ "name": "poolholder", "base": "", "fields": [ { "name": "ID", "type": "uint64" }, { "name": "poolName", "type": "name" }, { "name": "holder", "type": "name" }, { "name": "tokens", "type": "asset" }, { "name": "remainingTokens", "type": "asset" }, { "name": "availableReward", "type": "asset" }, { "name": "rewardAfterDecimal", "type": "float64" }, { "name": "totalReward", "type": "float64" }, { "name": "lastUsedAt", "type": "uint64" }, { "name": "createdDate", "type": "uint32" }, { "name": "isActive", "type": "bool" }, { "name": "toBeLeft", "type": "bool" } ] }