CN115357346B - Transaction processing method and device based on block chain, electronic equipment and medium - Google Patents

Transaction processing method and device based on block chain, electronic equipment and medium Download PDF

Info

Publication number
CN115357346B
CN115357346B CN202211253085.5A CN202211253085A CN115357346B CN 115357346 B CN115357346 B CN 115357346B CN 202211253085 A CN202211253085 A CN 202211253085A CN 115357346 B CN115357346 B CN 115357346B
Authority
CN
China
Prior art keywords
utxo
amount
precision
accuracy
determining
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN202211253085.5A
Other languages
Chinese (zh)
Other versions
CN115357346A (en
Inventor
肖伟
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Beijing Baidu Netcom Science and Technology Co Ltd
Original Assignee
Beijing Baidu Netcom Science and Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Beijing Baidu Netcom Science and Technology Co Ltd filed Critical Beijing Baidu Netcom Science and Technology Co Ltd
Priority to CN202211253085.5A priority Critical patent/CN115357346B/en
Publication of CN115357346A publication Critical patent/CN115357346A/en
Application granted granted Critical
Publication of CN115357346B publication Critical patent/CN115357346B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/466Transaction processing
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q20/00Payment architectures, schemes or protocols
    • G06Q20/08Payment architectures
    • G06Q20/10Payment architectures specially adapted for electronic funds transfer [EFT] systems; specially adapted for home banking systems
    • G06Q20/102Bill distribution or payments

Landscapes

  • Business, Economics & Management (AREA)
  • Engineering & Computer Science (AREA)
  • Accounting & Taxation (AREA)
  • Finance (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Software Systems (AREA)
  • Strategic Management (AREA)
  • General Business, Economics & Management (AREA)
  • Economics (AREA)
  • Development Economics (AREA)
  • General Engineering & Computer Science (AREA)
  • Financial Or Insurance-Related Operations Such As Payment And Settlement (AREA)

Abstract

The disclosure provides a transaction processing method, a transaction processing device, electronic equipment and a transaction processing medium based on a block chain, which relate to the field of artificial intelligence, in particular to the field of the block chain and are applicable to a UTXO precision adjustment scene. The specific implementation scheme is as follows: in response to a transfer transaction request initiated by a target user node, determining an available UTXO amount in a target user account, and determining the actual precision of the available UTXO amount; in the event that the actual accuracy does not correspond to a desired accuracy, adjusting the available UTXO amount based on the actual accuracy and the desired accuracy to obtain a new UTXO amount at the desired accuracy; and performing digital asset transfer processing according to the new UTXO amount and the transfer transaction request. The method and the device can realize the adjustment of the UTXO precision without influencing the holding capacity of the UTXO of the user, and ensure the user experience.

Description

Transaction processing method and device based on block chain, electronic equipment and medium
Technical Field
The disclosure relates to the field of artificial intelligence, in particular to the field of block chains, and can be used in a UTXO precision adjustment scene.
Background
The UTXO (Unpending Transaction Output) includes UTXO accuracy and a UTXO amount. Wherein, the UTXO precision refers to the minimum cutting unit of UTXO, and the UTXO amount refers to the UTXO quantity in the block under the minimum cutting unit.
With the development of transaction services, the UTXO accuracy often needs to be adjusted. In the process of adjusting the UTXO precision, the UTXO holding capacity of a user is guaranteed to be unchanged, and the method has important significance for guaranteeing user experience.
Disclosure of Invention
The disclosure provides a transaction processing method, a transaction processing device, electronic equipment and a medium based on a block chain.
According to an aspect of the present disclosure, there is provided a transaction processing method based on a block chain, the method including:
in response to a transfer transaction request initiated by a target user node, determining an available UTXO amount in a target user account, and determining the actual precision of the available UTXO amount;
if the actual accuracy is inconsistent with the expected accuracy, adjusting the available UTXO amount based on the actual accuracy and the expected accuracy to obtain a new UTXO amount under the expected accuracy;
and performing digital asset transfer processing according to the new UTXO amount and the transfer transaction request.
According to another aspect of the present disclosure, there is provided a transaction processing apparatus based on a block chain, including:
the accuracy determination module is used for responding to a transfer transaction request initiated by a target user node, determining an available UTXO amount in a target user account and determining the actual accuracy of the available UTXO amount;
a precision adjusting module, configured to adjust the available UTXO amount based on the actual precision and the expected precision to obtain a new UTXO amount at the expected precision if the actual precision is inconsistent with the expected precision;
and the transfer processing module is used for performing digital asset transfer processing according to the new UTXO amount and the transfer transaction request.
According to another aspect of the present disclosure, there is provided an electronic device including:
at least one processor; and
a memory communicatively coupled to the at least one processor; wherein the content of the first and second substances,
the memory stores instructions executable by the at least one processor to enable the at least one processor to perform a method of blockchain based transaction processing according to any of the embodiments of the present disclosure.
According to another aspect of the present disclosure, a non-transitory computer-readable storage medium storing computer instructions for causing a computer to perform a blockchain-based transaction processing method according to any one of the embodiments of the present disclosure is provided.
According to another aspect of the present disclosure, there is provided a computer program product comprising a computer program which, when executed by a processor, implements the blockchain-based transaction method according to any one of the embodiments of the present disclosure.
According to the technology disclosed by the invention, the UTXO precision can be adjusted under the condition of not influencing the UTXO holding capacity of a user, and the user experience is ensured.
It should be understood that the statements in this section are not intended to identify key or critical features of the embodiments of the present disclosure, nor are they intended to limit the scope of the present disclosure. Other features of the present disclosure will become apparent from the following description.
Drawings
The drawings are included to provide a better understanding of the present solution and are not to be construed as limiting the present disclosure. Wherein:
fig. 1 is a flowchart of a transaction processing method based on a block chain according to an embodiment of the present disclosure;
FIG. 2 is a flow chart of another block chain based transaction processing method provided in accordance with an embodiment of the present disclosure;
FIG. 3 is a flow chart of another block chain based transaction processing method provided in accordance with an embodiment of the present disclosure;
fig. 4 is a schematic structural diagram of a transaction processing apparatus based on a block chain according to an embodiment of the present disclosure;
fig. 5 is a block diagram of an electronic device used to implement a blockchain-based transaction method according to an embodiment of the present disclosure.
Detailed Description
Exemplary embodiments of the present disclosure are described below with reference to the accompanying drawings, in which various details of the embodiments of the disclosure are included to assist understanding, and which are to be considered as merely exemplary. Accordingly, those of ordinary skill in the art will recognize that various changes and modifications of the embodiments described herein can be made without departing from the scope and spirit of the present disclosure. Also, descriptions of well-known functions and constructions are omitted in the following description for clarity and conciseness.
Fig. 1 is a flowchart of a block chain-based transaction processing method according to an embodiment of the present disclosure, which is suitable for adjusting UTXO precision. The method may be performed by a blockchain-based transaction processing apparatus, which may be implemented in software and/or hardware, and may be integrated into an electronic device that carries service access to blockchain-based transaction processing functions. As shown in fig. 1, the transaction processing method based on a block chain according to this embodiment may include:
s101, in response to a transfer transaction request initiated by a target user node, determining an amount of an available UTXO in a target user account, and determining actual accuracy of the amount of the available UTXO;
s102, under the condition that the actual precision is inconsistent with the expected precision, adjusting the available UTXO amount based on the actual precision and the expected precision to obtain a new UTXO amount under the expected precision;
and S103, performing digital asset transfer processing according to the new UTXO amount and the transfer transaction request.
Wherein the transfer transaction request is generated by the target user node and sent to the blockchain network. Wherein the target user node may initiate a transfer transaction request to the blockchain network. The target user node may or may not be a blockchain link point in a blockchain network. Whether the target user node is a block link point is determined according to actual conditions, and is not limited herein.
Optionally, the transfer transaction request includes a target user account. Wherein the target user account belongs to the target user node. The transfer transaction request is used for requesting block chain link points in the block chain network to transfer the available UTXO of the target user account.
Wherein the available UTXO includes an amount of the available UTXO and an actual accuracy of the amount of the available UTXO. The actual accuracy of the available UTXO amount and the available UTXO amount are recorded in a block of the blockchain network, which may be obtained by blockchain link points.
It will be appreciated that the amount of UTXO available is the amount of UTXO in the target user account with actual accuracy. The actual accuracy refers to the UTXO accuracy in the blockchain network that is being validated, i.e., the smallest cutting unit that is being validated. In general, the UTXO accuracy specifies the number of bits after the decimal point of the UTXO holding amount, and for example, when the UTXO accuracy is 2, the UTXO holding amount can be expressed as 100.00. For example, when the UTXO accuracy is 3, the UTXO holding amount is 100.000.
And the block link point acquires a transfer transaction request initiated by the target user node, and determines a target user account according to the transfer transaction request. The blockchain node determines the amount of available UTXO in the target user account and determines the actual accuracy of the amount of available UTXO.
The block link points determine whether the actual accuracy is consistent with the desired accuracy. The desired accuracy refers to the UTXO accuracy desired to be effective. As the transaction service develops, the actual accuracy may no longer adapt to the transaction service, and in such a case, the actual accuracy generally needs to be adjusted, and optionally, the actual accuracy is adjusted to the desired accuracy.
The block link points determine whether the actual accuracy is consistent with the desired accuracy, in effect whether the desired accuracy has been validated against the target user account. In other words, it is determined whether the UTXO accuracy of the target user account has been adjusted to the desired accuracy. The expected accuracy may or may not coincide with the actual accuracy, and whether the expected accuracy coincides with the actual accuracy is determined according to the actual situation, and is not limited herein.
If the actual accuracy is inconsistent with the expected accuracy, indicating that the expected accuracy does not take effect on the amount of the UTXO available in the target user account; if the actual accuracy is consistent with the desired accuracy, it is indicated that the desired accuracy has been validated against the amount of UTXO available in the target user account, which has corresponded to the desired accuracy.
In the event that the actual accuracy does not match the desired accuracy, the block link points need to be adjusted for UTXO accuracy for the target user account. Optionally, the block link point adjusts the UTXO accuracy of the target user account to the desired accuracy. Under the condition that the actual precision is consistent with the expected precision, the block chain node does not need to adjust the UTXO precision of the target user account
It will be appreciated that the amount of UTXO held in the target user account is determined by the amount of UTXO available in the target user account and the actual accuracy of the amount of UTXO available. In order to ensure the user experience, the UTXO holding amount of the target user account needs to be kept unchanged during the process of adjusting the UTXO accuracy of the target user account. The UTXO holding amount of the target user account determined by the available UTXO amount and the actual accuracy of the available UTXO amount is called a first UTXO holding amount; the new UTXO amount at the desired accuracy and the UTXO holding amount of the target user account determined by the desired accuracy are referred to as a second UTXO holding amount. The UTXO holding amount of the target user account is kept unchanged, that is, it is necessary to ensure that the first UTXO holding amount is equal to the second UTXO holding amount.
The block link points adjust the amount of available UTXO based on the actual accuracy and the desired accuracy to obtain a new amount of UTXO at the desired accuracy. The relative magnitude relationship between the new amount of UTXO and the amount of UTXO available is related to the relative magnitude relationship between the actual accuracy and the desired accuracy. Under the condition that the holding amount of the UTXO is not changed, the smaller the minimum division unit of the UTXO is, the larger the amount of the divided UTXO is.
After the block link point adjusts the UTXO accuracy for the target user account to the desired accuracy, a new UTXO amount at the desired accuracy may be determined. And the block chain node performs digital asset transfer processing according to the new UTXO amount and the transfer transaction request. Wherein the digital asset is a non-monetary asset owned or controlled by a target user account in the form of electronic data.
It is noted that the block chain node only adjusts the UTXO accuracy of the target user account if the transfer transaction request is initiated by the target user node and the actual accuracy of the available UTXO amount in the target user account is inconsistent with the desired accuracy, i.e., the UTXO accuracy adjustment in the embodiments of the present disclosure is performed during the processing of the transfer transaction request.
And the UTXO precision in the target user account corresponding to the request for initiating the transfer transaction is only adjusted, but not the UTXO precision of all the user accounts in the block chain network. The UTXO precision is used as a system parameter of the block chain network, the UTXO precision of all user accounts in the block chain network is adjusted, the data processing pressure of the block chain network is huge, and network congestion can be caused. The UTXO precision in the target user account corresponding to the transfer transaction initiating request is only adjusted, so that the UTXO precision adjusting pressure can be dispersed, network congestion is avoided, and the influence on business service is reduced.
The amount of the UTXO available in the target user account is determined, and the actual precision of the amount of the UTXO available is determined; under the condition that the actual precision is inconsistent with the expected precision, adjusting the amount of the available UTXO based on the actual precision and the expected precision to obtain a new UTXO amount under the expected precision; and performing digital asset transfer processing according to the new UTXO amount and the transfer transaction request. Under the condition that the holding quantity of the UTXO of the target user account is not influenced, the UTXO precision can be adjusted, and the user experience is guaranteed. In the transfer transaction request processing process, the UTXO precision of the target user account is adjusted, the data processing pressure of a block chain network is dispersed, network congestion is avoided, the influence on service is reduced, and user experience is further guaranteed.
In an alternative embodiment, performing digital asset transfer processing based on the new UTXO amount and the transfer transaction request comprises: determining the amount of the UTXO required under the expected precision according to the transfer transaction request; determining the amount of the residual UTXO according to the amount of the required UTXO and the new UTXO amount; transferring the required UTXO amount from the target user account and returning the remaining UTXO amount to the target user account.
Wherein the required amount of the UTXO refers to the amount of the UTXO required to be transferred from the target user account. The amount of UTXO required corresponds to the desired accuracy. The new UTXO amount refers to the total UTXO amount in the target user account at the desired accuracy.
It will be appreciated that the transfer transaction for the UTXO consists of a transaction output and a transaction input, and in particular that the new UTXO amount at the desired accuracy is divided into the required UTXO amount and the remaining UTXO amount. Wherein, the required UTXO amount is used as transaction output and is transferred out from the target user account; the remaining amount of the UTXO is returned to the target user account as a transaction input.
Optionally, the transfer transaction request further includes: the amount of UTXO needed at the desired accuracy.
The block chain node determines the amount of UTXO required at the desired accuracy based on the transfer transaction request. Optionally, the block chain node determines whether the new UTXO amount is greater than or equal to the required UTXO amount, and if the new UTXO amount is greater than or equal to the required UTXO amount, the block chain node determines the remaining UTXO amount according to the required UTXO amount and the new UTXO amount, indicating that the new UTXO amount in the target user account is sufficient to support the transfer transaction. The block link transfers the desired UTXO amount from the target user account and transfers the remaining UTXO amount to the target user account.
And if the new UTXO amount is smaller than the required UTXO amount, the new UTXO amount in the target user account is not enough to support the transfer transaction, the block chain node generates transfer transaction failure information, and the transfer transaction failure information is fed back to the target user node.
According to the technical scheme, the UTXO transfer transaction with the expected precision is realized based on the new UTXO amount and the transfer transaction request with the expected precision, the influence on the service is reduced, and meanwhile, the accuracy of the transfer transaction is ensured.
Fig. 2 is a flowchart of another transaction processing method based on a block chain according to an embodiment of the present disclosure; the present embodiment is an alternative proposed on the basis of the above-described embodiments. Specifically, the disclosed embodiments refine the operation "determining the amount of available UTXO in the target user account, and determining the actual accuracy of the amount of available UTXO".
Referring to fig. 2, the transaction processing method based on a block chain provided in this embodiment includes:
and S201, responding to a transfer transaction request initiated by a target user node, and determining the reference block height of a block to which the available UTXO amount belongs.
It is known that the amount of available UTXO is stored in different tiles scattered across the blockchain network. Different blocks are distinguished by block height.
The reference tile height refers to the tile height of the tile to which the amount of UTXO available for the target user account belongs. Wherein the block height may be determined according to the block generation time. The reference block height is used to determine the actual accuracy of the amount of UTXO available.
The block chain node determines a reference block height for the block to which the available UTXO amount belongs in response to a transfer transaction request initiated by the target user node.
And S202, determining the actual precision of the amount of the available UTXO according to the reference block height based on the correlation between the preset block height and the actual precision.
The association relationship between the preset block height and the actual precision is predetermined according to the actual situation. And the preset incidence relation between the block height and the actual precision is used for recording the corresponding relation between the block height and the actual precision.
Optionally, the preset association relationship between the block height and the actual precision is a pair (pair) formed by the block height and the actual precision. I.e. the block height and the actual precision are combined into a set of data.
And the block chain node determines the actual precision of the amount of the available UTXO according to the reference block height based on the association relationship between the preset block height and the actual precision.
And S203, when the actual precision is inconsistent with the expected precision, adjusting the amount of the available UTXO based on the actual precision and the expected precision to obtain a new UTXO amount under the expected precision.
And S204, performing digital asset transfer processing according to the new UTXO amount and the transfer transaction request.
In the embodiment of the disclosure, the reference block height of the block to which the amount of the available UTXO belongs is determined through the block chain node, the actual accuracy of the amount of the available UTXO is determined according to the reference block height based on the association relationship between the preset block height and the actual accuracy, and the actual accuracy is used for determining a new amount of the UTXO with an expected accuracy, so that data support is provided for adjusting the UTXO accuracy of the target user account. According to the embodiment of the disclosure, by setting the association relationship between the preset block height and the actual precision, the block chain link point can determine the actual precision of the usable UTXO amount according to the reference block height, and the UTXO precision can be adjusted without damaging the original data structure of the block chain.
In an optional embodiment, the method further comprises: responding to a voting proposal transaction for adjusting UTXO precision in the block chain network, and acquiring a voting result; if the voting result is that the voting passes, extracting the expected precision from the voting proposal transaction; writing the extracted expected precision into a block chain network, and taking the block height to which the expected precision belongs as the block height associated with the expected precision.
Since the UTXO accuracy is a system parameter of the blockchain network, adjusting the UTXO accuracy requires initiating a voting proposal transaction in the blockchain network to adjust the UTXO accuracy. The voting proposal transaction is used for controlling whether the UTXO precision is adjusted or not to vote by the block chain link point pairs in the block chain network.
And responding to the voting proposal affair for adjusting the UTXO precision in the block chain network by the block chain link point to acquire a voting result. Optionally, the voting proposal transaction includes a voting effectiveness ratio threshold. And the voting result is determined according to the passing ticket proportion value and the voting effective proportion threshold value. Specifically, if the passing vote ratio value is greater than or equal to the voting effective ratio threshold value, determining that the voting result is voting passing; and if the passing vote ratio value is smaller than the voting effective ratio threshold value, determining that the voting result is that the voting does not pass.
The passing ticket proportion value is the proportion of the number of passing tickets to the total number of tickets. The vote validation ratio threshold is used to determine whether the vote proposal transaction can be validated. The UTXO accuracy may be adjusted only if the voting proposal transaction can take effect. The voting effective proportion threshold is determined according to actual service requirements, and is not limited herein. Illustratively, the vote validation proportion threshold may be 50%.
Optionally, the voting proposal transaction also includes a desired accuracy. And under the condition that the voting result is that the voting passes, extracting the expected precision from the voting proposal transaction by the blockchain node, and writing the extracted expected precision into the blockchain network. The extracted expected accuracy is written into the block chain network, namely, the expected accuracy is subjected to uplink storage, and the expected accuracy is written into the block. The block link points use the block height to which the desired accuracy belongs as the block height to which the desired accuracy is associated.
It will be appreciated that the desired accuracy and the actual accuracy are relative, and in general, after writing the desired accuracy to the blockchain network, the desired accuracy becomes effective as the actual accuracy. The expected accuracy and the block height to which the expected accuracy belongs can be used for determining the association relationship between the preset block height and the actual accuracy.
According to the technical scheme, the voting proposal transaction for adjusting the UTXO precision is initiated to the block chain network, the block chain link points in the block chain network are controlled to vote for the voting proposal transaction, and the expected precision in the voting proposal transaction is written into the block chain network under the condition that the voting result is that the vote passes, so that the traceability of the UTXO precision is ensured, and data support is provided for adjusting the UTXO precision in the process of processing the transfer transaction request.
In an optional embodiment, the method further comprises: determining an available UTXO amount in a target user account in response to a query transaction request initiated by a target user node; determining a reference block height of a block to which the available UTXO amount belongs, and determining actual accuracy of the available UTXO amount based on a correlation between the block height and the actual accuracy; in the event that the actual accuracy does not correspond to a desired accuracy, a new UTXO amount at the desired accuracy is determined based on the desired accuracy, the actual accuracy, and the available UTXO amount.
Wherein the query transaction request is generated by the target user node and sent to the blockchain network. The query transaction request is used for requesting the block chain link points in the block chain network to perform query processing on the available UTXO of the target user account.
As described above, the available UTXO includes the amount of the available UTXO and the actual accuracy of the amount of the available UTXO. The amount of UTXO that can be held is determined by the actual accuracy of the amount of UTXO available and the amount of UTXO available. Different actual precisions correspond to different amounts of UTXO available, with the amount of UTXO held remaining unchanged.
The block chain node determines the amount of available UTXO in the target user account in response to a query transaction request initiated by the target user node. It is known that the UTXO amount is only relevant if it correlates to UTXO accuracy. It is not of reference significance to consider only the UTXO amount regardless of UTXO accuracy. After determining the amount of UTXO available, the blockchain node needs to further determine the actual accuracy of the amount of UTXO available.
Specifically, the block link point determines a reference block height of a block to which the usable UTXO amount belongs, and determines the actual accuracy of the usable UTXO amount based on a correlation between the block height and the actual accuracy. In the event that the actual accuracy does not coincide with the desired accuracy, the block link point determines a new amount of UTXO at the desired accuracy based on the desired accuracy, the actual accuracy, and the amount of UTXO available.
Optionally, the block node feeds back the new UTXO amount with the desired accuracy to the target user node as a request processing result of the query transaction request.
It should be noted that in the embodiment of the present disclosure, the block chain node does not adjust the UTXO precision in the target user account during the process of processing the query transaction request, because the query transaction request is not written into the block chain network, and the block chain node only scales the UTXO precision during the process of processing the query transaction request to determine a new UTXO amount with a desired precision. And feeding back the new UTXO amount under the expected precision as a request processing result to the target user node.
According to the technical scheme, the target user node is supported to query a new UTXO amount in the target user account at a desired precision based on the query transaction request, the UTXO amount query accuracy is improved, a user can conveniently master the latest UTXO amount at different UTXO precisions in time, and the user experience is improved.
FIG. 3 is a flow chart of another block chain based transaction processing method provided in accordance with an embodiment of the present disclosure; the present embodiment is an alternative proposed on the basis of the above-described embodiments. Specifically, the embodiment of the present disclosure refines the operation "when the actual accuracy is inconsistent with the desired accuracy, adjust the available UTXO amount based on the actual accuracy and the desired accuracy to obtain a new UTXO amount at the desired accuracy".
Referring to fig. 3, the transaction processing method based on a block chain according to this embodiment includes:
s301, in response to the transfer transaction request initiated by the target user node, determining the amount of UTXO available in the target user account, and determining the actual accuracy of the amount of UTXO available.
S302, determining the new UTXO amount based on the actual accuracy, the desired accuracy and the available UTXO amount.
It can be understood that, in order to ensure the user experience, the UTXO holding amount of the target user account needs to be kept unchanged during the process of adjusting the UTXO accuracy of the target user account. Different UTXO accuracies correspond to different UTXO amounts, with the UTXO hold amount remaining unchanged.
Wherein the amount of UTXO available corresponds to the actual accuracy. The new amount of UTXO corresponds to the desired accuracy.
The UTXO hold amount may be determined based on the actual accuracy and the amount of UTXO available at the actual accuracy. With the amount of UTXO hold and desired accuracy known, a new amount of UTXO at the desired accuracy may be determined.
S303, using the expected accuracy as the UTXO accuracy of the new UTXO amount.
As mentioned above, the UTXO amount has reference only in relation to UTXO accuracy. It is not of reference significance to consider only the UTXO amount regardless of UTXO accuracy. The block link point will use the desired accuracy as the UTXO accuracy for the new UTXO amount.
And S304, performing digital asset transfer processing according to the new UTXO amount and the transfer transaction request.
In the embodiment of the disclosure, the block chain node determines a new UTXO amount based on the actual accuracy, the expected accuracy and the available UTXO amount under the actual accuracy, takes the expected accuracy as the UTXO accuracy of the new UTXO amount, and provides data support for adjusting the UTXO accuracy in the block chain network in the process of processing the transfer transaction request.
In an alternative embodiment, determining the new UTXO amount based on the actual accuracy, the desired accuracy, and the available UTXO amount comprises: determining a precision difference between the desired precision and the actual precision; and determining the new UTXO amount according to the precision difference value and the available UTXO amount.
Wherein the accuracy difference is determined according to the desired accuracy and the actual accuracy. The accuracy difference may reflect the accuracy change in the UTXO accuracy. The accuracy difference is used to determine a new UTXO amount at the desired accuracy.
The blockchain node determines a precision difference between the desired precision and the actual precision. A new amount of UTXO at the desired accuracy is determined based on the accuracy difference and the amount of available UTXO. According to the technical scheme, the new UTXO amount under the expected precision is determined based on the actual precision, the expected precision and the available UTXO amount under the actual precision, and the new UTXO amount under the expected precision is used for UTXO transfer transaction, so that the transfer transaction accuracy is guaranteed.
In an alternative embodiment, determining the new amount of UTXO based on the accuracy difference and the available amount of UTXO comprises: determining the new UTXO amount based on the accuracy difference and the available UTXO amount based on the following equation: u shape 2 =U 1
Figure 16737DEST_PATH_IMAGE001
Wherein, the U 2 Representing the new UTXO amount; u shape 1 Representing the amount of UTXO available; pnew represents the desired precision; and Pold represents the actual precision.
Figure 789521DEST_PATH_IMAGE002
Representing the precision difference. Wherein, the first and the second end of the pipe are connected with each other,
Figure 330224DEST_PATH_IMAGE003
are all positive integers. The technical scheme provides a specific and effective calculation method for determining the new UTXO amount under the expected precision, and provides data support for adjusting the UTXO precision of the target user account.
Fig. 4 is a schematic structural diagram of a transaction processing apparatus based on a block chain according to an embodiment of the present disclosure. The embodiment of the disclosure is applicable to the case of adjusting the UTXO precision. The apparatus may be implemented by software and/or hardware, and may implement the transaction processing method based on the blockchain according to any embodiment of the present disclosure. As shown in fig. 4, the block chain-based transaction processing apparatus 400 includes:
an accuracy determining module 401, configured to determine, in response to a transfer transaction request initiated by a target user node, an available UTXO amount in a target user account, and determine an actual accuracy of the available UTXO amount;
an accuracy adjustment module 402, configured to adjust the available UTXO amount based on the actual accuracy and the desired accuracy to obtain a new UTXO amount at the desired accuracy if the actual accuracy is inconsistent with the desired accuracy;
and a transfer processing module 403, configured to perform digital asset transfer processing according to the new UTXO amount and the transfer transaction request.
The amount of the UTXO available in the target user account is determined, and the actual precision of the amount of the UTXO available is determined; under the condition that the actual precision is inconsistent with the expected precision, adjusting the amount of the available UTXO based on the actual precision and the expected precision to obtain a new UTXO amount under the expected precision; and performing digital asset transfer processing according to the new UTXO amount and the transfer transaction request. Under the condition that the holding quantity of the UTXO of the target user account is not influenced, the UTXO precision can be adjusted, and the user experience is guaranteed. In the transfer transaction request processing process, the UTXO precision of the target user account is adjusted, the data processing pressure of the block chain network is dispersed, network congestion is avoided, the influence on business service is reduced, and user experience is further guaranteed.
Optionally, the precision determining module includes: a block height determination submodule for determining a reference block height of a block to which the available UTXO amount belongs; and the actual precision determining sub-module is used for determining the actual precision of the available UTXO amount according to the reference block height based on the correlation between the preset block height and the actual precision.
Optionally, the apparatus further comprises: the voting result determining module is used for responding to a voting proposal transaction for adjusting the UTXO precision in the block chain network and acquiring a voting result; the expected precision extracting module is used for extracting the expected precision from the voting proposal affairs if the voting result is that the votes pass; and the information association module is used for writing the extracted expected precision into a block chain network and taking the block height to which the expected precision belongs as the block height associated with the expected precision.
Optionally, the precision adjusting module includes: an amount determination sub-module to determine the new UTXO amount based on the actual accuracy, the desired accuracy, and the available UTXO amount; an accuracy determination sub-module for taking the desired accuracy as the UTXO accuracy of the new UTXO amount.
Optionally, the amount determination sub-module comprises: a precision difference determination unit for determining a precision difference between the desired precision and the actual precision; an amount determination unit to determine the new UTXO amount based on the accuracy difference and the available UTXO amount.
Optionally, the UTXO amount determining unit is specifically configured to: determining the new UTXO amount based on the accuracy difference and the available UTXO amount based on the following formula:
U 2 =U 1
Figure 872895DEST_PATH_IMAGE001
wherein, the U 2 Representing the new UTXO amount; u shape 1 Representing the amount of UTXO available; pnew represents the desired precision; pold represents the actual precision;
Figure 739220DEST_PATH_IMAGE002
representing the precision difference; pnew and Pold are positive integers.
Optionally, the transfer processing module includes: a required UTXO amount determining submodule used for determining the required UTXO amount under the expected precision according to the transfer transaction request; a residual UTXO amount determining submodule for determining a residual UTXO amount according to the required UTXO amount and the new UTXO amount; and the transfer processing submodule is used for transferring the required UTXO amount out of the target user account and returning the residual UTXO amount to the target user account.
Optionally, the apparatus further comprises: the amount inquiry module is used for responding to an inquiry transaction request initiated by a target user node and determining the amount of the available UTXO in the target user account; the precision query module is used for determining the reference block height of a block to which the available UTXO amount belongs and determining the actual precision of the available UTXO amount based on the correlation between the block height and the actual precision; an amount determination module to determine a new UTXO amount at the desired accuracy based on the desired accuracy, the actual accuracy, and the available UTXO amount if the actual accuracy does not coincide with the desired accuracy.
The block chain based transaction processing device provided by the embodiment of the disclosure can execute the block chain based transaction processing method provided by any embodiment of the disclosure, and has the corresponding functional modules and beneficial effects of executing the block chain based transaction processing method.
In the technical scheme of the disclosure, the collection, storage, use, processing, transmission, provision, disclosure and the like of the related target user account information all accord with the regulations of related laws and regulations, and do not violate the customs of the public order.
The present disclosure also provides an electronic device, a readable storage medium, and a computer program product according to embodiments of the present disclosure.
FIG. 5 illustrates a schematic block diagram of an example electronic device 500 that can be used to implement embodiments of the present disclosure. Electronic devices are intended to represent various forms of digital computers, such as laptops, desktops, workstations, personal digital assistants, servers, blade servers, mainframes, and other appropriate computers. The electronic device may also represent various forms of mobile devices, such as personal digital processing, cellular phones, smart phones, wearable devices, and other similar computing devices. The components shown herein, their connections and relationships, and their functions, are meant to be examples only, and are not intended to limit implementations of the disclosure described and/or claimed herein.
As shown in fig. 5, the electronic device 500 includes a computing unit 501, which can perform various appropriate actions and processes according to a computer program stored in a Read Only Memory (ROM) 502 or a computer program loaded from a storage unit 508 into a Random Access Memory (RAM) 503. In the RAM 503, various programs and data required for the operation of the electronic apparatus 500 can also be stored. The calculation unit 501, the ROM 502, and the RAM 503 are connected to each other by a bus 504. An input/output (I/O) interface 505 is also connected to bus 504.
A number of components in the electronic device 500 are connected to the I/O interface 505, including: an input unit 506 such as a keyboard, a mouse, or the like; an output unit 507 such as various types of displays, speakers, and the like; a storage unit 508, such as a magnetic disk, optical disk, or the like; and a communication unit 509 such as a network card, modem, wireless communication transceiver, etc. The communication unit 509 allows the electronic device 500 to exchange information/data with other devices through a computer network such as the internet and/or various telecommunication networks.
The computing unit 501 may be a variety of general-purpose and/or special-purpose processing components having processing and computing capabilities. Some examples of the computing unit 501 include, but are not limited to, a Central Processing Unit (CPU), a Graphics Processing Unit (GPU), various dedicated Artificial Intelligence (AI) computing chips, various computing units running machine learning model algorithms, a Digital Signal Processor (DSP), and any suitable processor, controller, microcontroller, and so forth. The computing unit 501 performs the various methods and processes described above, such as blockchain-based transaction processing methods. For example, in some embodiments, the blockchain-based transaction method may be implemented as a computer software program tangibly embodied in a machine-readable medium, such as storage unit 508. In some embodiments, part or all of the computer program may be loaded and/or installed onto the electronic device 500 via the ROM 502 and/or the communication unit 509. When loaded into RAM 503 and executed by the computing unit 501, may perform one or more of the steps of the blockchain based transaction method described above. Alternatively, in other embodiments, the computing unit 501 may be configured to perform the block chain based transaction method by any other suitable means (e.g., by means of firmware).
Various implementations of the systems and techniques described here above may be implemented in digital electronic circuitry, integrated circuitry, field Programmable Gate Arrays (FPGAs), application Specific Integrated Circuits (ASICs), application Specific Standard Products (ASSPs), system on a chip (SOCs), load programmable logic devices (CPLDs), computer hardware, firmware, software, and/or combinations thereof. These various embodiments may include: implemented in one or more computer programs that are executable and/or interpretable on a programmable system including at least one programmable processor, which may be special or general purpose, receiving data and instructions from, and transmitting data and instructions to, a storage system, at least one input device, and at least one output device.
Program code for implementing the methods of the present disclosure may be written in any combination of one or more programming languages. These program codes may be provided to a processor or controller of a general purpose computer, special purpose computer, or other programmable blockchain based transaction device such that the program codes, when executed by the processor or controller, cause the functions/operations specified in the flowchart and/or block diagram to be performed. The program code may execute entirely on the machine, partly on the machine, as a stand-alone software package partly on the machine and partly on a remote machine or entirely on the remote machine or server.
In the context of this disclosure, a machine-readable medium may be a tangible medium that can contain, or store a program for use by or in connection with an instruction execution system, apparatus, or device. The machine-readable medium may be a machine-readable signal medium or a machine-readable storage medium. A machine-readable medium may include, but is not limited to, an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus, or device, or any suitable combination of the foregoing. More specific examples of a machine-readable storage medium would include an electrical connection based on one or more wires, a portable computer diskette, a hard disk, a Random Access Memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or flash memory), an optical fiber, a compact disc read-only memory (CD-ROM), an optical storage device, a magnetic storage device, or any suitable combination of the foregoing.
To provide for interaction with a user, the systems and techniques described here can be implemented on a computer having: a display device (e.g., a CRT (cathode ray tube) or LCD (liquid crystal display) monitor) for displaying information to a user; and a keyboard and a pointing device (e.g., a mouse or a trackball) by which a user may provide input to the computer. Other kinds of devices may also be used to provide for interaction with a user; for example, feedback provided to the user can be any form of sensory feedback (e.g., visual feedback, auditory feedback, or tactile feedback); and input from the user may be received in any form, including acoustic, speech, or tactile input.
The systems and techniques described here can be implemented in a computing system that includes a back-end component (e.g., as a data server), or that includes a middleware component (e.g., an application server), or that includes a front-end component (e.g., a user computer having a graphical user interface or a web browser through which a user can interact with an implementation of the systems and techniques described here), or any combination of such back-end, middleware, or front-end components. The components of the system can be interconnected by any form or medium of digital data communication (e.g., a communication network). Examples of communication networks include: local Area Networks (LANs), wide Area Networks (WANs), and the Internet.
The computer system may include clients and servers. A client and server are generally remote from each other and typically interact through a communication network. The relationship of client and server arises by virtue of computer programs running on the respective computers and having a client-server relationship to each other. The server may be a cloud server, a server of a distributed system, or a server combining a blockchain.
Artificial intelligence is the subject of research that makes computers simulate some human mental processes and intelligent behaviors (such as learning, reasoning, thinking, planning, etc.), both at the hardware level and at the software level. Artificial intelligence hardware technologies generally include technologies such as sensors, dedicated artificial intelligence chips, cloud computing, distributed storage, big data processing, and the like; the artificial intelligence software technology mainly comprises a computer vision technology, a voice recognition technology, a natural language processing technology, a machine learning/deep learning technology, a big data processing technology, a knowledge map technology and the like.
Cloud computing (cloud computing) refers to accessing an elastically extensible shared physical or virtual resource pool through a network, where resources may include servers, operating systems, networks, software, applications, storage devices, and the like, and may be a technical system that deploys and manages resources in a self-service manner as needed. Through the cloud computing technology, high-efficiency and strong data processing capacity can be provided for technical application and model training of artificial intelligence, block chains and the like.
It should be understood that various forms of the flows shown above may be used, with steps reordered, added, or deleted. For example, the steps described in the present disclosure may be executed in parallel, sequentially, or in different orders, as long as the desired results of the technical solutions disclosed in the present disclosure can be achieved, and the present disclosure is not limited herein.
The above detailed description should not be construed as limiting the scope of the disclosure. It should be understood by those skilled in the art that various modifications, combinations, sub-combinations and substitutions may be made in accordance with design requirements and other factors. Any modification, equivalent replacement, and improvement made within the spirit and principle of the present disclosure should be included in the protection scope of the present disclosure.

Claims (12)

1. A method of blockchain-based transaction processing, the method comprising:
in response to a transfer transaction request initiated by a target user node, determining an available UTXO amount in a target user account, and determining the actual precision of the available UTXO amount;
in the event that the actual accuracy does not correspond to a desired accuracy, adjusting the available UTXO amount based on the actual accuracy and the desired accuracy to obtain a new UTXO amount at the desired accuracy;
performing digital asset transfer processing according to the new UTXO amount and the transfer transaction request;
wherein determining an amount of available UTXO in the target user account and determining an actual accuracy of the amount of available UTXO comprises: determining a reference block height of a block to which the available UTXO amount belongs; determining the actual precision of the amount of the available UTXO according to the reference block height based on the correlation between the preset block height and the actual precision;
wherein, in the event that the actual accuracy does not match the desired accuracy, adjusting the available UTXO amount based on the actual accuracy and the desired accuracy to obtain a new UTXO amount at the desired accuracy comprises: determining the new UTXO amount based on the actual accuracy, the desired accuracy, and the available UTXO amount; using the desired accuracy as the UTXO accuracy of the new UTXO amount;
wherein determining the new UTXO amount based on the actual accuracy, the desired accuracy, and the available UTXO amount comprises: determining a precision difference between the desired precision and the actual precision; and determining the new UTXO amount according to the precision difference value and the available UTXO amount.
2. The method of claim 1, further comprising:
responding to a voting proposal transaction for adjusting UTXO precision in the block chain network, and acquiring a voting result;
if the voting result is that the voting passes, extracting the expected precision from the voting proposal transaction;
writing the extracted expected precision into a block chain network, and taking the block height to which the expected precision belongs as the block height associated with the expected precision.
3. The method of claim 1, wherein determining the new UTXO amount based on the accuracy difference and the available UTXO amount comprises:
determining the new UTXO amount based on the accuracy difference and the available UTXO amount based on the following formula:
U 2 =U 1
Figure DEST_PATH_IMAGE001
wherein, the U is 2 Representing the new UTXO amount; u shape 1 Representing the amount of UTXO available; pnew represents the desired precision; pold represents the actual precision;
Figure 513806DEST_PATH_IMAGE002
representing the precision difference; pnew and Pold are positive integers.
4. The method of claim 1, wherein performing digital asset transfer processing based on the new UTXO amount and the transfer transaction request comprises:
determining the amount of the UTXO required under the expected precision according to the transfer transaction request;
determining the amount of the residual UTXO according to the amount of the required UTXO and the new UTXO amount;
transferring the required UTXO amount from the target user account and returning the remaining UTXO amount to the target user account.
5. The method of claim 1, further comprising:
determining an available UTXO amount in a target user account in response to a query transaction request initiated by a target user node;
determining a reference block height of a block to which the available UTXO amount belongs, and determining the actual precision of the available UTXO amount based on the correlation between the block height and the actual precision;
in the event that the actual accuracy does not coincide with a desired accuracy, a new UTXO amount at the desired accuracy is determined based on the desired accuracy, the actual accuracy, and the available UTXO amount.
6. A blockchain based transaction processing apparatus, the apparatus comprising:
the precision determining module is used for responding to a transfer transaction request initiated by a target user node, determining an available UTXO amount in a target user account, and determining the actual precision of the available UTXO amount;
an accuracy adjustment module to adjust the available UTXO amount based on the actual accuracy and the desired accuracy to obtain a new UTXO amount at the desired accuracy if the actual accuracy is inconsistent with the desired accuracy;
the transfer processing module is used for performing digital asset transfer processing according to the new UTXO amount and the transfer transaction request;
wherein, the precision determination module includes: a block height determination sub-module for determining a reference block height of a block to which the available UTXO amount belongs; the actual precision determining submodule is used for determining the actual precision of the available UTXO amount according to the reference block height based on the correlation between the preset block height and the actual precision;
wherein, the precision adjustment module includes: an amount determination sub-module to determine the new UTXO amount based on the actual accuracy, the desired accuracy, and the available UTXO amount; an accuracy determination sub-module for taking the desired accuracy as the UTXO accuracy of the new UTXO amount;
wherein the amount determination submodule comprises: a precision difference determination unit for determining a precision difference between the desired precision and the actual precision; a quantity determination unit for determining the new UTXO quantity based on the precision difference and the available UTXO quantity.
7. The apparatus of claim 6, the apparatus further comprising:
the voting result determining module is used for responding to a voting proposal transaction for adjusting the UTXO precision in the block chain network and acquiring a voting result;
the expected precision extracting module is used for extracting the expected precision from the voting proposal affairs if the voting result is that the votes pass;
and the information association module is used for writing the extracted expected precision into a block chain network and taking the block height to which the expected precision belongs as the block height associated with the expected precision.
8. The apparatus of claim 6, wherein the UTXO amount determination unit is specifically configured to:
determining the new UTXO amount based on the accuracy difference and the available UTXO amount based on the following formula:
U 2 =U 1
Figure 758842DEST_PATH_IMAGE001
wherein, the U 2 Representing the new UTXO amount; u shape 1 Representing the amount of said available UTXO; pnew represents the desired precision; pold represents the actual precision;
Figure 321935DEST_PATH_IMAGE002
representing the precision difference; pnew and Pold are positive integers.
9. The apparatus as recited in claim 6, wherein the transfer processing module comprises:
a required UTXO amount determining submodule used for determining the required UTXO amount under the expected precision according to the transfer transaction request;
a residual UTXO amount determining submodule for determining a residual UTXO amount according to the required UTXO amount and the new UTXO amount;
and the transfer processing submodule is used for transferring the required UTXO amount out of the target user account and returning the residual UTXO amount to the target user account.
10. The apparatus of claim 6, the apparatus further comprising:
the amount inquiry module is used for responding to an inquiry transaction request initiated by a target user node and determining the amount of the available UTXO in the target user account;
the precision query module is used for determining the reference block height of a block to which the available UTXO amount belongs and determining the actual precision of the available UTXO amount based on the correlation between the block height and the actual precision;
an amount determination module to determine a new UTXO amount at the desired accuracy based on the desired accuracy, the actual accuracy, and the available UTXO amount if the actual accuracy does not coincide with the desired accuracy.
11. An electronic device, comprising:
at least one processor; and
a memory communicatively coupled to the at least one processor; wherein the content of the first and second substances,
the memory stores instructions executable by the at least one processor to enable the at least one processor to perform the blockchain based transaction method of any one of claims 1-5.
12. A non-transitory computer readable storage medium having stored thereon computer instructions for causing a computer to execute the blockchain based transaction method according to any one of claims 1 to 5.
CN202211253085.5A 2022-10-13 2022-10-13 Transaction processing method and device based on block chain, electronic equipment and medium Active CN115357346B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202211253085.5A CN115357346B (en) 2022-10-13 2022-10-13 Transaction processing method and device based on block chain, electronic equipment and medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202211253085.5A CN115357346B (en) 2022-10-13 2022-10-13 Transaction processing method and device based on block chain, electronic equipment and medium

Publications (2)

Publication Number Publication Date
CN115357346A CN115357346A (en) 2022-11-18
CN115357346B true CN115357346B (en) 2023-02-03

Family

ID=84008528

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202211253085.5A Active CN115357346B (en) 2022-10-13 2022-10-13 Transaction processing method and device based on block chain, electronic equipment and medium

Country Status (1)

Country Link
CN (1) CN115357346B (en)

Family Cites Families (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108694575A (en) * 2018-06-13 2018-10-23 深圳前海微众银行股份有限公司 Verification method of transferring accounts, device and storage medium based on block chain
CN109299336B (en) * 2018-09-30 2022-07-01 腾讯科技(深圳)有限公司 Data backup method and device, storage medium and computing equipment
CN109360101A (en) * 2018-12-18 2019-02-19 百度在线网络技术(北京)有限公司 A kind of block chain transaction processing method, device, equipment and medium
US11449938B2 (en) * 2020-12-23 2022-09-20 Paypal, Inc. Methods and systems for tracking unspent transaction output (UTXO) tokens in a distributed ledger technology-based network
CN113610643A (en) * 2021-08-13 2021-11-05 郑杰骞 Chain structure processing method, transaction data processing device, data verification method, data verification device and medium
CN113450224B (en) * 2021-07-13 2024-02-27 成都质数斯达克科技有限公司 Transaction processing method, device, equipment and storage medium based on UTXO model

Also Published As

Publication number Publication date
CN115357346A (en) 2022-11-18

Similar Documents

Publication Publication Date Title
CN114328132A (en) Method, device, equipment and medium for monitoring state of external data source
CN115421922A (en) Current limiting method, device, equipment, medium and product of distributed system
CN115631273A (en) Big data duplicate removal method, device, equipment and medium
CN115357346B (en) Transaction processing method and device based on block chain, electronic equipment and medium
CN114327802B (en) Method, apparatus, device and medium for block chain access to data outside chain
EP4202729A1 (en) Method and apparatus for grabbing pressure, electronic device and readable storage medium
CN114978944B (en) Pressure testing method, device and computer program product
CN110796551A (en) Automatic control method, device and system for fund management
CN113935069B (en) Data verification method, device and equipment based on block chain and storage medium
CN113408641B (en) Training of resource generation model and generation method and device of service resource
CN115328621A (en) Transaction processing method, device and equipment based on block chain and storage medium
CN114743586A (en) Mirror image storage implementation method and device of storage model and storage medium
CN114416357A (en) Method and device for creating container group, electronic equipment and medium
CN115545684A (en) Transaction processing method and device based on block chain, electronic equipment and medium
CN111582952B (en) Scoring method, information pushing method and scoring system
CN113239296B (en) Method, device, equipment and medium for displaying small program
CN113867634B (en) Data reading method and device, electronic equipment and storage medium
CN114118356B (en) Neural network processor verification method and device, electronic equipment and storage medium
CN115827693A (en) Data checking method and device, terminal equipment and storage medium
CN113553407A (en) Event tracing method and device, electronic equipment and storage medium
CN115525614A (en) Data access method, device, equipment, system and storage medium
CN117002583A (en) Method and device for extracting test requirements of virtual marshalling key technology of train
CN115640345A (en) Data processing method, device, system, equipment, storage medium and product
CN115563182A (en) Data processing method, device, electronic equipment and medium
CN113901451A (en) Link detection method and device, electronic equipment and storage medium

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant