
-
{ "name": "bet", "base": "", "fields": [ { "name": "key", "type": "uint64" }, { "name": "house_owner", "type": "name" }, { "name": "house_key", "type": "uint64" }, { "name": "bet_timestamp", "type": "uint64" }, { "name": "result_timestamp", "type": "uint64" }, { "name": "straight", "type": "straight[]" }, { "name": "split", "type": "split[]" }, { "name": "street", "type": "street[]" }, { "name": "first_four_bet", "type": "uint64" }, { "name": "corner", "type": "corner[]" }, { "name": "sixline", "type": "sixline[]" }, { "name": "first_dozen_bet", "type": "uint64" }, { "name": "second_dozen_bet", "type": "uint64" }, { "name": "third_dozen_bet", "type": "uint64" }, { "name": "column1_bet", "type": "uint64" }, { "name": "column2_bet", "type": "uint64" }, { "name": "column3_bet", "type": "uint64" }, { "name": "red_bet", "type": "uint64" }, { "name": "black_bet", "type": "uint64" }, { "name": "lower_numbers_bet", "type": "uint64" }, { "name": "high_numbers_bet", "type": "uint64" }, { "name": "even_bet", "type": "uint64" }, { "name": "odd_bet", "type": "uint64" }, { "name": "payout", "type": "payout" }, { "name": "total_bet", "type": "extended_asset" }, { "name": "total_payout", "type": "extended_asset" }, { "name": "salt", "type": "uint64" }, { "name": "result", "type": "int32" } ] }