CN110473104B - Transaction processing method and related equipment - Google Patents

Transaction processing method and related equipment Download PDF

Info

Publication number
CN110473104B
CN110473104B CN201910770184.2A CN201910770184A CN110473104B CN 110473104 B CN110473104 B CN 110473104B CN 201910770184 A CN201910770184 A CN 201910770184A CN 110473104 B CN110473104 B CN 110473104B
Authority
CN
China
Prior art keywords
account
information
sub
token
blockchain
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
CN201910770184.2A
Other languages
Chinese (zh)
Other versions
CN110473104A (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.)
Shenzhen Onething Technology Co Ltd
Shenzhen Xunlei Network Technology Co Ltd
Original Assignee
Shenzhen Onething Technology Co Ltd
Shenzhen Xunlei Network 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 Shenzhen Onething Technology Co Ltd, Shenzhen Xunlei Network Technology Co Ltd filed Critical Shenzhen Onething Technology Co Ltd
Priority to CN201910770184.2A priority Critical patent/CN110473104B/en
Priority to PCT/CN2019/110755 priority patent/WO2021031313A1/en
Publication of CN110473104A publication Critical patent/CN110473104A/en
Application granted granted Critical
Publication of CN110473104B publication Critical patent/CN110473104B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • 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/04Payment circuits
    • G06Q20/06Private payment circuits, e.g. involving electronic currency used among participants of a common payment scheme
    • G06Q20/065Private payment circuits, e.g. involving electronic currency used among participants of a common payment scheme using e-cash
    • 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/30Payment architectures, schemes or protocols characterised by the use of specific devices or networks
    • G06Q20/36Payment architectures, schemes or protocols characterised by the use of specific devices or networks using electronic wallets or electronic money safes
    • G06Q20/367Payment architectures, schemes or protocols characterised by the use of specific devices or networks using electronic wallets or electronic money safes involving electronic purses or money safes
    • G06Q20/3672Payment architectures, schemes or protocols characterised by the use of specific devices or networks using electronic wallets or electronic money safes involving electronic purses or money safes initialising or reloading thereof
    • 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/38Payment protocols; Details thereof
    • G06Q20/382Payment protocols; Details thereof insuring higher security of transaction
    • G06Q20/3829Payment protocols; Details thereof insuring higher security of transaction involving key management
    • 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

