| 12 | ) |
| 13 | |
| 14 | type MockTxSim struct { |
| 15 | GetTxSimulationResultsRv *ledger.TxSimulationResults |
| 16 | } |
| 17 | |
| 18 | func (m *MockTxSim) GetState(namespace string, key string) ([]byte, error) { |
| 19 | return nil, nil |
nothing calls this directly
no outgoing calls
no test coverage detected