CN111553671A - Transaction method, electronic device and storage medium - Google Patents

Transaction method, electronic device and storage medium Download PDF

Info

Publication number
CN111553671A
CN111553671A CN202010361455.1A CN202010361455A CN111553671A CN 111553671 A CN111553671 A CN 111553671A CN 202010361455 A CN202010361455 A CN 202010361455A CN 111553671 A CN111553671 A CN 111553671A
Authority
CN
China
Prior art keywords
transaction
account
digital signature
virtual resource
transaction data
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN202010361455.1A
Other languages
Chinese (zh)
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.)
Tencent Technology Shenzhen Co Ltd
Original Assignee
Tencent Technology Shenzhen 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 Tencent Technology Shenzhen Co Ltd filed Critical Tencent Technology Shenzhen Co Ltd
Priority to CN202010361455.1A priority Critical patent/CN111553671A/en
Publication of CN111553671A publication Critical patent/CN111553671A/en
Pending legal-status Critical Current

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
    • G06Q20/00Payment architectures, schemes or protocols
    • G06Q20/02Payment architectures, schemes or protocols involving a neutral party, e.g. certification authority, notary or trusted third party [TTP]
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/24Querying
    • G06F16/245Query processing
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/27Replication, distribution or synchronisation of data between databases or within a distributed database system; Distributed database system architectures therefor

Abstract

The embodiment of the invention discloses a transaction method, electronic equipment and a storage medium. Wherein the transaction method comprises the following steps: acquiring request information of a first account, wherein the request information comprises service demand information and first transaction information; searching a target intelligent contract in an intelligent contract database in the first node equipment according to the service demand information, and calling the target intelligent contract; processing the transaction data according to the target intelligent contract to obtain a second digital signature and generating second transaction information, wherein the second transaction information comprises the first transaction information and the second digital signature; and sending the second transaction information to the second node equipment according to the target intelligent contract so that the second node equipment processes the transaction data according to the second transaction information. By adopting the embodiment of the invention, the second account which is logged on the first node equipment and has the transaction initiation qualification initiates the transaction instead of the first account which does not have the transaction initiation qualification, thereby solving the transaction problem of the first account.

Description

