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

    Type Alias GameSeedsRecord

    type GameSeedsRecord = {
        clientSeed: string;
        hashedServerSeed: string;
        nonce: number;
    }
    Index

    Properties

    clientSeed: string
    hashedServerSeed: string
    nonce: number