CN111581289B - Data management method, system, device and medium for double-head block chain - Google Patents

Data management method, system, device and medium for double-head block chain Download PDF

Info

Publication number
CN111581289B
CN111581289B CN202010382484.6A CN202010382484A CN111581289B CN 111581289 B CN111581289 B CN 111581289B CN 202010382484 A CN202010382484 A CN 202010382484A CN 111581289 B CN111581289 B CN 111581289B
Authority
CN
China
Prior art keywords
block
network transaction
header
transaction data
data
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
CN202010382484.6A
Other languages
Chinese (zh)
Other versions
CN111581289A (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.)
Xi'an Huayu Network Culture Development Co ltd
Original Assignee
Xi'an Huayu Network Culture Development 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 Xi'an Huayu Network Culture Development Co ltd filed Critical Xi'an Huayu Network Culture Development Co ltd
Priority to CN202010382484.6A priority Critical patent/CN111581289B/en
Publication of CN111581289A publication Critical patent/CN111581289A/en
Application granted granted Critical
Publication of CN111581289B publication Critical patent/CN111581289B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/27Replication, distribution or synchronisation of data between databases or within a distributed database system; Distributed database system architectures therefor
    • 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
    • G06Q40/00Finance; Insurance; Tax strategies; Processing of corporate or income taxes
    • G06Q40/04Trading; Exchange, e.g. stocks, commodities, derivatives or currency exchange
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D10/00Energy efficient computing, e.g. low power processors, power management or thermal management

Abstract

When network transaction data is stored in a block chain, a first block header is generated according to a previous block and the network transaction data, and a second block header is generated according to the previous block; generating a block connected after the last block on a block chain, wherein in the generated block, a block header comprises the first block header and the second block header, and a block body comprises the network transaction data; when a query instruction of a user is received, the query instruction is analyzed, and the data of the block in the block is read according to the analysis result. Thus, each block on the block chain comprises two block heads, wherein the first block head is related to the network transaction data, and the second block head is not related to the network transaction data, so that a user can select whether to read the network transaction data in the block according to own requirements, and the function of supervising the network transaction information on the block chain is realized.

Description