Transaction method, electronic device and storage medium
Technical Field
The present application relates to the field of communications technologies, and in particular, to a transaction method, an electronic device, and a storage medium.
Background
In a blockchain network, a user qualified for transaction initiation may initiate a transaction directly to a node device qualified for transaction execution, which then executes the transaction according to transaction data, and before executing the transaction, the node device qualified for transaction execution deducts a fee required to execute the transaction from a transaction-initiated user account. While a user who is not eligible for transaction initiation is unable to initiate a transaction to a node device that is eligible for transaction execution.
Currently, transaction issues for users with no eligibility for transaction initiation in blockchain networks are a concern for research.
Disclosure of Invention
The embodiment of the invention provides a transaction method, electronic equipment and a storage medium, which can solve the transaction problem of a first account without transaction initiation qualification.
In a first aspect, an embodiment of the present invention provides a transaction method, where the method is applied to a first node device, where the first node device is any node device in a blockchain network, and the method includes:
the method comprises the steps that a first node device obtains request information of a first account, wherein the request information comprises service demand information and first transaction information, the first account is an account requesting a second account to initiate a transaction, the second account is an account with a transaction initiation qualification, the first transaction information comprises a first digital signature and transaction data, and the first digital signature is obtained by processing the transaction data through the first account; searching a target intelligent contract in an intelligent contract database in the first node equipment according to the service demand information, and calling the target intelligent contract; processing the transaction data according to the target intelligent contract to obtain a second digital signature and generating second transaction information, wherein the second transaction information comprises the first transaction information and the second digital signature; and sending the second transaction information to second node equipment according to the target intelligent contract so that the second node equipment processes transaction data according to the second transaction information, wherein the second node equipment is node equipment with transaction execution qualification in the block chain network.
In the technical scheme, a first node device obtains request information of a first account, searches a target intelligent contract in an intelligent contract database in the first node device according to service demand information included in the request information, calls the target intelligent contract, attaches a second digital signature of a second account to transaction data in first transaction information included in the request information according to the target intelligent contract to generate second transaction information, and finally sends the second transaction information to a second node device according to the target intelligent contract. The method realizes the process that the second account initiates the transaction instead of the first account, and solves the problem of initiating the transaction of the first account.
In a second aspect, an embodiment of the present invention provides a transaction method, where the method is applied to a second node device, where the second node device is any node device in a blockchain network, and the method includes:
the method comprises the steps that second node equipment receives second transaction information and second virtual resources of a first account sent by the first node equipment, the first account is an account requesting the second account to initiate a transaction, the second account is an account with transaction initiation qualification, the second virtual resources are virtual resources required for executing the transaction, the second transaction information comprises first transaction information and a second digital signature, the first transaction information comprises a first digital signature and transaction data, the first digital signature is obtained by processing the transaction data through the first account, and the second digital signature is obtained by processing the transaction data through the second account; verifying the transaction data according to the first digital signature and the second digital signature respectively; and if the transaction data passes the verification, processing the transaction data according to the second transaction information and the second virtual resource.
In the technical scheme, the second node device receives second transaction information and second virtual resources of a first account from the first node device, and then processes transaction data after the transaction data in the second transaction information is verified, that is, the transaction is executed for the first account.
In a third aspect, an embodiment of the present invention provides an electronic device, where the electronic device includes a memory, a processor, and a communication interface, the memory stores a set of program codes, and the processor calls the program codes stored in the memory to execute the method related to the first node device in the first aspect.
In a fourth aspect, an embodiment of the present invention provides another electronic device, where the electronic device includes a memory, a processor, and a communication interface, the memory stores a set of program codes, and the processor calls the program codes stored in the memory to execute the method related to the second node device in the second aspect.
In a fifth aspect, an embodiment of the present invention provides a transaction apparatus, including:
the device comprises an acquisition device and a processing device, wherein the acquisition device is used for acquiring request information of a first account, the request information comprises service demand information and first transaction information, the first account is an account requesting a second account to initiate a transaction, the second account is an account with a transaction initiation qualification, the first transaction information comprises a first digital signature and transaction data, and the first digital signature is obtained by processing the transaction data by the first account;
the processing device is used for searching a target intelligent contract in an intelligent contract database in the first node equipment according to the service demand information and calling the target intelligent contract;
the processing device is also used for processing the transaction data according to the target intelligent contract to obtain a second digital signature and generating second transaction information, and the second transaction information comprises the first transaction information and the second digital signature;
and the sending device is used for sending the second transaction information to the second node equipment according to the target intelligent contract so that the second node equipment processes the transaction data according to the second transaction information, and the second node equipment is node equipment with a transaction execution qualification in the block chain network.
In a sixth aspect, an embodiment of the present invention provides another transaction apparatus, including:
the receiving device is used for receiving second transaction information and second virtual resources of a first account sent by a first node device, wherein the first account is an account requesting the second account to initiate a transaction, the second account is an account with a transaction initiation qualification, the second virtual resources are virtual resources required for executing the transaction, the second transaction information comprises first transaction information and a second digital signature, the first transaction information comprises a first digital signature and transaction data, the first digital signature is obtained by processing the transaction data through the first account, and the second digital signature is obtained by processing the transaction data through the second account;
the processing device is used for verifying the transaction data according to the first digital signature and the second digital signature respectively;
and the processing device is also used for processing the transaction data according to the second transaction information and the second virtual resource if the transaction data passes the verification.
In a seventh aspect, an embodiment of the present invention provides a computer-readable storage medium for storing computer program instructions for a first node device, where the computer program instructions include a program for executing the first aspect.
In an eighth aspect, the present invention provides another computer-readable storage medium for storing computer program instructions for a second node device, which includes a program for executing the second aspect.
By implementing the embodiment of the invention, the first node equipment acquires the request information of the first account, searches the target intelligent contract in the intelligent contract database in the first node equipment according to the service demand information included in the request information, calls the target intelligent contract, processes the transaction data in the first transaction information included in the request information according to the target intelligent contract to obtain the second digital signature, generates the second transaction information, and finally sends the second transaction information to the second node equipment, namely, after the second account logged on the first node equipment acquires the request information of the first account, determines the target intelligent contract in the intelligent contract data of the first node equipment, and initiates a transaction to the second node equipment by calling the target intelligent contract to enable the second node equipment to execute the transaction for the first account. The method solves the transaction problem for a first account that does not qualify for transaction initiation.
Drawings
In order to more clearly illustrate the technical solutions in the embodiments or the background art of the present invention, the drawings required to be used in the embodiments or the background art of the present invention will be described below.
Fig. 1 is a block chain network architecture according to an embodiment of the present invention;
FIG. 2 is a flow chart illustrating a transaction method according to an embodiment of the invention;
FIG. 3 is a flow chart illustrating another transaction method according to an embodiment of the invention;
FIG. 4 is a flow chart illustrating another transaction method according to an embodiment of the present invention;
FIG. 5 is a flow chart illustrating another transaction method according to an embodiment of the present invention;
fig. 6 is a schematic structural diagram of an electronic device according to an embodiment of the present invention;
fig. 7 is a schematic structural diagram of another electronic device according to an embodiment of the present invention;
fig. 8 is a schematic structural diagram of a transaction apparatus according to an embodiment of the present disclosure;
fig. 9 is a schematic structural diagram of another transaction apparatus according to an embodiment of the present disclosure.
Detailed Description
In order to more clearly illustrate the embodiments of the present application or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, it is obvious that the drawings in the following description are only some embodiments of the present application, and for those skilled in the art, other drawings can be obtained according to the drawings without creative efforts.
In a blockchain network, only a large user who owns a bit currency can initiate a transaction to a node device with a transaction execution qualification, while a small user who does not own the bit currency does not have the transaction initiation qualification, and aiming at the transaction problem of the small user who does not own the bit currency, the embodiment of the application provides a transaction method, an electronic device and a storage medium. In the method, a first node device obtains request information of a first account, wherein the request information comprises service demand information and first transaction information, the first account is an account requesting a second account to initiate a transaction, the second account is an account with a transaction initiation qualification, the first transaction information comprises a first digital signature and transaction data, and the first digital signature is obtained by processing the transaction data through the first account; then, the first node equipment searches a target intelligent contract in an intelligent contract database in the first node equipment according to the service demand information and calls the target intelligent contract; the first node equipment processes the transaction data according to the target intelligent contract to obtain a second digital signature and generates second transaction information, wherein the second transaction information comprises the first transaction information and the second digital signature; and finally, the first node equipment sends the second transaction information to the second node equipment according to the target intelligent contract, so that the second node equipment processes the transaction data according to the second transaction information. According to the method, after receiving request information of a first account, a first node device determines a target intelligent contract in an intelligent contract database, and a second account logged on the first node device initiates a transaction instead of the first account by calling the target intelligent contract, so that the problem of transaction initiation of the first account without transaction initiation qualification is solved.
Referring to fig. 1, fig. 1 is a block chain network architecture according to an embodiment of the present invention. As shown in fig. 1, the blockchain network includes a first node device 101, a second node device 102, a third node device 103, and a fourth node device 104, and the number of the first node device 101, the second node device 102, the third node device 103, and the fourth node device 104 included in the blockchain network shown in fig. 1 is one, and optionally, the number of the first node device 101, the second node device 102, the third node device 103, and the fourth node device 104 included in the blockchain network may be two, three, four, and so on, which is not limited herein. First node device 101 may obtain first transaction information of the first account, second node device 102 may receive second transaction information and a second virtual resource sent by first node device 101, third node device 103 may send a digital resource of the first account to fourth node device 104, and the fourth node device may send the second virtual resource of the first account to first node device 101. The blockchain network shown in fig. 1 is composed of four node devices for example only, and does not constitute a limitation to the embodiments of the present application.
The blockchain is a novel application mode of computer technologies such as distributed data storage, point-to-point transmission, a consensus mechanism and an encryption algorithm. A block chain (Blockchain), which is essentially a decentralized database, is a series of data blocks associated by using a cryptographic method, and each data block contains information of a batch of network transactions, so as to verify the validity (anti-counterfeiting) of the information and generate a next block. The blockchain may include a blockchain underlying platform, a platform product services layer, and an application services layer.
Intelligent contracts are stored on each node device on the block chain, and each intelligent contract is deployed according to different service requirements. In the scheme, the first node device can search a target intelligent contract in the intelligent contract database, and process transaction data according to the target intelligent contract to obtain the second digital signature. Smart contracts are, among other things, computer protocols intended to propagate, verify or execute contracts in an informational manner, allowing for trusted transactions to be conducted without third parties, which transactions are traceable and irreversible. An intelligent contract is a set of commitments defined in digital form, including the protocol on which the contract participants can execute the commitments, and is a piece of code written on a blockchain.
The first account is an account that does not have the transaction initiation qualification, the second account is an account that has the transaction initiation qualification, the first node device is a node device that does not have the transaction execution qualification in the blockchain network, the second node device is a node device that has the transaction execution qualification in the blockchain network, the first account and the second account can log in on the same node device, and the first account and the second account also do not log in on the same node device, for example, the first account and the second account both log in on the first node device, or the first account logs in on the first node device, the second account logs in on the second node device, or the first account logs in on the first node device, the second account logs in on the third node device, and so on, which is not limited herein. In this embodiment of the present application, the second account is logged in on the first node device, the first account is logged in on the third node device, the first node device, the third node device, and the fourth node device are node devices that do not have the transaction execution qualification, the fourth node device is a node device that owns the virtual resource, and the fourth node device can purchase and sell the virtual resource.
Based on the above description, the present application embodiment proposes a transaction method as shown in fig. 2, which may include the following steps S201 to S203:
s201: the first node equipment acquires request information of a first account, wherein the request information comprises service demand information and first transaction information.
The first account is an account requesting the second account to initiate a transaction, the first node device is a node device logged in by the second account, the request information comprises service demand information and first transaction information, the first transaction information comprises a first digital signature and transaction data, and the first digital signature is obtained by processing the transaction data by the first account.
The first account is an account without transaction initiation qualification, therefore, when the first account needs to initiate a transaction, transaction data is processed to obtain a first data signature, first transaction information is generated, then the request information is sent to the first node device, and a second account with transaction initiation qualification logged on the first node device is delegated to initiate a transaction instead of the first account. The first transaction information includes a digital signature of the first account, so that the second account logged on the first node device can decrypt the digital signature subsequently, determine the first account entrusted to initiate the transaction, and then initiate the transaction for the first account according to the transaction data.
S202: and the first node equipment searches a target intelligent contract in an intelligent contract database in the first node equipment according to the service requirement information and calls the target intelligent contract.
And deploying the intelligent contracts in the first node equipment, wherein the intelligent contracts form an intelligent contract database. The first node device searches a target intelligent contract corresponding to the service requirement in an intelligent contract database of the first node device, the service requirement is a requirement for requesting to initiate a transaction, the intelligent contract used for executing the transaction initiating service in the intelligent contract database is determined as the target intelligent contract, and then the target intelligent contract is called.
S203: and the first node equipment processes the transaction data according to the target intelligent contract to obtain a second digital signature and generates second transaction information.
The second transaction information comprises first transaction information and a second digital signature, and the processing of the transaction data by the first node device according to the target intelligent contract comprises: and the first node equipment performs hash operation on the transaction data by using a hash algorithm according to the target intelligent contract to obtain a hash value, wherein the hash value is the second digital signature, and the hash algorithm can include but is not limited to a SHA512 algorithm, a SHA224 algorithm, a SHA384 algorithm and the like.
The first node equipment processes the transaction data according to the target intelligent contract to obtain a second digital signature, and generates second transaction information for initiating the transaction for the first account, namely the second digital signature of the second account is attached to the first transaction information of the first account, so that the second node equipment can verify the second account according to the second digital signature after receiving the second transaction information subsequently, judge whether the second account is an account with the transaction initiation qualification or not, further ensure that the second node equipment smoothly executes the transaction for the first account, namely process the transaction data.
Meanwhile, in the blockchain network, there are many second accounts with transaction initiation qualification logged on the node device without transaction execution qualification, and the second accounts are logged on the first node device, so that the first node device processes the transaction data according to the intelligent contract, and the manner of obtaining the second digital signature can indicate that the second account logged on the first node device initiates a transaction for the first account, and the second node device can subsequently find the second account logged on the first node device through the second digital signature, i.e. determine which second account initiated the transaction for the first account. For example, in the blockchain network, the second account registered on the node device has: the second account A logged on the first node device, the second account B logged on the third node device and the second account C logged on the fourth node device, the first account entrusts the second account A to initiate a transaction for the first account A, therefore, the first node device signs the transaction data in the received first transaction information to obtain a second digital signature A, and the subsequent second node device with transaction execution qualification can know that the second account A initiates a transaction for the first account in the second account A, the second account B and the second account C by processing the second digital signature A.
S204: and the first node equipment sends the second transaction information to the second node equipment according to the target intelligent contract.
The second node device is a node device with transaction execution qualification in the block chain network, and the first node device sends the second transaction information to the second node device according to the target intelligent contract, namely, the second account logged on the first node device initiates a transaction to the second node device for the first account. The first node equipment sends the second transaction information to the second node equipment according to the target intelligent contract, and the second node equipment can execute transaction for the first account after receiving the second transaction information, so that transaction initiation and transaction execution of the first account are completed, and the transaction problem of the first account without transaction initiation qualification is realized.
In the embodiment of the application, the first node device obtains request information of a first account, determines a target intelligent contract according to service demand information included in the request information, calls the target intelligent contract, processes transaction data in the first transaction information according to the target intelligent contract to obtain a first digital signature, generates second transaction information, and finally sends the second transaction information to the second node device according to the target intelligent contract, namely, the first node device initiates a transaction to the second node device instead of the first account according to the target intelligent contract. According to the method, the second account with the transaction initiation qualification and logged on the first node equipment initiates a transaction for the first account without the transaction initiation qualification in a mode of calling the target intelligent contract, so that the first account has the possibility of being executed by the second node equipment, and the transaction problem of the first account without the transaction initiation qualification is solved.
Referring to fig. 3, fig. 3 is another transaction method proposed in the embodiment of the present application, which may include, but is not limited to: S301-S304.
S301: the first node equipment acquires request information of a first account, wherein the request information comprises service demand information and first transaction information.
S302: and the first node equipment searches a target intelligent contract in an intelligent contract database in the first node equipment according to the service requirement information and calls the target intelligent contract.
Steps S301 to S302 in the embodiment of the present application may specifically refer to the execution processes of steps S201 to S202 in the above embodiments, and the embodiment of the present invention is not described again.
S303: the first node equipment acquires the first virtual resource and the second virtual resource of the first account according to the target intelligent contract.
In one implementation manner, a first account delegates a plurality of second accounts to initiate a transaction for the account, and each second account is logged on a first node device, the first node device obtains a plurality of request information, a plurality of first virtual resources, and a plurality of second virtual resources according to a target intelligent contract, each request information includes one first transaction information, each first virtual resource, and each second virtual resource correspond to one second account, that is, each second account delegated by the first account receives one first virtual resource and one second virtual resource corresponding to one request information.
The first virtual resource is used for the second account to initiate transaction for the first account, and the second virtual resource is used for the second node device to process transaction data according to the second transaction information, namely the first virtual resource is an intermediate fee required by the second account to initiate transaction for the first account, and the second virtual resource is a fee required by the second node device to execute transaction for the second account. The first virtual resource and the second virtual resource are represented by Token, and Token is electronic currency which can be used for transaction in the block chain network.
After acquiring a first virtual resource for initiating a transaction for a first account and a second virtual resource for executing the transaction for the first account by a second node device, the second account initiates the transaction to the second node device for the first account, and the second node device receives the second virtual resource from the first node device and processes transaction data, so that the first node device needs to acquire the first virtual resource and the second virtual resource of the first account.
The first account is an account without transaction initiation qualification, so that no virtual resource exists in the first account, the first account needs to use own digital resource to purchase the virtual resource at a node device capable of selling the virtual resource, if the first account logs on a third node device, the node device capable of selling the virtual resource is a fourth node device, when the first account needs to purchase the virtual resource, the third node device sends the digital resource of the first account to the fourth node device, after the fourth node device receives the digital resource from the third node device, the target virtual resource of the node device is attributed to the possession of the first account, the value of the target virtual resource is equal to the value of the digital resource, and the target virtual resource comprises the first virtual resource and the second virtual resource. Therefore, the fourth node device includes the first virtual resource and the second virtual resource of the first account, and the first node device acquires the first virtual resource and the second virtual resource of the first account from the fourth node device.
S304: the first node device verifies the transaction data according to the target smart contract and the first digital signature.
The first node equipment calls the target intelligent contract, and the target intelligent contract executes the process of verifying the transaction data according to the first digital signature, so that the reliability of the transaction data can be improved. The verification of the transaction data by the first node device in accordance with the target smart contract and the first digital signature comprises: the method comprises the steps that a first node device conducts Hash operation on a first digital signature by using a Hash algorithm according to a target intelligent contract to obtain a first target Hash value, the first node device informs the first node device of a first account in advance according to the Hash algorithm used by the target intelligent contract, then the first account is determined according to the one-to-one correspondence between the Hash value stored by the node device and the account, if the first account is determined in the one-to-one correspondence between the Hash value stored by the node device and the account, the first account is a sender of transaction data, and the first node device passes verification on the transaction data according to the target intelligent contract.
S305: and if the transaction data passes the verification, triggering the first node equipment to process the transaction data according to the target intelligent contract to obtain a second digital signature and generating second transaction information.
If the transaction data passes the verification, the first node device is triggered to process the transaction data according to the target intelligent contract to obtain the second digital signature, and the specific steps of the first node device processing the transaction data according to the target intelligent contract to obtain the second digital signature and generating the second transaction information may refer to the execution process of S203 in the embodiment of the present application, which is not described herein again.
S306: and the second node equipment sends the second transaction information and the second virtual resource to the second node equipment according to the target intelligent contract.
The second transaction information comprises first transaction information of the first account, the second node equipment sends the second transaction information to the second node equipment according to the target intelligent contract to initiate a transaction for the first account, meanwhile, the second node equipment sends the second virtual resource to the second node equipment according to the target intelligent contract to pay a transaction fee for the first account for the transaction executed by the second node equipment, so that the second node equipment can process transaction data in the subsequent process according to the second transaction information, namely, the second node equipment can execute the transaction for the first account. The method realizes the process that the second account initiates the transaction for the first account.
In the embodiment of the application, the first node device acquires the request information of the first account, calls the target intelligent contract after determining the target intelligent contract in the intelligent contract database according to the service demand information in the request information, then the first virtual resource and the second virtual resource are obtained according to the target intelligent contract, the first virtual resource is used as a second account to initiate the transaction fee of the transaction for the first account, the first virtual resource is classified as the second account, the first node equipment generates the second transaction information under the condition that the transaction data is verified, and sending the second transaction information and the second virtual resource to the second node device according to the target intelligent contract to realize the requirement of initiating the transaction by the first account, the second account initiates the transaction to the second node device instead of the first account, such that a first account not eligible for transaction initiation initiates a transaction with a second account eligible for transaction initiation.
Referring to fig. 4, fig. 4 is another transaction method proposed in the embodiment of the present application, which may include, but is not limited to: S401-S403.
S401: and the second node equipment receives the second transaction information of the first account and the second virtual resource sent by the first node equipment.
The second node device is a node device with a transaction execution qualification in the blockchain network, the first node device logs in a first account, the first account is an account requesting a second account to initiate a transaction, the second account is an account with the transaction initiation qualification, the second virtual resource is a virtual resource required for executing the transaction, the second transaction information comprises first transaction information and a second digital signature, the first transaction information comprises the first digital signature and transaction data, the first digital signature is obtained by processing the transaction data through the first account, and the second digital signature is obtained by processing the transaction data through the second account.
The first node device sends second transaction information that the first account wants to transact and second virtual resources needed for executing the transaction to the second node device, which indicates that the second account logged on the first node device initiates the transaction for the first account, and the second node device can execute the transaction for the first account according to the second transaction information and the second virtual resources.
S402: and the second node equipment verifies the transaction data according to the first digital signature and the second digital signature respectively.
And after receiving the second virtual resource, the second node device stores the second virtual resource into an account of the node device as a virtual resource required by the node device to execute the transaction, and then the second node device can execute the transaction for the first account according to the second transaction information, but in order to improve the reliability of the transaction data, the second node device verifies the transaction data according to the first digital signature and the second digital signature respectively.
S403: and if the transaction data passes the verification, the second node equipment processes the transaction data according to the second transaction information and the second virtual resource.
If the transaction data passes the verification, the transaction data is the transaction data of the first account, and the transaction data is sent by the first node device, and the authenticity of the transaction data and the identity of a sender of the transaction data have no problem, so that the second node device can process the transaction data according to the second transaction information and the second virtual resource. Under the condition that the transaction data passes the verification, the second node equipment processes the transaction data according to the second transaction information and the second virtual resource, and the reliability of transaction execution can be guaranteed.
In the embodiment of the application, the second node device receives the second transaction information and the second virtual resource of the first account sent by the first node device, and after the transaction data in the second transaction information is verified, the transaction data is processed according to the second transaction information and the second virtual resource, that is, the second node device executes a transaction for the first account, so that the problem of the transaction of the first account which does not have the transaction initiation qualification and the transaction execution qualification is solved.
Fig. 5 is another data transaction method proposed in the embodiment of the present application, which may include, but is not limited to: S501-S505.
S501: and the second node equipment receives the second transaction information of the first account and the second virtual resource sent by the first node equipment.
Step S501 in this embodiment may specifically refer to the execution process of step S401 in the above embodiment, and is not described again in this embodiment.
S502: and the second node equipment determines the relation between the resource quantity of the second virtual resource and the resource quantity of the target virtual resource.
The target virtual resource is a virtual resource required by the second node device for processing the transaction data according to the transaction information. The second node device processes the transaction data according to the second transaction information only when determining that the resource amount of the second virtual resource is the same as the resource amount of the target resource, so that the second node device determines the size relationship between the resource amount of the second virtual resource and the resource amount of the target virtual resource before processing the transaction data.
S503: and if the resource amount of the second virtual resource is greater than or equal to the resource amount of the target virtual resource, the second node equipment triggers to verify the transaction data according to the first digital signature and the second digital signature respectively.
And if the resource amount of the second virtual resource is larger than or equal to the resource amount of the target virtual resource, the second virtual resource sent by the first node equipment to the second node equipment is enough for the second node equipment to execute transaction for the first account, the second node equipment triggers to verify the transaction data according to the first digital signature and the second digital signature respectively.
In one implementation manner, if the resource amount of the second virtual resource is greater than the resource amount of the target virtual resource, the second node device sends a third virtual resource to the first node device, where the third virtual resource is a virtual resource corresponding to a difference between the resource amount of the second virtual resource and the resource amount of the target virtual resource, that is, the second node device returns, to the first node device, a surplus virtual resource excluding the target virtual resource required for executing the transaction in the second virtual resource, and the second node device only receives, in the second virtual resource, the target virtual resource required for executing the transaction in the first account.
In an implementation manner, the second virtual resources are from multiple second accounts, that is, the first account delegates multiple second accounts to initiate a transaction instead of the first account, and the first node device acquires the multiple second virtual resources. After receiving the plurality of second virtual resources, the first node device determines whether the sum of the resource amount of each second virtual resource is equal to the resource amount of the target virtual resource. And if the sum of the resource amount of each second virtual resource is equal to the resource amount of the target virtual resource, which indicates that the second virtual resource received by the second node equipment is enough for the second node equipment to execute transaction for the first account, the second node equipment triggers to verify the transaction data according to the first digital signature and the second digital signature respectively.
S504: and if the resource quantity of the second virtual resource is smaller than that of the target virtual resource, the second node equipment sends the indication information to the first node equipment.
The indication information is used for indicating that the second virtual resource is not enough for the second node device to process the transaction data according to the transaction information. If the resource amount of the second virtual resource is smaller than the resource amount of the target virtual resource, it is indicated that the second virtual resource sent by the first node device is not enough to enable the second node device to execute the transaction for the first account, so that the second node device generates indication information and sends the indication information to the first node device to prompt that the second virtual resource sent by the node device by the first node device does not meet the condition of executing the transaction and needs to send a new virtual resource to the second node device.
S505: and the second node equipment verifies the transaction data according to the first digital signature and the second digital signature respectively.
Specifically, the second node device performs hash operation on the first digital signature to determine whether the first account is an account requesting to initiate a transaction; the second node device hashes the second digital signature to determine whether the second account is an account eligible for transaction initiation.
The second node device carries out hash operation on the first digital signature to obtain a first target hash value, the first target hash value is compared with the one-to-one correspondence relationship between the hash value stored by the node device and the account to determine a first account corresponding to the first target hash value, and whether the determined first account is an account without transaction initiation qualification is verified, namely whether the first account is an account requesting to initiate a transaction is verified. And the second node equipment performs hash operation on the second digital signature to obtain a second target hash value, compares the second target hash value with the one-to-one correspondence between the hash value and the account stored in the node equipment to determine a second account corresponding to the second target hash value, and then verifies whether the determined second account is an account with the transaction initiation qualification. And if the first account is the account requesting to initiate the transaction and the second account is the account with the transaction initiating qualification, the second node equipment checks the transaction data to be passed.
S506: and if the transaction data passes the verification, the second node equipment processes the transaction data according to the second transaction information and the second virtual resource.
Step S506 in the embodiment of the present application may specifically refer to the execution process of step S403 in the above embodiment, and the embodiment of the present invention is not described again.
In the embodiment of the application, after receiving the second virtual resource of the first account, the second node device compares the resource amount of the second virtual resource with the resource amount of the target virtual resource, and only when the resource amount of the second virtual resource is greater than or equal to the resource amount of the target virtual resource, the transaction data is verified according to the first digital signature and the second digital signature. In the method, the second node device processes the transaction data of the first account according to the transaction initiated by the first node device, namely, the transaction is executed on the first account, and the problem of the transaction of the first account without transaction initiation qualification and transaction execution qualification is solved.
Referring to fig. 6, fig. 6 is a schematic structural diagram of an electronic device according to an embodiment of the present invention, where the electronic device may be applied to a first node device, the electronic device 60 includes a processor 601, a memory 602, and a communication interface 603, and the processor 601, the memory 602, and the communication interface 603 are connected through one or more communication buses.
The processor 601 is configured to support the first node device to perform the corresponding functions of the first node device in the embodiments shown in fig. 2-5. The processor 601 may be a Central Processing Unit (CPU), a Network Processor (NP), a hardware chip, or any combination thereof.
The memory 602 is used for storing program codes and the like. The memory 602 may include volatile memory (volatile), such as Random Access Memory (RAM); the memory 602 may also include a non-volatile memory (non-volatile memory), such as a read-only memory (ROM), a flash memory (flash memory), a Hard Disk Drive (HDD) or a solid-state drive (SSD); the memory 602 may also comprise a combination of memories of the kind described above.
The communication interface 603 is used for receiving and sending data, for example, the communication interface 603 is used for obtaining first transaction information of a first account, or the communication interface 603 is used for sending second transaction information to a second node device.
In the embodiment of the present invention, the electronic device 60 includes a plurality of communication interfaces, wherein the communication interface for transmitting data and the communication interface for receiving data may not be the same communication interface.
The processor 601 may call the program code stored in the memory 602 to perform the following operations:
the processor 601 obtains request information of a first account, wherein the request information includes service demand information and first transaction information, the first account is an account requesting a second account to initiate a transaction, the second account is an account with a transaction initiation qualification, the first transaction information includes a first digital signature and transaction data, and the first digital signature is obtained by processing the transaction data by the first account;
the processor 601 searches a target intelligent contract in an intelligent contract database in the first node device according to the service demand information, and calls the target intelligent contract;
the processor 601 processes the transaction data according to the target intelligent contract to obtain a second digital signature and generates second transaction information, wherein the second transaction information comprises the first transaction information and the second digital signature;
the processor 601 sends the second transaction information to the second node device according to the target intelligent contract, so that the second node device processes the transaction data according to the second transaction information, and the second node device is a node device having a transaction execution qualification in the blockchain network.
In one implementation, before the processor 601 processes the transaction data according to the target smart contract to obtain the second digital signature, the following operations may be further performed: the processor 601 acquires a first virtual resource and a second virtual resource of a first account according to a target intelligent contract, wherein the first virtual resource is used for a second account to initiate transaction for the first account, and the second virtual resource is used for a second node device to process transaction data according to second transaction information; the processor 601 sends the second virtual resource to the second node device according to the target intelligent contract, so that the second node device processes the transaction data according to the second transaction information.
In one implementation, before the second digital signature obtained by processing the transaction data according to the target smart contract, the processor 601 may further perform the following operations: the processor 601 verifies the transaction data according to the target smart contract and the first digital signature; if the transaction data passes the verification, the processor 601 triggers the processing of the transaction data according to the target intelligent contract to obtain a second digital signature.
Referring to fig. 7, fig. 7 is a schematic structural diagram of another electronic device according to an embodiment of the present invention, where the electronic device may be applied to a second node device, the electronic device 70 includes a processor 701, a memory 702, and a communication interface 703, and the processor 701, the memory 02, and the communication interface 703 are connected by one or more communication buses.
The processor 701 is configured to support the second node device to perform the corresponding functions of the second node device in the embodiments shown in fig. 2 to 5. The processor 701 may be a Central Processing Unit (CPU), a Network Processor (NP), a hardware chip, or any combination thereof.
The memory 702 is used to store program codes and the like. The memory 702 may include volatile memory (volatile), such as Random Access Memory (RAM); the memory 702 may also include a non-volatile memory (non-volatile memory), such as a read-only memory (ROM), a flash memory (flash memory), a Hard Disk Drive (HDD) or a solid-state drive (SSD); the memory 702 may also comprise a combination of the above types of memory.
The communication interface 703 is used for receiving and sending data, for example, the communication interface 703 is used for receiving the second transaction information of the first account and the second virtual resource sent by the first node device.
In the embodiment of the present invention, the electronic device 70 includes a plurality of communication interfaces, wherein the communication interface for transmitting data and the communication interface for receiving data may not be the same communication interface.
The processor 701 may call the program code stored in the memory 702 to perform the following operations:
the processor 701 receives second transaction information and second virtual resources of a first account sent by a first node device, where the first account is an account requesting a second account to initiate a transaction, the second account is an account having a transaction initiation qualification, the second virtual resources are virtual resources required for executing a transaction, the second transaction information includes first transaction information and a second digital signature, the first transaction information includes a first digital signature and transaction data, the first digital signature is obtained by processing the transaction data by the first account, and the second digital signature is obtained by processing the transaction data by the second account;
the processor 701 verifies the transaction data according to the first digital signature and the second digital signature respectively;
and if the transaction data passes the verification, the processor 701 processes the transaction data according to the second transaction information and the second virtual resource.
In one implementation, before the processor 701 verifies the transaction data according to the first digital signature and the second digital signature, the following operations may be further performed: the processor 701 determines the relationship between the resource amount of the second virtual resource and the resource amount of the target virtual resource, where the target virtual resource is a virtual resource required by the second node device to process the transaction data according to the transaction information; if the resource amount of the second virtual resource is smaller than that of the target virtual resource, the processor 701 sends indication information to the first node device, where the indication information is used to indicate that the second virtual resource is not enough for the second node device to process the transaction data according to the transaction information; if the resource amount of the second virtual resource is greater than or equal to the resource amount of the target virtual resource, the processor 701 triggers to verify the transaction data according to the first digital signature and the second digital signature, respectively.
In one implementation, the second virtual resource is from a plurality of second accounts, and the following operations may be further performed before the processor 701 verifies the transaction data according to the first digital signature and the second digital signature, respectively: the processor 701 determines whether the sum of the resource amounts of the respective second virtual resources is equal to the resource amount of the target virtual resource; if the sum of the resource amount of each second virtual resource is equal to the resource amount of the target virtual resource, the processor 701 triggers to verify the transaction data according to the first digital signature and the second digital signature, respectively.
In one implementation, the specific operation of the processor 701 to verify the transaction data according to the first digital signature and the second digital signature respectively is as follows: the processor 701 performs a hash operation on the first digital signature to determine whether the first account is an account requesting to initiate a transaction; the processor 701 performs a hash operation on the second digital signature to determine whether the second account is an account qualified for transaction initiation; if it is determined that the first account is an account requesting to initiate a transaction and the second account is qualified for initiating the transaction, the processor 701 triggers processing of transaction data according to the second transaction information and the second virtual resource.
Referring to fig. 8, fig. 8 is a schematic structural diagram of a transaction apparatus according to an embodiment of the present invention, where the transaction apparatus may operate in a first node device, and the transaction apparatus 80 may include:
the acquiring device 801 is configured to acquire request information of a first account, where the request information includes service requirement information and first transaction information, the first account is an account requesting a second account to initiate a transaction, the second account is an account with a transaction initiation qualification, the first transaction information includes a first digital signature and transaction data, and the first digital signature is obtained by processing the transaction data by the first account;
a processing device 802, configured to search a target intelligent contract in an intelligent contract database in the first node device according to the service demand information, and invoke the target intelligent contract;
the processing device 802 is configured to process the transaction data according to the target intelligent contract to obtain a second digital signature, and generate second transaction information, where the second transaction information includes the first transaction information and the second digital signature;
a sending device 803, configured to send the second transaction information to the second node device according to the target intelligent contract, so that the second node device processes the transaction data according to the second transaction information, where the second node device is a node device in the blockchain network that has a transaction execution qualification.
In an implementation manner, the obtaining device 801 is further configured to obtain, according to a target intelligent contract, a first virtual resource and a second virtual resource of a first account, where the first virtual resource is used by a second account to initiate a transaction for the first account, and the second virtual resource is used by a second node device to process transaction data according to second transaction information; the sending device 803 is further configured to send the second virtual resource to the second node device according to the target intelligent contract, so that the second node device processes the transaction data according to the second transaction information.
In one implementation, the processing device 802 is further configured to verify the transaction data according to the target smart contract and the first digital signature; the processing device 802 is further configured to trigger processing of the transaction data according to the target intelligent contract to obtain a second digital signature if the transaction data passes verification.
Referring to fig. 9, fig. 9 is a schematic structural diagram of another transaction apparatus according to an embodiment of the present invention, where the transaction apparatus may be disposed in a second node device, and the transaction apparatus 90 may include:
a receiving device 901, configured to receive second transaction information and second virtual resources of a first account sent by a first node device, where the first account is an account requesting the second account to initiate a transaction, the second account is an account with a transaction initiation qualification, the second virtual resources are virtual resources required for executing the transaction, the second transaction information includes first transaction information and a second digital signature, the first transaction information includes a first digital signature and transaction data, the first digital signature is obtained by processing the transaction data by the first account, and the second digital signature is obtained by processing the transaction data by the second account;
processing means 902 for verifying the transaction data according to the first digital signature and the second digital signature, respectively;
the processing device 902 is further configured to process the transaction data according to the second transaction information and the second virtual resource if the transaction data passes the verification.
In one implementation, the processing device 902 is further configured to determine a relationship between a resource amount of a second virtual resource and a resource amount of a target virtual resource, where the target virtual resource is a virtual resource required by the second node device to process the transaction data according to the transaction information; the processing device 902 is further configured to send, if the resource amount of the second virtual resource is smaller than the resource amount of the target virtual resource, indication information to the first node device, where the indication information is used to indicate that the second virtual resource is insufficient for the second node device to process the transaction data according to the transaction information; the processing device 902 is further configured to trigger verification of the transaction data according to the first digital signature and the second digital signature, respectively, if the resource amount of the second virtual resource is greater than or equal to the resource amount of the target virtual resource.
In one implementation, the processing device 902 is further configured to determine whether a sum of resource amounts of the second virtual resources is equal to a resource amount of the target virtual resource; the processing device 902 is further configured to trigger verification of the transaction data according to the first digital signature and the second digital signature, respectively, if the sum of the resource amount of each second virtual resource is equal to the resource amount of the target virtual resource.
In one implementation, the processing device 902 is further configured to perform a hash operation on the first digital signature to determine whether the first account is an account requesting to initiate a transaction; processing means 902 further configured to perform a hash operation on the second digital signature to determine whether the second account is an account eligible for transaction initiation; the processing device 902 is further configured to trigger processing of the transaction data according to the second transaction information and the second virtual resource if it is determined that the first account is an account requesting initiation of a transaction and the second account is eligible for transaction initiation.
The specific implementation of each unit included in the information pushing apparatus provided in the embodiment of the present invention may refer to the description of related content in the foregoing embodiments, which is not repeated herein, and each module in the information pushing apparatus shown in fig. 8 and fig. 9 may be respectively or completely merged into one or several other modules to form, or some module(s) therein may be further split into multiple modules with smaller functions to form, which may implement the same operation without affecting the implementation of the technical effect of the embodiment of the present application. The modules are divided based on logic functions, and in practical application, the functions of one module can be realized by a plurality of modules, or the functions of a plurality of modules can be realized by one module. In other embodiments of the present application, other modules may also be included, and in practical applications, these functions may also be implemented by being assisted by other modules, and may be implemented by cooperation of a plurality of modules, which is not limited in this application.
Embodiments of the present invention further provide a computer-readable storage medium, which can be used to store computer software instructions for the first node device in the embodiments shown in fig. 2 to fig. 5, and which contain programs designed for the first node device in the embodiments described above.
Another computer-readable storage medium may be used to store computer software instructions for the second node device in the embodiments shown in fig. 2 to 5, where the computer software instructions include instructions for executing the program designed for the second node device in the foregoing embodiments.
The computer readable storage medium includes, but is not limited to, flash memory, hard disk, solid state disk.
The above description is only for the specific embodiments of the present invention, but the scope of the present invention is not limited thereto, and any person skilled in the art can easily conceive of the changes or substitutions within the technical scope of the present invention, and all the changes or substitutions should be covered within the scope of the present invention. Therefore, the protection scope of the present invention shall be subject to the protection scope of the appended claims.

