
Table row type of slotsgames
{ "name": "slotsgame", "base": "", "fields": [ { "name": "id", "type": "uint64" }, { "name": "player", "type": "name" }, { "name": "bet", "type": "asset" }, { "name": "slots", "type": "string" }, { "name": "odds", "type": "float64" }, { "name": "jackpot", "type": "float64" }, { "name": "timestamp", "type": "uint64" }, { "name": "is_processed", "type": "uint32" } ] }