Versions in this module Expand all Collapse all v1 v1.4.10 Dec 9, 2020 Changes in this version + var BlockMetadataIndex_name = map[int32]string + var BlockMetadataIndex_value = map[string]int32 + var ChannelGroupMap = map[string]DynamicConfigGroupFactory + var ConfigUpdateIsolatedDataTypes = map[string]func(string) proto.Message + var HeaderType_name = map[int32]string + var HeaderType_value = map[string]int32 + var ImplicitMetaPolicy_Rule_name = map[int32]string + var ImplicitMetaPolicy_Rule_value = map[string]int32 + var PayloadDataMap = map[int32]proto.Message + var Policy_PolicyType_name = map[int32]string + var Policy_PolicyType_value = map[string]int32 + var Status_name = map[int32]string + var Status_value = map[string]int32 + type Block struct + Data *BlockData + Header *BlockHeader + Metadata *BlockMetadata + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func NewBlock(seqNum uint64, previousHash []byte) *Block + func (*Block) Descriptor() ([]byte, []int) + func (*Block) ProtoMessage() + func (dst *Block) XXX_Merge(src proto.Message) + func (m *Block) GetData() *BlockData + func (m *Block) GetHeader() *BlockHeader + func (m *Block) GetMetadata() *BlockMetadata + func (m *Block) Reset() + func (m *Block) String() string + func (m *Block) XXX_DiscardUnknown() + func (m *Block) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Block) XXX_Size() int + func (m *Block) XXX_Unmarshal(b []byte) error + type BlockData struct + Data [][]byte + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*BlockData) Descriptor() ([]byte, []int) + func (*BlockData) ProtoMessage() + func (b *BlockData) Bytes() []byte + func (b *BlockData) Hash() []byte + func (bd *BlockData) StaticallyOpaqueSliceFieldProto(fieldName string, index int) (proto.Message, error) + func (bd *BlockData) StaticallyOpaqueSliceFields() []string + func (dst *BlockData) XXX_Merge(src proto.Message) + func (m *BlockData) GetData() [][]byte + func (m *BlockData) Reset() + func (m *BlockData) String() string + func (m *BlockData) XXX_DiscardUnknown() + func (m *BlockData) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *BlockData) XXX_Size() int + func (m *BlockData) XXX_Unmarshal(b []byte) error + type BlockDataHashingStructure struct + Width uint32 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*BlockDataHashingStructure) Descriptor() ([]byte, []int) + func (*BlockDataHashingStructure) ProtoMessage() + func (dst *BlockDataHashingStructure) XXX_Merge(src proto.Message) + func (m *BlockDataHashingStructure) GetWidth() uint32 + func (m *BlockDataHashingStructure) Reset() + func (m *BlockDataHashingStructure) String() string + func (m *BlockDataHashingStructure) XXX_DiscardUnknown() + func (m *BlockDataHashingStructure) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *BlockDataHashingStructure) XXX_Size() int + func (m *BlockDataHashingStructure) XXX_Unmarshal(b []byte) error + type BlockHeader struct + DataHash []byte + Number uint64 + PreviousHash []byte + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*BlockHeader) Descriptor() ([]byte, []int) + func (*BlockHeader) ProtoMessage() + func (b *BlockHeader) Bytes() []byte + func (b *BlockHeader) Hash() []byte + func (dst *BlockHeader) XXX_Merge(src proto.Message) + func (m *BlockHeader) GetDataHash() []byte + func (m *BlockHeader) GetNumber() uint64 + func (m *BlockHeader) GetPreviousHash() []byte + func (m *BlockHeader) Reset() + func (m *BlockHeader) String() string + func (m *BlockHeader) XXX_DiscardUnknown() + func (m *BlockHeader) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *BlockHeader) XXX_Size() int + func (m *BlockHeader) XXX_Unmarshal(b []byte) error + type BlockMetadata struct + Metadata [][]byte + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*BlockMetadata) Descriptor() ([]byte, []int) + func (*BlockMetadata) ProtoMessage() + func (dst *BlockMetadata) XXX_Merge(src proto.Message) + func (m *BlockMetadata) GetMetadata() [][]byte + func (m *BlockMetadata) Reset() + func (m *BlockMetadata) String() string + func (m *BlockMetadata) XXX_DiscardUnknown() + func (m *BlockMetadata) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *BlockMetadata) XXX_Size() int + func (m *BlockMetadata) XXX_Unmarshal(b []byte) error + type BlockMetadataIndex int32 + const BlockMetadataIndex_COMMIT_HASH + const BlockMetadataIndex_LAST_CONFIG + const BlockMetadataIndex_ORDERER + const BlockMetadataIndex_SIGNATURES + const BlockMetadataIndex_TRANSACTIONS_FILTER + func (BlockMetadataIndex) EnumDescriptor() ([]byte, []int) + func (x BlockMetadataIndex) String() string + type BlockchainInfo struct + CurrentBlockHash []byte + Height uint64 + PreviousBlockHash []byte + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*BlockchainInfo) Descriptor() ([]byte, []int) + func (*BlockchainInfo) ProtoMessage() + func (dst *BlockchainInfo) XXX_Merge(src proto.Message) + func (m *BlockchainInfo) GetCurrentBlockHash() []byte + func (m *BlockchainInfo) GetHeight() uint64 + func (m *BlockchainInfo) GetPreviousBlockHash() []byte + func (m *BlockchainInfo) Reset() + func (m *BlockchainInfo) String() string + func (m *BlockchainInfo) XXX_DiscardUnknown() + func (m *BlockchainInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *BlockchainInfo) XXX_Size() int + func (m *BlockchainInfo) XXX_Unmarshal(b []byte) error + type Capabilities struct + Capabilities map[string]*Capability + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*Capabilities) Descriptor() ([]byte, []int) + func (*Capabilities) ProtoMessage() + func (dst *Capabilities) XXX_Merge(src proto.Message) + func (m *Capabilities) GetCapabilities() map[string]*Capability + func (m *Capabilities) Reset() + func (m *Capabilities) String() string + func (m *Capabilities) XXX_DiscardUnknown() + func (m *Capabilities) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Capabilities) XXX_Size() int + func (m *Capabilities) XXX_Unmarshal(b []byte) error + type Capability struct + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*Capability) Descriptor() ([]byte, []int) + func (*Capability) ProtoMessage() + func (dst *Capability) XXX_Merge(src proto.Message) + func (m *Capability) Reset() + func (m *Capability) String() string + func (m *Capability) XXX_DiscardUnknown() + func (m *Capability) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Capability) XXX_Size() int + func (m *Capability) XXX_Unmarshal(b []byte) error + type ChannelHeader struct + ChannelId string + Epoch uint64 + Extension []byte + Timestamp *timestamp.Timestamp + TlsCertHash []byte + TxId string + Type int32 + Version int32 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*ChannelHeader) Descriptor() ([]byte, []int) + func (*ChannelHeader) ProtoMessage() + func (dst *ChannelHeader) XXX_Merge(src proto.Message) + func (m *ChannelHeader) GetChannelId() string + func (m *ChannelHeader) GetEpoch() uint64 + func (m *ChannelHeader) GetExtension() []byte + func (m *ChannelHeader) GetTimestamp() *timestamp.Timestamp + func (m *ChannelHeader) GetTlsCertHash() []byte + func (m *ChannelHeader) GetTxId() string + func (m *ChannelHeader) GetType() int32 + func (m *ChannelHeader) GetVersion() int32 + func (m *ChannelHeader) Reset() + func (m *ChannelHeader) String() string + func (m *ChannelHeader) XXX_DiscardUnknown() + func (m *ChannelHeader) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ChannelHeader) XXX_Size() int + func (m *ChannelHeader) XXX_Unmarshal(b []byte) error + type CollectionConfig struct + Payload isCollectionConfig_Payload + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*CollectionConfig) Descriptor() ([]byte, []int) + func (*CollectionConfig) ProtoMessage() + func (*CollectionConfig) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, ...) + func (dst *CollectionConfig) XXX_Merge(src proto.Message) + func (m *CollectionConfig) GetPayload() isCollectionConfig_Payload + func (m *CollectionConfig) GetStaticCollectionConfig() *StaticCollectionConfig + func (m *CollectionConfig) Reset() + func (m *CollectionConfig) String() string + func (m *CollectionConfig) XXX_DiscardUnknown() + func (m *CollectionConfig) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *CollectionConfig) XXX_Size() int + func (m *CollectionConfig) XXX_Unmarshal(b []byte) error + type CollectionConfigPackage struct + Config []*CollectionConfig + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*CollectionConfigPackage) Descriptor() ([]byte, []int) + func (*CollectionConfigPackage) ProtoMessage() + func (dst *CollectionConfigPackage) XXX_Merge(src proto.Message) + func (m *CollectionConfigPackage) GetConfig() []*CollectionConfig + func (m *CollectionConfigPackage) Reset() + func (m *CollectionConfigPackage) String() string + func (m *CollectionConfigPackage) XXX_DiscardUnknown() + func (m *CollectionConfigPackage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *CollectionConfigPackage) XXX_Size() int + func (m *CollectionConfigPackage) XXX_Unmarshal(b []byte) error + type CollectionConfig_StaticCollectionConfig struct + StaticCollectionConfig *StaticCollectionConfig + type CollectionCriteria struct + Channel string + Collection string + Namespace string + TxId string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*CollectionCriteria) Descriptor() ([]byte, []int) + func (*CollectionCriteria) ProtoMessage() + func (dst *CollectionCriteria) XXX_Merge(src proto.Message) + func (m *CollectionCriteria) GetChannel() string + func (m *CollectionCriteria) GetCollection() string + func (m *CollectionCriteria) GetNamespace() string + func (m *CollectionCriteria) GetTxId() string + func (m *CollectionCriteria) Reset() + func (m *CollectionCriteria) String() string + func (m *CollectionCriteria) XXX_DiscardUnknown() + func (m *CollectionCriteria) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *CollectionCriteria) XXX_Size() int + func (m *CollectionCriteria) XXX_Unmarshal(b []byte) error + type CollectionPolicyConfig struct + Payload isCollectionPolicyConfig_Payload + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*CollectionPolicyConfig) Descriptor() ([]byte, []int) + func (*CollectionPolicyConfig) ProtoMessage() + func (*CollectionPolicyConfig) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, ...) + func (dst *CollectionPolicyConfig) XXX_Merge(src proto.Message) + func (m *CollectionPolicyConfig) GetPayload() isCollectionPolicyConfig_Payload + func (m *CollectionPolicyConfig) GetSignaturePolicy() *SignaturePolicyEnvelope + func (m *CollectionPolicyConfig) Reset() + func (m *CollectionPolicyConfig) String() string + func (m *CollectionPolicyConfig) XXX_DiscardUnknown() + func (m *CollectionPolicyConfig) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *CollectionPolicyConfig) XXX_Size() int + func (m *CollectionPolicyConfig) XXX_Unmarshal(b []byte) error + type CollectionPolicyConfig_SignaturePolicy struct + SignaturePolicy *SignaturePolicyEnvelope + type Config struct + ChannelGroup *ConfigGroup + Sequence uint64 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*Config) Descriptor() ([]byte, []int) + func (*Config) ProtoMessage() + func (c *Config) DynamicFieldProto(name string, base proto.Message) (proto.Message, error) + func (c *Config) DynamicFields() []string + func (dst *Config) XXX_Merge(src proto.Message) + func (m *Config) GetChannelGroup() *ConfigGroup + func (m *Config) GetSequence() uint64 + func (m *Config) Reset() + func (m *Config) String() string + func (m *Config) XXX_DiscardUnknown() + func (m *Config) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Config) XXX_Size() int + func (m *Config) XXX_Unmarshal(b []byte) error + type ConfigEnvelope struct + Config *Config + LastUpdate *Envelope + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*ConfigEnvelope) Descriptor() ([]byte, []int) + func (*ConfigEnvelope) ProtoMessage() + func (dst *ConfigEnvelope) XXX_Merge(src proto.Message) + func (m *ConfigEnvelope) GetConfig() *Config + func (m *ConfigEnvelope) GetLastUpdate() *Envelope + func (m *ConfigEnvelope) Reset() + func (m *ConfigEnvelope) String() string + func (m *ConfigEnvelope) XXX_DiscardUnknown() + func (m *ConfigEnvelope) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ConfigEnvelope) XXX_Size() int + func (m *ConfigEnvelope) XXX_Unmarshal(b []byte) error + type ConfigGroup struct + Groups map[string]*ConfigGroup + ModPolicy string + Policies map[string]*ConfigPolicy + Values map[string]*ConfigValue + Version uint64 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func NewConfigGroup() *ConfigGroup + func (*ConfigGroup) Descriptor() ([]byte, []int) + func (*ConfigGroup) ProtoMessage() + func (cg *ConfigGroup) DynamicMapFields() []string + func (cg *ConfigGroup) Underlying() proto.Message + func (dst *ConfigGroup) XXX_Merge(src proto.Message) + func (m *ConfigGroup) GetGroups() map[string]*ConfigGroup + func (m *ConfigGroup) GetModPolicy() string + func (m *ConfigGroup) GetPolicies() map[string]*ConfigPolicy + func (m *ConfigGroup) GetValues() map[string]*ConfigValue + func (m *ConfigGroup) GetVersion() uint64 + func (m *ConfigGroup) Reset() + func (m *ConfigGroup) String() string + func (m *ConfigGroup) XXX_DiscardUnknown() + func (m *ConfigGroup) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ConfigGroup) XXX_Size() int + func (m *ConfigGroup) XXX_Unmarshal(b []byte) error + type ConfigGroupSchema struct + Groups map[string]*ConfigGroupSchema + Policies map[string]*ConfigPolicySchema + Values map[string]*ConfigValueSchema + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*ConfigGroupSchema) Descriptor() ([]byte, []int) + func (*ConfigGroupSchema) ProtoMessage() + func (dst *ConfigGroupSchema) XXX_Merge(src proto.Message) + func (m *ConfigGroupSchema) GetGroups() map[string]*ConfigGroupSchema + func (m *ConfigGroupSchema) GetPolicies() map[string]*ConfigPolicySchema + func (m *ConfigGroupSchema) GetValues() map[string]*ConfigValueSchema + func (m *ConfigGroupSchema) Reset() + func (m *ConfigGroupSchema) String() string + func (m *ConfigGroupSchema) XXX_DiscardUnknown() + func (m *ConfigGroupSchema) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ConfigGroupSchema) XXX_Size() int + func (m *ConfigGroupSchema) XXX_Unmarshal(b []byte) error + type ConfigPolicy struct + ModPolicy string + Policy *Policy + Version uint64 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*ConfigPolicy) Descriptor() ([]byte, []int) + func (*ConfigPolicy) ProtoMessage() + func (dst *ConfigPolicy) XXX_Merge(src proto.Message) + func (m *ConfigPolicy) GetModPolicy() string + func (m *ConfigPolicy) GetPolicy() *Policy + func (m *ConfigPolicy) GetVersion() uint64 + func (m *ConfigPolicy) Reset() + func (m *ConfigPolicy) String() string + func (m *ConfigPolicy) XXX_DiscardUnknown() + func (m *ConfigPolicy) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ConfigPolicy) XXX_Size() int + func (m *ConfigPolicy) XXX_Unmarshal(b []byte) error + type ConfigPolicySchema struct + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*ConfigPolicySchema) Descriptor() ([]byte, []int) + func (*ConfigPolicySchema) ProtoMessage() + func (dst *ConfigPolicySchema) XXX_Merge(src proto.Message) + func (m *ConfigPolicySchema) Reset() + func (m *ConfigPolicySchema) String() string + func (m *ConfigPolicySchema) XXX_DiscardUnknown() + func (m *ConfigPolicySchema) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ConfigPolicySchema) XXX_Size() int + func (m *ConfigPolicySchema) XXX_Unmarshal(b []byte) error + type ConfigSignature struct + Signature []byte + SignatureHeader []byte + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*ConfigSignature) Descriptor() ([]byte, []int) + func (*ConfigSignature) ProtoMessage() + func (cs *ConfigSignature) StaticallyOpaqueFieldProto(name string) (proto.Message, error) + func (cs *ConfigSignature) StaticallyOpaqueFields() []string + func (dst *ConfigSignature) XXX_Merge(src proto.Message) + func (m *ConfigSignature) GetSignature() []byte + func (m *ConfigSignature) GetSignatureHeader() []byte + func (m *ConfigSignature) Reset() + func (m *ConfigSignature) String() string + func (m *ConfigSignature) XXX_DiscardUnknown() + func (m *ConfigSignature) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ConfigSignature) XXX_Size() int + func (m *ConfigSignature) XXX_Unmarshal(b []byte) error + type ConfigUpdate struct + ChannelId string + IsolatedData map[string][]byte + ReadSet *ConfigGroup + WriteSet *ConfigGroup + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*ConfigUpdate) Descriptor() ([]byte, []int) + func (*ConfigUpdate) ProtoMessage() + func (c *ConfigUpdate) DynamicFieldProto(name string, base proto.Message) (proto.Message, error) + func (c *ConfigUpdate) DynamicFields() []string + func (c *ConfigUpdate) StaticallyOpaqueMapFieldProto(name string, key string) (proto.Message, error) + func (c *ConfigUpdate) StaticallyOpaqueMapFields() []string + func (dst *ConfigUpdate) XXX_Merge(src proto.Message) + func (m *ConfigUpdate) GetChannelId() string + func (m *ConfigUpdate) GetIsolatedData() map[string][]byte + func (m *ConfigUpdate) GetReadSet() *ConfigGroup + func (m *ConfigUpdate) GetWriteSet() *ConfigGroup + func (m *ConfigUpdate) Reset() + func (m *ConfigUpdate) String() string + func (m *ConfigUpdate) XXX_DiscardUnknown() + func (m *ConfigUpdate) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ConfigUpdate) XXX_Size() int + func (m *ConfigUpdate) XXX_Unmarshal(b []byte) error + type ConfigUpdateEnvelope struct + ConfigUpdate []byte + Signatures []*ConfigSignature + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*ConfigUpdateEnvelope) Descriptor() ([]byte, []int) + func (*ConfigUpdateEnvelope) ProtoMessage() + func (ce *ConfigUpdateEnvelope) AsSignedData() ([]*SignedData, error) + func (cue *ConfigUpdateEnvelope) StaticallyOpaqueFieldProto(name string) (proto.Message, error) + func (cue *ConfigUpdateEnvelope) StaticallyOpaqueFields() []string + func (dst *ConfigUpdateEnvelope) XXX_Merge(src proto.Message) + func (m *ConfigUpdateEnvelope) GetConfigUpdate() []byte + func (m *ConfigUpdateEnvelope) GetSignatures() []*ConfigSignature + func (m *ConfigUpdateEnvelope) Reset() + func (m *ConfigUpdateEnvelope) String() string + func (m *ConfigUpdateEnvelope) XXX_DiscardUnknown() + func (m *ConfigUpdateEnvelope) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ConfigUpdateEnvelope) XXX_Size() int + func (m *ConfigUpdateEnvelope) XXX_Unmarshal(b []byte) error + type ConfigValue struct + ModPolicy string + Value []byte + Version uint64 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*ConfigValue) Descriptor() ([]byte, []int) + func (*ConfigValue) ProtoMessage() + func (cv *ConfigValue) Underlying() proto.Message + func (cv *ConfigValue) VariablyOpaqueFields() []string + func (dst *ConfigValue) XXX_Merge(src proto.Message) + func (m *ConfigValue) GetModPolicy() string + func (m *ConfigValue) GetValue() []byte + func (m *ConfigValue) GetVersion() uint64 + func (m *ConfigValue) Reset() + func (m *ConfigValue) String() string + func (m *ConfigValue) XXX_DiscardUnknown() + func (m *ConfigValue) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ConfigValue) XXX_Size() int + func (m *ConfigValue) XXX_Unmarshal(b []byte) error + type ConfigValueSchema struct + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*ConfigValueSchema) Descriptor() ([]byte, []int) + func (*ConfigValueSchema) ProtoMessage() + func (dst *ConfigValueSchema) XXX_Merge(src proto.Message) + func (m *ConfigValueSchema) Reset() + func (m *ConfigValueSchema) String() string + func (m *ConfigValueSchema) XXX_DiscardUnknown() + func (m *ConfigValueSchema) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ConfigValueSchema) XXX_Size() int + func (m *ConfigValueSchema) XXX_Unmarshal(b []byte) error + type Consortium struct + Name string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*Consortium) Descriptor() ([]byte, []int) + func (*Consortium) ProtoMessage() + func (dst *Consortium) XXX_Merge(src proto.Message) + func (m *Consortium) GetName() string + func (m *Consortium) Reset() + func (m *Consortium) String() string + func (m *Consortium) XXX_DiscardUnknown() + func (m *Consortium) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Consortium) XXX_Size() int + func (m *Consortium) XXX_Unmarshal(b []byte) error + type DynamicChannelConfigValue struct + func (dccv *DynamicChannelConfigValue) Underlying() proto.Message + func (dccv *DynamicChannelConfigValue) VariablyOpaqueFieldProto(name string) (proto.Message, error) + type DynamicChannelGroup struct + func (dcg *DynamicChannelGroup) DynamicMapFieldProto(name string, key string, base proto.Message) (proto.Message, error) + type DynamicConfigGroupFactory interface + DynamicConfigGroup func(cg *ConfigGroup) proto.Message + type DynamicConsortiumConfigValue struct + func (dccv *DynamicConsortiumConfigValue) VariablyOpaqueFieldProto(name string) (proto.Message, error) + type DynamicConsortiumGroup struct + func (dcg *DynamicConsortiumGroup) DynamicMapFieldProto(name string, key string, base proto.Message) (proto.Message, error) + func (dcg *DynamicConsortiumGroup) Underlying() proto.Message + type DynamicConsortiumOrgConfigValue struct + func (dcocv *DynamicConsortiumOrgConfigValue) VariablyOpaqueFieldProto(name string) (proto.Message, error) + type DynamicConsortiumOrgGroup struct + func (dcg *DynamicConsortiumOrgGroup) DynamicMapFieldProto(name string, key string, base proto.Message) (proto.Message, error) + type DynamicConsortiumsGroup struct + func (dcg *DynamicConsortiumsGroup) DynamicMapFieldProto(name string, key string, base proto.Message) (proto.Message, error) + func (dcg *DynamicConsortiumsGroup) Underlying() proto.Message + type DynamicConsortiumsGroupFactory struct + func (dogf DynamicConsortiumsGroupFactory) DynamicConfigGroup(cg *ConfigGroup) proto.Message + type Envelope struct + Payload []byte + Signature []byte + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*Envelope) Descriptor() ([]byte, []int) + func (*Envelope) ProtoMessage() + func (dst *Envelope) XXX_Merge(src proto.Message) + func (e *Envelope) StaticallyOpaqueFieldProto(name string) (proto.Message, error) + func (e *Envelope) StaticallyOpaqueFields() []string + func (env *Envelope) AsSignedData() ([]*SignedData, error) + func (m *Envelope) GetPayload() []byte + func (m *Envelope) GetSignature() []byte + func (m *Envelope) Reset() + func (m *Envelope) String() string + func (m *Envelope) XXX_DiscardUnknown() + func (m *Envelope) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Envelope) XXX_Size() int + func (m *Envelope) XXX_Unmarshal(b []byte) error + type HashingAlgorithm struct + Name string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*HashingAlgorithm) Descriptor() ([]byte, []int) + func (*HashingAlgorithm) ProtoMessage() + func (dst *HashingAlgorithm) XXX_Merge(src proto.Message) + func (m *HashingAlgorithm) GetName() string + func (m *HashingAlgorithm) Reset() + func (m *HashingAlgorithm) String() string + func (m *HashingAlgorithm) XXX_DiscardUnknown() + func (m *HashingAlgorithm) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *HashingAlgorithm) XXX_Size() int + func (m *HashingAlgorithm) XXX_Unmarshal(b []byte) error + type Header struct + ChannelHeader []byte + SignatureHeader []byte + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*Header) Descriptor() ([]byte, []int) + func (*Header) ProtoMessage() + func (dst *Header) XXX_Merge(src proto.Message) + func (h *Header) StaticallyOpaqueFieldProto(name string) (proto.Message, error) + func (h *Header) StaticallyOpaqueFields() []string + func (m *Header) GetChannelHeader() []byte + func (m *Header) GetSignatureHeader() []byte + func (m *Header) Reset() + func (m *Header) String() string + func (m *Header) XXX_DiscardUnknown() + func (m *Header) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Header) XXX_Size() int + func (m *Header) XXX_Unmarshal(b []byte) error + type HeaderType int32 + const HeaderType_CHAINCODE_PACKAGE + const HeaderType_CONFIG + const HeaderType_CONFIG_UPDATE + const HeaderType_DELIVER_SEEK_INFO + const HeaderType_ENDORSER_TRANSACTION + const HeaderType_MESSAGE + const HeaderType_ORDERER_TRANSACTION + const HeaderType_PEER_ADMIN_OPERATION + const HeaderType_TOKEN_TRANSACTION + func (HeaderType) EnumDescriptor() ([]byte, []int) + func (x HeaderType) String() string + type ImplicitMetaPolicy struct + Rule ImplicitMetaPolicy_Rule + SubPolicy string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*ImplicitMetaPolicy) Descriptor() ([]byte, []int) + func (*ImplicitMetaPolicy) ProtoMessage() + func (dst *ImplicitMetaPolicy) XXX_Merge(src proto.Message) + func (m *ImplicitMetaPolicy) GetRule() ImplicitMetaPolicy_Rule + func (m *ImplicitMetaPolicy) GetSubPolicy() string + func (m *ImplicitMetaPolicy) Reset() + func (m *ImplicitMetaPolicy) String() string + func (m *ImplicitMetaPolicy) XXX_DiscardUnknown() + func (m *ImplicitMetaPolicy) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ImplicitMetaPolicy) XXX_Size() int + func (m *ImplicitMetaPolicy) XXX_Unmarshal(b []byte) error + type ImplicitMetaPolicy_Rule int32 + const ImplicitMetaPolicy_ALL + const ImplicitMetaPolicy_ANY + const ImplicitMetaPolicy_MAJORITY + func (ImplicitMetaPolicy_Rule) EnumDescriptor() ([]byte, []int) + func (x ImplicitMetaPolicy_Rule) String() string + type LastConfig struct + Index uint64 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*LastConfig) Descriptor() ([]byte, []int) + func (*LastConfig) ProtoMessage() + func (dst *LastConfig) XXX_Merge(src proto.Message) + func (m *LastConfig) GetIndex() uint64 + func (m *LastConfig) Reset() + func (m *LastConfig) String() string + func (m *LastConfig) XXX_DiscardUnknown() + func (m *LastConfig) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *LastConfig) XXX_Size() int + func (m *LastConfig) XXX_Unmarshal(b []byte) error + type Metadata struct + Signatures []*MetadataSignature + Value []byte + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*Metadata) Descriptor() ([]byte, []int) + func (*Metadata) ProtoMessage() + func (dst *Metadata) XXX_Merge(src proto.Message) + func (m *Metadata) GetSignatures() []*MetadataSignature + func (m *Metadata) GetValue() []byte + func (m *Metadata) Reset() + func (m *Metadata) String() string + func (m *Metadata) XXX_DiscardUnknown() + func (m *Metadata) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Metadata) XXX_Size() int + func (m *Metadata) XXX_Unmarshal(b []byte) error + type MetadataSignature struct + Signature []byte + SignatureHeader []byte + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*MetadataSignature) Descriptor() ([]byte, []int) + func (*MetadataSignature) ProtoMessage() + func (dst *MetadataSignature) XXX_Merge(src proto.Message) + func (m *MetadataSignature) GetSignature() []byte + func (m *MetadataSignature) GetSignatureHeader() []byte + func (m *MetadataSignature) Reset() + func (m *MetadataSignature) String() string + func (m *MetadataSignature) XXX_DiscardUnknown() + func (m *MetadataSignature) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MetadataSignature) XXX_Size() int + func (m *MetadataSignature) XXX_Unmarshal(b []byte) error + type OrdererAddresses struct + Addresses []string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*OrdererAddresses) Descriptor() ([]byte, []int) + func (*OrdererAddresses) ProtoMessage() + func (dst *OrdererAddresses) XXX_Merge(src proto.Message) + func (m *OrdererAddresses) GetAddresses() []string + func (m *OrdererAddresses) Reset() + func (m *OrdererAddresses) String() string + func (m *OrdererAddresses) XXX_DiscardUnknown() + func (m *OrdererAddresses) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *OrdererAddresses) XXX_Size() int + func (m *OrdererAddresses) XXX_Unmarshal(b []byte) error + type OrdererBlockMetadata struct + ConsenterMetadata []byte + LastConfig *LastConfig + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*OrdererBlockMetadata) Descriptor() ([]byte, []int) + func (*OrdererBlockMetadata) ProtoMessage() + func (dst *OrdererBlockMetadata) XXX_Merge(src proto.Message) + func (m *OrdererBlockMetadata) GetConsenterMetadata() []byte + func (m *OrdererBlockMetadata) GetLastConfig() *LastConfig + func (m *OrdererBlockMetadata) Reset() + func (m *OrdererBlockMetadata) String() string + func (m *OrdererBlockMetadata) XXX_DiscardUnknown() + func (m *OrdererBlockMetadata) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *OrdererBlockMetadata) XXX_Size() int + func (m *OrdererBlockMetadata) XXX_Unmarshal(b []byte) error + type Payload struct + Data []byte + Header *Header + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*Payload) Descriptor() ([]byte, []int) + func (*Payload) ProtoMessage() + func (dst *Payload) XXX_Merge(src proto.Message) + func (m *Payload) GetData() []byte + func (m *Payload) GetHeader() *Header + func (m *Payload) Reset() + func (m *Payload) String() string + func (m *Payload) XXX_DiscardUnknown() + func (m *Payload) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Payload) XXX_Size() int + func (m *Payload) XXX_Unmarshal(b []byte) error + func (p *Payload) VariablyOpaqueFieldProto(name string) (proto.Message, error) + func (p *Payload) VariablyOpaqueFields() []string + type Policy struct + Type int32 + Value []byte + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*Policy) Descriptor() ([]byte, []int) + func (*Policy) ProtoMessage() + func (dst *Policy) XXX_Merge(src proto.Message) + func (m *Policy) GetType() int32 + func (m *Policy) GetValue() []byte + func (m *Policy) Reset() + func (m *Policy) String() string + func (m *Policy) XXX_DiscardUnknown() + func (m *Policy) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Policy) XXX_Size() int + func (m *Policy) XXX_Unmarshal(b []byte) error + func (p *Policy) VariablyOpaqueFieldProto(name string) (proto.Message, error) + func (p *Policy) VariablyOpaqueFields() []string + type Policy_PolicyType int32 + const Policy_IMPLICIT_META + const Policy_MSP + const Policy_SIGNATURE + const Policy_UNKNOWN + func (Policy_PolicyType) EnumDescriptor() ([]byte, []int) + func (x Policy_PolicyType) String() string + type Signable interface + AsSignedData func() ([]*SignedData, error) + type SignatureHeader struct + Creator []byte + Nonce []byte + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*SignatureHeader) Descriptor() ([]byte, []int) + func (*SignatureHeader) ProtoMessage() + func (dst *SignatureHeader) XXX_Merge(src proto.Message) + func (m *SignatureHeader) GetCreator() []byte + func (m *SignatureHeader) GetNonce() []byte + func (m *SignatureHeader) Reset() + func (m *SignatureHeader) String() string + func (m *SignatureHeader) XXX_DiscardUnknown() + func (m *SignatureHeader) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *SignatureHeader) XXX_Size() int + func (m *SignatureHeader) XXX_Unmarshal(b []byte) error + func (sh *SignatureHeader) StaticallyOpaqueFieldProto(name string) (proto.Message, error) + func (sh *SignatureHeader) StaticallyOpaqueFields() []string + type SignaturePolicy struct + Type isSignaturePolicy_Type + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*SignaturePolicy) Descriptor() ([]byte, []int) + func (*SignaturePolicy) ProtoMessage() + func (*SignaturePolicy) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, ...) + func (dst *SignaturePolicy) XXX_Merge(src proto.Message) + func (m *SignaturePolicy) GetNOutOf() *SignaturePolicy_NOutOf + func (m *SignaturePolicy) GetSignedBy() int32 + func (m *SignaturePolicy) GetType() isSignaturePolicy_Type + func (m *SignaturePolicy) Reset() + func (m *SignaturePolicy) String() string + func (m *SignaturePolicy) XXX_DiscardUnknown() + func (m *SignaturePolicy) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *SignaturePolicy) XXX_Size() int + func (m *SignaturePolicy) XXX_Unmarshal(b []byte) error + type SignaturePolicyEnvelope struct + Identities []*msp.MSPPrincipal + Rule *SignaturePolicy + Version int32 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*SignaturePolicyEnvelope) Descriptor() ([]byte, []int) + func (*SignaturePolicyEnvelope) ProtoMessage() + func (dst *SignaturePolicyEnvelope) XXX_Merge(src proto.Message) + func (m *SignaturePolicyEnvelope) GetIdentities() []*msp.MSPPrincipal + func (m *SignaturePolicyEnvelope) GetRule() *SignaturePolicy + func (m *SignaturePolicyEnvelope) GetVersion() int32 + func (m *SignaturePolicyEnvelope) Reset() + func (m *SignaturePolicyEnvelope) String() string + func (m *SignaturePolicyEnvelope) XXX_DiscardUnknown() + func (m *SignaturePolicyEnvelope) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *SignaturePolicyEnvelope) XXX_Size() int + func (m *SignaturePolicyEnvelope) XXX_Unmarshal(b []byte) error + type SignaturePolicy_NOutOf struct + N int32 + Rules []*SignaturePolicy + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*SignaturePolicy_NOutOf) Descriptor() ([]byte, []int) + func (*SignaturePolicy_NOutOf) ProtoMessage() + func (dst *SignaturePolicy_NOutOf) XXX_Merge(src proto.Message) + func (m *SignaturePolicy_NOutOf) GetN() int32 + func (m *SignaturePolicy_NOutOf) GetRules() []*SignaturePolicy + func (m *SignaturePolicy_NOutOf) Reset() + func (m *SignaturePolicy_NOutOf) String() string + func (m *SignaturePolicy_NOutOf) XXX_DiscardUnknown() + func (m *SignaturePolicy_NOutOf) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *SignaturePolicy_NOutOf) XXX_Size() int + func (m *SignaturePolicy_NOutOf) XXX_Unmarshal(b []byte) error + type SignaturePolicy_NOutOf_ struct + NOutOf *SignaturePolicy_NOutOf + type SignaturePolicy_SignedBy struct + SignedBy int32 + type SignedData struct + Data []byte + Identity []byte + Signature []byte + type StaticCollectionConfig struct + BlockToLive uint64 + MaximumPeerCount int32 + MemberOnlyRead bool + MemberOrgsPolicy *CollectionPolicyConfig + Name string + RequiredPeerCount int32 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*StaticCollectionConfig) Descriptor() ([]byte, []int) + func (*StaticCollectionConfig) ProtoMessage() + func (dst *StaticCollectionConfig) XXX_Merge(src proto.Message) + func (m *StaticCollectionConfig) GetBlockToLive() uint64 + func (m *StaticCollectionConfig) GetMaximumPeerCount() int32 + func (m *StaticCollectionConfig) GetMemberOnlyRead() bool + func (m *StaticCollectionConfig) GetMemberOrgsPolicy() *CollectionPolicyConfig + func (m *StaticCollectionConfig) GetName() string + func (m *StaticCollectionConfig) GetRequiredPeerCount() int32 + func (m *StaticCollectionConfig) Reset() + func (m *StaticCollectionConfig) String() string + func (m *StaticCollectionConfig) XXX_DiscardUnknown() + func (m *StaticCollectionConfig) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *StaticCollectionConfig) XXX_Size() int + func (m *StaticCollectionConfig) XXX_Unmarshal(b []byte) error + type Status int32 + const Status_BAD_REQUEST + const Status_FORBIDDEN + const Status_INTERNAL_SERVER_ERROR + const Status_NOT_FOUND + const Status_NOT_IMPLEMENTED + const Status_REQUEST_ENTITY_TOO_LARGE + const Status_SERVICE_UNAVAILABLE + const Status_SUCCESS + const Status_UNKNOWN + func (Status) EnumDescriptor() ([]byte, []int) + func (x Status) String() string