
Table row type of predeposit
{ "name": "predeposit", "base": "", "fields": [ { "name": "id", "type": "uint64" }, { "name": "room_id", "type": "uint64" }, { "name": "user", "type": "name" }, { "name": "amount", "type": "asset" } ] }
Table row type of predeposit
{
"name": "predeposit",
"base": "",
"fields": [
{
"name": "id",
"type": "uint64"
},
{
"name": "room_id",
"type": "uint64"
},
{
"name": "user",
"type": "name"
},
{
"name": "amount",
"type": "asset"
}
]
}