Untitled

 avatar
unknown
plain_text
10 months ago
1.2 kB
16
Indexable
bun test.ts
Attempt: 1
Attempt: 2
{
  action: {
    current: 'spin',
    next: 'spin'
  },
  win: {
    total: 5,
    amount: 5,
    type: null
  },
  betValue: 1,
  freespin: {
    remaining: 0
  },
  results: [
    {
      symbols: [
        [
          1,
          9,
          10,
          8
        ],
        [
          6,
          8,
          2,
          9
        ],
        [
          9,
          2,
          7,
          9
        ],
        [
          6,
          12,
          6,
          5
        ],
        [
          4,
          7,
          3,
          6
        ]
      ],
      winAmount: 5,
      wins: [
        {
          symbol: 9,
          amount: 5,
          payline: [
            1,
            3,
            0,
            2,
            1
          ],
          positions: [
            [
              0,
              1,
              9
            ],
            [
              1,
              3,
              9
            ],
            [
              2,
              0,
              9
            ]
          ]
        }
      ]
    }
  ],
  balance: {
    previous: 10000,
    current: 10000
  }
}
Editor is loading...
Leave a Comment