Vaulta

memken123455

Contract

  • Action parameter in purchase

    {
      "name": "purchase",
      "base": "",
      "fields": [
        {
          "name": "buyer",
          "type": "name"
        },
        {
          "name": "amount",
          "type": "asset"
        },
        {
          "name": "quantity",
          "type": "int16"
        },
        {
          "name": "product",
          "type": "string"
        },
        {
          "name": "usd",
          "type": "string"
        },
        {
          "name": "who",
          "type": "string"
        },
        {
          "name": "vcode",
          "type": "string"
        }
      ]
    }