CN107993149B - Account information management method, system and readable storage medium - Google Patents

Account information management method, system and readable storage medium Download PDF

Info

Publication number
CN107993149B
CN107993149B CN201711363311.4A CN201711363311A CN107993149B CN 107993149 B CN107993149 B CN 107993149B CN 201711363311 A CN201711363311 A CN 201711363311A CN 107993149 B CN107993149 B CN 107993149B
Authority
CN
China
Prior art keywords
account information
block chain
node
request
clearing
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
CN201711363311.4A
Other languages
Chinese (zh)
Other versions
CN107993149A (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.)
WeBank Co Ltd
Original Assignee
WeBank 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 WeBank Co Ltd filed Critical WeBank Co Ltd
Priority to CN201711363311.4A priority Critical patent/CN107993149B/en
Publication of CN107993149A publication Critical patent/CN107993149A/en
Application granted granted Critical
Publication of CN107993149B publication Critical patent/CN107993149B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

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
    • G06Q40/00Finance; Insurance; Tax strategies; Processing of corporate or income taxes
    • G06Q40/04Trading; Exchange, e.g. stocks, commodities, derivatives or currency exchange
    • 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/22Payment schemes or models
    • G06Q20/28Pre-payment schemes, e.g. "pay before"
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L65/00Network arrangements, protocols or services for supporting real-time applications in data packet communication
    • H04L65/1066Session management
    • H04L65/1073Registration or de-registration
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L9/00Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols
    • H04L9/32Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols including means for verifying the identity or authority of a user of the system or for message authentication, e.g. authorization, entity authentication, data integrity or data verification, non-repudiation, key authentication or verification of credentials
    • H04L9/3247Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols including means for verifying the identity or authority of a user of the system or for message authentication, e.g. authorization, entity authentication, data integrity or data verification, non-repudiation, key authentication or verification of credentials involving digital signatures

Abstract

The invention discloses an account information management method, a system and a readable storage medium, wherein the method comprises the following steps: after a registration request for registering the virtual account is received through the card issuer server, the acquired account information corresponding to the virtual account is written into the card issuer block chain node; acquiring account information from a card issuing block chain node through an intelligent contract, and creating a virtual account according to the account information; synchronizing account information into a receipt line blockchain node and a clearing line blockchain node based on a peer-to-peer network; and after the intelligent contract receives the transaction request, the intelligent contract modifies the account information according to the transaction request and synchronizes the modified account information to each block chain node of the alliance chain, wherein the alliance chain comprises a receiving single-row block chain node, a clearing bank block chain node and an issuing bank block chain node. The invention realizes the consistency of the account information in the card issuing bank server, the acquirer server and the clearing bank server.

Description

