Welcome to use Tencent Cloud Blockchain (TBaaS).
Tencent Cloud Blockchain is committed to providing enterprises with financial-grade blockchain infrastructure services. Through blockchain services in the cloud, it provides industries with safe, reliable and flexible solutions. Create an open, sharing, comprehensive-capability and uniformly-standardized blockchain ecosystem to provide complete blockchain services for numerous industry customers.
| Term | Chinese | Description |
|---|---|---|
| The channel is a private blockchain built on the "Fabric" network, implementing data isolation and confidentiality. | ||
| A ledger is the chain of a channel and the world state maintained by each peer in the channel. | ||
| Chaincode A chaincode is a specific implementation |
||
| On a channel, a block is a set of ordered transactions. | ||
| peer A network entity that maintains a Ledger and runs Chaincode containers to perform read-write operations on the Ledger. |
Add and modify the attribute values of objects through the "transaction initiation" (Invoke) API. Synchronization mode and asynchronous mode are supported.
Query the attribute value of the query object through the "transaction inquiry" (Query) API.
Query the outcome of the initiate interface in asynchronous mode through the "asynchronous transaction query" (GetInvokeTx) API.
Feedback