(channel string, chaincodes chaincode.MetadataSet)
| 63 | type MetadataHandler interface { |
| 64 | InitializeMetadata(channel string, chaincodes chaincode.MetadataSet) |
| 65 | UpdateMetadata(channel string, chaincodes chaincode.MetadataSet) |
| 66 | } |
| 67 | |
| 68 | type Cache struct { |
no outgoing calls
no test coverage detected