Account information management method, system and readable storage medium
Technical Field
The present invention relates to the field of account information management technologies, and in particular, to an account information management method, system, and readable storage medium.
Background
When a user registers an electronic wallet in an issuer, the issuer server needs to register a virtual account for the user, and synchronize account information corresponding to the virtual account to a acquirer server and a clearinghouse server. When a user modifies account information, it is also necessary to synchronize the modified account information to the acquirer server and the clearinghouse server. If the user registers the electronic wallet, after the card issuing bank server receives a registration request, a virtual account is established according to the registration request, account information corresponding to the virtual account is stored in a Database (DB), and the user is informed that the virtual account is successfully registered; the card issuing server sends the registration request to a receiving bank server through an HTTPS (Hyper Text Transfer Protocol over Secure Socket Layer, network Protocol); and after receiving the registration request, the acquirer service establishes a virtual account according to the registration request, stores account information corresponding to the virtual account into the DB, and returns a response message to the issuer server to remind the issuer server that the registration request is successfully received. Likewise, the issuer server sends the registration request to the clearinghouse server via HTTPS. The specific process can refer to fig. 1.
If the network fails in the process of sending the response message to the card-issuing bank server by the receiver bank server, the card-issuing bank server considers that the receiver bank server does not successfully receive the registration request, the card-issuing bank server periodically resends the registration request to the receiver bank server, and sends the registration request to the clearing bank server after successfully receiving the response message sent by the receiver bank. Therefore, the card issuing server is responsible for the consistency of the account information among the card issuing server, the acquirer server and the clearing house server, and the card issuing server needs to consider the synchronous situation of the account information of the acquirer server and the clearing house server at the same time. And the user consumes in the virtual account, and the corresponding consumption data is also recorded in the database of the card issuer server, so that the consumption data cannot be synchronized to the clearing house server in real time. At present, after finishing every day, the card issuer server sends consumption data of one day to the clearinghouse server, and the clearinghouse server executes a clearing operation according to the consumption data. It can be seen that at present, the account information (including the consumption data) between the issuer server, the acquirer server, and the clearinghouse server cannot be synchronized in real time, which makes it difficult for the issuer server to maintain consistency with the account information between the acquirer server and the clearinghouse server.
Disclosure of Invention
The invention mainly aims to provide an account information management method, an account information management system and a readable storage medium, and aims to solve the technical problem that account information among an existing card issuer server, an acquirer server and a clearing house server cannot be synchronized in real time, so that the account information among the card issuer server, the acquirer server and the clearing house server is consistent.
In order to achieve the above object, the present invention provides an account information management method, including the steps of:
after a registration request for registering a virtual account is received through a card issuer server, account information corresponding to the virtual account is obtained, and the account information is written into a card issuer block chain node corresponding to the card issuer server;
acquiring the account information from the card issuing blockchain node through an intelligent contract running in a blockchain system, and creating a virtual account according to the account information;
synchronizing the account information into a receipt line blockchain node and a clearing line blockchain node based on a peer-to-peer network;
and after the intelligent contract receives a transaction request, the intelligent contract modifies the account information according to the transaction request and synchronizes the modified account information to each block chain node of a alliance chain, wherein the alliance chain comprises a receiving unit block chain node, a clearing bank block chain node and an issuing bank block chain node.
Preferably, when the transaction request is a recharge request, before the steps of modifying, by the smart contract, the account information according to the transaction request and synchronizing the modified account information to each blockchain node of the federation chain after the smart contract receives the transaction request, the method further includes:
after the card issuing bank server receives a recharging request, the card issuing bank server sends the recharging request to the card issuing bank block chain node;
after the intelligent contract receives a transaction request, the intelligent contract modifies the account information according to the transaction request, and the modified account information is synchronized to each block chain node of a alliance chain, wherein the steps of:
after the intelligent contract receives the recharging request sent by the card issuing row block chain node, determining the recharging amount corresponding to the recharging request;
and modifying the account balance in the account information according to the recharging amount, and synchronizing the modified account balance to each block chain node of the alliance chain.
Preferably, when the transaction request is a cash-out request, before the steps of modifying, by the smart contract, the account information according to the transaction request and synchronizing the modified account information to each blockchain node of a federation chain after the smart contract receives the transaction request, the method further includes:
After the card issuer server receives a cash withdrawal request, the cash withdrawal request is sent to the card issuer block chain node through the card issuer server;
after the intelligent contract receives a transaction request, the intelligent contract modifies the account information according to the transaction request, and the modified account information is synchronized to each block chain node of a alliance chain, wherein the steps of:
after the intelligent contract receives the cash withdrawal request sent by the card issuing bank block chain node, determining the cash withdrawal amount corresponding to the cash withdrawal request;
and modifying the account balance in the account information according to the cash withdrawal amount, and synchronizing the modified account balance to each block chain node of the alliance chain.
Preferably, after the step of synchronizing the account information to the receipt bank block chain node and the clearing bank block chain node based on the peer-to-peer network, the method further includes:
and after the clearing bank block link node receives the Renminbi exchange rate sent by the clearing bank server, synchronizing the Renminbi exchange rate to each block link node of the alliance link.
Preferably, when the transaction request is a cross-border payment request, before the step of modifying, by the smart contract, the account information according to the transaction request and synchronizing the modified account information into each blockchain node of a federation chain after the smart contract receives the transaction request, the method further includes:
After the card issuer server receives the cross-border payment request, the cross-border payment request is sent to the card issuer block chain node through the card issuer server;
after the intelligent contract receives a transaction request, the intelligent contract modifies the account information according to the transaction request, and the modified account information is synchronized to each block chain node of a alliance chain, wherein the steps of:
and after the intelligent contract receives the cross-border payment request sent by the card issuing row block chain node, the intelligent contract converts the amount of the RMB corresponding to the cross-border payment request into the amount of the foreign currency of the country of the user corresponding to the cross-border payment request according to the RMB exchange rate, and synchronizes the amount of the RMB and the amount of the foreign currency into each block chain node of the alliance chain.
Preferably, the account information management method further includes:
when the block chain link points in the alliance chain receive the data message, obtaining public key information by the block chain link points in the alliance chain;
and verifying whether the data message is sent by other blockchain nodes in the alliance chain or not according to the public key information.
Preferably, the step of verifying whether the data packet is sent by other blockchain nodes in the federation chain according to the public key information includes:
verifying the data message signed by a private key according to the public key information;
if the data message passes the verification, confirming that the data message is sent by other blockchain nodes in the alliance chain;
and if the data message fails to be verified, confirming that the data message is not sent by the mechanism of the alliance chain.
Preferably, the account information management method further includes:
when a clearing bank server corresponding to the clearing bank block chain link point receives a clearing request, controlling the clearing bank server to acquire the account information from the clearing bank block chain link point;
and executing clearing operation according to the acquired account information to obtain a clearing result, and synchronizing the clearing result to each block chain node of the alliance chain through the clearing row block chain node.
In addition, to achieve the above object, the present invention further provides an account information management system, which includes a memory, a processor, and an account information management program stored on the memory and operable on the processor, wherein the account information management program, when executed by the processor, implements the steps of the account information management method as described above.
Further, to achieve the above object, the present invention also provides a computer-readable storage medium having stored thereon an account information management program, which when executed by a processor, implements the steps of the account information management method as described above.
The method comprises the steps that after a registration request for registering a virtual account is received through a card issuer server, account information corresponding to the virtual account is obtained, and the account information is written into a card issuer block chain node corresponding to the card issuer server; acquiring the account information from the card issuing blockchain node through an intelligent contract running in a blockchain system, and creating a virtual account according to the account information; synchronizing the account information into a receipt line blockchain node and a clearing line blockchain node based on a peer-to-peer network; and after the intelligent contract receives a transaction request, the intelligent contract modifies the account information according to the transaction request and synchronizes the modified account information to each block chain node of a alliance chain, wherein the alliance chain comprises a receiving unit block chain node, a clearing bank block chain node and an issuing bank block chain node. The real-time synchronization of the account information among the card issuing bank block chain nodes, the receiving bank block chain nodes and the clearing bank block chain nodes is realized through the alliance chain, and the consistency of the account information in the card issuing bank server, the receiving bank server and the clearing bank server is ensured. And because the acquirer server and the clearing house server can inquire the account information in respective block chain link points, the issuer server is not required to send the account information, and a decentralized account system is constructed.
Drawings
FIG. 1 is a schematic diagram illustrating a basic management process of account information in the prior art;
FIG. 2 is a schematic diagram of a hardware operating environment according to an embodiment of the present invention;
FIG. 3 is a flowchart illustrating a first embodiment of an account information management method according to the present invention;
FIG. 4 is a flowchart illustrating a second embodiment of an account information management method according to the present invention;
fig. 5 is a flowchart illustrating an account information management method according to a third embodiment of the present invention.
The implementation, functional features and advantages of the objects of the present invention will be further explained with reference to the accompanying drawings.
Detailed Description
It should be understood that the specific embodiments described herein are merely illustrative of the invention and are not intended to limit the invention.
The solution of the embodiment of the invention is mainly as follows: after a registration request for registering a virtual account is received through a card issuer server, account information corresponding to the virtual account is obtained, and the account information is written into a card issuer block chain node corresponding to the card issuer server; acquiring the account information from the card issuing blockchain node through an intelligent contract running in a blockchain system, and creating a virtual account according to the account information; synchronizing the account information into a receipt line blockchain node and a clearing line blockchain node based on a peer-to-peer network; and after the intelligent contract receives a transaction request, the intelligent contract modifies the account information according to the transaction request and synchronizes the modified account information to each block chain node of a alliance chain, wherein the alliance chain comprises a receiving unit block chain node, a clearing bank block chain node and an issuing bank block chain node. The method and the system solve the problem that account information among the card issuer server, the acquirer server and the clearing house server is inconsistent in real time due to the fact that the account information among the card issuer server, the acquirer server and the clearing house server cannot be synchronized in real time.
As shown in fig. 2, fig. 2 is a schematic structural diagram of a hardware operating environment according to an embodiment of the present invention. The account information management system may include: a processor 1001, such as a CPU, a network interface 1004, a memory 1005, and a communication bus 1002. Wherein a communication bus 1002 is used to enable connective communication between these components. The network interface 1004 may optionally include a standard wired interface, a wireless interface (e.g., WI-FI interface). The memory 1005 may be a high-speed RAM memory or a non-volatile memory (e.g., a magnetic disk memory). The memory 1005 may alternatively be a storage device separate from the processor 1001.
Optionally, the account information management system may further include RF (Radio Frequency) circuits, sensors, WiFi modules, and the like.
Those skilled in the art will appreciate that the configuration of the account information management system shown in fig. 1 does not constitute a limitation of the terminal and may include more or fewer components than those shown, or some components in combination, or a different arrangement of components.
As shown in fig. 1, a memory 1005, which is a kind of computer storage medium, may include therein an operating system, a network communication module, a user interface module, and an account information management program. The operating system is a program for managing and controlling hardware and software resources of the account information management system, and supports the operation of the account information management program and other software or programs.
In the account information management system shown in fig. 1, the network interface 1004 is mainly used for connecting to a backend server and performing data communication with the backend server; the processor 1001 may be configured to invoke an account information management program stored in the memory 1005 and perform the following operations:
after a registration request for registering a virtual account is received through a card issuer server, account information corresponding to the virtual account is obtained, and the account information is written into a card issuer block chain node corresponding to the card issuer server;
acquiring the account information from the card issuing blockchain node through an intelligent contract running in a blockchain system, and creating a virtual account according to the account information;
synchronizing the account information into a receipt line blockchain node and a clearing line blockchain node based on a peer-to-peer network;
and after the intelligent contract receives a transaction request, the intelligent contract modifies the account information according to the transaction request and synchronizes the modified account information to each block chain node of a alliance chain, wherein the alliance chain comprises a receiving unit block chain node, a clearing bank block chain node and an issuing bank block chain node.
Further, when the transaction request is a recharge request, and before the steps of modifying the account information according to the transaction request by the smart contract after the smart contract receives the transaction request and synchronizing the modified account information to each blockchain node of the federation chain, the processor 1001 may be further configured to invoke an account information management program stored in the memory 1005 and perform the following steps:
after the card issuing bank server receives a recharging request, the card issuing bank server sends the recharging request to the card issuing bank block chain node;
after the intelligent contract receives a transaction request, the intelligent contract modifies the account information according to the transaction request, and the modified account information is synchronized to each block chain node of a alliance chain, wherein the steps of:
after the intelligent contract receives the recharging request sent by the card issuing row block chain node, determining the recharging amount corresponding to the recharging request;
and modifying the account balance in the account information according to the recharging amount, and synchronizing the modified account balance to each block chain node of the alliance chain.
Further, when the transaction request is a cash-out request, before the steps of modifying, by the smart contract, the account information according to the transaction request and synchronizing the modified account information to each blockchain node of the federation chain after the transaction request is received by the smart contract, the processor 1001 may be further configured to invoke an account information management program stored in the memory 1005 and perform the following steps:
after the card issuer server receives a cash withdrawal request, the cash withdrawal request is sent to the card issuer block chain node through the card issuer server;
after the intelligent contract receives a transaction request, the intelligent contract modifies the account information according to the transaction request, and the modified account information is synchronized to each block chain node of a alliance chain, wherein the steps of:
after the intelligent contract receives the cash withdrawal request sent by the card issuing bank block chain node, determining the cash withdrawal amount corresponding to the cash withdrawal request;
and modifying the account balance in the account information according to the cash withdrawal amount, and synchronizing the modified account balance to each block chain node of the alliance chain.
Further, after the step of synchronizing the account information to the receipt and clearing blockchain nodes based on the peer-to-peer network, the processor 1001 may be further configured to call an account information management program stored in the memory 1005 and perform the following steps:
and after the clearing bank block link node receives the Renminbi exchange rate sent by the clearing bank server, synchronizing the Renminbi exchange rate to each block link node of the alliance link.
Further, when the transaction request is a cross-border payment request, before the steps of modifying, by the smart contract, the account information according to the transaction request and synchronizing the modified account information to each blockchain node of the federation chain after the transaction request is received by the smart contract, the processor 1001 may be further configured to invoke an account information management program stored in the memory 1005 and perform the following steps:
after the card issuer server receives the cross-border payment request, the cross-border payment request is sent to the card issuer block chain node through the card issuer server;
after the intelligent contract receives a transaction request, the intelligent contract modifies the account information according to the transaction request, and the modified account information is synchronized to each block chain node of a alliance chain, wherein the steps of:
And after the intelligent contract receives the cross-border payment request sent by the card issuing row block chain node, the intelligent contract converts the amount of the RMB corresponding to the cross-border payment request into the amount of the foreign currency of the country of the user corresponding to the cross-border payment request according to the RMB exchange rate, and synchronizes the amount of the RMB and the amount of the foreign currency into each block chain node of the alliance chain.
Further, the processor 1001 may be further configured to call the account information management program stored in the memory 1005, and perform the following steps:
when the block chain link points in the alliance chain receive the data message, obtaining public key information by the block chain link points in the alliance chain;
and verifying whether the data message is sent by other blockchain nodes in the alliance chain or not according to the public key information.
Further, the step of verifying whether the data packet is sent by other blockchain nodes in the federation chain according to the public key information includes:
verifying the data message signed by a private key according to the public key information;
if the data message passes the verification, confirming that the data message is sent by other blockchain nodes in the alliance chain;
And if the data message fails to be verified, confirming that the data message is not sent by the mechanism of the alliance chain.
Further, the processor 1001 may be further configured to call the account information management program stored in the memory 1005, and perform the following steps:
when a clearing bank server corresponding to the clearing bank block chain link point receives a clearing request, controlling the clearing bank server to acquire the account information from the clearing bank block chain link point;
and executing clearing operation according to the acquired account information to obtain a clearing result, and synchronizing the clearing result to each block chain node of the alliance chain through the clearing row block chain node.
Based on the hardware structure, various embodiments of the account information management method are provided.
Referring to fig. 3, fig. 3 is a flowchart illustrating an account information management method according to a first embodiment of the present invention.
In the present embodiment, an embodiment of an account information management method is provided, and it should be noted that although a logical order is shown in the flowchart, in some cases, the steps shown or described may be performed in an order different from that here.
In this embodiment, an account information management method is applied to an account information management system, and the account information management method includes:
Step S10, after receiving the registration request for registering the virtual account through the card issuer server, obtaining the account information corresponding to the virtual account, and writing the account information into the card issuer block chain node corresponding to the card issuer server.
In the embodiment of the invention, the acquiring bank server corresponds to the acquiring bank blockchain node, the clearing bank server corresponds to the clearing bank blockchain node, and the card issuing bank server corresponds to the card issuing bank blockchain node. The receiving single-row block chain node, the clearing row block chain node and the issuing row block chain node jointly form a alliance chain. The alliance chain is a block chain system which is composed of mutually trusted organization nodes, connection is established between the nodes, data transmission is carried out in a safe and reliable mode, such as authentication, an IP (Internet Protocol, Protocol for interconnection between networks) white list and the like, and external nodes cannot be added. The node refers to a network node participating in a blockchain network for transaction and data exchange, each independent organization can have one or more transaction nodes, and each transaction node is a combination of a group of physical networks, computers, blockchain application software and databases.
The data signatures represent the identities of the acquirer server, the issuer server and the clearing house server, and public key information exists in the data signatures and can be synchronized to an intelligent contract in a alliance chain. The intelligent contract is a code segment which can run on a blockchain, and the execution process of the intelligent contract is identified and confirmed on the blockchain in a transaction form.
After the card issuer server receives a registration request for registering the virtual account triggered by a user, the card issuer server acquires account information corresponding to the virtual account and writes the acquired account information into a card issuer block chain node corresponding to the card issuer server. The virtual account information includes account balance information, issuer currency information, user name and the like.
And step S20, acquiring the account information from the card issuing blockchain node through an intelligent contract running in a blockchain system, and creating a virtual account according to the account information.
And step S30, synchronizing the account information to the receipt row blockchain node and the clearing row blockchain node based on the peer-to-peer network.
And after the account information is written into the card issuing bank blockchain node corresponding to the card issuing bank server, the intelligent contract running in the blockchain system acquires the account information from the card issuing bank blockchain node, and a virtual account is created according to the account information. After the account information is written into the card issuer block chain node corresponding to the card issuer server, the account information is synchronized to other block chain nodes in the alliance chain through P2P (Peer-to-Peer network), that is, to the singleton block chain node and the clearing bank block chain node, so as to realize the consistency of the account information in each block chain node. P2P is in centralized network, each party of transaction communicates with the data through a central node proxy, in P2P, the nodes can communicate directly with each other to form a peer-to-peer network structure, thus reducing the overhead of the central network, and the data generated by one node can simultaneously transmit broadcast to a plurality of nodes.
Step S40, after the intelligent contract receives the trade request, the intelligent contract modifies the account information according to the trade request, and synchronizes the modified account information to each block chain node of the alliance chain, wherein the alliance chain comprises a receiving single block chain node, a clearing bank block chain node and an issuing bank block chain node.
The smart contract detects whether a transaction request is received. And if the intelligent contract receives the transaction request, the intelligent contract modifies the corresponding account information according to the transaction request and synchronizes the modified account information to each block chain node in the alliance chain.
Further, the account information management method further includes:
step a, after the clearing bank block chain nodes receive the Renminbi exchange rate sent by the clearing bank server, synchronizing the Renminbi exchange rate to each block chain node of the alliance chain.
Further, after the block chain server receives an updating instruction for updating the Renminbi exchange rate, the Renminbi exchange rate is updated according to the updating instruction, and the updated Renminbi exchange rate is sent to the corresponding clearing bank block chain node. And after receiving the Renminbi exchange rate sent by the clearing bank server, the clearing bank block chain node synchronizes the Renminbi exchange rate to each block chain node in the alliance chain. Furthermore, after the intelligent contract for processing the exchange rate obtains the Renminbi exchange rate, the intelligent contract for processing the exchange rate records the Renminbi exchange rate and provides a corresponding interface for the intelligent contract with other functions to inquire the Renminbi exchange rate.
In this embodiment, after receiving a registration request for registering a virtual account through an issuer server, account information corresponding to the virtual account is acquired, and the account information is written into an issuer block chain node corresponding to the issuer server; acquiring the account information from the card issuing blockchain node through an intelligent contract running in a blockchain system, and creating a virtual account according to the account information; synchronizing the account information into a receipt line blockchain node and a clearing line blockchain node based on a peer-to-peer network; and after the intelligent contract receives a transaction request, the intelligent contract modifies the account information according to the transaction request and synchronizes the modified account information to each block chain node of a alliance chain, wherein the alliance chain comprises a receiving unit block chain node, a clearing bank block chain node and an issuing bank block chain node. The real-time synchronization of the account information among the card issuing bank block chain nodes, the receiving bank block chain nodes and the clearing bank block chain nodes is realized through the alliance chain, and the consistency of the account information in the card issuing bank server, the receiving bank server and the clearing bank server is ensured. And because the acquirer server and the clearing house server can inquire the account information in respective block chain link points, the issuer server is not required to send the account information, and a decentralized account system is constructed.
Further, a second embodiment of the account information management method of the present invention is provided.
The second embodiment of the account information management method is different from the first embodiment of the account information management method in that, when the transaction request is a recharge request, referring to fig. 4, the account information management method further includes:
step S50, after the card issuing bank server receives the charging request, the card issuing bank server sends the charging request to the card issuing bank block chain node.
After the card issuing bank server receives the recharging request of the user, the card issuing bank server sends the recharging request to the card issuing bank block chain node so as to send the recharging request to the block chain system, and an intelligent contract for processing the recharging request obtains the recharging request from the card issuing bank block chain node.
Step S40 includes:
step S41, after the intelligent contract receives the recharging request sent by the card-issuing bank block chain node, the recharging amount corresponding to the recharging request is determined.
And step S42, modifying the account balance in the account information according to the recharging amount, and synchronizing the modified account balance to each block chain node of the alliance chain.
And when the intelligent contract for processing the recharging request receives the recharging request sent by the card issuing block chain node, determining the recharging amount corresponding to the recharging request. After the recharging amount is determined, the intelligent contract for processing the recharging request modifies the account balance in the account information according to the recharging amount, and synchronizes the modified account balance to each block chain node in the alliance chain. If the recharging amount corresponding to the recharging request is 10 harbor coins, the account balance in the account information is increased by 10 harbor coins, and the card issuing bank blockchain node broadcasts the transaction information to the receipt bank blockchain node and the clearing bank blockchain node, so that the account information among the card issuing bank blockchain node, the receipt bank blockchain node and the clearing bank blockchain node is synchronized.
Further, when the transaction request is a cash withdrawal request, the account information management method further includes:
and b, after the card issuer server receives the cash withdrawal request, sending the cash withdrawal request to the card issuer block chain node through the card issuer server.
After the card issuing bank server receives a cash withdrawal request of a user, the card issuing bank server sends the cash withdrawal request to the card issuing bank block chain node so as to send the cash withdrawal request to the block chain system, and an intelligent contract filled with the cash withdrawal request obtains the cash withdrawal request from the card issuing bank block chain node.
Step S40 further includes:
and c, after the intelligent contract receives the cash withdrawal request sent by the card issuing block chain node, determining the cash withdrawal amount corresponding to the cash withdrawal request.
And d, modifying the account balance in the account information according to the cash withdrawal amount, and synchronizing the modified account balance to each block chain node of the alliance chain.
And when the intelligent contract for processing the cash withdrawal request receives the cash withdrawal request sent by the card issuing block chain node, determining the cash withdrawal amount corresponding to the cash withdrawal request. After the cash withdrawal amount is determined, the intelligent contract for processing the cash withdrawal request modifies the account balance in the account information according to the cash withdrawal amount, and synchronizes the modified account balance to each block chain node in the alliance chain. If the withdrawal amount corresponding to the withdrawal request is 10 port coins, the account balance in the account information is reduced by 10 port coins, and the card issuing bank block link node broadcasts the transaction information to the receipt bank block link node and the clearing bank block link node, so that the account information among the card issuing bank block link node, the receipt bank block link node and the clearing bank block link node is synchronized.
In this embodiment, after the user consumes, the account information of the user after consumption is synchronized in real time by the alliance chain among the card issuing row block chain node, the receiving row block chain node and the clearing row block chain node.
Further, a third embodiment of the account information management method of the present invention is provided.
The difference between the third embodiment of the account information management method and the first embodiment of the account information management method is that, when the transaction request is a cross-border payment request, referring to fig. 5, the account information management method further includes:
step S60, after the issuer server receives the cross-border payment request, sending the cross-border payment request to the issuer block chain node through the issuer server.
After the card issuing bank server receives the cross-border payment request of the user, the card issuing bank server constructs a consumption record according to the cross-border payment request, and sends the cross-border payment request to the card issuing bank block chain node, so that the cross-border payment request is sent to the block chain system, and an intelligent contract for processing the cross-border payment request obtains the cross-border payment request from the card issuing bank chain node.
Step S40 includes:
step S43, after the intelligent contract receives the cross-border payment request sent by the card issuing row block chain node, the intelligent contract converts the RMB amount corresponding to the cross-border payment request into the foreign currency amount of the country corresponding to the user of the cross-border payment request according to the RMB exchange rate, and synchronizes the RMB amount and the foreign currency amount to each block chain node of the alliance chain.
And after the cross-border payment request sent by the card issuing block chain node is received by the intelligent contract for processing the cross-border payment request, the intelligent contract for processing the cross-border payment request calls an interface of the intelligent contract for processing the exchange rate, and the current RMB exchange rate is obtained from the intelligent contract for processing the exchange rate. After the current RMB exchange rate is obtained by processing the intelligent contract of the cross-border payment request, the RMB amount corresponding to the cross-border payment request is converted into the foreign currency amount of the country of the user corresponding to the cross-border payment request according to the current RMB exchange rate, the RMB amount and the foreign currency amount corresponding to the cross-border payment request are obtained, and the RMB amount and the foreign currency amount are synchronized into each block chain node of the alliance chain, namely into the card issuing row block chain node, the receiving row block chain node and the clearing row block chain node.
In the embodiment, the cross-border payment request is processed through the intelligent contract, and the amount of the RMB and the amount of the foreign currency corresponding to the cross-border payment request are synchronized to each block link node in the alliance chain, so that the real-time synchronization of the account information after the user consumes in the card issuing bank block link node, the receiving bank block link node and the clearing bank block link node is realized.
Further, a fourth embodiment of the account information management method of the present invention is provided.
The fourth embodiment of the account information management method differs from the first, second, or third embodiment of the account information management method in that the account information management method further includes:
and e, after the block chain link points in the alliance chain receive the data message, obtaining public key information by the block chain link points in the alliance chain.
And f, verifying whether the data message is sent by other blockchain nodes in the alliance chain or not according to the public key information.
When a block chain link point in the alliance chain receives a data message, the block chain link point can acquire public key information and verify whether the data message is sent by other block chain nodes in the alliance chain according to the acquired public key information so as to ensure the reliability of the source of the data message.
Further, step f comprises:
and f1, verifying the data message signed by the private key according to the public key information.
Step f2, if the data message passes the verification, it is confirmed that the data message is sent by other block chain nodes in the alliance chain.
Step f3, if the data message fails to be verified, it is determined that the data message is not sent by the alliance chain mechanism.
Further, the specific process of verifying whether the data packet is sent by other blockchain nodes in the federation chain according to the public key information is as follows: and verifying the data message signed by the private key according to the public key information. The data message is signed by a private key corresponding to the public key. If the data message signed by the private key information can be successfully verified through the public key information, the data message is confirmed to be sent by other block chain nodes in the alliance chain; and if the data message signed by the private key information cannot be successfully verified through the public key information, namely the data message is failed to be verified, determining that the data message is not sent by the mechanism in the alliance chain.
In this embodiment, public key information corresponding to the data message signature private key is stored in the intelligent contract, and after the data message is received, whether the data message is sent by a block chain node in a federation chain is verified through the public key information, so as to ensure the reliability of the source of the data message.
Further, a fifth embodiment of the account information management method of the present invention is provided.
The fifth embodiment of the account information management method differs from the first, second, third, or fourth embodiments of the account information management method in that the account information management method further includes:
And g, after receiving a clearing request, a clearing bank server corresponding to the clearing bank block link point controls the clearing bank server to acquire the account information from the clearing bank block link point.
And h, executing clearing operation according to the acquired account information to obtain a clearing result, and synchronizing the clearing result to each block chain node of the alliance chain through the clearing row block chain node.
And when the clearing bank server corresponding to the clearing bank block link point receives the clearing request, the clearing bank server acquires the account information from the clearing bank block link point, and executes clearing operation according to the acquired account information to obtain a clearing result. And after the clearing server obtains the clearing result, the clearing block link node obtains the clearing result and synchronizes the clearing result to each block link node in the alliance chain.
In this embodiment, when clearing is needed, the clearing house server directly obtains the account balance in the account information from the corresponding clearing house block link node, and performs the clearing operation. Because the account information of the clearing bank blockchain node and the card issuing bank blockchain node is synchronous in real time, the clearing bank server can clear in real time.
In addition, an embodiment of the present invention further provides a computer-readable storage medium, where an account information management program is stored on the computer-readable storage medium, and when executed by a processor, the account information management program implements the account information management method described above. The specific implementation manner of the computer-readable storage medium of the present invention is substantially the same as that of the embodiments of the account information management method described above, and is not described herein again.
It should be noted that, in this document, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other like elements in a process, method, article, or apparatus that comprises the element.
The above-mentioned serial numbers of the embodiments of the present invention are merely for description and do not represent the merits of the embodiments.
Through the above description of the embodiments, those skilled in the art will clearly understand that the method of the above embodiments can be implemented by software plus a necessary general hardware platform, and certainly can also be implemented by hardware, but in many cases, the former is a better implementation manner. Based on such understanding, the technical solution of the present invention may be embodied in the form of a software product, which is stored in a storage medium (such as ROM/RAM, magnetic disk, optical disk) and includes instructions for enabling a terminal device (such as a mobile phone, a computer, a remote service manager, an air conditioner, or a network device) to execute the method according to the embodiments of the present invention.
The above description is only a preferred embodiment of the present invention, and not intended to limit the scope of the present invention, and all modifications of equivalent structures and equivalent processes, which are made by using the contents of the present specification and the accompanying drawings, or directly or indirectly applied to other related technical fields, are included in the scope of the present invention.

