package
0.0.0-20180419104149-40f2d1d03a96
Repository: https://github.com/tjfoc/hyperledger-fabric-gm.git
Documentation: pkg.go.dev

# Constants

CHAINCODETABLE prefix for chaincode tables.
DEPLOY deploy command.
GETCCDATA get ChaincodeData.
GETCCINFO get chaincode.
GETCHAINCODES gets the instantiated chaincodes on a channel.
GETDEPSPEC get ChaincodeDeploymentSpec.
GETINSTALLEDCHAINCODES gets the installed chaincodes on a peer.
INSTALL install command.
UPGRADE upgrade chaincode.

# Structs

LifeCycleSysCC implements chaincode lifecycle and policies around it.

# Type aliases

AlreadyRegisteredErr Already registered error.
ChaincodeMismatchErr chaincode name from two places don't match.
EmptyChaincodeNameErr trying to upgrade to same version of Chaincode.
EmptyVersionErr empty version error.
ExistsErr chaincode exists error.
IdenticalVersionErr trying to upgrade to same version of Chaincode.
InstantiationPolicyMissing when no existing instantiation policy is found when upgrading CC.
InstantiationPolicyViolatedErr when chaincode instantiation policy has been violated on instantiate or upgrade.
InvalidArgsErr invalid arguments error.
InvalidArgsLenErr invalid arguments length error.
InvalidCCOnFSError error due to mismatch between fingerprint on lscc and installed CC.
InvalidChaincodeNameErr invalid chaincode name error.
InvalidChainNameErr invalid chain name error.
InvalidDeploymentSpecErr invalide chaincode deployment spec error.
InvalidFunctionErr invalid function error.
InvalidVersionErr invalid version error.
MarshallErr error marshaling/unmarshalling.
NotFoundErr chaincode not registered with LSCC error.
TXExistsErr transaction exists error.
TXNotFoundErr transaction not found error.