Data management method, system, device and medium for double-head block chain
Technical Field
The invention belongs to the technical field of block chains, and particularly relates to a data management method, system, device and medium of a double-head block chain.
Background
Blockchains are novel application modes of computer technologies such as distributed data storage, point-to-point transmission, consensus mechanisms, encryption algorithms, and the like. A blockchain is a string of data blocks that are generated in association using cryptographic methods, each of which contains a piece of network transaction information that is used to verify the validity of its information and to generate the next block. The core of the blockchain is decentralization, namely, decentralization, so that information resources are shared, data information is commonly maintained, commonly billed and correlated, and any single node cannot tamper with the data information. But the blockchain data cannot be modified once stored, which creates a drawback of difficult supervision.
Disclosure of Invention
Aiming at the defects in the prior art, the invention provides a data management method, a system, a device and a medium for a double-head blockchain, which can monitor network transaction information on the blockchain.
In a first aspect, a method of data management for a dual-headed blockchain includes the steps of:
when the network transaction data is stored on the blockchain, generating a first block header according to the last block and the network transaction data, and generating a second block header according to the last block;
generating a block connected after the last block on a block chain, wherein in the generated block, a block header comprises the first block header and the second block header, and a block body comprises the network transaction data;
when a query instruction of a user is received, the query instruction is analyzed, and the data of the block in the block is read according to the analysis result.
Preferably, the generating the first block header according to the previous block and the network transaction data specifically includes:
and combining the first block head in the previous block, the network transaction data and the current timestamp, carrying out hash operation on the combined value, and taking the operation result as the first block head.
Preferably, the generating the second block header according to the previous block specifically includes:
and combining the first block head in the previous block with the current timestamp, carrying out hash operation on the combined value, and taking the operation result as the second block head.
Preferably, when receiving a query instruction from a user, analyzing the query instruction, and reading the data of the block in the block according to the analysis result specifically includes:
when a query instruction of a user is received, the query instruction is analyzed, and an analysis result is obtained;
if the analysis result is matched with the first block head of a block in the block chain, reading the data of the block in the block as output data;
if the parsing result matches the second block header of a block in the blockchain, the output data is null.
In a second aspect, a data management system for a dual-headed blockchain includes:
and a storage unit: when the network transaction data is stored on the blockchain, generating a first block header according to the last block and the network transaction data, and generating a second block header according to the last block; generating a block connected after the last block on a block chain, wherein in the generated block, a block header comprises the first block header and the second block header, and a block body comprises the network transaction data;
query unit: and the method is used for analyzing the query instruction when receiving the query instruction of the user, and reading the data of the block in the block according to the analysis result.
Preferably, the storage unit is specifically configured to:
and combining the first block head in the previous block, the network transaction data and the current timestamp, carrying out hash operation on the combined value, and taking the operation result as the first block head.
Preferably, the storage unit is specifically configured to:
and combining the first block head in the previous block with the current timestamp, carrying out hash operation on the combined value, and taking the operation result as the second block head.
Preferably, the query unit is specifically configured to:
when a query instruction of a user is received, the query instruction is analyzed, and an analysis result is obtained;
if the analysis result is matched with the first block head of a block in the block chain, reading the data of the block in the block as output data;
if the parsing result matches the second block header of a block in the blockchain, the output data is null.
In a third aspect, an apparatus comprises a processor and a memory, the processor and the memory being interconnected, wherein the memory is adapted to store a computer program, the computer program comprising program instructions, the processor being configured to invoke the program instructions to perform the method according to the first aspect.
In a fourth aspect, a computer readable storage medium stores a computer program comprising program instructions that, when executed by a processor, cause the processor to perform the method of the first aspect.
According to the technical scheme, each block on the block chain comprises two block heads, wherein the first block head is associated with network transaction data, and the second block head is not associated with the network transaction data, so that a user can select whether to read the network transaction data in the block according to own requirements, and the function of supervising the network transaction information on the block chain is realized.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below. Like elements or portions are generally identified by like reference numerals throughout the several figures. In the drawings, elements or portions thereof are not necessarily drawn to scale.
FIG. 1 is a flowchart of a method for managing data of a dual-headed blockchain according to an embodiment of the present invention.
FIG. 2 is a block chain diagram of a first embodiment of the present invention.
FIG. 3 is a block diagram of a dual-headed blockchain data management system in accordance with a second embodiment of the present invention.
Detailed Description
Embodiments of the technical scheme of the present invention will be described in detail below with reference to the accompanying drawings. The following examples are only for more clearly illustrating the technical aspects of the present invention, and thus are merely examples, and are not intended to limit the scope of the present invention. It is noted that unless otherwise indicated, technical or scientific terms used herein should be given the ordinary meaning as understood by one of ordinary skill in the art to which this invention pertains.
It should be understood that the terms "comprises" and "comprising," when used in this specification and the appended claims, specify the presence of stated features, integers, steps, operations, elements, and/or components, but do not preclude the presence or addition of one or more other features, integers, steps, operations, elements, components, and/or groups thereof.
It is also to be understood that the terminology used in the description of the invention herein is for the purpose of describing particular embodiments only and is not intended to be limiting of the invention. As used in this specification and the appended claims, the singular forms "a," "an," and "the" are intended to include the plural forms as well, unless the context clearly indicates otherwise.
As used in this specification and the appended claims, the term "if" may be interpreted as "when..once" or "in response to a determination" or "in response to detection" depending on the context. Similarly, the phrase "if a determination" or "if a [ described condition or event ] is detected" may be interpreted in the context of meaning "upon determination" or "in response to determination" or "upon detection of a [ described condition or event ]" or "in response to detection of a [ described condition or event ]".
Embodiment one:
a method of data management for a dual-headed blockchain, see fig. 1, comprising the steps of:
s1: when the network transaction data is stored in the blockchain, generating a first block header according to the last block and the network transaction data, and generating a second block header according to the last block, specifically comprising:
and combining the first block head in the previous block, the network transaction data and the current timestamp, carrying out hash operation on the combined value, and taking the operation result as the first block head.
And combining the first block head in the previous block with the current timestamp, carrying out hash operation on the combined value, and taking the operation result as the second block head.
Specifically, when generating a block, the blockchain generates a first block header according to network transaction data, last block data and a time stamp which are stored as required, and generates a second block header according to the last block data and the time stamp, so that completely different first block header and second block header are obtained. For example: when the block chain generates the third block, h3= (h2+network transaction data+timestamp) is calculated to perform hahs operation, h3= (h2+timestamp) is calculated to perform hahs operation, wherein H3 is the first block header of the third block, H3 is the second block header in the third block, and H2 is the first block header of the second block.
S2: generating a block connected after the last block on a block chain, wherein in the generated block, a block header comprises the first block header and the second block header, and a block body comprises the network transaction data;
specifically, the blockchain generated by the method is shown in fig. 2, each block in the generated blockchain has two block heads, and network transaction data is stored in the block.
S3: when a query instruction of a user is received, the query instruction is analyzed, and the data of the block in the block is read according to the analysis result, specifically including:
when a query instruction of a user is received, the query instruction is analyzed, and an analysis result is obtained;
if the analysis result is matched with the first block head of a block in the block chain, reading the data of the block in the block as output data;
if the parsing result matches the second block header of a block in the blockchain, the output data is null.
Specifically, when a user queries the network transaction data on the blockchain, if the user wants to read the network transaction data stored on a block, the user sends a query instruction containing the first block header in the block. If the network transaction data stored on a block is not wanted to be read, a query instruction containing the second block header in the block is sent. Thus, when the first block head of a certain block is analyzed, the data of the block in the block is read. When the second block head of a certain block is analyzed, the data of the block in the block is not read, and the output data is empty.
In the method, each block on the block chain comprises two block heads, wherein the first block head is related to the network transaction data, and the second block head is not related to the network transaction data, so that a user can select whether to read the network transaction data in the block according to own requirements, and the function of supervising the network transaction information on the block chain is realized.
Embodiment two:
a data management system of a dual-headed blockchain, see fig. 3, comprising:
and a storage unit: when the network transaction data is stored on the blockchain, generating a first block header according to the last block and the network transaction data, and generating a second block header according to the last block; generating a block connected after the last block on a block chain, wherein in the generated block, a block header comprises the first block header and the second block header, and a block body comprises the network transaction data;
query unit: and the method is used for analyzing the query instruction when receiving the query instruction of the user, and reading the data of the block in the block according to the analysis result.
Preferably, the storage unit is specifically configured to:
and combining the first block head in the previous block, the network transaction data and the current timestamp, carrying out hash operation on the combined value, and taking the operation result as the first block head.
Preferably, the storage unit is specifically configured to:
and combining the first block head in the previous block with the current timestamp, carrying out hash operation on the combined value, and taking the operation result as the second block head.
Preferably, the query unit is specifically configured to:
when a query instruction of a user is received, the query instruction is analyzed, and an analysis result is obtained;
if the analysis result is matched with the first block head of a block in the block chain, reading the data of the block in the block as output data;
if the parsing result matches the second block header of a block in the blockchain, the output data is null.
In the system, each block on the block chain comprises two block heads, wherein the first block head is related to the network transaction data, and the second block head is not related to the network transaction data, so that a user can select whether to read the network transaction data in the block according to own requirements, and the function of supervising the network transaction information on the block chain is realized.
In the several embodiments provided in this application, it should be understood that the disclosed system may be implemented in other ways. For example, the apparatus embodiments described above are merely illustrative, e.g., the division of the units is merely a logical function division, and there may be additional divisions when actually implemented, e.g., multiple units or components may be combined or integrated into another system, or some features may be omitted or not performed. In addition, the coupling or direct coupling or communication connection shown or discussed with each other may be an indirect coupling or communication connection via some interfaces, devices, or elements, or may be an electrical, mechanical, or other form of connection.
The units described as separate units may or may not be physically separate, and units shown as units may or may not be physical units, may be located in one place, or may be distributed on a plurality of network units. Some or all of the units may be selected according to actual needs to achieve the purpose of the embodiment of the present invention.
In addition, each functional unit in the embodiments of the present invention may be integrated in one processing unit, or each unit may exist alone physically, or two or more units may be integrated in one unit. The integrated units may be implemented in hardware or in software functional units.
The integrated units, if implemented in the form of software functional units and sold or used as stand-alone products, may be stored in a computer readable storage medium. Based on such understanding, the technical solution of the present invention is essentially or a part contributing to the prior art, or all or part of the technical solution may be embodied in the form of a software product stored in a storage medium, comprising several instructions for causing a computer device (which may be a personal computer, a server, or a network device, etc.) to perform all or part of the steps of the method according to the embodiments of the present invention. And the aforementioned storage medium includes: a U-disk, a removable hard disk, a Read-Only Memory (ROM), a random access Memory (RAM, random Access Memory), a magnetic disk, or an optical disk, or other various media capable of storing program codes.
For a brief description of the system provided by the embodiments of the present invention, reference may be made to the corresponding content in the foregoing method embodiments where the description of the embodiments is not mentioned.
Embodiment III:
an apparatus comprising a processor and a memory, the processor and memory being interconnected by a bus, wherein the memory is configured to store a computer program comprising program instructions, the processor being configured to invoke the program instructions to perform the method of embodiment one.
It should be appreciated that in embodiments of the present invention, the processor may be a central processing unit (CentralProcessing Unit, CPU), which may also be other general purpose processors, digital signal processors (Digital Signal Processor, DSPs), application specific integrated circuits (Application Specific Integrated Circuit, ASICs), off-the-shelf programmable gate arrays (Field-Programmable Gate Array, FPGAs) or other programmable logic devices, discrete gate or transistor logic devices, discrete hardware components, or the like. A general purpose processor may be a microprocessor or the processor may be any conventional processor or the like.
The memory may include read only memory and random access memory and provide instructions and data to the processor. A portion of the memory may also include non-volatile random access memory. For example, the memory may also store information of the device type.
For a brief description, reference may be made to the corresponding contents of the foregoing method embodiments for the device provided in the embodiments of the present invention, where the description of the embodiments is not mentioned.
Embodiment four:
a computer readable storage medium storing a computer program comprising program instructions which, when executed by a processor, cause the processor to perform the method of embodiment one.
The computer readable storage medium may be an internal storage unit of the terminal according to any of the foregoing embodiments, for example, a hard disk or a memory of the terminal. The computer readable storage medium may also be an external storage device of the terminal, such as a plug-in hard disk, a Smart Media Card (SMC), a Secure Digital (SD) Card, a Flash memory Card (Flash Card) or the like, which are provided on the terminal. Further, the computer-readable storage medium may also include both an internal storage unit and an external storage device of the terminal. The computer-readable storage medium is used to store the computer program and other programs and data required by the terminal. The computer-readable storage medium may also be used to temporarily store data that has been output or is to be output.
For a brief description, reference may be made to the corresponding contents of the foregoing method embodiments for the media provided in the embodiments of the present invention, where the description of the embodiments is not mentioned.
Finally, it should be noted that: the above embodiments are only for illustrating the technical solution of the present invention, and not for limiting the same; although the invention has been described in detail with reference to the foregoing embodiments, it will be understood by those of ordinary skill in the art that: the technical scheme described in the foregoing embodiments can be modified or some or all of the technical features thereof can be replaced by equivalents; such modifications and substitutions do not depart from the spirit of the invention, and are intended to be included within the scope of the appended claims and description.

