Vaulta

whaleexgate5

Contract

  • Struct base type of withdrawn_record

    Table row type of withdrawrec

    {
      "name": "withdraw_record",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "from",
          "type": "name"
        },
        {
          "name": "contract",
          "type": "name"
        },
        {
          "name": "quantity",
          "type": "asset"
        },
        {
          "name": "memo",
          "type": "string"
        },
        {
          "name": "fee",
          "type": "asset"
        },
        {
          "name": "token_id",
          "type": "uint64"
        },
        {
          "name": "withdraw_address",
          "type": "string"
        },
        {
          "name": "nonce",
          "type": "int64"
        },
        {
          "name": "withdraw_to",
          "type": "string"
        },
        {
          "name": "withdraw_to_memo",
          "type": "string"
        },
        {
          "name": "created_time",
          "type": "time_point_sec"
        },
        {
          "name": "txid",
          "type": "checksum256"
        }
      ]
    }