
Table Browser
Scope: llgcontract1
| id | hand_id | deck | has_result | player_win | banker_win | tie_win | player_pair | banker_pair | bets |
|---|---|---|---|---|---|---|---|---|---|
| | | | | | | | | |
rows of pending_bets
| Field | Type |
|---|---|
| id | uint64 |
| hand_id | string |
| deck | string |
| has_result | bool |
| player_win | bool |
| banker_win | bool |
| tie_win | bool |
| player_pair | bool |
| banker_pair | bool |
| bets | placed_bet[] |