Claims (4)

1. A method of data management for a dual-headed blockchain, comprising the steps of:
when the network transaction data is stored in the blockchain, generating a first block header according to the last block and the network transaction data, and generating a second block header according to the last block, specifically comprising:
combining the first block head in the previous block, the network transaction data and the current timestamp, carrying out hash operation on the combined value, and taking the operation result as the first block head;
combining the first block header and the current timestamp in the previous block, performing hash operation on the combined value, and taking the operation result as the second block header;
generating a block connected after the last block on a block chain, wherein in the generated block, a block header comprises the first block header and the second block header, and a block body comprises the network transaction data;
when a query instruction of a user is received, the query instruction is analyzed, and the data of the block in the block is read according to the analysis result, specifically including:
when a query instruction of a user is received, the query instruction is analyzed, and an analysis result is obtained;
if the analysis result is matched with the first block head of a block in the block chain, reading the data of the block in the block as output data; the first block header is associated with network transaction data;
if the analysis result is matched with the second block head of one block in the block chain, the output data is null; the second block header is not associated with network transaction data.
2. A data management system for a dual-headed blockchain, comprising:
and a storage unit: when the network transaction data is stored on the blockchain, generating a first block header according to the last block and the network transaction data, and generating a second block header according to the last block, specifically comprising: combining the first block head in the previous block, the network transaction data and the current timestamp, carrying out hash operation on the combined value, and taking the operation result as the first block head; combining the first block header and the current timestamp in the previous block, performing hash operation on the combined value, and taking the operation result as the second block header; generating a block connected after the last block on a block chain, wherein in the generated block, a block header comprises the first block header and the second block header, and a block body comprises the network transaction data;
query unit: when a query instruction of a user is received, the query instruction is analyzed, and the data of the block in the block is read according to the analysis result, specifically:
when a query instruction of a user is received, the query instruction is analyzed, and an analysis result is obtained;
if the analysis result is matched with the first block head of a block in the block chain, reading the data of the block in the block as output data; the first block header is associated with network transaction data;
if the analysis result is matched with the second block head of one block in the block chain, the output data is null; the second block header is not associated with network transaction data.
3. An apparatus comprising a processor and a memory, the processor and memory being interconnected, wherein the memory is configured to store a computer program comprising program instructions, the processor being configured to invoke the program instructions to perform the method of claim 1.
4. A computer readable storage medium, characterized in that the computer storage medium stores a computer program comprising program instructions which, when executed by a processor, cause the processor to perform the method of claim 1.
CN202010382484.6A 2020-05-08 2020-05-08 Data management method, system, device and medium for double-head block chain Active CN111581289B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010382484.6A CN111581289B (en) 2020-05-08 2020-05-08 Data management method, system, device and medium for double-head block chain

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010382484.6A CN111581289B (en) 2020-05-08 2020-05-08 Data management method, system, device and medium for double-head block chain

