MCPcopy Create free account
hub / github.com/hyperledger/fabric / Add

Method Add

core/chaincode/handler.go:55–55  ·  view source on GitHub ↗
(channelID, txID string)

Source from the content-addressed store, hash-verified

53// TransactionRegistry tracks active transactions for each channel.
54type TransactionRegistry interface {
55 Add(channelID, txID string) bool
56 Remove(channelID, txID string)
57}
58

Callers 15

ShutdownMethod · 0.65
ServeHTTPMethod · 0.65
TestMultipleUpdatesFunction · 0.65
LaunchMethod · 0.65
HandleTransactionMethod · 0.65
registerTxidMethod · 0.65
ExecuteMethod · 0.65
BuildQueryResponseMethod · 0.65

Implementers 5

ActiveTransactionscore/chaincode/active_transactions.go
TransactionRegistrycore/chaincode/mock/transaction_regist
PullEnginegossip/gossip/algo/pull.go
pullMediatorImplgossip/gossip/pull/pullstore.go
Setgossip/util/misc.go

Calls

no outgoing calls