Vaulta

deweb.eosn

Contract

  • Struct property of withdraw

    {
      "name": "withdraw_dto",
      "base": "",
      "fields": [
        {
          "name": "seller",
          "type": "uint64"
        },
        {
          "name": "withdraw_to",
          "type": "name"
        },
        {
          "name": "quantity",
          "type": "asset"
        },
        {
          "name": "convert_to_eos",
          "type": "bool"
        },
        {
          "name": "memo",
          "type": "string"
        },
        {
          "name": "nonce",
          "type": "uint64"
        },
        {
          "name": "sig",
          "type": "signature"
        }
      ]
    }