Vaulta

brdgmng.xsat

Contract

  • Action parameter in withdrawlog

    {
      "name": "withdrawlog",
      "base": "",
      "fields": [
        {
          "name": "permission_id",
          "type": "uint64"
        },
        {
          "name": "withdraw_id",
          "type": "uint64"
        },
        {
          "name": "b_id",
          "type": "string"
        },
        {
          "name": "wallet_code",
          "type": "string"
        },
        {
          "name": "global_status",
          "type": "status_type"
        },
        {
          "name": "btc_address",
          "type": "string"
        },
        {
          "name": "evm_address",
          "type": "checksum160"
        },
        {
          "name": "order_id",
          "type": "string"
        },
        {
          "name": "order_no",
          "type": "string"
        },
        {
          "name": "withdraw_status",
          "type": "withdraw_status"
        },
        {
          "name": "order_status",
          "type": "order_status"
        },
        {
          "name": "block_height",
          "type": "uint64"
        },
        {
          "name": "tx_id",
          "type": "checksum256"
        },
        {
          "name": "amount",
          "type": "uint64"
        },
        {
          "name": "fee",
          "type": "uint64"
        },
        {
          "name": "remark_detail",
          "type": "string"
        },
        {
          "name": "tx_time_stamp",
          "type": "uint64"
        },
        {
          "name": "create_time_stamp",
          "type": "uint64"
        },
        {
          "name": "withdraw_time_stamp",
          "type": "uint64"
        },
        {
          "name": "transaction_id",
          "type": "checksum256"
        }
      ]
    }