Vaulta

pokerwar.bg

Contract

  • Action parameter in reveal

    {
      "name": "reveal",
      "base": "",
      "fields": [
        {
          "name": "game_id",
          "type": "uint64"
        },
        {
          "name": "reveal_at",
          "type": "uint64"
        },
        {
          "name": "seed",
          "type": "string"
        },
        {
          "name": "seed_sign",
          "type": "string"
        },
        {
          "name": "block_id",
          "type": "string"
        },
        {
          "name": "block_hash",
          "type": "string"
        },
        {
          "name": "black_cards",
          "type": "string"
        },
        {
          "name": "red_cards",
          "type": "string"
        },
        {
          "name": "winner",
          "type": "string"
        },
        {
          "name": "card_type",
          "type": "string"
        },
        {
          "name": "player",
          "type": "name"
        },
        {
          "name": "bet_black",
          "type": "asset"
        },
        {
          "name": "bet_red",
          "type": "asset"
        },
        {
          "name": "bet_strike",
          "type": "asset"
        },
        {
          "name": "payout",
          "type": "asset"
        },
        {
          "name": "public_key",
          "type": "string"
        },
        {
          "name": "info",
          "type": "string"
        }
      ]
    }