chaincode

package
v0.0.0-...-95b87ed Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 16, 2019 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type InstalledChaincode

type InstalledChaincode struct {
	PackageID string
	Hash      []byte
	Label     string

	References map[string][]*Metadata

	Name    string
	Version string
}

type Metadata

type Metadata struct {
	Name              string
	Version           string
	Policy            []byte
	Id                []byte
	CollectionsConfig *common.CollectionConfigPackage

	Approved  bool
	Installed bool
}

type MetadataMapping

type MetadataMapping struct {
	sync.RWMutex
	// contains filtered or unexported fields
}

func NewMetadataMapping

func NewMetadataMapping() *MetadataMapping

func (*MetadataMapping) Aggregate

func (m *MetadataMapping) Aggregate() MetadataSet

func (*MetadataMapping) Lookup

func (m *MetadataMapping) Lookup(cc string) (Metadata, bool)

func (*MetadataMapping) Update

func (m *MetadataMapping) Update(ccMd Metadata)

type MetadataSet

type MetadataSet []Metadata

func (MetadataSet) AsChaincodes

func (ccs MetadataSet) AsChaincodes() []*gossip.Chaincode

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL