
Table row type of pricesources
{ "name": "price_source_type", "base": "", "fields": [ { "name": "id", "type": "uint8" }, { "name": "s_name", "type": "string" }, { "name": "trade_pair_id", "type": "uint64" }, { "name": "url", "type": "string" } ] }
Table row type of pricesources
{
"name": "price_source_type",
"base": "",
"fields": [
{
"name": "id",
"type": "uint8"
},
{
"name": "s_name",
"type": "string"
},
{
"name": "trade_pair_id",
"type": "uint64"
},
{
"name": "url",
"type": "string"
}
]
}