Claims (10)

1. An account information management method, characterized by comprising the steps of:
after a registration request for registering a virtual account triggered by a user is received through a card issuer server, account information corresponding to the virtual account is obtained and written into a card issuer block chain node corresponding to the card issuer server;
acquiring the account information from the card issuing blockchain node through an intelligent contract running in a blockchain system, and creating a virtual account according to the account information;
synchronizing the account information into a receipt line blockchain node and a clearing line blockchain node based on a peer-to-peer network;
after the intelligent contract receives a transaction request, the intelligent contract modifies the account information according to the transaction request, and synchronizes the modified account information to each block chain node of a alliance chain in real time through the peer-to-peer network, wherein the alliance chain comprises an acquiring unit block chain node, a clearing bank block chain node and an issuing bank block chain node so as to ensure the consistency of the account information in the issuing bank server, the acquiring bank server and the clearing bank server;
When the transaction request is a cross-border payment request, after the intelligent contract receives the transaction request, the intelligent contract modifies the account information according to the transaction request, and the step of synchronizing the modified account information to each blockchain node of a federation chain comprises the following steps:
and after the intelligent contract receives the cross-border payment request sent by the card issuing row block chain node, the intelligent contract converts the RMB amount corresponding to the cross-border payment request into the foreign currency amount of the country corresponding to the user of the cross-border payment request according to the RMB exchange rate, and synchronizes the RMB amount and the foreign currency amount to each block chain node of the alliance chain in real time through the peer-to-peer network.
2. The account information management method of claim 1, wherein when the transaction request is a recharge request, before the step of modifying, by the intelligent contract, the account information according to the transaction request after the intelligent contract receives the transaction request, and synchronizing the modified account information to each blockchain node of a federation chain in real time through the peer-to-peer network, the method further comprises:
After the card issuing bank server receives a recharging request, the card issuing bank server sends the recharging request to the card issuing bank block chain node;
after the intelligent contract receives a transaction request, the intelligent contract modifies the account information according to the transaction request, and the modified account information is synchronized to each block chain node of a alliance chain, wherein the steps of:
after the intelligent contract receives the recharging request sent by the card issuing row block chain node, determining the recharging amount corresponding to the recharging request;
and modifying the account balance in the account information according to the recharging amount, and synchronizing the modified account balance to each block chain node of the alliance chain.
3. The account information management method of claim 1, wherein when the transaction request is a cash-out request, before the step of modifying, by the smart contract, the account information according to the transaction request after the transaction request is received by the smart contract, and synchronizing the modified account information into each blockchain node of a federation chain in real time through the peer-to-peer network, the method further comprises:
After the card issuer server receives a cash withdrawal request, the cash withdrawal request is sent to the card issuer block chain node through the card issuer server;
after the intelligent contract receives a transaction request, the intelligent contract modifies the account information according to the transaction request, and the modified account information is synchronized to each block chain node of a alliance chain, wherein the steps of:
after the intelligent contract receives the cash withdrawal request sent by the card issuing bank block chain node, determining the cash withdrawal amount corresponding to the cash withdrawal request;
and modifying the account balance in the account information according to the cash withdrawal amount, and synchronizing the modified account balance to each block chain node of the alliance chain.
4. The account information management method of claim 1, wherein after the step of synchronizing the account information into a receipt blockchain node and a clearing blockchain node based on a peer-to-peer network, further comprising:
and after the clearing bank block link node receives the Renminbi exchange rate sent by the clearing bank server, synchronizing the Renminbi exchange rate to each block link node of the alliance link.
5. The method for managing account information according to claim 1, wherein, before the step of modifying the account information according to the transaction request by the intelligent contract after the intelligent contract receives the transaction request and synchronizing the modified account information to each blockchain node of a federation chain in real time through the peer-to-peer network, the method further comprises:
and after the card issuing bank server receives the cross-border payment request, the cross-border payment request is sent to the card issuing bank block chain node through the card issuing bank server.
6. The account information management method according to claim 1, wherein the account information management method further comprises:
when the block chain link points in the alliance chain receive the data message, obtaining public key information by the block chain link points in the alliance chain;
and verifying whether the data message is sent by other blockchain nodes in the alliance chain or not according to the public key information.
7. The account information management method according to claim 6, wherein the step of verifying whether the data packet is sent by another blockchain node in the federation chain according to the public key information includes:
Verifying the data message signed by a private key according to the public key information;
if the data message passes the verification, confirming that the data message is sent by other blockchain nodes in the alliance chain;
and if the data message fails to be verified, confirming that the data message is not sent by the mechanism of the alliance chain.
8. The account information management method according to any one of claims 1 to 7, further comprising:
when a clearing bank server corresponding to the clearing bank block chain link point receives a clearing request, controlling the clearing bank server to acquire the account information from the clearing bank block chain link point;
and executing clearing operation according to the acquired account information to obtain a clearing result, and synchronizing the clearing result to each block chain node of the alliance chain through the clearing row block chain node.
9. An account information management system comprising a memory, a processor and an account information management program stored on the memory and executable on the processor, the account information management program when executed by the processor implementing the steps of the account information management method according to any one of claims 1 to 8.
10. A computer-readable storage medium, characterized in that an account information management program is stored thereon, which when executed by a processor implements the steps of the account information management method according to any one of claims 1 to 8.
CN201711363311.4A 2017-12-18 2017-12-18 Account information management method, system and readable storage medium Active CN107993149B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201711363311.4A CN107993149B (en) 2017-12-18 2017-12-18 Account information management method, system and readable storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201711363311.4A CN107993149B (en) 2017-12-18 2017-12-18 Account information management method, system and readable storage medium

Publications (2)

Publication Number Publication Date
CN107993149A CN107993149A (en) 2018-05-04
CN107993149B true CN107993149B (en) 2022-02-01

Family

ID=62038963

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201711363311.4A Active CN107993149B (en) 2017-12-18 2017-12-18 Account information management method, system and readable storage medium

Country Status (1)

Country Link
CN (1) CN107993149B (en)

Families Citing this family (39)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108737536B (en) * 2018-05-14 2021-11-09 百度在线网络技术(北京)有限公司 Method, device, equipment and storage medium for realizing block chain system
CN108664650B (en) * 2018-05-17 2020-05-22 百度在线网络技术(北京)有限公司 Transaction processing method, device, equipment and storage medium of block chain network
CN108805708A (en) * 2018-05-22 2018-11-13 杭州电子科技大学 A kind of energy trade managing system based on light node block chain
AU2018425723A1 (en) * 2018-05-30 2020-09-24 Simplecredit Micro-Lending Co., Ltd. Blockchain-based information processing method and device, and blockchain network
CN108768672B (en) * 2018-05-31 2021-10-08 中国联合网络通信集团有限公司 Data processing method, device and storage medium
CN108881231A (en) * 2018-06-21 2018-11-23 郑州云海信息技术有限公司 The method, apparatus and storage medium of synchronous account information in a kind of group system
CN109242404B (en) * 2018-06-28 2023-04-18 平安科技(深圳)有限公司 Resume information management method, resume information management device, computer equipment and readable storage medium
CN109087092A (en) * 2018-06-30 2018-12-25 江苏恒宝智能系统技术有限公司 A kind of urban transportation charging system based on block chain
CN110490684B (en) * 2018-07-09 2022-04-01 恒宝股份有限公司 Railway ticket buying management system based on block chain
CN109003062A (en) * 2018-07-13 2018-12-14 江苏恒宝智能系统技术有限公司 A kind of Network Bank security method of commerce and system based on block chain
CN108985773A (en) * 2018-07-13 2018-12-11 江苏恒宝智能系统技术有限公司 A kind of payment accounts method for secure transactions and system based on block chain
CN108960797B (en) * 2018-07-18 2022-08-23 百度在线网络技术(北京)有限公司 Block generation and verification method, device, equipment and storage medium
CN108965991B (en) * 2018-07-27 2022-01-04 深圳Tcl新技术有限公司 Program ordering state verification method and system, terminal device and storage medium
CN109166042B (en) * 2018-09-03 2023-06-09 平安科技(深圳)有限公司 Node device, real-time reconciliation method based on blockchain, and storage medium
CN109272307A (en) * 2018-09-04 2019-01-25 深圳市百宝廊珠宝首饰有限公司 A kind of method and apparatus of payment on terms
CN110889760A (en) * 2018-09-11 2020-03-17 阿里巴巴集团控股有限公司 Service processing method, device and system
CN109359992A (en) * 2018-10-09 2019-02-19 北京彩球世纪科技有限公司 A kind of novel block chain subregion sliced fashion and device
CN110264217A (en) * 2018-10-11 2019-09-20 腾讯科技(深圳)有限公司 A kind of information processing method, equipment and storage medium
CN109816422B (en) * 2018-12-13 2022-11-18 深圳市先河系统技术有限公司 Compensation method of block chain node equipment, node equipment and device
CN109615051A (en) * 2018-12-25 2019-04-12 公安部第研究所 A kind of consignment article degree of danger hierarchy system and method based on waybill
CN109783372A (en) * 2018-12-26 2019-05-21 中链科技有限公司 Method for testing software, device, electronic equipment and storage medium based on block chain
CN110111102A (en) * 2019-03-29 2019-08-09 广东岭南通股份有限公司 A kind of virtual traffic card system and distribution method of commerce based on block chain technology
CN110135993B (en) * 2019-05-17 2021-07-30 深圳银链科技有限公司 Method, equipment and storage medium for adapting UTXO model to intelligent contract account model
CN112527890B (en) * 2019-09-19 2023-04-11 上海哔哩哔哩科技有限公司 Block chain data synchronization method and device and computer equipment
CN110675149B (en) * 2019-09-23 2024-03-05 腾讯科技(深圳)有限公司 Block chain-based data processing method, device, equipment and storage medium
CN110597918A (en) * 2019-09-23 2019-12-20 腾讯科技(深圳)有限公司 Account management method and device and computer readable storage medium
CN111127006A (en) * 2019-11-28 2020-05-08 中国建设银行股份有限公司 Transaction processing method and system based on block chain
CN111400291A (en) * 2020-02-25 2020-07-10 南京可信区块链与算法经济研究院有限公司 Generation method, system, equipment and medium of trusted asset data in alliance chain
CN111598693B (en) * 2020-04-30 2024-04-16 傲林科技有限公司 Block chain-based account management method, system and device
CN111724162A (en) * 2020-06-15 2020-09-29 上海分布信息科技有限公司 Management method and system for open block chain commission charge data
CN111861440A (en) * 2020-08-06 2020-10-30 中国银行股份有限公司 Bank transfer method and system based on block chain network
CN111967967B (en) * 2020-08-18 2023-08-18 中国银行股份有限公司 Cross-line payment business processing method and device based on block chain
CN112073413B (en) * 2020-09-08 2022-12-06 深圳市金蚁云数字科技有限公司 Online alliance chain management method and device, computer equipment and storage medium
CN112200568B (en) * 2020-10-09 2022-05-13 支付宝(杭州)信息技术有限公司 Block chain based account creation method and device and electronic equipment
CN113689293B (en) * 2021-08-09 2024-02-06 深圳前海微众银行股份有限公司 Method and device for determining intelligent contract file in alliance chain
CN113762940A (en) * 2021-09-06 2021-12-07 支付宝(杭州)信息技术有限公司 Asset management method and device based on block chain and electronic equipment
CN113762939A (en) * 2021-09-06 2021-12-07 支付宝(杭州)信息技术有限公司 Asset management method and device based on block chain and electronic equipment
CN113762941A (en) * 2021-09-06 2021-12-07 支付宝(杭州)信息技术有限公司 Asset management method and device based on block chain and electronic equipment
CN113935836B (en) * 2021-10-19 2024-03-22 平安科技(深圳)有限公司 Cross-border payment method, system, equipment and medium based on Fabric alliance chain

Family Cites Families (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106780033A (en) * 2016-12-16 2017-05-31 杭州云象网络技术有限公司 A kind of digital ticket transaction system construction method based on alliance's chain
CN107025602A (en) * 2017-02-24 2017-08-08 杭州象链网络技术有限公司 A kind of financial asset transaction system construction method based on alliance's chain
CN106982205B (en) * 2017-03-01 2020-05-19 中钞信用卡产业发展有限公司杭州区块链技术研究院 Block chain-based digital asset processing method and device
CN107194798B (en) * 2017-04-28 2021-07-20 广东网金控股股份有限公司 Bank clearing method based on block chain alliance chain
CN107240017B (en) * 2017-07-20 2021-08-03 捷德(中国)科技有限公司 Block chain transaction management system and method
CN107392584B (en) * 2017-07-24 2021-07-09 中国银行股份有限公司 Cross-border payment system and cross-border payment method based on block chain payment system
CN107369010A (en) * 2017-07-25 2017-11-21 光载无限(北京)科技有限公司 A kind of creation method of the stored value card based on block chain

Also Published As

Publication number Publication date
CN107993149A (en) 2018-05-04

Similar Documents

Publication Publication Date Title
CN107993149B (en) Account information management method, system and readable storage medium
CN110443704B (en) Method and device for sending resources in cross-link mode
CN110430162B (en) Method and device for sending authenticable message in cross-link mode
CN108197913B (en) Payment method, system and computer readable storage medium based on block chain
CN108171083B (en) Block chain trusted data management method, system and computer readable storage medium
CN112003703A (en) Method and device for sending authenticable message in cross-link mode
CN110839029B (en) Micro-service registration method and device
CN110430235B (en) Method, apparatus, storage medium and computing device for cross-chain transmission of authenticatable messages
CN111275555B (en) Block chain transaction processing method, transaction node and block chain system
CN111222109A (en) Operation method of block chain account, node equipment and storage medium
CN111698315B (en) Data processing method and device for block and computer equipment
CN110599275A (en) Data processing method and device based on block chain network and storage medium
CN110675159A (en) Financial market transaction advance risk control method and system and electronic equipment
CN110417742B (en) Method, device and storage medium for cross-link sending, transferring and receiving authenticable message
CN111866993A (en) Wireless local area network connection management method, device, software program and storage medium
EP3892034A1 (en) Proximity device network
CN112231415B (en) Data synchronization method and system of block chain network, electronic device and readable medium
CN110852711A (en) Signing method, signing device, storage medium and electronic equipment
CN117040930B (en) Resource processing method, device, product, equipment and medium of block chain network
CN114554251B (en) Multimedia data requesting method and device, storage medium and electronic device
CN116708463B (en) Information processing method, device, equipment and medium based on multi-block chain
CN116777631B (en) Transaction uplink method and device based on blockchain, equipment and medium
CN116760632B (en) Data processing method, device, equipment and readable storage medium
CN117061089B (en) Voting management method, device, equipment and storage medium
US20230351374A1 (en) System for accelerated distributed ledger and for digital wallet deployment

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