Claims (10)

1. A transaction method is applied to a first node device, wherein the first node device is any node device in a block chain network, and the method comprises the following steps:
acquiring request information of a first account, wherein the request information comprises service demand information and first transaction information, the first account is an account requesting a second account to initiate a transaction, the second account is an account with a transaction initiation qualification, the first transaction information comprises a first digital signature and transaction data, and the first digital signature is obtained by processing the transaction data by the first account;
searching a target intelligent contract in an intelligent contract database in the first node equipment according to the service demand information, and calling the target intelligent contract;
processing the transaction data according to the target intelligent contract to obtain a second digital signature and generating second transaction information, wherein the second transaction information comprises the first transaction information and the second digital signature;
and sending the second transaction information to second node equipment according to the target intelligent contract so that the second node equipment processes the transaction data according to the second transaction information, wherein the second node equipment is node equipment with transaction execution qualification in the block chain network.
2. The method of claim 1, wherein prior to processing the transaction data according to the target smart contract to obtain a second digital signature, further comprising:
acquiring a first virtual resource and a second virtual resource of a first account according to the target intelligent contract, wherein the first virtual resource is used for the second account to initiate transaction for the first account, and the second virtual resource is used for the second node equipment to process the transaction data according to the second transaction information;
and sending the second virtual resource to the second node equipment according to the target intelligent contract so as to enable the second node equipment to process the transaction data according to the second transaction information.
3. The method of claim 1, wherein the second digital signature resulting from processing the transaction data according to the target smart contract is preceded by:
verifying the transaction data according to the target intelligent contract and the first digital signature;
and if the transaction data passes the verification, triggering to process the transaction data according to the target intelligent contract to obtain a second digital signature.
4. A transaction method, applied to a second node device, where the second node device is any node device in a blockchain network, and the method includes:
receiving second transaction information and second virtual resources of a first account sent by a first node device, wherein the first account is an account requesting a second account to initiate a transaction, the second account is an account with a transaction initiation qualification, the second virtual resources are virtual resources required for executing the transaction, the second transaction information includes first transaction information and a second digital signature, the first transaction information includes a first digital signature and transaction data, the first digital signature is obtained by processing the transaction data by the first account, and the second digital signature is obtained by processing the transaction data by the second account;
verifying the transaction data according to the first digital signature and the second digital signature respectively;
and if the transaction data passes the verification, processing the transaction data according to the second transaction information and the second virtual resource.
5. The method of claim 4, wherein prior to verifying the transaction data based on the first digital signature and the second digital signature, respectively, further comprising:
determining a relation between the resource quantity of the second virtual resource and the resource quantity of a target virtual resource, wherein the target virtual resource is a virtual resource required by the second node device for processing the transaction data according to the transaction information;
if the resource amount of the second virtual resource is smaller than the resource amount of the target virtual resource, sending indication information to the first node device, wherein the indication information is used for indicating that the second virtual resource is not enough for the second node device to process the transaction data according to the transaction information;
and if the resource amount of the second virtual resource is greater than or equal to the resource amount of the target virtual resource, triggering to check the transaction data according to the first digital signature and the second digital signature respectively.
6. The method of any of claims 4-5, wherein the second virtual resource is from a plurality of the second accounts, and wherein prior to verifying the transaction data based on the first digital signature and the second digital signature, respectively, further comprises:
determining whether the sum of the resource amount of each second virtual resource is equal to the resource amount of the target virtual resource;
and if the sum of the resource amount of each second virtual resource is equal to the resource amount of the target virtual resource, triggering to check the transaction data according to the first digital signature and the second digital signature respectively.
7. The method of claim 4, wherein the verifying the transaction data based on the first digital signature and the second digital signature, respectively, comprises:
performing a hash operation on the first digital signature to determine whether the first account is an account requesting to initiate a transaction;
performing a hash operation on the second digital signature to determine whether the second account is an account qualified for transaction initiation;
and if the first account is determined to be the account requesting to initiate the transaction and the second account is qualified for initiating the transaction, triggering to process the transaction data according to the second transaction information and the second virtual resource.
8. An electronic device comprising a processor and a memory, the processor and the memory being coupled, wherein the memory is configured to store a computer program comprising program instructions, and wherein the processor is configured to invoke the program instructions to perform the method of any of claims 1-3 or 4-7.
9. A transaction apparatus, comprising:
an obtaining device, configured to obtain, by a first node device, first transaction information of a first account, where the first account is an account requesting a second account to initiate a transaction, the second account is an account with a transaction initiation qualification, the first transaction information includes a first digital signature and transaction data, and the first digital signature is obtained by processing the transaction data by the first account;
the processing device is used for the first node equipment to process the transaction data to obtain a second digital signature and generate second transaction information, wherein the second transaction information comprises the first transaction information and the second digital signature;
and the sending device is used for sending the second transaction information to second node equipment by the first node equipment so as to enable the second node equipment to process the transaction data according to the second transaction information.
10. A computer storage medium, characterized in that the computer storage medium stores a computer program comprising program instructions that, when executed by a processor, cause the processor to perform the method according to any of claims 1-3 or 4-7.
CN202010361455.1A 2020-04-29 2020-04-29 Transaction method, electronic device and storage medium Pending CN111553671A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010361455.1A CN111553671A (en) 2020-04-29 2020-04-29 Transaction method, electronic device and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010361455.1A CN111553671A (en) 2020-04-29 2020-04-29 Transaction method, electronic device and storage medium

