Vaulta

brdgmng.xsat

Contract

  • Action parameter in wthdrwinglog

    {
      "name": "wthdrwinglog",
      "base": "",
      "fields": [
        {
          "name": "permission_id",
          "type": "uint64"
        },
        {
          "name": "withdraw_id",
          "type": "uint64"
        },
        {
          "name": "global_status",
          "type": "status_type"
        },
        {
          "name": "btc_address",
          "type": "string"
        },
        {
          "name": "evm_address",
          "type": "checksum160"
        },
        {
          "name": "order_no",
          "type": "string"
        },
        {
          "name": "withdraw_status",
          "type": "withdraw_status"
        },
        {
          "name": "withdraw_amount",
          "type": "uint64"
        },
        {
          "name": "withdraw_fee",
          "type": "uint64"
        },
        {
          "name": "transfer_amount",
          "type": "uint64"
        },
        {
          "name": "withdraw_time_stamp",
          "type": "time_point_sec"
        },
        {
          "name": "transaction_id",
          "type": "checksum256"
        }
      ]
    }