invoke_chaincode
Execute transactions on Hyperledger Fabric chaincode by specifying function names and arguments to modify blockchain data.
Instructions
Invoke a transaction on the Hyperledger Fabric chaincode
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| function | Yes | The chaincode function to invoke | |
| args | Yes | Arguments to pass to the chaincode function |