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

Struct ramLedger

gossip/state/state_test.go:274–277  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

272}
273
274type ramLedger struct {
275 ledger map[uint64]*ledger.BlockAndPvtData
276 sync.RWMutex
277}
278
279func (mock *ramLedger) GetMissingPvtDataTracker() (ledger.MissingPvtDataTracker, error) {
280 panic("implement me")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected