/
HY
hyperledger
/
CC Tools Demo
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 1h ago · Updated 1mo ago
Details
Filter operations
Basic Operations
13
post
Executes transaction txName and writes the result to the blockchain.
post
Executes transaction txName and returns only the result, without writing it to the blockchain.
get
Retrieves information about the chaincode.
get
Requests the list of defined transactions.
post
Gets the description of a specific transaction.
get
Searches the list of existing assets.
post
Gets the description of a specific asset type.
post
Create asset on the blockchain
post
Reads an asset from the blockchain using its primary key.
post
Reads the history of an asset from the blockchain using its primary key.
post
Searches the blockchain world state using CouchDB rich queries
put
Updates an existing asset
delete
Deletes an existing asset
Blockchain
5
Select Channel and Chaincode
13
Basic Operations
Reads an asset from the blockchain using its primary key.
post
/query/readAsset
Request body
object
required
key
object
Response
OK
Changes