Vaulta

brdgmng.xsat

Contract

  • Table row type of depositings

    Table row type of deposits

    {
      "name": "deposit_row",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "permission_id",
          "type": "uint64"
        },
        {
          "name": "provider_actors",
          "type": "name[]"
        },
        {
          "name": "confirmed_count",
          "type": "uint8"
        },
        {
          "name": "tx_status",
          "type": "tx_status"
        },
        {
          "name": "global_status",
          "type": "status_type"
        },
        {
          "name": "b_id",
          "type": "string"
        },
        {
          "name": "wallet_code",
          "type": "string"
        },
        {
          "name": "btc_address",
          "type": "string"
        },
        {
          "name": "evm_address",
          "type": "checksum160"
        },
        {
          "name": "order_id",
          "type": "string"
        },
        {
          "name": "block_height",
          "type": "uint64"
        },
        {
          "name": "tx_id",
          "type": "checksum256"
        },
        {
          "name": "index",
          "type": "int32"
        },
        {
          "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": "applicant",
          "type": "name$"
        },
        {
          "name": "remark",
          "type": "string$"
        },
        {
          "name": "sender_address",
          "type": "string$"
        }
      ]
    }