Vaulta

blessedvalle

Contract

  • Struct property of sell

    {
      "name": "sell_dto",
      "base": "",
      "fields": [
        {
          "name": "seller",
          "type": "uint64"
        },
        {
          "name": "withdraw_to",
          "type": "name"
        },
        {
          "name": "quantity",
          "type": "asset"
        },
        {
          "name": "fee",
          "type": "asset"
        },
        {
          "name": "convert_to_eos",
          "type": "bool"
        },
        {
          "name": "memo",
          "type": "string"
        },
        {
          "name": "backed_token",
          "type": "symbol_code"
        },
        {
          "name": "rate",
          "type": "float64"
        }
      ]
    }