frontend
    Preparing search index...

    Interface BlackJackCpuSeat

    CPU player seat in BlackJack with chips and hands.

    interface BlackJackCpuSeat {
        chips: number;
        hands: BlackJackHand[];
        insuranceBet: number;
    }
    Index

    Properties

    chips: number
    hands: BlackJackHand[]
    insuranceBet: number