CryptoCardsGamePayload: Payload<{
    allowedWeights: number[];
    duration: number;
    expiration: number;
    oraclePointer: string;
    schema: CryptoCardsGameSchema;
    sequence: string[];
    sequencer: string;
}>

Type declaration

  • allowedWeights: number[]

    Field

    The set of weights to pick from

  • duration: number

    Field

    The length [ms] of the game

  • expiration: number

    Field

    The time [epoch] when the game is no longer allowed to be joined

  • oraclePointer: string

    Field

    The Huri of the Oracle Pointer that will determine the winner

  • schema: CryptoCardsGameSchema
  • sequence: string[]

    Field

    The Sequence of payloads the are required for completion

  • sequencer: string

    Field

    The Address of the Sequencer that will be used

Generated using TypeDoc