Publications (1)

Publication Number Publication Date
CN111553671A true CN111553671A (en) 2020-08-18

Family

ID=72007925

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010361455.1A Pending CN111553671A (en) 2020-04-29 2020-04-29 Transaction method, electronic device and storage medium

Country Status (1)

Country Link
CN (1) CN111553671A (en)

Similar Documents

Publication Publication Date Title
CN108848119B (en) Cross-block-chain interaction method, device, system and electronic equipment
KR102469267B1 (en) Blockchain consensus method, accounting node and node
CN111382168B (en) Node group creating method and node group-based transaction method in alliance chain network
CN108985772A (en) A kind of verification method, device, equipment and the storage medium of block chain
CN110570196A (en) Transaction data processing method and device, terminal equipment and storage medium
CN110020854B (en) Data evidence storage method and system based on multiple block chain networks
CN111211911B (en) Collaborative signature method, device, equipment and system
CN110400217B (en) Rule change processing method and device for intelligent contract
CN109508987B (en) Block chain construction method, system and related components
CN110020945B (en) Data reading method and system based on multiple block chain networks
CN110084600B (en) Processing and verifying method, device, equipment and medium for resolution transaction request
CN110060153B (en) Data evidence storage method and system based on multiple block chain networks
CN111985007A (en) Contract signing and executing method and device based on block chain
CN111476572A (en) Data processing method and device based on block chain, storage medium and equipment
CN111163130A (en) Network service system and data transmission method thereof
CN110659905B (en) Transaction verification method, device, terminal equipment and storage medium
CN109145651B (en) Data processing method and device
CN111416709B (en) Voting method, device, equipment and storage medium based on block chain system
CN111028081A (en) Asset transfer method, device, electronic equipment and storage medium
CN111260475A (en) Data processing method, block chain node point equipment and storage medium
CN112788555B (en) Cross-operator telephone charge transfer settlement method, device and computing equipment
CN110532810B (en) Information processing method and device, electronic equipment and readable storage medium
CN113114678A (en) Service execution method and device
CN111553671A (en) Transaction method, electronic device and storage medium
CN114461912A (en) Information processing method and device, electronic equipment and storage medium

Legal Events

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