
-
{ "name": "pool", "base": "", "fields": [ { "name": "ID", "type": "uint64" }, { "name": "poolName", "type": "name" }, { "name": "ownerAcnt", "type": "name" }, { "name": "colaterlAcnt", "type": "name" }, { "name": "rewardAcnt", "type": "name" }, { "name": "reward", "type": "float64" }, { "name": "isPrivate", "type": "bool" }, { "name": "ownerShare", "type": "float64" }, { "name": "holderShare", "type": "float64" }, { "name": "totalTokens", "type": "asset" }, { "name": "avlblTokens", "type": "asset" }, { "name": "tobeWithdrwn", "type": "asset" }, { "name": "colaterlAmnt", "type": "asset" }, { "name": "ownerAvlblReward", "type": "asset" }, { "name": "rewardAfterDecimal", "type": "float64" }, { "name": "totalReward", "type": "float64" }, { "name": "totalOwnerReward", "type": "float64" }, { "name": "lockTime", "type": "uint32" }, { "name": "lockInSecs", "type": "uint32" }, { "name": "createdDate", "type": "uint32" }, { "name": "terminationDate", "type": "uint32" }, { "name": "isActive", "type": "bool" }, { "name": "toBeTermntd", "type": "bool" }, { "name": "arRestriction", "type": "name[]" } ] }