Publications (2)

Publication Number Publication Date
CN111581289A CN111581289A (en) 2020-08-25
CN111581289B true CN111581289B (en) 2024-03-22

Family

ID=72115353

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010382484.6A Active CN111581289B (en) 2020-05-08 2020-05-08 Data management method, system, device and medium for double-head block chain

Country Status (1)

Country Link
CN (1) CN111581289B (en)

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2018119930A1 (en) * 2016-12-29 2018-07-05 深圳前海达闼云端智能科技有限公司 Transaction verification processing method, apparatus and node device
CN108810119A (en) * 2018-05-31 2018-11-13 中国联合网络通信集团有限公司 block chain processing method, device and block chain node
CN109474675A (en) * 2018-10-18 2019-03-15 尚维斯 A kind of block height split blade type date storage method based on block chain
CN109669943A (en) * 2018-11-30 2019-04-23 深圳灵图慧视科技有限公司 Date storage method, data query method and device
CN110059089A (en) * 2019-03-27 2019-07-26 深圳前海达闼云端智能科技有限公司 Data synchronization method and device, storage medium and electronic equipment

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2018119930A1 (en) * 2016-12-29 2018-07-05 深圳前海达闼云端智能科技有限公司 Transaction verification processing method, apparatus and node device
CN108810119A (en) * 2018-05-31 2018-11-13 中国联合网络通信集团有限公司 block chain processing method, device and block chain node
CN109474675A (en) * 2018-10-18 2019-03-15 尚维斯 A kind of block height split blade type date storage method based on block chain
CN109669943A (en) * 2018-11-30 2019-04-23 深圳灵图慧视科技有限公司 Date storage method, data query method and device
CN110059089A (en) * 2019-03-27 2019-07-26 深圳前海达闼云端智能科技有限公司 Data synchronization method and device, storage medium and electronic equipment

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
Green Mining: toward a less energetic impact of cryptocurrencies;Philippe Jacquet 等;《IEEE INFOCOM 2019 - IEEE Conference on Computer Communications Workshops (INFOCOM WKSHPS)》;20190923;210-215 *
区块链技术在新型网络购物平台设计中的应用;陈齐;王正国;李文锋;曹菁菁;;武汉理工大学学报(信息与管理工程版);20180415(02);69-73 *

