// InstalledChaincode defines metadata about an installed chaincodetypeInstalledChaincodestruct { Name string Version string Id []byte}// Metadata defines channel-scoped metadata of a chaincodetypeMetadatastruct { Name string Version string Policy []byte Id []byte CollectionsConfig []byte}