package
0.0.0-20191017011114-667e4383b672
Repository: https://github.com/abchain/fabric.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
Package shim is a generated protocol buffer package.
No description provided by the author

# Functions

Execute - execute transaction or a queryThis method has been deprecated: chaincode being executed could not obtain an repeatableexecution timestamp, which may lead to the generated state being unstable.
Execute2 - like legacy execute, but not relay the global ledger object and supposed the transaction hasbe make pre-exec.
ExecuteTransactions - will execute transactions on the array one by onewill return an array of errors one for each transaction.
The new exec entry for YA-fabric, which evaluating a series of txs (with handling context)in sequence and prepare for a TxEvaluateAndCommit,it also mutate the incoming transacion handling context, with an execution timestamp being specifiedthe success tx will be returned, respecting the expected behavior in ledger's commitTxBatch.
GetChain returns the chaincode support for a given chain.
GetChaincodePackageBytes creates bytes for docker container generation using the supplied chaincode specification.
No description provided by the author
No description provided by the author
NewChaincodeSupport creates a new ChaincodeSupport instance.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Generate a package (in Writer) for (docker) controller.

# Constants

DefaultChain is the name of the default chain.
DevModeUserRunsChaincode property allows user to run chaincode in development environment.
No description provided by the author
No description provided by the author

# Variables

No description provided by the author
No description provided by the author
used to filter some chaincode name from external accessing.

# Structs

ChaincodeSupport responsible for providing interfacing with chaincodes from the Peer.
No description provided by the author
Handler responsbile for management of Peer's side of chaincode stream.

# Interfaces

MessageHandler interface for handling chaincode messages (common between Peer chaincode support and chaincode).

# Type aliases

ChainName is the name of the chain to which this chaincode support belongs to.