
Table row type of config
{ "name": "configStruct", "base": "", "fields": [ { "name": "owner", "type": "name" }, { "name": "bet_pool", "type": "asset" }, { "name": "profit_pool", "type": "asset" }, { "name": "refund_time", "type": "uint32" } ] }
Table row type of config
{
"name": "configStruct",
"base": "",
"fields": [
{
"name": "owner",
"type": "name"
},
{
"name": "bet_pool",
"type": "asset"
},
{
"name": "profit_pool",
"type": "asset"
},
{
"name": "refund_time",
"type": "uint32"
}
]
}