Versions in this module Expand all Collapse all v1 v1.4.11 Mar 2, 2021 Changes in this version + var ChaincodeDeploymentSpec_ExecutionEnvironment_name = map[int32]string + var ChaincodeDeploymentSpec_ExecutionEnvironment_value = map[string]int32 + var ChaincodeMessage_Type_name = map[int32]string + var ChaincodeMessage_Type_value = map[string]int32 + var ChaincodeSpec_Type_name = map[int32]string + var ChaincodeSpec_Type_value = map[string]int32 + var ConfidentialityLevel_name = map[int32]string + var ConfidentialityLevel_value = map[string]int32 + var MetaDataKeys_name = map[int32]string + var MetaDataKeys_value = map[string]int32 + var ServerStatus_StatusCode_name = map[int32]string + var ServerStatus_StatusCode_value = map[string]int32 + var TxValidationCode_name = map[int32]string + var TxValidationCode_value = map[string]int32 + func RegisterAdminServer(s *grpc.Server, srv AdminServer) + func RegisterChaincodeSupportServer(s *grpc.Server, srv ChaincodeSupportServer) + func RegisterDeliverServer(s *grpc.Server, srv DeliverServer) + func RegisterEndorserServer(s *grpc.Server, srv EndorserServer) + type ACLs struct + Acls map[string]*APIResource + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*ACLs) Descriptor() ([]byte, []int) + func (*ACLs) ProtoMessage() + func (dst *ACLs) XXX_Merge(src proto.Message) + func (m *ACLs) GetAcls() map[string]*APIResource + func (m *ACLs) Reset() + func (m *ACLs) String() string + func (m *ACLs) XXX_DiscardUnknown() + func (m *ACLs) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ACLs) XXX_Size() int + func (m *ACLs) XXX_Unmarshal(b []byte) error + type APIResource struct + PolicyRef string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*APIResource) Descriptor() ([]byte, []int) + func (*APIResource) ProtoMessage() + func (dst *APIResource) XXX_Merge(src proto.Message) + func (m *APIResource) GetPolicyRef() string + func (m *APIResource) Reset() + func (m *APIResource) String() string + func (m *APIResource) XXX_DiscardUnknown() + func (m *APIResource) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *APIResource) XXX_Size() int + func (m *APIResource) XXX_Unmarshal(b []byte) error + type AdminClient interface + GetLogSpec func(ctx context.Context, in *common.Envelope, opts ...grpc.CallOption) (*LogSpecResponse, error) + GetModuleLogLevel func(ctx context.Context, in *common.Envelope, opts ...grpc.CallOption) (*LogLevelResponse, error) + GetStatus func(ctx context.Context, in *common.Envelope, opts ...grpc.CallOption) (*ServerStatus, error) + RevertLogLevels func(ctx context.Context, in *common.Envelope, opts ...grpc.CallOption) (*empty.Empty, error) + SetLogSpec func(ctx context.Context, in *common.Envelope, opts ...grpc.CallOption) (*LogSpecResponse, error) + SetModuleLogLevel func(ctx context.Context, in *common.Envelope, opts ...grpc.CallOption) (*LogLevelResponse, error) + StartServer func(ctx context.Context, in *common.Envelope, opts ...grpc.CallOption) (*ServerStatus, error) + func NewAdminClient(cc *grpc.ClientConn) AdminClient + type AdminOperation struct + Content isAdminOperation_Content + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*AdminOperation) Descriptor() ([]byte, []int) + func (*AdminOperation) ProtoMessage() + func (*AdminOperation) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, ...) + func (dst *AdminOperation) XXX_Merge(src proto.Message) + func (m *AdminOperation) GetContent() isAdminOperation_Content + func (m *AdminOperation) GetLogReq() *LogLevelRequest + func (m *AdminOperation) GetLogSpecReq() *LogSpecRequest + func (m *AdminOperation) Reset() + func (m *AdminOperation) String() string + func (m *AdminOperation) XXX_DiscardUnknown() + func (m *AdminOperation) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *AdminOperation) XXX_Size() int + func (m *AdminOperation) XXX_Unmarshal(b []byte) error + type AdminOperation_LogReq struct + LogReq *LogLevelRequest + type AdminOperation_LogSpecReq struct + LogSpecReq *LogSpecRequest + type AdminServer interface + GetLogSpec func(context.Context, *common.Envelope) (*LogSpecResponse, error) + GetModuleLogLevel func(context.Context, *common.Envelope) (*LogLevelResponse, error) + GetStatus func(context.Context, *common.Envelope) (*ServerStatus, error) + RevertLogLevels func(context.Context, *common.Envelope) (*empty.Empty, error) + SetLogSpec func(context.Context, *common.Envelope) (*LogSpecResponse, error) + SetModuleLogLevel func(context.Context, *common.Envelope) (*LogLevelResponse, error) + StartServer func(context.Context, *common.Envelope) (*ServerStatus, error) + type AnchorPeer struct + Host string + Port int32 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*AnchorPeer) Descriptor() ([]byte, []int) + func (*AnchorPeer) ProtoMessage() + func (dst *AnchorPeer) XXX_Merge(src proto.Message) + func (m *AnchorPeer) GetHost() string + func (m *AnchorPeer) GetPort() int32 + func (m *AnchorPeer) Reset() + func (m *AnchorPeer) String() string + func (m *AnchorPeer) XXX_DiscardUnknown() + func (m *AnchorPeer) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *AnchorPeer) XXX_Size() int + func (m *AnchorPeer) XXX_Unmarshal(b []byte) error + type AnchorPeers struct + AnchorPeers []*AnchorPeer + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*AnchorPeers) Descriptor() ([]byte, []int) + func (*AnchorPeers) ProtoMessage() + func (dst *AnchorPeers) XXX_Merge(src proto.Message) + func (m *AnchorPeers) GetAnchorPeers() []*AnchorPeer + func (m *AnchorPeers) Reset() + func (m *AnchorPeers) String() string + func (m *AnchorPeers) XXX_DiscardUnknown() + func (m *AnchorPeers) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *AnchorPeers) XXX_Size() int + func (m *AnchorPeers) XXX_Unmarshal(b []byte) error + type ChaincodeAction struct + ChaincodeId *ChaincodeID + Events []byte + Response *Response + Results []byte + TokenExpectation *token.TokenExpectation + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*ChaincodeAction) Descriptor() ([]byte, []int) + func (*ChaincodeAction) ProtoMessage() + func (ca *ChaincodeAction) StaticallyOpaqueFieldProto(name string) (proto.Message, error) + func (ca *ChaincodeAction) StaticallyOpaqueFields() []string + func (dst *ChaincodeAction) XXX_Merge(src proto.Message) + func (m *ChaincodeAction) GetChaincodeId() *ChaincodeID + func (m *ChaincodeAction) GetEvents() []byte + func (m *ChaincodeAction) GetResponse() *Response + func (m *ChaincodeAction) GetResults() []byte + func (m *ChaincodeAction) GetTokenExpectation() *token.TokenExpectation + func (m *ChaincodeAction) Reset() + func (m *ChaincodeAction) String() string + func (m *ChaincodeAction) XXX_DiscardUnknown() + func (m *ChaincodeAction) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ChaincodeAction) XXX_Size() int + func (m *ChaincodeAction) XXX_Unmarshal(b []byte) error + type ChaincodeActionPayload struct + Action *ChaincodeEndorsedAction + ChaincodeProposalPayload []byte + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*ChaincodeActionPayload) Descriptor() ([]byte, []int) + func (*ChaincodeActionPayload) ProtoMessage() + func (cap *ChaincodeActionPayload) StaticallyOpaqueFieldProto(name string) (proto.Message, error) + func (cap *ChaincodeActionPayload) StaticallyOpaqueFields() []string + func (dst *ChaincodeActionPayload) XXX_Merge(src proto.Message) + func (m *ChaincodeActionPayload) GetAction() *ChaincodeEndorsedAction + func (m *ChaincodeActionPayload) GetChaincodeProposalPayload() []byte + func (m *ChaincodeActionPayload) Reset() + func (m *ChaincodeActionPayload) String() string + func (m *ChaincodeActionPayload) XXX_DiscardUnknown() + func (m *ChaincodeActionPayload) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ChaincodeActionPayload) XXX_Size() int + func (m *ChaincodeActionPayload) XXX_Unmarshal(b []byte) error + type ChaincodeDeploymentSpec struct + ChaincodeSpec *ChaincodeSpec + CodePackage []byte + ExecEnv ChaincodeDeploymentSpec_ExecutionEnvironment + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*ChaincodeDeploymentSpec) Descriptor() ([]byte, []int) + func (*ChaincodeDeploymentSpec) ProtoMessage() + func (cds *ChaincodeDeploymentSpec) Bytes() []byte + func (cds *ChaincodeDeploymentSpec) CCType() string + func (cds *ChaincodeDeploymentSpec) Name() string + func (cds *ChaincodeDeploymentSpec) Path() string + func (cds *ChaincodeDeploymentSpec) Version() string + func (dst *ChaincodeDeploymentSpec) XXX_Merge(src proto.Message) + func (m *ChaincodeDeploymentSpec) GetChaincodeSpec() *ChaincodeSpec + func (m *ChaincodeDeploymentSpec) GetCodePackage() []byte + func (m *ChaincodeDeploymentSpec) GetExecEnv() ChaincodeDeploymentSpec_ExecutionEnvironment + func (m *ChaincodeDeploymentSpec) Reset() + func (m *ChaincodeDeploymentSpec) String() string + func (m *ChaincodeDeploymentSpec) XXX_DiscardUnknown() + func (m *ChaincodeDeploymentSpec) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ChaincodeDeploymentSpec) XXX_Size() int + func (m *ChaincodeDeploymentSpec) XXX_Unmarshal(b []byte) error + type ChaincodeDeploymentSpec_ExecutionEnvironment int32 + const ChaincodeDeploymentSpec_DOCKER + const ChaincodeDeploymentSpec_SYSTEM + func (ChaincodeDeploymentSpec_ExecutionEnvironment) EnumDescriptor() ([]byte, []int) + func (x ChaincodeDeploymentSpec_ExecutionEnvironment) String() string + type ChaincodeEndorsedAction struct + Endorsements []*Endorsement + ProposalResponsePayload []byte + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*ChaincodeEndorsedAction) Descriptor() ([]byte, []int) + func (*ChaincodeEndorsedAction) ProtoMessage() + func (cae *ChaincodeEndorsedAction) StaticallyOpaqueFieldProto(name string) (proto.Message, error) + func (cae *ChaincodeEndorsedAction) StaticallyOpaqueFields() []string + func (dst *ChaincodeEndorsedAction) XXX_Merge(src proto.Message) + func (m *ChaincodeEndorsedAction) GetEndorsements() []*Endorsement + func (m *ChaincodeEndorsedAction) GetProposalResponsePayload() []byte + func (m *ChaincodeEndorsedAction) Reset() + func (m *ChaincodeEndorsedAction) String() string + func (m *ChaincodeEndorsedAction) XXX_DiscardUnknown() + func (m *ChaincodeEndorsedAction) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ChaincodeEndorsedAction) XXX_Size() int + func (m *ChaincodeEndorsedAction) XXX_Unmarshal(b []byte) error + type ChaincodeEndorsement struct + Name string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*ChaincodeEndorsement) Descriptor() ([]byte, []int) + func (*ChaincodeEndorsement) ProtoMessage() + func (dst *ChaincodeEndorsement) XXX_Merge(src proto.Message) + func (m *ChaincodeEndorsement) GetName() string + func (m *ChaincodeEndorsement) Reset() + func (m *ChaincodeEndorsement) String() string + func (m *ChaincodeEndorsement) XXX_DiscardUnknown() + func (m *ChaincodeEndorsement) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ChaincodeEndorsement) XXX_Size() int + func (m *ChaincodeEndorsement) XXX_Unmarshal(b []byte) error + type ChaincodeEvent struct + ChaincodeId string + EventName string + Payload []byte + TxId string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*ChaincodeEvent) Descriptor() ([]byte, []int) + func (*ChaincodeEvent) ProtoMessage() + func (dst *ChaincodeEvent) XXX_Merge(src proto.Message) + func (m *ChaincodeEvent) GetChaincodeId() string + func (m *ChaincodeEvent) GetEventName() string + func (m *ChaincodeEvent) GetPayload() []byte + func (m *ChaincodeEvent) GetTxId() string + func (m *ChaincodeEvent) Reset() + func (m *ChaincodeEvent) String() string + func (m *ChaincodeEvent) XXX_DiscardUnknown() + func (m *ChaincodeEvent) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ChaincodeEvent) XXX_Size() int + func (m *ChaincodeEvent) XXX_Unmarshal(b []byte) error + type ChaincodeHeaderExtension struct + ChaincodeId *ChaincodeID + PayloadVisibility []byte + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*ChaincodeHeaderExtension) Descriptor() ([]byte, []int) + func (*ChaincodeHeaderExtension) ProtoMessage() + func (dst *ChaincodeHeaderExtension) XXX_Merge(src proto.Message) + func (m *ChaincodeHeaderExtension) GetChaincodeId() *ChaincodeID + func (m *ChaincodeHeaderExtension) GetPayloadVisibility() []byte + func (m *ChaincodeHeaderExtension) Reset() + func (m *ChaincodeHeaderExtension) String() string + func (m *ChaincodeHeaderExtension) XXX_DiscardUnknown() + func (m *ChaincodeHeaderExtension) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ChaincodeHeaderExtension) XXX_Size() int + func (m *ChaincodeHeaderExtension) XXX_Unmarshal(b []byte) error + type ChaincodeID struct + Name string + Path string + Version string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*ChaincodeID) Descriptor() ([]byte, []int) + func (*ChaincodeID) ProtoMessage() + func (dst *ChaincodeID) XXX_Merge(src proto.Message) + func (m *ChaincodeID) GetName() string + func (m *ChaincodeID) GetPath() string + func (m *ChaincodeID) GetVersion() string + func (m *ChaincodeID) Reset() + func (m *ChaincodeID) String() string + func (m *ChaincodeID) XXX_DiscardUnknown() + func (m *ChaincodeID) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ChaincodeID) XXX_Size() int + func (m *ChaincodeID) XXX_Unmarshal(b []byte) error + type ChaincodeIdentifier struct + Hash []byte + Version string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*ChaincodeIdentifier) Descriptor() ([]byte, []int) + func (*ChaincodeIdentifier) ProtoMessage() + func (dst *ChaincodeIdentifier) XXX_Merge(src proto.Message) + func (m *ChaincodeIdentifier) GetHash() []byte + func (m *ChaincodeIdentifier) GetVersion() string + func (m *ChaincodeIdentifier) Reset() + func (m *ChaincodeIdentifier) String() string + func (m *ChaincodeIdentifier) XXX_DiscardUnknown() + func (m *ChaincodeIdentifier) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ChaincodeIdentifier) XXX_Size() int + func (m *ChaincodeIdentifier) XXX_Unmarshal(b []byte) error + type ChaincodeInfo struct + Escc string + Id []byte + Input string + Name string + Path string + Version string + Vscc string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*ChaincodeInfo) Descriptor() ([]byte, []int) + func (*ChaincodeInfo) ProtoMessage() + func (dst *ChaincodeInfo) XXX_Merge(src proto.Message) + func (m *ChaincodeInfo) GetEscc() string + func (m *ChaincodeInfo) GetId() []byte + func (m *ChaincodeInfo) GetInput() string + func (m *ChaincodeInfo) GetName() string + func (m *ChaincodeInfo) GetPath() string + func (m *ChaincodeInfo) GetVersion() string + func (m *ChaincodeInfo) GetVscc() string + func (m *ChaincodeInfo) Reset() + func (m *ChaincodeInfo) String() string + func (m *ChaincodeInfo) XXX_DiscardUnknown() + func (m *ChaincodeInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ChaincodeInfo) XXX_Size() int + func (m *ChaincodeInfo) XXX_Unmarshal(b []byte) error + type ChaincodeInput struct + Args [][]byte + Decorations map[string][]byte + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*ChaincodeInput) Descriptor() ([]byte, []int) + func (*ChaincodeInput) ProtoMessage() + func (c *ChaincodeInput) UnmarshalJSON(b []byte) error + func (dst *ChaincodeInput) XXX_Merge(src proto.Message) + func (m *ChaincodeInput) GetArgs() [][]byte + func (m *ChaincodeInput) GetDecorations() map[string][]byte + func (m *ChaincodeInput) Reset() + func (m *ChaincodeInput) String() string + func (m *ChaincodeInput) XXX_DiscardUnknown() + func (m *ChaincodeInput) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ChaincodeInput) XXX_Size() int + func (m *ChaincodeInput) XXX_Unmarshal(b []byte) error + type ChaincodeInvocationSpec struct + ChaincodeSpec *ChaincodeSpec + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*ChaincodeInvocationSpec) Descriptor() ([]byte, []int) + func (*ChaincodeInvocationSpec) ProtoMessage() + func (dst *ChaincodeInvocationSpec) XXX_Merge(src proto.Message) + func (m *ChaincodeInvocationSpec) GetChaincodeSpec() *ChaincodeSpec + func (m *ChaincodeInvocationSpec) Reset() + func (m *ChaincodeInvocationSpec) String() string + func (m *ChaincodeInvocationSpec) XXX_DiscardUnknown() + func (m *ChaincodeInvocationSpec) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ChaincodeInvocationSpec) XXX_Size() int + func (m *ChaincodeInvocationSpec) XXX_Unmarshal(b []byte) error + type ChaincodeMessage struct + ChaincodeEvent *ChaincodeEvent + ChannelId string + Payload []byte + Proposal *SignedProposal + Timestamp *timestamp.Timestamp + Txid string + Type ChaincodeMessage_Type + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*ChaincodeMessage) Descriptor() ([]byte, []int) + func (*ChaincodeMessage) ProtoMessage() + func (dst *ChaincodeMessage) XXX_Merge(src proto.Message) + func (m *ChaincodeMessage) GetChaincodeEvent() *ChaincodeEvent + func (m *ChaincodeMessage) GetChannelId() string + func (m *ChaincodeMessage) GetPayload() []byte + func (m *ChaincodeMessage) GetProposal() *SignedProposal + func (m *ChaincodeMessage) GetTimestamp() *timestamp.Timestamp + func (m *ChaincodeMessage) GetTxid() string + func (m *ChaincodeMessage) GetType() ChaincodeMessage_Type + func (m *ChaincodeMessage) Reset() + func (m *ChaincodeMessage) String() string + func (m *ChaincodeMessage) XXX_DiscardUnknown() + func (m *ChaincodeMessage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ChaincodeMessage) XXX_Size() int + func (m *ChaincodeMessage) XXX_Unmarshal(b []byte) error + type ChaincodeMessage_Type int32 + const ChaincodeMessage_COMPLETED + const ChaincodeMessage_DEL_STATE + const ChaincodeMessage_ERROR + const ChaincodeMessage_GET_HISTORY_FOR_KEY + const ChaincodeMessage_GET_PRIVATE_DATA_HASH + const ChaincodeMessage_GET_QUERY_RESULT + const ChaincodeMessage_GET_STATE + const ChaincodeMessage_GET_STATE_BY_RANGE + const ChaincodeMessage_GET_STATE_METADATA + const ChaincodeMessage_INIT + const ChaincodeMessage_INVOKE_CHAINCODE + const ChaincodeMessage_KEEPALIVE + const ChaincodeMessage_PUT_STATE + const ChaincodeMessage_PUT_STATE_METADATA + const ChaincodeMessage_QUERY_STATE_CLOSE + const ChaincodeMessage_QUERY_STATE_NEXT + const ChaincodeMessage_READY + const ChaincodeMessage_REGISTER + const ChaincodeMessage_REGISTERED + const ChaincodeMessage_RESPONSE + const ChaincodeMessage_TRANSACTION + const ChaincodeMessage_UNDEFINED + func (ChaincodeMessage_Type) EnumDescriptor() ([]byte, []int) + func (x ChaincodeMessage_Type) String() string + type ChaincodeProposalPayload struct + Input []byte + TransientMap map[string][]byte + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*ChaincodeProposalPayload) Descriptor() ([]byte, []int) + func (*ChaincodeProposalPayload) ProtoMessage() + func (cpp *ChaincodeProposalPayload) StaticallyOpaqueFieldProto(name string) (proto.Message, error) + func (cpp *ChaincodeProposalPayload) StaticallyOpaqueFields() []string + func (dst *ChaincodeProposalPayload) XXX_Merge(src proto.Message) + func (m *ChaincodeProposalPayload) GetInput() []byte + func (m *ChaincodeProposalPayload) GetTransientMap() map[string][]byte + func (m *ChaincodeProposalPayload) Reset() + func (m *ChaincodeProposalPayload) String() string + func (m *ChaincodeProposalPayload) XXX_DiscardUnknown() + func (m *ChaincodeProposalPayload) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ChaincodeProposalPayload) XXX_Size() int + func (m *ChaincodeProposalPayload) XXX_Unmarshal(b []byte) error + type ChaincodeQueryResponse struct + Chaincodes []*ChaincodeInfo + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*ChaincodeQueryResponse) Descriptor() ([]byte, []int) + func (*ChaincodeQueryResponse) ProtoMessage() + func (dst *ChaincodeQueryResponse) XXX_Merge(src proto.Message) + func (m *ChaincodeQueryResponse) GetChaincodes() []*ChaincodeInfo + func (m *ChaincodeQueryResponse) Reset() + func (m *ChaincodeQueryResponse) String() string + func (m *ChaincodeQueryResponse) XXX_DiscardUnknown() + func (m *ChaincodeQueryResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ChaincodeQueryResponse) XXX_Size() int + func (m *ChaincodeQueryResponse) XXX_Unmarshal(b []byte) error + type ChaincodeSpec struct + ChaincodeId *ChaincodeID + Input *ChaincodeInput + Timeout int32 + Type ChaincodeSpec_Type + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*ChaincodeSpec) Descriptor() ([]byte, []int) + func (*ChaincodeSpec) ProtoMessage() + func (cs *ChaincodeSpec) CCType() string + func (cs *ChaincodeSpec) Name() string + func (cs *ChaincodeSpec) Path() string + func (cs *ChaincodeSpec) Version() string + func (dst *ChaincodeSpec) XXX_Merge(src proto.Message) + func (m *ChaincodeSpec) GetChaincodeId() *ChaincodeID + func (m *ChaincodeSpec) GetInput() *ChaincodeInput + func (m *ChaincodeSpec) GetTimeout() int32 + func (m *ChaincodeSpec) GetType() ChaincodeSpec_Type + func (m *ChaincodeSpec) Reset() + func (m *ChaincodeSpec) String() string + func (m *ChaincodeSpec) XXX_DiscardUnknown() + func (m *ChaincodeSpec) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ChaincodeSpec) XXX_Size() int + func (m *ChaincodeSpec) XXX_Unmarshal(b []byte) error + type ChaincodeSpec_Type int32 + const ChaincodeSpec_CAR + const ChaincodeSpec_GOLANG + const ChaincodeSpec_JAVA + const ChaincodeSpec_NODE + const ChaincodeSpec_UNDEFINED + func (ChaincodeSpec_Type) EnumDescriptor() ([]byte, []int) + func (x ChaincodeSpec_Type) String() string + type ChaincodeSupportClient interface + Register func(ctx context.Context, opts ...grpc.CallOption) (ChaincodeSupport_RegisterClient, error) + func NewChaincodeSupportClient(cc *grpc.ClientConn) ChaincodeSupportClient + type ChaincodeSupportServer interface + Register func(ChaincodeSupport_RegisterServer) error + type ChaincodeSupport_RegisterClient interface + Recv func() (*ChaincodeMessage, error) + Send func(*ChaincodeMessage) error + type ChaincodeSupport_RegisterServer interface + Recv func() (*ChaincodeMessage, error) + Send func(*ChaincodeMessage) error + type ChaincodeValidation struct + Argument []byte + Name string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*ChaincodeValidation) Descriptor() ([]byte, []int) + func (*ChaincodeValidation) ProtoMessage() + func (dst *ChaincodeValidation) XXX_Merge(src proto.Message) + func (m *ChaincodeValidation) GetArgument() []byte + func (m *ChaincodeValidation) GetName() string + func (m *ChaincodeValidation) Reset() + func (m *ChaincodeValidation) String() string + func (m *ChaincodeValidation) XXX_DiscardUnknown() + func (m *ChaincodeValidation) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ChaincodeValidation) XXX_Size() int + func (m *ChaincodeValidation) XXX_Unmarshal(b []byte) error + type ChannelInfo struct + ChannelId string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*ChannelInfo) Descriptor() ([]byte, []int) + func (*ChannelInfo) ProtoMessage() + func (dst *ChannelInfo) XXX_Merge(src proto.Message) + func (m *ChannelInfo) GetChannelId() string + func (m *ChannelInfo) Reset() + func (m *ChannelInfo) String() string + func (m *ChannelInfo) XXX_DiscardUnknown() + func (m *ChannelInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ChannelInfo) XXX_Size() int + func (m *ChannelInfo) XXX_Unmarshal(b []byte) error + type ChannelQueryResponse struct + Channels []*ChannelInfo + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*ChannelQueryResponse) Descriptor() ([]byte, []int) + func (*ChannelQueryResponse) ProtoMessage() + func (dst *ChannelQueryResponse) XXX_Merge(src proto.Message) + func (m *ChannelQueryResponse) GetChannels() []*ChannelInfo + func (m *ChannelQueryResponse) Reset() + func (m *ChannelQueryResponse) String() string + func (m *ChannelQueryResponse) XXX_DiscardUnknown() + func (m *ChannelQueryResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ChannelQueryResponse) XXX_Size() int + func (m *ChannelQueryResponse) XXX_Unmarshal(b []byte) error + type ConfidentialityLevel int32 + const ConfidentialityLevel_CONFIDENTIAL + const ConfidentialityLevel_PUBLIC + func (ConfidentialityLevel) EnumDescriptor() ([]byte, []int) + func (x ConfidentialityLevel) String() string + type ConfigTree struct + ChannelConfig *common.Config + ResourcesConfig *common.Config + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*ConfigTree) Descriptor() ([]byte, []int) + func (*ConfigTree) ProtoMessage() + func (dst *ConfigTree) XXX_Merge(src proto.Message) + func (m *ConfigTree) GetChannelConfig() *common.Config + func (m *ConfigTree) GetResourcesConfig() *common.Config + func (m *ConfigTree) Reset() + func (m *ConfigTree) String() string + func (m *ConfigTree) XXX_DiscardUnknown() + func (m *ConfigTree) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ConfigTree) XXX_Size() int + func (m *ConfigTree) XXX_Unmarshal(b []byte) error + type DelState struct + Collection string + Key string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*DelState) Descriptor() ([]byte, []int) + func (*DelState) ProtoMessage() + func (dst *DelState) XXX_Merge(src proto.Message) + func (m *DelState) GetCollection() string + func (m *DelState) GetKey() string + func (m *DelState) Reset() + func (m *DelState) String() string + func (m *DelState) XXX_DiscardUnknown() + func (m *DelState) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *DelState) XXX_Size() int + func (m *DelState) XXX_Unmarshal(b []byte) error + type DeliverClient interface + Deliver func(ctx context.Context, opts ...grpc.CallOption) (Deliver_DeliverClient, error) + DeliverFiltered func(ctx context.Context, opts ...grpc.CallOption) (Deliver_DeliverFilteredClient, error) + func NewDeliverClient(cc *grpc.ClientConn) DeliverClient + type DeliverResponse struct + Type isDeliverResponse_Type + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*DeliverResponse) Descriptor() ([]byte, []int) + func (*DeliverResponse) ProtoMessage() + func (*DeliverResponse) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, ...) + func (dst *DeliverResponse) XXX_Merge(src proto.Message) + func (m *DeliverResponse) GetBlock() *common.Block + func (m *DeliverResponse) GetFilteredBlock() *FilteredBlock + func (m *DeliverResponse) GetStatus() common.Status + func (m *DeliverResponse) GetType() isDeliverResponse_Type + func (m *DeliverResponse) Reset() + func (m *DeliverResponse) String() string + func (m *DeliverResponse) XXX_DiscardUnknown() + func (m *DeliverResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *DeliverResponse) XXX_Size() int + func (m *DeliverResponse) XXX_Unmarshal(b []byte) error + type DeliverResponse_Block struct + Block *common.Block + type DeliverResponse_FilteredBlock struct + FilteredBlock *FilteredBlock + type DeliverResponse_Status struct + Status common.Status + type DeliverServer interface + Deliver func(Deliver_DeliverServer) error + DeliverFiltered func(Deliver_DeliverFilteredServer) error + type Deliver_DeliverClient interface + Recv func() (*DeliverResponse, error) + Send func(*common.Envelope) error + type Deliver_DeliverFilteredClient interface + Recv func() (*DeliverResponse, error) + Send func(*common.Envelope) error + type Deliver_DeliverFilteredServer interface + Recv func() (*common.Envelope, error) + Send func(*DeliverResponse) error + type Deliver_DeliverServer interface + Recv func() (*common.Envelope, error) + Send func(*DeliverResponse) error + type DynamicApplicationConfigValue struct + func (ccv *DynamicApplicationConfigValue) VariablyOpaqueFieldProto(name string) (proto.Message, error) + type DynamicApplicationGroup struct + func (dag *DynamicApplicationGroup) DynamicMapFieldProto(name string, key string, base proto.Message) (proto.Message, error) + type DynamicApplicationGroupFactory struct + func (dagf DynamicApplicationGroupFactory) DynamicConfigGroup(cg *common.ConfigGroup) proto.Message + type DynamicApplicationOrgConfigValue struct + func (daocv *DynamicApplicationOrgConfigValue) VariablyOpaqueFieldProto(name string) (proto.Message, error) + type DynamicApplicationOrgGroup struct + func (dag *DynamicApplicationOrgGroup) DynamicMapFieldProto(name string, key string, base proto.Message) (proto.Message, error) + type Endorsement struct + Endorser []byte + Signature []byte + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*Endorsement) Descriptor() ([]byte, []int) + func (*Endorsement) ProtoMessage() + func (dst *Endorsement) XXX_Merge(src proto.Message) + func (m *Endorsement) GetEndorser() []byte + func (m *Endorsement) GetSignature() []byte + func (m *Endorsement) Reset() + func (m *Endorsement) String() string + func (m *Endorsement) XXX_DiscardUnknown() + func (m *Endorsement) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Endorsement) XXX_Size() int + func (m *Endorsement) XXX_Unmarshal(b []byte) error + type EndorserClient interface + ProcessProposal func(ctx context.Context, in *SignedProposal, opts ...grpc.CallOption) (*ProposalResponse, error) + func NewEndorserClient(cc *grpc.ClientConn) EndorserClient + type EndorserServer interface + ProcessProposal func(context.Context, *SignedProposal) (*ProposalResponse, error) + type FilteredBlock struct + ChannelId string + FilteredTransactions []*FilteredTransaction + Number uint64 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*FilteredBlock) Descriptor() ([]byte, []int) + func (*FilteredBlock) ProtoMessage() + func (dst *FilteredBlock) XXX_Merge(src proto.Message) + func (m *FilteredBlock) GetChannelId() string + func (m *FilteredBlock) GetFilteredTransactions() []*FilteredTransaction + func (m *FilteredBlock) GetNumber() uint64 + func (m *FilteredBlock) Reset() + func (m *FilteredBlock) String() string + func (m *FilteredBlock) XXX_DiscardUnknown() + func (m *FilteredBlock) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *FilteredBlock) XXX_Size() int + func (m *FilteredBlock) XXX_Unmarshal(b []byte) error + type FilteredChaincodeAction struct + ChaincodeEvent *ChaincodeEvent + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*FilteredChaincodeAction) Descriptor() ([]byte, []int) + func (*FilteredChaincodeAction) ProtoMessage() + func (dst *FilteredChaincodeAction) XXX_Merge(src proto.Message) + func (m *FilteredChaincodeAction) GetChaincodeEvent() *ChaincodeEvent + func (m *FilteredChaincodeAction) Reset() + func (m *FilteredChaincodeAction) String() string + func (m *FilteredChaincodeAction) XXX_DiscardUnknown() + func (m *FilteredChaincodeAction) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *FilteredChaincodeAction) XXX_Size() int + func (m *FilteredChaincodeAction) XXX_Unmarshal(b []byte) error + type FilteredTransaction struct + Data isFilteredTransaction_Data + TxValidationCode TxValidationCode + Txid string + Type common.HeaderType + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*FilteredTransaction) Descriptor() ([]byte, []int) + func (*FilteredTransaction) ProtoMessage() + func (*FilteredTransaction) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, ...) + func (dst *FilteredTransaction) XXX_Merge(src proto.Message) + func (m *FilteredTransaction) GetData() isFilteredTransaction_Data + func (m *FilteredTransaction) GetTransactionActions() *FilteredTransactionActions + func (m *FilteredTransaction) GetTxValidationCode() TxValidationCode + func (m *FilteredTransaction) GetTxid() string + func (m *FilteredTransaction) GetType() common.HeaderType + func (m *FilteredTransaction) Reset() + func (m *FilteredTransaction) String() string + func (m *FilteredTransaction) XXX_DiscardUnknown() + func (m *FilteredTransaction) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *FilteredTransaction) XXX_Size() int + func (m *FilteredTransaction) XXX_Unmarshal(b []byte) error + type FilteredTransactionActions struct + ChaincodeActions []*FilteredChaincodeAction + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*FilteredTransactionActions) Descriptor() ([]byte, []int) + func (*FilteredTransactionActions) ProtoMessage() + func (dst *FilteredTransactionActions) XXX_Merge(src proto.Message) + func (m *FilteredTransactionActions) GetChaincodeActions() []*FilteredChaincodeAction + func (m *FilteredTransactionActions) Reset() + func (m *FilteredTransactionActions) String() string + func (m *FilteredTransactionActions) XXX_DiscardUnknown() + func (m *FilteredTransactionActions) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *FilteredTransactionActions) XXX_Size() int + func (m *FilteredTransactionActions) XXX_Unmarshal(b []byte) error + type FilteredTransaction_TransactionActions struct + TransactionActions *FilteredTransactionActions + type GetHistoryForKey struct + Key string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*GetHistoryForKey) Descriptor() ([]byte, []int) + func (*GetHistoryForKey) ProtoMessage() + func (dst *GetHistoryForKey) XXX_Merge(src proto.Message) + func (m *GetHistoryForKey) GetKey() string + func (m *GetHistoryForKey) Reset() + func (m *GetHistoryForKey) String() string + func (m *GetHistoryForKey) XXX_DiscardUnknown() + func (m *GetHistoryForKey) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *GetHistoryForKey) XXX_Size() int + func (m *GetHistoryForKey) XXX_Unmarshal(b []byte) error + type GetQueryResult struct + Collection string + Metadata []byte + Query string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*GetQueryResult) Descriptor() ([]byte, []int) + func (*GetQueryResult) ProtoMessage() + func (dst *GetQueryResult) XXX_Merge(src proto.Message) + func (m *GetQueryResult) GetCollection() string + func (m *GetQueryResult) GetMetadata() []byte + func (m *GetQueryResult) GetQuery() string + func (m *GetQueryResult) Reset() + func (m *GetQueryResult) String() string + func (m *GetQueryResult) XXX_DiscardUnknown() + func (m *GetQueryResult) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *GetQueryResult) XXX_Size() int + func (m *GetQueryResult) XXX_Unmarshal(b []byte) error + type GetState struct + Collection string + Key string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*GetState) Descriptor() ([]byte, []int) + func (*GetState) ProtoMessage() + func (dst *GetState) XXX_Merge(src proto.Message) + func (m *GetState) GetCollection() string + func (m *GetState) GetKey() string + func (m *GetState) Reset() + func (m *GetState) String() string + func (m *GetState) XXX_DiscardUnknown() + func (m *GetState) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *GetState) XXX_Size() int + func (m *GetState) XXX_Unmarshal(b []byte) error + type GetStateByRange struct + Collection string + EndKey string + Metadata []byte + StartKey string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*GetStateByRange) Descriptor() ([]byte, []int) + func (*GetStateByRange) ProtoMessage() + func (dst *GetStateByRange) XXX_Merge(src proto.Message) + func (m *GetStateByRange) GetCollection() string + func (m *GetStateByRange) GetEndKey() string + func (m *GetStateByRange) GetMetadata() []byte + func (m *GetStateByRange) GetStartKey() string + func (m *GetStateByRange) Reset() + func (m *GetStateByRange) String() string + func (m *GetStateByRange) XXX_DiscardUnknown() + func (m *GetStateByRange) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *GetStateByRange) XXX_Size() int + func (m *GetStateByRange) XXX_Unmarshal(b []byte) error + type GetStateMetadata struct + Collection string + Key string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*GetStateMetadata) Descriptor() ([]byte, []int) + func (*GetStateMetadata) ProtoMessage() + func (dst *GetStateMetadata) XXX_Merge(src proto.Message) + func (m *GetStateMetadata) GetCollection() string + func (m *GetStateMetadata) GetKey() string + func (m *GetStateMetadata) Reset() + func (m *GetStateMetadata) String() string + func (m *GetStateMetadata) XXX_DiscardUnknown() + func (m *GetStateMetadata) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *GetStateMetadata) XXX_Size() int + func (m *GetStateMetadata) XXX_Unmarshal(b []byte) error + type LifecycleEvent struct + ChaincodeName string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*LifecycleEvent) Descriptor() ([]byte, []int) + func (*LifecycleEvent) ProtoMessage() + func (dst *LifecycleEvent) XXX_Merge(src proto.Message) + func (m *LifecycleEvent) GetChaincodeName() string + func (m *LifecycleEvent) Reset() + func (m *LifecycleEvent) String() string + func (m *LifecycleEvent) XXX_DiscardUnknown() + func (m *LifecycleEvent) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *LifecycleEvent) XXX_Size() int + func (m *LifecycleEvent) XXX_Unmarshal(b []byte) error + type LogLevelRequest struct + LogLevel string + LogModule string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*LogLevelRequest) Descriptor() ([]byte, []int) + func (*LogLevelRequest) ProtoMessage() + func (dst *LogLevelRequest) XXX_Merge(src proto.Message) + func (m *LogLevelRequest) GetLogLevel() string + func (m *LogLevelRequest) GetLogModule() string + func (m *LogLevelRequest) Reset() + func (m *LogLevelRequest) String() string + func (m *LogLevelRequest) XXX_DiscardUnknown() + func (m *LogLevelRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *LogLevelRequest) XXX_Size() int + func (m *LogLevelRequest) XXX_Unmarshal(b []byte) error + type LogLevelResponse struct + LogLevel string + LogModule string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*LogLevelResponse) Descriptor() ([]byte, []int) + func (*LogLevelResponse) ProtoMessage() + func (dst *LogLevelResponse) XXX_Merge(src proto.Message) + func (m *LogLevelResponse) GetLogLevel() string + func (m *LogLevelResponse) GetLogModule() string + func (m *LogLevelResponse) Reset() + func (m *LogLevelResponse) String() string + func (m *LogLevelResponse) XXX_DiscardUnknown() + func (m *LogLevelResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *LogLevelResponse) XXX_Size() int + func (m *LogLevelResponse) XXX_Unmarshal(b []byte) error + type LogSpecRequest struct + LogSpec string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*LogSpecRequest) Descriptor() ([]byte, []int) + func (*LogSpecRequest) ProtoMessage() + func (dst *LogSpecRequest) XXX_Merge(src proto.Message) + func (m *LogSpecRequest) GetLogSpec() string + func (m *LogSpecRequest) Reset() + func (m *LogSpecRequest) String() string + func (m *LogSpecRequest) XXX_DiscardUnknown() + func (m *LogSpecRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *LogSpecRequest) XXX_Size() int + func (m *LogSpecRequest) XXX_Unmarshal(b []byte) error + type LogSpecResponse struct + Error string + LogSpec string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*LogSpecResponse) Descriptor() ([]byte, []int) + func (*LogSpecResponse) ProtoMessage() + func (dst *LogSpecResponse) XXX_Merge(src proto.Message) + func (m *LogSpecResponse) GetError() string + func (m *LogSpecResponse) GetLogSpec() string + func (m *LogSpecResponse) Reset() + func (m *LogSpecResponse) String() string + func (m *LogSpecResponse) XXX_DiscardUnknown() + func (m *LogSpecResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *LogSpecResponse) XXX_Size() int + func (m *LogSpecResponse) XXX_Unmarshal(b []byte) error + type MetaDataKeys int32 + const MetaDataKeys_VALIDATION_PARAMETER + func (MetaDataKeys) EnumDescriptor() ([]byte, []int) + func (x MetaDataKeys) String() string + type PeerEndpoint struct + Address string + Id *PeerID + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*PeerEndpoint) Descriptor() ([]byte, []int) + func (*PeerEndpoint) ProtoMessage() + func (dst *PeerEndpoint) XXX_Merge(src proto.Message) + func (m *PeerEndpoint) GetAddress() string + func (m *PeerEndpoint) GetId() *PeerID + func (m *PeerEndpoint) Reset() + func (m *PeerEndpoint) String() string + func (m *PeerEndpoint) XXX_DiscardUnknown() + func (m *PeerEndpoint) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *PeerEndpoint) XXX_Size() int + func (m *PeerEndpoint) XXX_Unmarshal(b []byte) error + type PeerID struct + Name string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*PeerID) Descriptor() ([]byte, []int) + func (*PeerID) ProtoMessage() + func (dst *PeerID) XXX_Merge(src proto.Message) + func (m *PeerID) GetName() string + func (m *PeerID) Reset() + func (m *PeerID) String() string + func (m *PeerID) XXX_DiscardUnknown() + func (m *PeerID) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *PeerID) XXX_Size() int + func (m *PeerID) XXX_Unmarshal(b []byte) error + type ProcessedTransaction struct + TransactionEnvelope *common.Envelope + ValidationCode int32 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*ProcessedTransaction) Descriptor() ([]byte, []int) + func (*ProcessedTransaction) ProtoMessage() + func (dst *ProcessedTransaction) XXX_Merge(src proto.Message) + func (m *ProcessedTransaction) GetTransactionEnvelope() *common.Envelope + func (m *ProcessedTransaction) GetValidationCode() int32 + func (m *ProcessedTransaction) Reset() + func (m *ProcessedTransaction) String() string + func (m *ProcessedTransaction) XXX_DiscardUnknown() + func (m *ProcessedTransaction) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ProcessedTransaction) XXX_Size() int + func (m *ProcessedTransaction) XXX_Unmarshal(b []byte) error + type Proposal struct + Extension []byte + Header []byte + Payload []byte + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*Proposal) Descriptor() ([]byte, []int) + func (*Proposal) ProtoMessage() + func (dst *Proposal) XXX_Merge(src proto.Message) + func (m *Proposal) GetExtension() []byte + func (m *Proposal) GetHeader() []byte + func (m *Proposal) GetPayload() []byte + func (m *Proposal) Reset() + func (m *Proposal) String() string + func (m *Proposal) XXX_DiscardUnknown() + func (m *Proposal) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Proposal) XXX_Size() int + func (m *Proposal) XXX_Unmarshal(b []byte) error + type ProposalResponse struct + Endorsement *Endorsement + Payload []byte + Response *Response + Timestamp *timestamp.Timestamp + Version int32 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*ProposalResponse) Descriptor() ([]byte, []int) + func (*ProposalResponse) ProtoMessage() + func (dst *ProposalResponse) XXX_Merge(src proto.Message) + func (m *ProposalResponse) GetEndorsement() *Endorsement + func (m *ProposalResponse) GetPayload() []byte + func (m *ProposalResponse) GetResponse() *Response + func (m *ProposalResponse) GetTimestamp() *timestamp.Timestamp + func (m *ProposalResponse) GetVersion() int32 + func (m *ProposalResponse) Reset() + func (m *ProposalResponse) String() string + func (m *ProposalResponse) XXX_DiscardUnknown() + func (m *ProposalResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ProposalResponse) XXX_Size() int + func (m *ProposalResponse) XXX_Unmarshal(b []byte) error + type ProposalResponsePayload struct + Extension []byte + ProposalHash []byte + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*ProposalResponsePayload) Descriptor() ([]byte, []int) + func (*ProposalResponsePayload) ProtoMessage() + func (dst *ProposalResponsePayload) XXX_Merge(src proto.Message) + func (m *ProposalResponsePayload) GetExtension() []byte + func (m *ProposalResponsePayload) GetProposalHash() []byte + func (m *ProposalResponsePayload) Reset() + func (m *ProposalResponsePayload) String() string + func (m *ProposalResponsePayload) XXX_DiscardUnknown() + func (m *ProposalResponsePayload) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ProposalResponsePayload) XXX_Size() int + func (m *ProposalResponsePayload) XXX_Unmarshal(b []byte) error + func (ppr *ProposalResponsePayload) StaticallyOpaqueFieldProto(name string) (proto.Message, error) + func (ppr *ProposalResponsePayload) StaticallyOpaqueFields() []string + type PutState struct + Collection string + Key string + Value []byte + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*PutState) Descriptor() ([]byte, []int) + func (*PutState) ProtoMessage() + func (dst *PutState) XXX_Merge(src proto.Message) + func (m *PutState) GetCollection() string + func (m *PutState) GetKey() string + func (m *PutState) GetValue() []byte + func (m *PutState) Reset() + func (m *PutState) String() string + func (m *PutState) XXX_DiscardUnknown() + func (m *PutState) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *PutState) XXX_Size() int + func (m *PutState) XXX_Unmarshal(b []byte) error + type PutStateMetadata struct + Collection string + Key string + Metadata *StateMetadata + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*PutStateMetadata) Descriptor() ([]byte, []int) + func (*PutStateMetadata) ProtoMessage() + func (dst *PutStateMetadata) XXX_Merge(src proto.Message) + func (m *PutStateMetadata) GetCollection() string + func (m *PutStateMetadata) GetKey() string + func (m *PutStateMetadata) GetMetadata() *StateMetadata + func (m *PutStateMetadata) Reset() + func (m *PutStateMetadata) String() string + func (m *PutStateMetadata) XXX_DiscardUnknown() + func (m *PutStateMetadata) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *PutStateMetadata) XXX_Size() int + func (m *PutStateMetadata) XXX_Unmarshal(b []byte) error + type QueryMetadata struct + Bookmark string + PageSize int32 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*QueryMetadata) Descriptor() ([]byte, []int) + func (*QueryMetadata) ProtoMessage() + func (dst *QueryMetadata) XXX_Merge(src proto.Message) + func (m *QueryMetadata) GetBookmark() string + func (m *QueryMetadata) GetPageSize() int32 + func (m *QueryMetadata) Reset() + func (m *QueryMetadata) String() string + func (m *QueryMetadata) XXX_DiscardUnknown() + func (m *QueryMetadata) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryMetadata) XXX_Size() int + func (m *QueryMetadata) XXX_Unmarshal(b []byte) error + type QueryResponse struct + HasMore bool + Id string + Metadata []byte + Results []*QueryResultBytes + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*QueryResponse) Descriptor() ([]byte, []int) + func (*QueryResponse) ProtoMessage() + func (dst *QueryResponse) XXX_Merge(src proto.Message) + func (m *QueryResponse) GetHasMore() bool + func (m *QueryResponse) GetId() string + func (m *QueryResponse) GetMetadata() []byte + func (m *QueryResponse) GetResults() []*QueryResultBytes + func (m *QueryResponse) Reset() + func (m *QueryResponse) String() string + func (m *QueryResponse) XXX_DiscardUnknown() + func (m *QueryResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryResponse) XXX_Size() int + func (m *QueryResponse) XXX_Unmarshal(b []byte) error + type QueryResponseMetadata struct + Bookmark string + FetchedRecordsCount int32 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*QueryResponseMetadata) Descriptor() ([]byte, []int) + func (*QueryResponseMetadata) ProtoMessage() + func (dst *QueryResponseMetadata) XXX_Merge(src proto.Message) + func (m *QueryResponseMetadata) GetBookmark() string + func (m *QueryResponseMetadata) GetFetchedRecordsCount() int32 + func (m *QueryResponseMetadata) Reset() + func (m *QueryResponseMetadata) String() string + func (m *QueryResponseMetadata) XXX_DiscardUnknown() + func (m *QueryResponseMetadata) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryResponseMetadata) XXX_Size() int + func (m *QueryResponseMetadata) XXX_Unmarshal(b []byte) error + type QueryResultBytes struct + ResultBytes []byte + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*QueryResultBytes) Descriptor() ([]byte, []int) + func (*QueryResultBytes) ProtoMessage() + func (dst *QueryResultBytes) XXX_Merge(src proto.Message) + func (m *QueryResultBytes) GetResultBytes() []byte + func (m *QueryResultBytes) Reset() + func (m *QueryResultBytes) String() string + func (m *QueryResultBytes) XXX_DiscardUnknown() + func (m *QueryResultBytes) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryResultBytes) XXX_Size() int + func (m *QueryResultBytes) XXX_Unmarshal(b []byte) error + type QueryStateClose struct + Id string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*QueryStateClose) Descriptor() ([]byte, []int) + func (*QueryStateClose) ProtoMessage() + func (dst *QueryStateClose) XXX_Merge(src proto.Message) + func (m *QueryStateClose) GetId() string + func (m *QueryStateClose) Reset() + func (m *QueryStateClose) String() string + func (m *QueryStateClose) XXX_DiscardUnknown() + func (m *QueryStateClose) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryStateClose) XXX_Size() int + func (m *QueryStateClose) XXX_Unmarshal(b []byte) error + type QueryStateNext struct + Id string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*QueryStateNext) Descriptor() ([]byte, []int) + func (*QueryStateNext) ProtoMessage() + func (dst *QueryStateNext) XXX_Merge(src proto.Message) + func (m *QueryStateNext) GetId() string + func (m *QueryStateNext) Reset() + func (m *QueryStateNext) String() string + func (m *QueryStateNext) XXX_DiscardUnknown() + func (m *QueryStateNext) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryStateNext) XXX_Size() int + func (m *QueryStateNext) XXX_Unmarshal(b []byte) error + type Response struct + Message string + Payload []byte + Status int32 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*Response) Descriptor() ([]byte, []int) + func (*Response) ProtoMessage() + func (dst *Response) XXX_Merge(src proto.Message) + func (m *Response) GetMessage() string + func (m *Response) GetPayload() []byte + func (m *Response) GetStatus() int32 + func (m *Response) Reset() + func (m *Response) String() string + func (m *Response) XXX_DiscardUnknown() + func (m *Response) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Response) XXX_Size() int + func (m *Response) XXX_Unmarshal(b []byte) error + type ServerStatus struct + Status ServerStatus_StatusCode + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*ServerStatus) Descriptor() ([]byte, []int) + func (*ServerStatus) ProtoMessage() + func (dst *ServerStatus) XXX_Merge(src proto.Message) + func (m *ServerStatus) GetStatus() ServerStatus_StatusCode + func (m *ServerStatus) Reset() + func (m *ServerStatus) String() string + func (m *ServerStatus) XXX_DiscardUnknown() + func (m *ServerStatus) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ServerStatus) XXX_Size() int + func (m *ServerStatus) XXX_Unmarshal(b []byte) error + type ServerStatus_StatusCode int32 + const ServerStatus_ERROR + const ServerStatus_PAUSED + const ServerStatus_STARTED + const ServerStatus_STOPPED + const ServerStatus_UNDEFINED + const ServerStatus_UNKNOWN + func (ServerStatus_StatusCode) EnumDescriptor() ([]byte, []int) + func (x ServerStatus_StatusCode) String() string + type SignedChaincodeDeploymentSpec struct + ChaincodeDeploymentSpec []byte + InstantiationPolicy []byte + OwnerEndorsements []*Endorsement + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*SignedChaincodeDeploymentSpec) Descriptor() ([]byte, []int) + func (*SignedChaincodeDeploymentSpec) ProtoMessage() + func (dst *SignedChaincodeDeploymentSpec) XXX_Merge(src proto.Message) + func (m *SignedChaincodeDeploymentSpec) GetChaincodeDeploymentSpec() []byte + func (m *SignedChaincodeDeploymentSpec) GetInstantiationPolicy() []byte + func (m *SignedChaincodeDeploymentSpec) GetOwnerEndorsements() []*Endorsement + func (m *SignedChaincodeDeploymentSpec) Reset() + func (m *SignedChaincodeDeploymentSpec) String() string + func (m *SignedChaincodeDeploymentSpec) XXX_DiscardUnknown() + func (m *SignedChaincodeDeploymentSpec) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *SignedChaincodeDeploymentSpec) XXX_Size() int + func (m *SignedChaincodeDeploymentSpec) XXX_Unmarshal(b []byte) error + type SignedProposal struct + ProposalBytes []byte + Signature []byte + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*SignedProposal) Descriptor() ([]byte, []int) + func (*SignedProposal) ProtoMessage() + func (dst *SignedProposal) XXX_Merge(src proto.Message) + func (m *SignedProposal) GetProposalBytes() []byte + func (m *SignedProposal) GetSignature() []byte + func (m *SignedProposal) Reset() + func (m *SignedProposal) String() string + func (m *SignedProposal) XXX_DiscardUnknown() + func (m *SignedProposal) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *SignedProposal) XXX_Size() int + func (m *SignedProposal) XXX_Unmarshal(b []byte) error + type SignedTransaction struct + Signature []byte + TransactionBytes []byte + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*SignedTransaction) Descriptor() ([]byte, []int) + func (*SignedTransaction) ProtoMessage() + func (dst *SignedTransaction) XXX_Merge(src proto.Message) + func (m *SignedTransaction) GetSignature() []byte + func (m *SignedTransaction) GetTransactionBytes() []byte + func (m *SignedTransaction) Reset() + func (m *SignedTransaction) String() string + func (m *SignedTransaction) XXX_DiscardUnknown() + func (m *SignedTransaction) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *SignedTransaction) XXX_Size() int + func (m *SignedTransaction) XXX_Unmarshal(b []byte) error + type StateMetadata struct + Metakey string + Value []byte + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*StateMetadata) Descriptor() ([]byte, []int) + func (*StateMetadata) ProtoMessage() + func (dst *StateMetadata) XXX_Merge(src proto.Message) + func (m *StateMetadata) GetMetakey() string + func (m *StateMetadata) GetValue() []byte + func (m *StateMetadata) Reset() + func (m *StateMetadata) String() string + func (m *StateMetadata) XXX_DiscardUnknown() + func (m *StateMetadata) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *StateMetadata) XXX_Size() int + func (m *StateMetadata) XXX_Unmarshal(b []byte) error + type StateMetadataResult struct + Entries []*StateMetadata + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*StateMetadataResult) Descriptor() ([]byte, []int) + func (*StateMetadataResult) ProtoMessage() + func (dst *StateMetadataResult) XXX_Merge(src proto.Message) + func (m *StateMetadataResult) GetEntries() []*StateMetadata + func (m *StateMetadataResult) Reset() + func (m *StateMetadataResult) String() string + func (m *StateMetadataResult) XXX_DiscardUnknown() + func (m *StateMetadataResult) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *StateMetadataResult) XXX_Size() int + func (m *StateMetadataResult) XXX_Unmarshal(b []byte) error + type Transaction struct + Actions []*TransactionAction + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*Transaction) Descriptor() ([]byte, []int) + func (*Transaction) ProtoMessage() + func (dst *Transaction) XXX_Merge(src proto.Message) + func (m *Transaction) GetActions() []*TransactionAction + func (m *Transaction) Reset() + func (m *Transaction) String() string + func (m *Transaction) XXX_DiscardUnknown() + func (m *Transaction) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Transaction) XXX_Size() int + func (m *Transaction) XXX_Unmarshal(b []byte) error + type TransactionAction struct + Header []byte + Payload []byte + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*TransactionAction) Descriptor() ([]byte, []int) + func (*TransactionAction) ProtoMessage() + func (dst *TransactionAction) XXX_Merge(src proto.Message) + func (m *TransactionAction) GetHeader() []byte + func (m *TransactionAction) GetPayload() []byte + func (m *TransactionAction) Reset() + func (m *TransactionAction) String() string + func (m *TransactionAction) XXX_DiscardUnknown() + func (m *TransactionAction) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *TransactionAction) XXX_Size() int + func (m *TransactionAction) XXX_Unmarshal(b []byte) error + func (ta *TransactionAction) StaticallyOpaqueFieldProto(name string) (proto.Message, error) + func (ta *TransactionAction) StaticallyOpaqueFields() []string + type TxValidationCode int32 + const TxValidationCode_BAD_CHANNEL_HEADER + const TxValidationCode_BAD_COMMON_HEADER + const TxValidationCode_BAD_CREATOR_SIGNATURE + const TxValidationCode_BAD_HEADER_EXTENSION + const TxValidationCode_BAD_PAYLOAD + const TxValidationCode_BAD_PROPOSAL_TXID + const TxValidationCode_BAD_RESPONSE_PAYLOAD + const TxValidationCode_BAD_RWSET + const TxValidationCode_CHAINCODE_VERSION_CONFLICT + const TxValidationCode_DUPLICATE_TXID + const TxValidationCode_ENDORSEMENT_POLICY_FAILURE + const TxValidationCode_EXPIRED_CHAINCODE + const TxValidationCode_ILLEGAL_WRITESET + const TxValidationCode_INVALID_CONFIG_TRANSACTION + const TxValidationCode_INVALID_ENDORSER_TRANSACTION + const TxValidationCode_INVALID_OTHER_REASON + const TxValidationCode_INVALID_WRITESET + const TxValidationCode_MARSHAL_TX_ERROR + const TxValidationCode_MVCC_READ_CONFLICT + const TxValidationCode_NIL_ENVELOPE + const TxValidationCode_NIL_TXACTION + const TxValidationCode_NOT_VALIDATED + const TxValidationCode_PHANTOM_READ_CONFLICT + const TxValidationCode_TARGET_CHAIN_NOT_FOUND + const TxValidationCode_UNKNOWN_TX_TYPE + const TxValidationCode_UNSUPPORTED_TX_PAYLOAD + const TxValidationCode_VALID + func (TxValidationCode) EnumDescriptor() ([]byte, []int) + func (x TxValidationCode) String() string + type VSCCArgs struct + EndorsementPolicyRef string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*VSCCArgs) Descriptor() ([]byte, []int) + func (*VSCCArgs) ProtoMessage() + func (dst *VSCCArgs) XXX_Merge(src proto.Message) + func (m *VSCCArgs) GetEndorsementPolicyRef() string + func (m *VSCCArgs) Reset() + func (m *VSCCArgs) String() string + func (m *VSCCArgs) XXX_DiscardUnknown() + func (m *VSCCArgs) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *VSCCArgs) XXX_Size() int + func (m *VSCCArgs) XXX_Unmarshal(b []byte) error