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

Struct MockTxSim

core/endorser/mocks/txsim.go:14–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12)
13
14type MockTxSim struct {
15 GetTxSimulationResultsRv *ledger.TxSimulationResults
16}
17
18func (m *MockTxSim) GetState(namespace string, key string) ([]byte, error) {
19 return nil, nil

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected