package
0.0.0-20231005144957-7f578057d75f
Repository: https://github.com/hyperledger/fabric-cli.git
Documentation: pkg.go.dev
# Functions
NewChaincodeCommand creates a new "fabric chaincode" command.
NewChaincodeEventsCommand creates a new "fabric chaincode events" command.
NewChaincodeInstallCommand creates a new "fabric chaincode install" command.
NewChaincodeInstantiateCommand creates a new "fabric chaincode instantiate" command.
NewChaincodeInvokeCommand creates a new "fabric chaincode invoke" command.
NewChaincodeListCommand creates a new "fabric chaincode list" command.
NewChaincodePackageCommand creates a new "fabric chaincode package" command.
NewChaincodeQueryCommand creates a new "fabric chaincode query" command.
NewChaincodeUpgradeCommand creates a new "fabric chaincode upgrade" command.
# Structs
BaseCommand implements common channel command functions.
EventsCommand implements the chaincode events command.
InstallCommand implements the chaincode install command.
InstantiateCommand implements the chaincode instantiate command.
InvokeCommand implements the chaincode invoke command.
ListCommand implements the chaincode list command.
PackageCommand implements the chaincode package command.
QueryCommand implements the chaincode query command.
UpgradeCommand implements the chaincode upgrade command.