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

    Variable GAME_ACTIONConst

    GAME_ACTION: {
        GET_GAME_CONFIG: "get-game-config";
        GET_GAME_HISTORY: "get-game-history";
        GET_GAME_SEEDS: "get-game-seeds";
        GET_GAME_STATE: "get-game-state";
        PAYOUT: "payout";
        PLAY: "play";
        STEP: "step";
    } = ...

    Type Declaration

    • ReadonlyGET_GAME_CONFIG: "get-game-config"
    • ReadonlyGET_GAME_HISTORY: "get-game-history"
    • ReadonlyGET_GAME_SEEDS: "get-game-seeds"
    • ReadonlyGET_GAME_STATE: "get-game-state"
    • ReadonlyPAYOUT: "payout"
    • ReadonlyPLAY: "play"
    • ReadonlySTEP: "step"