@public/client-core
    Preparing search index...

    Type Alias GameHistoryRecord

    type GameHistoryRecord = {
        betAmount: number;
        createdAt: string;
        currency: string;
        fairness: {
            clientSeed: string;
            combinedHash: string;
            decimal: string;
            hashedServerSeed: string;
            serverSeed: string;
        };
        gameMeta: any;
        id: string;
        operatorId: string;
        userId: string;
        win: number;
        withdrawCoeff: number;
    }
    Index

    Properties

    betAmount: number
    createdAt: string
    currency: string
    fairness: {
        clientSeed: string;
        combinedHash: string;
        decimal: string;
        hashedServerSeed: string;
        serverSeed: string;
    }
    gameMeta: any
    id: string
    operatorId: string
    userId: string
    win: number
    withdrawCoeff: number