# Functions

GetChannel returns the channel for the passed network and channel name on which to invoke an FPC.
GetDefaultChannel returns the default channel on which to invoke an FPC.
NewChaincode returns a new chaincode instance.
NewEnclaveRegistry returns a new instance of the enclave registry.
StringsToArgs converts a slice of strings into a slace of interface{}.

# Structs

Chaincode models a Fabric Private Chaincode.
ChaincodeEndorse models the endorsement of an FPC.
ChaincodeInvocation models the invocation of an FPC.
ChaincodeQuery models the query of an FPC.
Channel models a Fabric channel that supports invocation of a Fabric Private Chaincode.
EnclaveRegistry models the enclave registry.