CryptoCardsMovePayload: Payload<{
    cards: string[];
    moves: number[];
    schema: CryptoCardsMoveSchema;
}>

Type declaration

  • cards: string[]

    Field

    The Huri of each of the cards you play - some are globally available

  • moves: number[]

    Field

    The moves chosen by the player (negative/positive for direction, and weight)

  • schema: CryptoCardsMoveSchema

Generated using TypeDoc