Vaulta

eosbetwithdr

Contract

The data structures defined by this contract.

  • Table row type of withdraws

    {
      "name": "withdraw",
      "base": "",
      "fields": [
        {
          "name": "withdraw_id",
          "type": "uint64"
        },
        {
          "name": "user",
          "type": "name"
        },
        {
          "name": "extra_data",
          "type": "uint64"
        },
        {
          "name": "withdraw_quantity",
          "type": "asset"
        },
        {
          "name": "withdraw_address",
          "type": "string"
        },
        {
          "name": "tx_hash",
          "type": "string"
        },
        {
          "name": "time_stamp",
          "type": "uint64"
        }
      ]
    }
  • Action parameter in refund

    {
      "name": "refund",
      "base": "",
      "fields": [
        {
          "name": "withdraw_id",
          "type": "uint64"
        },
        {
          "name": "ezacct_deposit_memo",
          "type": "string"
        },
        {
          "name": "memo",
          "type": "string"
        }
      ]
    }
  • Action parameter in process

    {
      "name": "process",
      "base": "",
      "fields": [
        {
          "name": "withdraw_id",
          "type": "uint64"
        },
        {
          "name": "memo",
          "type": "string"
        }
      ]
    }