# Functions
No description provided by the author
# Constants
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.
# Interfaces
Support contains functions that LSCC requires to execute its tasks.
# Type aliases
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.
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 invalid chaincode deployment spec error.
InvalidFunctionErr invalid function error.
InvalidStatedbArtifactsErr invalid state database artifacts error.
InvalidVersionErr invalid version error.
MarshallErr error marshaling/unmarshalling.
NotFoundErr chaincode not registered with LSCC error.
TXNotFoundErr transaction not found error.