Vaulta

betcitymastr

Contract

  • Action parameter in record

    {
      "name": "record",
      "base": "",
      "fields": [
        {
          "name": "order_id",
          "type": "uint64"
        },
        {
          "name": "player",
          "type": "name"
        },
        {
          "name": "amount",
          "type": "asset"
        },
        {
          "name": "game",
          "type": "uint64"
        },
        {
          "name": "sign",
          "type": "string"
        },
        {
          "name": "body",
          "type": "string"
        }
      ]
    }