(channel string, chaincodes chaincode.MetadataSet)
| 62 | // metadata updates for listeners such as gossip and service discovery |
| 63 | type MetadataHandler interface { |
| 64 | InitializeMetadata(channel string, chaincodes chaincode.MetadataSet) |
| 65 | UpdateMetadata(channel string, chaincodes chaincode.MetadataSet) |
| 66 | } |
| 67 |
no outgoing calls
no test coverage detected