MCPcopy
hub / github.com/hyperledger/fabric / Create

Method Create

core/chaincode/handler.go:61–61  ·  view source on GitHub ↗
(txParams *ccprovider.TransactionParams)

Source from the content-addressed store, hash-verified

59// A ContextRegistry is responsible for managing transaction contexts.
60type ContextRegistry interface {
61 Create(txParams *ccprovider.TransactionParams) (*TransactionContext, error)
62 Get(channelID, txID string) *TransactionContext
63 Delete(channelID, txID string)
64 Close()

Callers 15

markPluginActivationFunction · 0.65
extractTarGZFunction · 0.65
writeConfigYamlFunction · 0.65
copyFileFunction · 0.65
PackageChaincodeBinaryFunction · 0.65
GenerateCryptoConfigMethod · 0.65
GenerateOrdererConfigMethod · 0.65
GenerateCoreConfigMethod · 0.65
copyFileFunction · 0.65
ExecuteMethod · 0.65

Implementers 2

TransactionContextscore/chaincode/transaction_contexts.go
ContextRegistrycore/chaincode/fake/context_registry.g

Calls

no outgoing calls

Tested by 15

extractTarGZFunction · 0.52
writeConfigYamlFunction · 0.52
copyFileFunction · 0.52
setupDirectoryStructureFunction · 0.52
TestGoodPathFunction · 0.52
initOrdererTestEnvFunction · 0.52
initPeerTestEnvFunction · 0.52
createTestJSONInputFunction · 0.52
TestFileExistsFunction · 0.52
TestDirExistsFunction · 0.52