Landscapes

  • Business, Economics & Management (AREA)
  • Accounting & Taxation (AREA)
  • Engineering & Computer Science (AREA)
  • Finance (AREA)
  • Theoretical Computer Science (AREA)
  • Strategic Management (AREA)
  • Physics & Mathematics (AREA)
  • General Business, Economics & Management (AREA)
  • General Physics & Mathematics (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Development Economics (AREA)
  • Economics (AREA)
  • Marketing (AREA)
  • Technology Law (AREA)
  • Computer Security & Cryptography (AREA)
  • Financial Or Insurance-Related Operations Such As Payment And Settlement (AREA)
  • Telephonic Communication Services (AREA)

Abstract

The embodiment of the application discloses a blockchain-based account data processing method and related equipment, which are used for optimizing a transaction process in a blockchain system. The method of the embodiment of the application comprises the following steps: acquiring an access instruction of a first Account, wherein the first Account comprises an Account sub-Account and/or a UTXO sub-Account which are positioned in a first blockchain system, the Account sub-Account and the UTXO sub-Account comprise at least one token, and the access instruction comprises identification information corresponding to the first Account; when the identification information of the first account meets the preset condition, acquiring account information of the first account, wherein the account information of the first account comprises synchronized block heights; when the synchronized block height of the first account is smaller than the highest block height of a first blockchain system, acquiring an unsynchronized block through the full quantity of nodes of the first blockchain system; and updating account information of the first account according to the unsynchronized block.

Description

Transaction processing method and related equipment
Technical Field
The present application relates to the field of blockchain technologies, and in particular, to a transaction processing method and related devices.
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. In the current blockchain system, token is the asset certification of the transaction performed by the user, and there are two main record storage modes, namely, unused transaction output (UTXO, unspent Transaction Output) mode and Account mode, when the transaction is performed, the system invokes intelligent contracts through the blockchain link points to perform the transaction on each, and the issuing number, the expansion rate and the like are specified in the intelligent contract codes. the token often also has the property of exchanging, and the process of exchanging the token between different users is also performed in a token contract (the token balance for each user is recorded in the contract).
However, in the prior art, one intelligent contract corresponds to one token, in addition, when the same user creates a plurality of accounts in the same blockchain system to respectively conduct transactions, as token information is completely recorded in the contract, the subsequent operation on the token is required to use a special intelligent contract to call, different intelligent contracts may have different calling modes and non-uniform interfaces, so that the user has to connect with the blockchain system by calling the intelligent contract for multiple times and needs to log in and verify repeatedly to conduct transactions, so that the transaction process of the user in the blockchain is excessively complicated, and the user experience is affected.
Disclosure of Invention
The embodiment of the application provides a blockchain-based account data processing method and related equipment, which are used for optimizing a transaction process in a blockchain system.
An embodiment of the present application provides a blockchain-based account data processing method, including:
acquiring an access instruction of a first Account, wherein the first Account comprises an Account sub-Account and/or a UTXO sub-Account which are positioned in a first blockchain system, the Account sub-Account and the UTXO sub-Account comprise at least one token, and the access instruction comprises identification information corresponding to the first Account;
when the identification information of the first account meets the preset condition, acquiring account information of the first account, wherein the account information of the first account comprises synchronized block heights;
when the synchronized block height of the first account is smaller than the highest block height of a first blockchain system, acquiring an unsynchronized block through the full quantity of nodes of the first blockchain system;
and updating account information of the first account according to the unsynchronized block.
Optionally, when determining that the first Account includes the Account sub-Account, the acquiring the Account information of the first Account includes:
Acquiring structural body information of the Account sub-Account, wherein the Account sub-Account comprises a first token;
analyzing the structural body information of the Account sub-Account to obtain Account information of the first token;
the updating the account information of the first account according to the unsynchronized block includes:
analyzing the unsynchronized block to obtain the associated transaction information with the first token;
updating account information of the first token by using the associated transaction information of the first token.
Optionally, when determining that the first account includes the UTXO sub-account, the acquiring the account information of the first account includes:
acquiring structural body information of the UTXO sub-Account, wherein the Account sub-Account comprises a second token;
analyzing the structural body information of the UTXO sub-account to obtain account information of the second token;
the updating the account information of the first account according to the unsynchronized block includes:
analyzing the unsynchronized block to obtain the associated transaction information with the second token;
updating account information of the second token with the associated transaction information of the second token.
Optionally, the access instruction further includes unlocking information, and the method further includes:
Unlocking the key file of the first account according to the unlocking information to obtain key information of the first account;
the updating the account information of the first account according to the unsynchronized block includes:
analyzing the unsynchronized block by using the key information of the first account to obtain block information to be updated;
updating account information of the first account by using the block information to be updated.
Optionally, after updating the account information of the first account according to the unsynchronized block, the method further comprises:
acquiring initial transaction information;
acquiring transaction commission from the total nodes in the first blockchain according to the initial transaction information;
signing and packaging the initial transaction information and the transaction commission by using the key information of the first account to obtain first transaction information;
and sending the first transaction information to a full-scale node of the first blockchain system, so that the full-scale node of the first blockchain system broadcasts the first transaction information.
Optionally, the acquiring the account information of the first account specifically includes:
acquiring pre-stored information of at least two accounts, wherein the at least two accounts comprise the first account, the at least two accounts correspond to at least two blockchain systems one by one, and the at least two blockchain systems comprise the first blockchain system;
Acquiring the account information of the first account from the prestored information of the at least two accounts according to the identification information of the first account.
A second aspect of an embodiment of the present application provides an asset management device comprising a memory and a processor, the memory having stored thereon a blockchain-based account data processing program executable on the processor, the blockchain-based account data processing program implementing the method of any of the first aspect and embodiments thereof when executed by the processor.
Optionally, the device is a node constituting a CDN network or a blockchain network.
A third aspect of an embodiment of the present application provides a blockchain-based account data processing system, the method including:
the first acquisition unit is used for acquiring an access instruction of a first Account, wherein the first Account comprises an Account sub-Account and/or a UTXO sub-Account which are positioned in a first blockchain system, the Account sub-Account and the UTXO sub-Account comprise at least one token, and the access instruction comprises identification information corresponding to the first Account;
the second acquisition unit is used for acquiring the account information of the first account when the identification information of the first account meets the preset condition, wherein the account information of the first account comprises the synchronized block height;
A third obtaining unit, configured to obtain, when the synchronized block height of the first account is smaller than the highest block height of the first blockchain system, an unsynchronized block through a full-scale node of the first blockchain system;
and the updating unit is used for updating the account information of the first account according to the unsynchronized block.
Optionally, when it is determined that the first Account includes the Account sub-Account, the second obtaining unit is specifically configured to:
acquiring structural body information of the Account sub-Account, wherein the Account sub-Account comprises a first token;
analyzing the structural body information of the Account sub-Account to obtain Account information of the first token;
the updating unit is specifically configured to:
analyzing the unsynchronized block to obtain the associated transaction information with the first token;
updating account information of the first token by using the associated transaction information of the first token.
Optionally, when it is determined that the first account includes the UTXO sub-account, the second obtaining unit is specifically configured to:
acquiring structural body information of the UTXO sub-Account, wherein the Account sub-Account comprises a second token;
analyzing the structural body information of the UTXO sub-account to obtain account information of the second token;
The updating unit is specifically configured to:
analyzing the unsynchronized block to obtain the associated transaction information with the second token;
updating account information of the second token with the associated transaction information of the second token.
Optionally, the access instruction further includes unlocking information, and the system further includes:
the unlocking unit is used for unlocking the key file of the first account according to the unlocking information to obtain the key information of the first account;
the updating unit is specifically configured to:
analyzing the unsynchronized block by using the key information of the first account to obtain block information to be updated;
updating account information of the first account by using the block information to be updated.
Optionally, the system further comprises:
a fourth acquisition unit configured to acquire initial transaction information;
a fifth obtaining unit, configured to obtain a transaction fee from the total nodes in the first blockchain according to the initial transaction information;
the signing unit is used for signing and packaging the initial transaction information and the transaction commission by using the key information of the first account to obtain first transaction information;
and the sending unit is used for sending the first transaction information to the full node of the first blockchain system so that the full node of the first blockchain system broadcasts the first transaction information.
Optionally, the second obtaining unit is specifically configured to:
acquiring pre-stored information of at least two accounts, wherein the at least two accounts comprise the first account, the at least two accounts correspond to at least two blockchain systems one by one, and the at least two blockchain systems comprise the first blockchain system;
acquiring the account information of the first account from the prestored information of the at least two accounts according to the identification information of the first account.
A fourth aspect of embodiments of the present application provides a computer readable storage medium having stored thereon a blockchain-based account data processing program executable by one or more processors to implement the blockchain-based account data processing method of any of the first aspect and embodiments thereof.
A fifth aspect of an embodiment of the present application provides a computer program product comprising computer instructions which, when run on a computer, enable the computer to implement a blockchain-based account data processing method as in any of the first aspect and embodiments thereof.
From the above technical solutions, the embodiment of the present application has the following advantages: acquiring an access instruction of a first Account, wherein the first Account comprises an Account sub-Account and/or a UTXO sub-Account which are positioned in a first blockchain system, the Account sub-Account and the UTXO sub-Account comprise at least one token, and the access instruction comprises identification information corresponding to the first Account; when the identification information of the first account meets the preset condition, acquiring account information of the first account, wherein the account information of the first account comprises synchronized block heights; when the synchronized block height of the first account is smaller than the highest block height of a first blockchain system, acquiring an unsynchronized block through the full quantity of nodes of the first blockchain system; and updating account information of the first account according to the unsynchronized block. The first Account comprises an Account sub-Account and/or a UTXO sub-Account which are/is located in the first blockchain system, and the Account sub-Account and the UTXO sub-Account comprise at least one token, so that the first Account can be used for carrying out asset management on the tokens of a plurality of sub-accounts in the Account.
Drawings
FIG. 1 is a schematic diagram of an embodiment of a blockchain-based account data processing method according to the present application;
FIG. 2 is a schematic diagram of an embodiment of a blockchain-based account data processing method according to the present application;
FIG. 3 is another diagram of an embodiment of a blockchain-based account data processing method in accordance with the present application;
FIG. 4 is another diagram of an embodiment of a blockchain-based account data processing method in accordance with the present application;
FIG. 5 is another diagram of an embodiment of a blockchain-based account data processing method in accordance with the present application;
FIG. 5-1 is another schematic diagram of an embodiment of a blockchain-based account data processing method in accordance with the embodiments of the present application;
FIG. 5-2 is another schematic diagram of an embodiment of a blockchain-based account data processing method in accordance with the embodiments of the present application;
FIG. 6 is a schematic diagram of an embodiment of an asset management device according to an embodiment of the present application;
FIG. 7 is a schematic diagram of an embodiment of a blockchain-based account data processing system in accordance with the present application.
Detailed Description
In the current blockchain system, token is the asset certification of the transaction performed by the user, and there are two main record storage modes, namely, unused transaction output (UTXO, unspent Transaction Output) mode and Account mode, when the transaction is performed, the system invokes intelligent contracts through the blockchain link points to perform the transaction on each, and the issuing number, the expansion rate and the like are specified in the intelligent contract codes. the token often also has the property of exchanging, and the process of exchanging the token between different users is also performed in a token contract (the token balance for each user is recorded in the contract). However, in the prior art, an intelligent contract corresponds to a token, and in addition, when the same user creates a plurality of accounts in the same blockchain system to respectively conduct transactions, the plurality of clients must be connected with the blockchain system and repeated login verification is needed to conduct the transactions, so that the transaction process of the user in the blockchain is too complicated, and the user experience is affected. To this end, the embodiment of the application provides a blockchain-based account data processing method and related equipment, which are used for optimizing a transaction process in a blockchain system.
Referring to fig. 1, an embodiment of a blockchain-based account data processing method according to an embodiment of the present application includes:
101. acquiring an access instruction of a first account;
in this embodiment, the asset management device obtains an access instruction of a first Account, where the first Account includes an Account sub-Account and/or a UTXO sub-Account located in a first blockchain system, where the Account sub-Account and the UTXO sub-Account each include at least one token, and the access instruction includes identification information corresponding to the first Account.
Specifically, the asset management device may be a PC (Personal Computer ), or may be a smart phone, a tablet computer, a palmtop computer, a portable computer, an intelligent router, a mining machine, or a network storage device terminal device.
A software program is run on the terminal device to perform the relevant steps in the embodiments of the application. Taking the asset management device as an example of a smart phone, the embodiment and the subsequent embodiments are only implemented by a wallet APP on the smart phone, namely, a wallet local wallet service APP. Referring specifically to the system connection architecture of fig. 5-1, a wallet local wallet service 505 communicates with a blockchain system 503 through a full volume node 504. As a preferred embodiment, this full-scale node 504 (peer node), which may be a local peer node compiled using official open source code, or a trusted third party public peer node, with which the wallet 505 process may illustratively communicate via an RPC interface.
In addition, the access instruction may include indication information corresponding to the first Account, for example, may be information related to an Account and/or a password of the first Account, where the wallet APP may use the indication information of the first Account to perform related operations such as unlocking in a subsequent step, where the first Account includes an Account sub-Account and/or a UTXO sub-Account located in the first blockchain system, where the Account sub-Account and the UTXO sub-Account each include at least one token, that is, the first Account corresponds to the first blockchain, and in a block in the first blockchain, the Account sub-Account and/or the UTXO sub-Account includes token information corresponding to the Account sub-Account, and each Account sub-Account and/or UTXO sub-Account may include one or more token accounts, for example.
102. When the identification information of the first account meets the preset condition, acquiring account information of the first account, wherein the account information of the first account comprises synchronized block heights;
specifically, the device may verify the indication information of the first account according to pre-stored data, and when the indication information of the first account matches with the pre-stored information, it may be determined that the indication information of the first account meets a preset condition. In addition, when the identification information of the first account meets the preset condition, namely, the fact that the operation related to the account access is legal is confirmed, at the moment, the account information of the first account can be loaded in the first blockchain system, namely, the account initialization operation is carried out, some data of wallet operation are loaded, and therefore the account information of the first account is obtained.
In this step, the user may specifically call the unlock_account interface of the wallet to enable the device to obtain an access instruction of the first account, where the first account includes a token account corresponding to a sub-account located in a blockchain system. In addition, the device may first obtain local data in this step, that is to say, obtain account information of the first account from a wallet local account database, where the account information of the first account includes a synchronized block height, that is to say, find a highest block in the local database for which the history has completed updating, and obtain the height of the block.
103. When the synchronized block height of the first account is smaller than the highest block height of a first blockchain system, acquiring an unsynchronized block through the full quantity of nodes of the first blockchain system;
in this embodiment, when the device finds that the block height synchronized by the first account is smaller than the highest block height of the first blockchain system, the device acquires the unsynchronized block through the full-scale nodes of the first blockchain system.
That is, the device connects with the full node in the first blockchain system through the wallet, and queries the highest block height in the full node, that is, the block height of the highest block that has achieved the consensus in the first blockchain system, and if the block height of the first account synchronized obtained in step 102 is found to be smaller than the highest block height of the first blockchain system, the unsynchronized block is obtained through the full node of the first blockchain system, that is, the unsynchronized block can be downloaded to the local area from the first blockchain system.
104. And updating account information of the first account according to the unsynchronized block.
In this embodiment, the device updates the account information of the first account according to the unsynchronized block obtained in step 103, that is, updates the account information of the first account in the local database by using the unsynchronized block, so that the highest block height corresponding to the account information of the first account in the local database is matched with the first blockchain.
In addition, as a preferred solution, the access instruction of the first account acquired in step 101 may further include unlocking information, so as to obtain the key information of the first account according to the key file for unlocking the first account. In this step, the key information of the first account may be used to parse the unsynchronized block to obtain information of a block to be updated, and then the account information of the first account is updated by using the information of the block to be updated.
In this embodiment, an access instruction of a first Account is obtained, where the first Account includes an Account sub-Account and/or a UTXO sub-Account located in a first blockchain system, where the Account sub-Account and the UTXO sub-Account each include at least one token, and the access instruction includes identification information corresponding to the first Account; when the identification information of the first account meets the preset condition, acquiring account information of the first account, wherein the account information of the first account comprises synchronized block heights; when the synchronized block height of the first account is smaller than the highest block height of a first blockchain system, acquiring an unsynchronized block through the full quantity of nodes of the first blockchain system; and updating account information of the first account according to the unsynchronized block. The first Account comprises an Account sub-Account and/or a UTXO sub-Account which are/is located in the first blockchain system, and the Account sub-Account and the UTXO sub-Account comprise at least one token, so that the first Account can be used for carrying out asset management on the tokens of a plurality of sub-accounts in the Account.
Based on the embodiment described in fig. 1, the Account information of the first Account acquired in step 102 may be further loaded according to the Account type of the sub-Account included in the first Account, that is to say the Account type of the sub-Account is identified, wherein the Account type comprises UTXO or Account, after which the Account information of the sub-Account is updated according to the unsynchronized block according to the Account type of the sub-Account. That is, the personalized Account processing is specifically performed according to at least two token types in the first Account, and for the common Account types, there are two types including UTXO and Account, and the Account data processing process of the two Account types will be described below through the specific embodiments of fig. 2 and fig. 3, respectively.
1. When the first Account is determined to comprise the Account sub-Account;
referring to fig. 2, in another embodiment of an account data processing method according to the embodiment described in fig. 1, step 102 includes:
201. acquiring structural body information of the Account sub-Account;
in this embodiment, the device obtains the structure information of the Account sub-Account, where the Account sub-Account includes a first token.
Specifically, in this embodiment, the structure information of the Account sub-Account may be acquired, and in this embodiment, the Account sub-Account may include at least one token, where one token is set as the first token.
202. Analyzing the structural body information of the Account sub-Account to obtain Account information of the first token;
in this embodiment, the device analyzes the structure information of the Account sub-Account obtained in step 201, and obtains the Account information of the first token.
Specifically, the Account information of the first token can be directly read and acquired in the token field in the structure information of the Account sub-Account,
account Account structure definition:
type Account struct{
address common. Address// Account Account Address
Nonce uint64// transaction sequence number
Token map [ common. Address ]. Big.int// preserving the map of Token's corresponding balance
}
The Account information of the Account sub-Account may store Account information of at least one token, that is, a plurality of tokens may be corresponding to the Account information of the Account sub-Account, where only the first token is taken as an example in this embodiment.
Step 104 of updating account information of the first account according to the unsynchronized block includes:
203. Analyzing the unsynchronized block to obtain the associated transaction information with the first token;
in this embodiment, the device analyzes the unsynchronized block obtained in step 103, and may obtain the related transaction information of the first token therein, that is, obtain the related transaction information such as the historical transaction record of the first account in the first token, the current balance, and the like.
204. Updating account information of the first token by using associated transaction information of the first token;
in this embodiment, the device specifically updates the Account information of the first token by using the associated transaction information of the first token, and because the Account type of the first token is an Account, the updating process may directly replace the Account information of the first Account obtained in step 202 by using the associated transaction information of the first token, so as to complete the data updating.
2. When the first account is determined to comprise the UTXO sub-account;
referring to fig. 3, in another embodiment of an account data processing method according to the embodiment of fig. 1, step 102 includes:
301. acquiring structural body information of the UTXO sub-account;
In this embodiment, the device obtains the structural information of the UTXO sub-account, where the UTXO sub-account includes a second token.
Specifically, in this embodiment, the structural information of the UTXO sub-account may be obtained, and in this embodiment, the UTXO sub-account may include at least one token, where one token is set as the second token.
302. Analyzing the structural body information of the UTXO sub-account to obtain account information of the second token;
in this embodiment, the device analyzes the structure information of the Account sub-Account obtained in step 201, and obtains the Account information of the first token.
In particular, the account information of the second token can be directly read and acquired in a token field in the structural body information of the UTXO sub-account,
UTXO account structure definition
type UTXO struct{
Address common. Address// UTXO account Address
Token map [ common. Address ]. Big.int// preserving the map of Token's corresponding balance
Transfer [ ] tctypes. UTXOUTPUtDetail// all local account related UTXO transaction array
}
Wherein,
UTXOOutputDetail transaction detail structure
type UTXOOutputDetail struct{
Block height index 64// height of transaction block
Tx UTXOTANSACTION// transaction content
TxID types.Hash// transaction Hash
OutIndexuint 64// present OUTPUT, serial number in the transaction
Global index 64// global OUTPUT sequence number
Spent pool// present OUTPUT whether it has Spent
Whether or not the Frozen pool// present OUTPUT is Frozen
SpentHeight Point 64// height spent
RKey types public Key// check Key
Key image types Key// OUTPUT globally unique identity
Mask types Key// amount proving parameter
Amount big. Int// OUTPUT
TokenID common/asset Token unique identification
Remark [32] byte// OUTPUT side information
}
Specifically, the structural information of the UTXO sub-account may store account information of at least one token, that is, a plurality of tokens may be corresponding to the structural information of the UTXO sub-account, where only the second token is taken as an example in this embodiment.
Step 104 of updating account information of the first account according to the unsynchronized block includes:
303. analyzing the unsynchronized block to obtain the associated transaction information with the second token;
in this embodiment, the device analyzes the unsynchronized block obtained in step 103, and may obtain the related transaction information of the first token therein, that is, obtain the related transaction information such as the historical transaction record of the first account in the first token, the current balance, and the like.
304. Updating account information of the second token by using the associated transaction information of the second token;
in this embodiment, the device specifically updates the account information of the first token by using the associated transaction information of the second token, and because the account type of the first token is UTXO account, the updating process needs to perform fusion calculation on the associated transaction information of the second token and the account information of the second tiger acquired in step 202, thereby calculating the account information of the first account corresponding to the second token, and completing data updating on the account information of the second token.
In the embodiment of the present application, based on the embodiments shown in fig. 1 to 3, specifically, after the account information of the first account is updated according to the unsynchronized block in step 104, that is, the device and the account information of the first account are synchronized, at this time, the first account may be used to perform a transaction, that is, operations such as transferring a token corresponding to a sub-account in the first account. Referring now to fig. 4, in another embodiment of an account data processing method based on the embodiments described in fig. 1 to 3, after updating the account information of the first account according to the unsynchronized block in step 104, the method may further include:
401. Acquiring initial transaction information;
in this embodiment, the device may directly obtain the initial transaction information by receiving the input information of the user, or may further obtain the initial transaction information by receiving information sent by other terminals, which is not limited herein. In addition, the initial transaction information may include the payee address of the first account, the transaction amount, the upper limit of the transaction amount, or other transaction related information, without limitation.
402. Acquiring transaction commission from the total nodes in the target blockchain according to the initial transaction information;
in this embodiment, the device obtains the transaction fee from the full node in the target blockchain according to the initial transaction information obtained in step 401, specifically, the wallet may establish a connection with the full node according to a standard flow, and then send the relevant content of the initial transaction information to the full node, so that the full node returns the relevant information of the transaction fee to the device according to the standard flow.
403. Signing and packaging the initial transaction information and the transaction commission by using the key information of the first account to obtain first transaction information;
In this embodiment, the device uses the key information of the first account obtained in step 104 to sign and package the initial transaction information and the transaction fee to obtain the first transaction information, so that other nodes can use the public key information published in advance to decrypt and verify the first transaction information.
404. Transmitting the first transaction information to a full-scale node of the first blockchain system;
in this embodiment, the apparatus transmits the first transaction information to a full-scale node of the first blockchain system, so that the full-scale node of the first blockchain system broadcasts the first transaction information.
Specifically, after the device sends the first transaction information to the full-quantity node in the first blockchain system, the full-quantity node can broadcast the first transaction information, further generate a hash value of the transaction state of the first transaction information according to feedback information of other nodes, and return the hash value to the device, so that the device obtains related information such as the transaction state of the first transaction information.
Referring to the transaction structure model in fig. 5-2, a wallet APP in the device may include a plurality of accounts pre-stored therein, wherein one account corresponds to one blockchain system and one account may correspond to a plurality of token in the blockchain system. In particular, referring to fig. 5, in another embodiment of an account data processing method according to the embodiment described in fig. 1, step 102 of obtaining the account information of the first account specifically includes:
501. Acquiring pre-stored information of at least two accounts;
in this embodiment, the device obtains pre-stored information of at least two accounts, where the at least two accounts include the first account, the at least two accounts correspond to at least two blockchain systems one to one, and the at least two blockchain systems include the first blockchain system.
Specifically, the device may obtain pre-stored information of the at least two accounts in its own database, where the pre-stored information may include corresponding information related to an account, a password, and the like of each account, where the at least two accounts are in one-to-one correspondence with at least two blockchain systems, and the at least two blockchain systems include the first blockchain system.
502. Acquiring the account information of the first account from the prestored information of the at least two accounts according to the identification information of the first account.
In this embodiment, the device may unlock the first account from the pre-stored information of the at least two accounts according to the identification information of the first account, that is, may determine the blockchain system corresponding to the unlock instruction according to the indication information of the first account, and determine the blockchain system according to the pre-stored information, and when determining that the inputted indication information of the first account meets the preset condition, acquire the account information of the first account from the pre-stored information of the at least two accounts, and may perform subsequent data synchronous update loading and uploading new transaction after using the account information of the first account in the subsequent step.
In this embodiment, as shown in fig. 6, the asset management device 1 may be a PC (Personal Computer ), or may be a smart phone, a tablet computer, a palm computer, a portable computer, an intelligent router, a mining machine, or a network storage device terminal device.
The device 1 may be a node constituting a CDN network or a blockchain network.
The asset management device 1 may include a memory 11, a processor 12, and a bus 13.
The memory 11 includes at least one type of readable storage medium including flash memory, a hard disk, a multimedia card, a card memory (e.g., SD or DX memory, etc.), a magnetic memory, a magnetic disk, an optical disk, etc. The memory 11 may in some embodiments be an internal storage unit of the asset management device 1, such as a hard disk of the asset management device 1. The memory 11 may in other embodiments also be an external storage device of the asset management device 1, such as a plug-in hard disk, smart Media Card (SMC), secure Digital (SD) Card, flash Card (Flash Card) or the like, provided on the asset management device 1. Further, the memory 11 may also include both an internal storage unit and an external storage device of the asset management device 1. The memory 11 may be used not only for storing application software installed in the asset management device 1 and various types of data, such as codes of the blockchain-based account data handler 01, etc., but also for temporarily storing data that has been output or is to be output.
Processor 12 may in some embodiments be a central processing unit (Central Processing Unit, CPU), controller, microcontroller, microprocessor or other data processing chip for executing program code or processing data stored in memory 11, such as executing a blockchain-based account data processing program 01 or the like.
The bus 13 may be a peripheral component interconnect standard (peripheral component interconnect, PCI) bus, or an extended industry standard architecture (extended industry standard architecture, EISA) bus, among others. The bus may be classified as an address bus, a data bus, a control bus, etc. For ease of illustration, only one thick line is shown in fig. 6, but not only one bus or one type of bus.
Further, the asset management device may also include a network interface 14 (not shown), and the network interface 14 may optionally include a wired interface and/or a wireless interface (e.g., WI-FI interface, bluetooth interface, etc.), typically used to establish a communication connection between the device 1 and other electronic devices.
Optionally, the device 1 may further comprise a user interface, which may comprise a Display (Display), an input unit such as a Keyboard (Keyboard), and a standard wired interface, a wireless interface. Alternatively, in some embodiments, the display may be an LED display, a liquid crystal display, a touch-sensitive liquid crystal display, an OLED (Organic Light-Emitting Diode) touch, or the like. Wherein the display may also be appropriately referred to as a display screen or display unit for displaying information processed in the asset management device 1 and for displaying a visual user interface.
Fig. 6 shows only the asset management device 1 with components 11-14 and blockchain-based account data handler 01, it will be understood by those skilled in the art that the structure shown in fig. 6 does not constitute a limitation of the asset management device 1, and may include fewer or more components than illustrated, or may combine certain components, or a different arrangement of components.
The present application will be described with reference to fig. 7, in which an account data processing system based on a blockchain in an embodiment of the present application includes:
a first obtaining unit 701, configured to obtain an access instruction of a first Account, where the first Account includes an Account sub-Account and/or a UTXO sub-Account located in a first blockchain system, where the Account sub-Account and the UTXO sub-Account each include at least one token, and the access instruction includes identification information corresponding to the first Account;
a second obtaining unit 702, configured to obtain account information of the first account when it is determined that the identification information of the first account meets a preset condition, where the account information of the first account includes a synchronized block height;
a third obtaining unit 703, configured to obtain, when the synchronized block height of the first account is less than the highest block height of the first blockchain system, an unsynchronized block through a full-scale node of the first blockchain system;
And an updating unit 704, configured to update account information of the first account according to the unsynchronized block.
In this embodiment, a first obtaining unit 701 is configured to obtain an access instruction of a first Account, where the first Account includes an Account sub-Account and/or a UTXO sub-Account located in a first blockchain system, where the Account sub-Account and the UTXO sub-Account each include at least one token, and the access instruction includes identification information corresponding to the first Account; a second obtaining unit 702, configured to obtain account information of the first account when it is determined that the identification information of the first account meets a preset condition, where the account information of the first account includes a synchronized block height; a third obtaining unit 703, configured to obtain, when the synchronized block height of the first account is less than the highest block height of the first blockchain system, an unsynchronized block through a full-scale node of the first blockchain system; and an updating unit 704, configured to update account information of the first account according to the unsynchronized block. The first Account comprises an Account sub-Account and/or a UTXO sub-Account which are/is located in the first blockchain system, and the Account sub-Account and the UTXO sub-Account comprise at least one token, so that the first Account can be used for carrying out asset management on the tokens of a plurality of sub-accounts in the Account.
As a preferred solution, when it is determined that the first Account includes the Account sub-Account, the second obtaining unit 702 is specifically configured to:
acquiring structural body information of the Account sub-Account, wherein the Account sub-Account comprises a first token;
analyzing the structural body information of the Account sub-Account to obtain Account information of the first token;
the updating unit 704 is specifically configured to:
analyzing the unsynchronized block to obtain the associated transaction information with the first token;
updating account information of the first token by using the associated transaction information of the first token.
As a preferred solution, when it is determined that the first account includes the UTXO sub-account, the second obtaining unit 702 is specifically configured to:
acquiring structural body information of the UTXO sub-Account, wherein the Account sub-Account comprises a second token;
analyzing the structural body information of the UTXO sub-account to obtain account information of the second token;
the updating unit 704 is specifically configured to:
analyzing the unsynchronized block to obtain the associated transaction information with the second token;
updating account information of the second token with the associated transaction information of the second token.
As a preferred aspect, the access instruction further includes unlocking information, and the system further includes:
an unlocking unit 705, configured to unlock the key file of the first account according to the unlocking information to obtain key information of the first account;
the updating unit 704 is specifically configured to:
analyzing the unsynchronized block by using the key information of the first account to obtain block information to be updated;
updating account information of the first account by using the block information to be updated.
Optionally, the system further comprises:
a fourth obtaining unit 706, configured to obtain initial transaction information;
a fifth obtaining unit 707 configured to obtain a transaction fee from the total nodes in the first blockchain according to the initial transaction information;
a signature unit 708, configured to sign and package the initial transaction information and the transaction fee by using the key information of the first account, so as to obtain first transaction information;
a transmitting unit 709, configured to transmit the first transaction information to a full node of the first blockchain system, so that the full node of the first blockchain system broadcasts the first transaction information.
Optionally, the second obtaining unit 702 is specifically configured to:
Acquiring pre-stored information of at least two accounts, wherein the at least two accounts comprise the first account, the at least two accounts correspond to at least two blockchain systems one by one, and the at least two blockchain systems comprise the first blockchain system;
acquiring the account information of the first account from the prestored information of the at least two accounts according to the identification information of the first account.
It will be clear to those skilled in the art that, for convenience and brevity of description, specific working procedures of the above-described systems, apparatuses and units may refer to corresponding procedures in the foregoing method embodiments, which are not repeated herein.
In the several embodiments provided in the present application, it should be understood that the disclosed systems, devices, and methods may be implemented in other manners. 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. Alternatively, 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 units, which may be in electrical, mechanical or other form.
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 solution of this embodiment.
In addition, each functional unit in the embodiments of the present application 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 application may be embodied essentially or in part or all of the technical solution or in part in the form of a software product stored in a storage medium, including 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 application. 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.
The above embodiments are only for illustrating the technical solution of the present application, and not for limiting the same; although the application 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 technical features thereof can be replaced by equivalents; such modifications and substitutions do not depart from the spirit and scope of the technical solutions of the embodiments of the present application.

Claims (8)

1. A blockchain-based account data processing method, the method comprising:
acquiring an access instruction of a first Account, wherein the first Account comprises an Account sub-Account and/or a UTXO sub-Account which are positioned in a first blockchain system, the Account sub-Account and the UTXO sub-Account comprise at least one token, and the access instruction comprises identification information corresponding to the first Account;
when the identification information of the first account meets the preset condition, acquiring account information of the first account, wherein the account information of the first account comprises the synchronized block height, and the identification information of the first account is used for indicating whether an access instruction of the first account is legal or not;
When the synchronized block height of the first account is smaller than the highest block height of a first blockchain system, acquiring an unsynchronized block through the full quantity of nodes of the first blockchain system;
updating account information of the first account according to the unsynchronized block;
the updating the account information of the first account according to the unsynchronized block includes:
updating the Account information of the first Account according to the Account type of the sub-Account and the unsynchronized block, wherein the Account type of the sub-Account is the Account sub-Account and/or the UTXO sub-Account;
when determining that the first Account includes the Account sub-Account, the acquiring the Account information of the first Account includes:
acquiring structural body information of the Account sub-Account, wherein the Account sub-Account comprises a first token;
analyzing the structural body information of the Account sub-Account to obtain Account information of the first token;
the updating the account information of the first account according to the unsynchronized block includes:
analyzing the unsynchronized block to obtain the associated transaction information with the first token;
updating account information of the first token by using associated transaction information of the first token;
When determining that the first account includes the UTXO sub-account, the acquiring the account information of the first account includes:
acquiring structural body information of the UTXO sub-Account, wherein the Account sub-Account comprises a second token;
analyzing the structural body information of the UTXO sub-account to obtain account information of the second token;
the updating the account information of the first account according to the unsynchronized block includes:
analyzing the unsynchronized block to obtain the associated transaction information with the second token;
updating account information of the second token with the associated transaction information of the second token.
2. The method of claim 1, wherein the access instruction further comprises unlock information, the method further comprising:
unlocking the key file of the first account according to the unlocking information to obtain key information of the first account;
the updating the account information of the first account according to the unsynchronized block includes:
analyzing the unsynchronized block by using the key information of the first account to obtain block information to be updated;
updating account information of the first account by using the block information to be updated.
3. The method of claim 2, wherein after updating account information for the first account according to the unsynchronized block, the method further comprises:
Acquiring initial transaction information;
acquiring transaction commission from the total nodes in the first blockchain according to the initial transaction information;
signing and packaging the initial transaction information and the transaction commission by using the key information of the first account to obtain first transaction information;
and sending the first transaction information to a full-scale node of the first blockchain system, so that the full-scale node of the first blockchain system broadcasts the first transaction information.
4. A method according to any one of claims 1 to 3, wherein the obtaining the account information of the first account specifically comprises:
acquiring pre-stored information of at least two accounts, wherein the at least two accounts comprise the first account, the at least two accounts correspond to at least two blockchain systems one by one, and the at least two blockchain systems comprise the first blockchain system;
acquiring the account information of the first account from the prestored information of the at least two accounts according to the identification information of the first account.
5. An asset management device comprising a memory and a processor, the memory having stored thereon a blockchain-based account data handler executable on the processor, the blockchain-based account data handler implementing the method of any one of claims 1-4 when executed by the processor.
6. The apparatus of claim 5, wherein the apparatus is a node comprising a CDN network or a blockchain network.
7. A blockchain-based account data processing system, the system comprising:
the first acquisition unit is used for acquiring an access instruction of a first Account, wherein the first Account comprises an Account sub-Account and/or a UTXO sub-Account which are positioned in a first blockchain system, the Account sub-Account and the UTXO sub-Account comprise at least one token, and the access instruction comprises identification information corresponding to the first Account;
the second acquisition unit is used for acquiring the account information of the first account when the identification information of the first account meets the preset condition, wherein the account information of the first account comprises the synchronized block height, and the identification information of the first account is used for indicating whether an access instruction of the first account is legal or not;
a third obtaining unit, configured to obtain, when the synchronized block height of the first account is smaller than the highest block height of the first blockchain system, an unsynchronized block through a full-scale node of the first blockchain system;
an updating unit, configured to update account information of the first account according to the unsynchronized block;
The updating the account information of the first account according to the unsynchronized block includes:
updating the Account information of the first Account according to the Account type of the sub-Account and the unsynchronized block, wherein the Account type of the sub-Account is the Account sub-Account and/or the UTXO sub-Account;
when determining that the first Account includes the Account sub-Account, the acquiring the Account information of the first Account includes:
acquiring structural body information of the Account sub-Account, wherein the Account sub-Account comprises a first token;
analyzing the structural body information of the Account sub-Account to obtain Account information of the first token;
the updating the account information of the first account according to the unsynchronized block includes:
analyzing the unsynchronized block to obtain the associated transaction information with the first token;
updating account information of the first token by using associated transaction information of the first token;
when determining that the first account includes the UTXO sub-account, the acquiring the account information of the first account includes:
acquiring structural body information of the UTXO sub-Account, wherein the Account sub-Account comprises a second token;
analyzing the structural body information of the UTXO sub-account to obtain account information of the second token;
The updating the account information of the first account according to the unsynchronized block includes:
analyzing the unsynchronized block to obtain the associated transaction information with the second token;
updating account information of the second token with the associated transaction information of the second token.
8. A computer readable storage medium having stored thereon a blockchain-based account data processing program executable by one or more processors to implement the blockchain-based account data processing method of any of claims 1 to 4.
CN201910770184.2A 2019-08-20 2019-08-20 Transaction processing method and related equipment Active CN110473104B (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
CN201910770184.2A CN110473104B (en) 2019-08-20 2019-08-20 Transaction processing method and related equipment
PCT/CN2019/110755 WO2021031313A1 (en) 2019-08-20 2019-10-12 Transaction processing method and related apparatus

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910770184.2A CN110473104B (en) 2019-08-20 2019-08-20 Transaction processing method and related equipment

Publications (2)

Publication Number Publication Date
CN110473104A CN110473104A (en) 2019-11-19
CN110473104B true CN110473104B (en) 2023-11-17

Family

ID=68512927

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910770184.2A Active CN110473104B (en) 2019-08-20 2019-08-20 Transaction processing method and related equipment

Country Status (2)

Country Link
CN (1) CN110473104B (en)
WO (1) WO2021031313A1 (en)

Families Citing this family (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110874365B (en) * 2019-11-20 2023-11-17 深圳市迅雷网络技术有限公司 Information query method and related equipment thereof
CN111275414A (en) * 2019-12-31 2020-06-12 深圳市网心科技有限公司 Block chain-based digital currency exchange method, device and system
CN111475575B (en) 2020-04-09 2021-08-10 腾讯科技(深圳)有限公司 Data synchronization method and device based on block chain and computer readable storage medium
CN112487010B (en) * 2020-12-14 2024-02-23 深圳前海微众银行股份有限公司 Block chain user data table updating method, equipment and storage medium
CN112749967A (en) * 2021-01-19 2021-05-04 矩阵元技术(深圳)有限公司 Transaction data processing method and device, user terminal and server
CN114708773A (en) * 2021-10-11 2022-07-05 深圳市海凌科电子有限公司 Block chain teaching system
CN114266603A (en) * 2021-12-28 2022-04-01 山东浪潮工业互联网产业股份有限公司 Block chain UTXO transaction-based point management method, equipment and medium

Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107679857A (en) * 2017-10-10 2018-02-09 马晶瑶 Across the chain method of commerce and storage medium of block chain
CN108335106A (en) * 2018-01-24 2018-07-27 深圳壹账通智能科技有限公司 The more account books of Zero Knowledge based on block chain exchange transfer account method, device and storage medium
CN108805570A (en) * 2018-06-01 2018-11-13 腾讯科技(深圳)有限公司 Data processing method, device and storage medium
AU2018101669A4 (en) * 2017-01-08 2018-12-13 Rene F. Bernard A method for checking and/ or updating information relating to assets
CN109508970A (en) * 2018-10-26 2019-03-22 阿里巴巴集团控股有限公司 Money transfer method and device based on block chain
CN109741038A (en) * 2018-12-12 2019-05-10 深圳市网心科技有限公司 Token processing method, computer readable storage medium and electronic equipment based on block chain account
CN109784020A (en) * 2019-02-15 2019-05-21 上海优扬新媒信息技术有限公司 A kind of block chain right management method and device
CN109859047A (en) * 2019-01-31 2019-06-07 北京瑞卓喜投科技发展有限公司 A kind of block chain update method and block chain more new system

Family Cites Families (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20170091726A1 (en) * 2015-09-07 2017-03-30 NXT-ID, Inc. Low bandwidth crypto currency transaction execution and synchronization method and system
US9794074B2 (en) * 2016-02-04 2017-10-17 Nasdaq Technology Ab Systems and methods for storing and sharing transactional data using distributed computing systems
CN106503992A (en) * 2016-10-18 2017-03-15 北京天德科技有限公司 A kind of block chain that Transaction Information and accounts information are stored respectively
WO2018128539A1 (en) * 2017-01-08 2018-07-12 Bernard Rene F A method for checking and/or updating information relating to assets
CN107248074A (en) * 2017-03-29 2017-10-13 阿里巴巴集团控股有限公司 A kind of method for processing business and equipment based on block chain
US11386405B2 (en) * 2017-12-19 2022-07-12 International Business Machines Corporation Dynamic blockchain transactional policy management
CN109493054B (en) * 2018-11-27 2020-09-08 深圳幂度信息科技有限公司 Multi-chain information management method, device, storage medium and block chain identity analyzer
CN110084599B (en) * 2019-04-28 2021-04-20 百度在线网络技术(北京)有限公司 Key processing method, device, equipment and storage medium

Patent Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
AU2018101669A4 (en) * 2017-01-08 2018-12-13 Rene F. Bernard A method for checking and/ or updating information relating to assets
CN107679857A (en) * 2017-10-10 2018-02-09 马晶瑶 Across the chain method of commerce and storage medium of block chain
CN108335106A (en) * 2018-01-24 2018-07-27 深圳壹账通智能科技有限公司 The more account books of Zero Knowledge based on block chain exchange transfer account method, device and storage medium
CN108805570A (en) * 2018-06-01 2018-11-13 腾讯科技(深圳)有限公司 Data processing method, device and storage medium
CN109508970A (en) * 2018-10-26 2019-03-22 阿里巴巴集团控股有限公司 Money transfer method and device based on block chain
CN109741038A (en) * 2018-12-12 2019-05-10 深圳市网心科技有限公司 Token processing method, computer readable storage medium and electronic equipment based on block chain account
CN109859047A (en) * 2019-01-31 2019-06-07 北京瑞卓喜投科技发展有限公司 A kind of block chain update method and block chain more new system
CN109784020A (en) * 2019-02-15 2019-05-21 上海优扬新媒信息技术有限公司 A kind of block chain right management method and device

Also Published As

Publication number Publication date
WO2021031313A1 (en) 2021-02-25
CN110473104A (en) 2019-11-19

Similar Documents

Publication Publication Date Title
CN110473104B (en) Transaction processing method and related equipment
CN112288097B (en) Federal learning data processing method, federal learning data processing device, computer equipment and storage medium
EP3639466B1 (en) Expendable cryptographic key access
CN103597494B (en) Method and apparatus for the use of numerals authority of management document
US20160253664A1 (en) Attestation by proxy
WO2021031473A1 (en) Blockchain asset processing method based on multiple asset models and related device
CN107463348B (en) Method and system for realizing Web end custom format printing based on B/S architecture
US10361864B2 (en) Enabling a secure OEM platform feature in a computing environment
CN111478967A (en) Request processing method and device
CN111277635B (en) Method, equipment, device and computer medium for accessing external node to block chain
CN111414374B (en) Block chain transaction concurrent processing method, device and equipment
CN112506559A (en) Gray scale publishing method and device based on gateway, electronic equipment and storage medium
JP2022525551A (en) Preventing erroneous transmission of copies of data records to distributed ledger systems
CN111292057A (en) Service processing method based on block chain
JP2006191384A (en) Mobile and content transmission method
US20220221996A1 (en) Customer-specific activation of functionality in a semiconductor device
US20030140146A1 (en) Method and system for interconnecting a Web server with a wireless portable communications device
US20220038439A1 (en) Network provisioning and tokenization using a remote terminal
CN112732547B (en) Service testing method and device, storage medium and electronic equipment
CN112541820B (en) Digital asset management method, device, computer equipment and readable storage medium
CN111026926A (en) Data processing method, device, equipment and storage medium
KR20220048309A (en) Electronic business card delivery and operation system, and method of the same
CN111476562A (en) Virtual resource transfer method, device, electronic equipment and storage medium
CN110585717A (en) Information processing method and device
CN112541764B (en) Asset management method, device and system based on intelligent contract

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
TA01 Transfer of patent application right

Effective date of registration: 20210913

Address after: 518000 21 / f-23 / F, block B, building 12, Shenzhen Bay science and technology ecological park, No. 18, South Keji Road, high tech community, Yuehai street, Nanshan District, Shenzhen City, Guangdong Province

Applicant after: Xunlei Networking Technologies, Ltd.

Applicant after: SHENZHEN ONETHING TECHNOLOGIES Co.,Ltd.

Address before: 518052 Room 201, building A, No. 1, Qian Wan Road, Qianhai Shenzhen Hong Kong cooperation zone, Shenzhen, Guangdong (Shenzhen Qianhai business secretary Co., Ltd.)

Applicant before: SHENZHEN ONETHING TECHNOLOGIES Co.,Ltd.

TA01 Transfer of patent application right
GR01 Patent grant
GR01 Patent grant