Also Published As

Publication number Publication date
CN111581289A (en) 2020-08-25

Similar Documents

Publication Publication Date Title
CN111694840B (en) Data synchronization method, device, server and storage medium
CN102272714B (en) Pattern-recognition processor with matching-data reporting module
RU2419986C2 (en) Combining multiline protocol accesses
CN110601880B (en) Cloud platform, service processing method, command interface and computer equipment
DE102018125530A1 (en) Procedures and arrangements for implicit integrity
KR20110110798A (en) Devices, systems, and methods for communicating pattern matching results of a parallel pattern search engine
CN110597814B (en) Structured data serialization and deserialization method and device
CN112131002B (en) Data management method and device
CN108665235B (en) Resource processing node operation method, terminal device and medium
CN112163412A (en) Data verification method and device, electronic equipment and storage medium
CN113129150A (en) Transaction data processing method and device, terminal device and readable storage medium
CN114647698A (en) Data synchronization method and device and computer storage medium
CN112711398A (en) Method, device and equipment for generating buried point file and storage medium
CN111881209A (en) Data synchronization method and device for heterogeneous database, electronic equipment and medium
CN111814045A (en) Data query method and device, electronic equipment and storage medium
CN111796936A (en) Request processing method and device, electronic equipment and medium
CN111581289B (en) Data management method, system, device and medium for double-head block chain
CN111324645B (en) Block chain data processing method and device
US20090259659A1 (en) Identifying entities of interest
CN112637151B (en) Data message transmission method, terminal device, server and storage medium
CN117957528A (en) Method and system for parallel processing of intelligent contracts in licensed blockchain
CN113297617A (en) Authority data acquisition method and device, computer equipment and storage medium
CN114386035A (en) Method and device for detecting threat data and electronic equipment
KR102658595B1 (en) Apparatus and method for sorting corresponding elements in elements of multiple streams
WO2011134891A1 (en) Generating unique identifiers

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