chain

package
v0.0.0-...-a76d37d Latest Latest
Warning

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

Go to latest
Published: Dec 5, 2019 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Code_name = map[int32]string{
	0: "Success",
	1: "Fail",
}
View Source
var Code_value = map[string]int32{
	"Success": 0,
	"Fail":    1,
}

Functions

func RegisterLedgerCAServer

func RegisterLedgerCAServer(s *grpc.Server, srv LedgerCAServer)

func RegisterLedgerChainCodeServer

func RegisterLedgerChainCodeServer(s *grpc.Server, srv LedgerChainCodeServer)

func RegisterLedgerChannelServer

func RegisterLedgerChannelServer(s *grpc.Server, srv LedgerChannelServer)

func RegisterLedgerConfigServer

func RegisterLedgerConfigServer(s *grpc.Server, srv LedgerConfigServer)

func RegisterLedgerPeerServer

func RegisterLedgerPeerServer(s *grpc.Server, srv LedgerPeerServer)

func RegisterLedgerServer

func RegisterLedgerServer(s *grpc.Server, srv LedgerServer)

Types

type Action

type Action struct {
	ChainCodeActionPayload *ChainCodeActionPayload `protobuf:"bytes,1,opt,name=chainCodeActionPayload,proto3" json:"chainCodeActionPayload,omitempty"`
	XXX_NoUnkeyedLiteral   struct{}                `json:"-"`
	XXX_unrecognized       []byte                  `json:"-"`
	XXX_sizecache          int32                   `json:"-"`
}

func (*Action) Descriptor

func (*Action) Descriptor() ([]byte, []int)

func (*Action) GetChainCodeActionPayload

func (m *Action) GetChainCodeActionPayload() *ChainCodeActionPayload

func (*Action) ProtoMessage

func (*Action) ProtoMessage()

func (*Action) Reset

func (m *Action) Reset()

func (*Action) String

func (m *Action) String() string

func (*Action) XXX_DiscardUnknown

func (m *Action) XXX_DiscardUnknown()

func (*Action) XXX_Marshal

func (m *Action) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Action) XXX_Merge

func (m *Action) XXX_Merge(src proto.Message)

func (*Action) XXX_Size

func (m *Action) XXX_Size() int

func (*Action) XXX_Unmarshal

func (m *Action) XXX_Unmarshal(b []byte) error

type AffiliationInfo

type AffiliationInfo struct {
	Name                 string             `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	AffiliationInfos     []*AffiliationInfo `protobuf:"bytes,2,rep,name=affiliationInfos,proto3" json:"affiliationInfos,omitempty"`
	IdentityInfos        []*IdentityInfo    `protobuf:"bytes,3,rep,name=identityInfos,proto3" json:"identityInfos,omitempty"`
	XXX_NoUnkeyedLiteral struct{}           `json:"-"`
	XXX_unrecognized     []byte             `json:"-"`
	XXX_sizecache        int32              `json:"-"`
}

AffiliationInfo contains the affiliation name, child affiliation info, and identities associated with this affiliation.

func (*AffiliationInfo) Descriptor

func (*AffiliationInfo) Descriptor() ([]byte, []int)

func (*AffiliationInfo) GetAffiliationInfos

func (m *AffiliationInfo) GetAffiliationInfos() []*AffiliationInfo

func (*AffiliationInfo) GetIdentityInfos

func (m *AffiliationInfo) GetIdentityInfos() []*IdentityInfo

func (*AffiliationInfo) GetName

func (m *AffiliationInfo) GetName() string

func (*AffiliationInfo) ProtoMessage

func (*AffiliationInfo) ProtoMessage()

func (*AffiliationInfo) Reset

func (m *AffiliationInfo) Reset()

func (*AffiliationInfo) String

func (m *AffiliationInfo) String() string

func (*AffiliationInfo) XXX_DiscardUnknown

func (m *AffiliationInfo) XXX_DiscardUnknown()

func (*AffiliationInfo) XXX_Marshal

func (m *AffiliationInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*AffiliationInfo) XXX_Merge

func (m *AffiliationInfo) XXX_Merge(src proto.Message)

func (*AffiliationInfo) XXX_Size

func (m *AffiliationInfo) XXX_Size() int

func (*AffiliationInfo) XXX_Unmarshal

func (m *AffiliationInfo) XXX_Unmarshal(b []byte) error

type AffiliationRequest

type AffiliationRequest struct {
	Name                 string   `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	CaName               string   `protobuf:"bytes,2,opt,name=caName,proto3" json:"caName,omitempty"`
	Force                bool     `protobuf:"varint,3,opt,name=force,proto3" json:"force,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*AffiliationRequest) Descriptor

func (*AffiliationRequest) Descriptor() ([]byte, []int)

func (*AffiliationRequest) GetCaName

func (m *AffiliationRequest) GetCaName() string

func (*AffiliationRequest) GetForce

func (m *AffiliationRequest) GetForce() bool

func (*AffiliationRequest) GetName

func (m *AffiliationRequest) GetName() string

func (*AffiliationRequest) ProtoMessage

func (*AffiliationRequest) ProtoMessage()

func (*AffiliationRequest) Reset

func (m *AffiliationRequest) Reset()

func (*AffiliationRequest) String

func (m *AffiliationRequest) String() string

func (*AffiliationRequest) XXX_DiscardUnknown

func (m *AffiliationRequest) XXX_DiscardUnknown()

func (*AffiliationRequest) XXX_Marshal

func (m *AffiliationRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*AffiliationRequest) XXX_Merge

func (m *AffiliationRequest) XXX_Merge(src proto.Message)

func (*AffiliationRequest) XXX_Size

func (m *AffiliationRequest) XXX_Size() int

func (*AffiliationRequest) XXX_Unmarshal

func (m *AffiliationRequest) XXX_Unmarshal(b []byte) error

type AffiliationResponse

type AffiliationResponse struct {
	CaName               string           `protobuf:"bytes,1,opt,name=caName,proto3" json:"caName,omitempty"`
	AffiliationInfo      *AffiliationInfo `protobuf:"bytes,2,opt,name=affiliationInfo,proto3" json:"affiliationInfo,omitempty"`
	XXX_NoUnkeyedLiteral struct{}         `json:"-"`
	XXX_unrecognized     []byte           `json:"-"`
	XXX_sizecache        int32            `json:"-"`
}

AffiliationResponse contains the response for get, add, modify, and remove an affiliation

func (*AffiliationResponse) Descriptor

func (*AffiliationResponse) Descriptor() ([]byte, []int)

func (*AffiliationResponse) GetAffiliationInfo

func (m *AffiliationResponse) GetAffiliationInfo() *AffiliationInfo

func (*AffiliationResponse) GetCaName

func (m *AffiliationResponse) GetCaName() string

func (*AffiliationResponse) ProtoMessage

func (*AffiliationResponse) ProtoMessage()

func (*AffiliationResponse) Reset

func (m *AffiliationResponse) Reset()

func (*AffiliationResponse) String

func (m *AffiliationResponse) String() string

func (*AffiliationResponse) XXX_DiscardUnknown

func (m *AffiliationResponse) XXX_DiscardUnknown()

func (*AffiliationResponse) XXX_Marshal

func (m *AffiliationResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*AffiliationResponse) XXX_Merge

func (m *AffiliationResponse) XXX_Merge(src proto.Message)

func (*AffiliationResponse) XXX_Size

func (m *AffiliationResponse) XXX_Size() int

func (*AffiliationResponse) XXX_Unmarshal

func (m *AffiliationResponse) XXX_Unmarshal(b []byte) error

type Attribute

type Attribute struct {
	Name                 string   `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Value                string   `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"`
	ECert                bool     `protobuf:"varint,3,opt,name=eCert,proto3" json:"eCert,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

Attribute defines additional attributes that may be passed along during registration

func (*Attribute) Descriptor

func (*Attribute) Descriptor() ([]byte, []int)

func (*Attribute) GetECert

func (m *Attribute) GetECert() bool

func (*Attribute) GetName

func (m *Attribute) GetName() string

func (*Attribute) GetValue

func (m *Attribute) GetValue() string

func (*Attribute) ProtoMessage

func (*Attribute) ProtoMessage()

func (*Attribute) Reset

func (m *Attribute) Reset()

func (*Attribute) String

func (m *Attribute) String() string

func (*Attribute) XXX_DiscardUnknown

func (m *Attribute) XXX_DiscardUnknown()

func (*Attribute) XXX_Marshal

func (m *Attribute) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Attribute) XXX_Merge

func (m *Attribute) XXX_Merge(src proto.Message)

func (*Attribute) XXX_Size

func (m *Attribute) XXX_Size() int

func (*Attribute) XXX_Unmarshal

func (m *Attribute) XXX_Unmarshal(b []byte) error

type AttributeRequest

type AttributeRequest struct {
	Name                 string   `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Optional             string   `protobuf:"bytes,3,opt,name=optional,proto3" json:"optional,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

AttributeRequest is a request for an attribute.

func (*AttributeRequest) Descriptor

func (*AttributeRequest) Descriptor() ([]byte, []int)

func (*AttributeRequest) GetName

func (m *AttributeRequest) GetName() string

func (*AttributeRequest) GetOptional

func (m *AttributeRequest) GetOptional() string

func (*AttributeRequest) ProtoMessage

func (*AttributeRequest) ProtoMessage()

func (*AttributeRequest) Reset

func (m *AttributeRequest) Reset()

func (*AttributeRequest) String

func (m *AttributeRequest) String() string

func (*AttributeRequest) XXX_DiscardUnknown

func (m *AttributeRequest) XXX_DiscardUnknown()

func (*AttributeRequest) XXX_Marshal

func (m *AttributeRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*AttributeRequest) XXX_Merge

func (m *AttributeRequest) XXX_Merge(src proto.Message)

func (*AttributeRequest) XXX_Size

func (m *AttributeRequest) XXX_Size() int

func (*AttributeRequest) XXX_Unmarshal

func (m *AttributeRequest) XXX_Unmarshal(b []byte) error

type BCI

type BCI struct {
	Height               uint64   `protobuf:"varint,1,opt,name=height,proto3" json:"height,omitempty"`
	CurrentBlockHash     string   `protobuf:"bytes,2,opt,name=currentBlockHash,proto3" json:"currentBlockHash,omitempty"`
	PreviousBlockHash    string   `protobuf:"bytes,3,opt,name=previousBlockHash,proto3" json:"previousBlockHash,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*BCI) Descriptor

func (*BCI) Descriptor() ([]byte, []int)

func (*BCI) GetCurrentBlockHash

func (m *BCI) GetCurrentBlockHash() string

func (*BCI) GetHeight

func (m *BCI) GetHeight() uint64

func (*BCI) GetPreviousBlockHash

func (m *BCI) GetPreviousBlockHash() string

func (*BCI) ProtoMessage

func (*BCI) ProtoMessage()

func (*BCI) Reset

func (m *BCI) Reset()

func (*BCI) String

func (m *BCI) String() string

func (*BCI) XXX_DiscardUnknown

func (m *BCI) XXX_DiscardUnknown()

func (*BCI) XXX_Marshal

func (m *BCI) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*BCI) XXX_Merge

func (m *BCI) XXX_Merge(src proto.Message)

func (*BCI) XXX_Size

func (m *BCI) XXX_Size() int

func (*BCI) XXX_Unmarshal

func (m *BCI) XXX_Unmarshal(b []byte) error

type Block

type Block struct {
	Header               *BlockHeader   `protobuf:"bytes,2,opt,name=header,proto3" json:"header,omitempty"`
	Metadata             *BlockMetadata `protobuf:"bytes,4,opt,name=metadata,proto3" json:"metadata,omitempty"`
	Envelopes            []*Envelope    `protobuf:"bytes,5,rep,name=envelopes,proto3" json:"envelopes,omitempty"`
	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
	XXX_unrecognized     []byte         `json:"-"`
	XXX_sizecache        int32          `json:"-"`
}

func (*Block) Descriptor

func (*Block) Descriptor() ([]byte, []int)

func (*Block) GetEnvelopes

func (m *Block) GetEnvelopes() []*Envelope

func (*Block) GetHeader

func (m *Block) GetHeader() *BlockHeader

func (*Block) GetMetadata

func (m *Block) GetMetadata() *BlockMetadata

func (*Block) ProtoMessage

func (*Block) ProtoMessage()

func (*Block) Reset

func (m *Block) Reset()

func (*Block) String

func (m *Block) String() string

func (*Block) XXX_DiscardUnknown

func (m *Block) XXX_DiscardUnknown()

func (*Block) XXX_Marshal

func (m *Block) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Block) XXX_Merge

func (m *Block) XXX_Merge(src proto.Message)

func (*Block) XXX_Size

func (m *Block) XXX_Size() int

func (*Block) XXX_Unmarshal

func (m *Block) XXX_Unmarshal(b []byte) error

type BlockHeader

type BlockHeader struct {
	BlockNumber          uint64   `protobuf:"varint,1,opt,name=blockNumber,proto3" json:"blockNumber,omitempty"`
	PreviousHash         string   `protobuf:"bytes,2,opt,name=previousHash,proto3" json:"previousHash,omitempty"`
	DataHash             string   `protobuf:"bytes,3,opt,name=dataHash,proto3" json:"dataHash,omitempty"`
	EnvelopeCount        int32    `protobuf:"varint,4,opt,name=envelopeCount,proto3" json:"envelopeCount,omitempty"`
	TxCount              int32    `protobuf:"varint,5,opt,name=txCount,proto3" json:"txCount,omitempty"`
	RwCount              int32    `protobuf:"varint,6,opt,name=rwCount,proto3" json:"rwCount,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*BlockHeader) Descriptor

func (*BlockHeader) Descriptor() ([]byte, []int)

func (*BlockHeader) GetBlockNumber

func (m *BlockHeader) GetBlockNumber() uint64

func (*BlockHeader) GetDataHash

func (m *BlockHeader) GetDataHash() string

func (*BlockHeader) GetEnvelopeCount

func (m *BlockHeader) GetEnvelopeCount() int32

func (*BlockHeader) GetPreviousHash

func (m *BlockHeader) GetPreviousHash() string

func (*BlockHeader) GetRwCount

func (m *BlockHeader) GetRwCount() int32

func (*BlockHeader) GetTxCount

func (m *BlockHeader) GetTxCount() int32

func (*BlockHeader) ProtoMessage

func (*BlockHeader) ProtoMessage()

func (*BlockHeader) Reset

func (m *BlockHeader) Reset()

func (*BlockHeader) String

func (m *BlockHeader) String() string

func (*BlockHeader) XXX_DiscardUnknown

func (m *BlockHeader) XXX_DiscardUnknown()

func (*BlockHeader) XXX_Marshal

func (m *BlockHeader) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*BlockHeader) XXX_Merge

func (m *BlockHeader) XXX_Merge(src proto.Message)

func (*BlockHeader) XXX_Size

func (m *BlockHeader) XXX_Size() int

func (*BlockHeader) XXX_Unmarshal

func (m *BlockHeader) XXX_Unmarshal(b []byte) error

type BlockMetadata

type BlockMetadata struct {
	Metadata             []string `protobuf:"bytes,1,rep,name=metadata,proto3" json:"metadata,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*BlockMetadata) Descriptor

func (*BlockMetadata) Descriptor() ([]byte, []int)

func (*BlockMetadata) GetMetadata

func (m *BlockMetadata) GetMetadata() []string

func (*BlockMetadata) ProtoMessage

func (*BlockMetadata) ProtoMessage()

func (*BlockMetadata) Reset

func (m *BlockMetadata) Reset()

func (*BlockMetadata) String

func (m *BlockMetadata) String() string

func (*BlockMetadata) XXX_DiscardUnknown

func (m *BlockMetadata) XXX_DiscardUnknown()

func (*BlockMetadata) XXX_Marshal

func (m *BlockMetadata) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*BlockMetadata) XXX_Merge

func (m *BlockMetadata) XXX_Merge(src proto.Message)

func (*BlockMetadata) XXX_Size

func (m *BlockMetadata) XXX_Size() int

func (*BlockMetadata) XXX_Unmarshal

func (m *BlockMetadata) XXX_Unmarshal(b []byte) error

type CCList

type CCList struct {
	Data                 []*ChainCodeInfo `protobuf:"bytes,1,rep,name=data,proto3" json:"data,omitempty"`
	XXX_NoUnkeyedLiteral struct{}         `json:"-"`
	XXX_unrecognized     []byte           `json:"-"`
	XXX_sizecache        int32            `json:"-"`
}

func (*CCList) Descriptor

func (*CCList) Descriptor() ([]byte, []int)

func (*CCList) GetData

func (m *CCList) GetData() []*ChainCodeInfo

func (*CCList) ProtoMessage

func (*CCList) ProtoMessage()

func (*CCList) Reset

func (m *CCList) Reset()

func (*CCList) String

func (m *CCList) String() string

func (*CCList) XXX_DiscardUnknown

func (m *CCList) XXX_DiscardUnknown()

func (*CCList) XXX_Marshal

func (m *CCList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CCList) XXX_Merge

func (m *CCList) XXX_Merge(src proto.Message)

func (*CCList) XXX_Size

func (m *CCList) XXX_Size() int

func (*CCList) XXX_Unmarshal

func (m *CCList) XXX_Unmarshal(b []byte) error

type CertificateAuthority

type CertificateAuthority struct {
	// https://ca.org1.example.com:7054
	Url string `protobuf:"bytes,1,opt,name=url,proto3" json:"url,omitempty"`
	// 可选参数,name of the CA
	CaName               string                          `protobuf:"bytes,2,opt,name=caName,proto3" json:"caName,omitempty"`
	TlsCACerts           *CertificateAuthorityTLSCACerts `protobuf:"bytes,3,opt,name=tlsCACerts,proto3" json:"tlsCACerts,omitempty"`
	Registrar            *CertificateAuthorityRegistrar  `protobuf:"bytes,4,opt,name=registrar,proto3" json:"registrar,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                        `json:"-"`
	XXX_unrecognized     []byte                          `json:"-"`
	XXX_sizecache        int32                           `json:"-"`
}

func (*CertificateAuthority) Descriptor

func (*CertificateAuthority) Descriptor() ([]byte, []int)

func (*CertificateAuthority) GetCaName

func (m *CertificateAuthority) GetCaName() string

func (*CertificateAuthority) GetRegistrar

func (*CertificateAuthority) GetTlsCACerts

func (*CertificateAuthority) GetUrl

func (m *CertificateAuthority) GetUrl() string

func (*CertificateAuthority) ProtoMessage

func (*CertificateAuthority) ProtoMessage()

func (*CertificateAuthority) Reset

func (m *CertificateAuthority) Reset()

func (*CertificateAuthority) String

func (m *CertificateAuthority) String() string

func (*CertificateAuthority) XXX_DiscardUnknown

func (m *CertificateAuthority) XXX_DiscardUnknown()

func (*CertificateAuthority) XXX_Marshal

func (m *CertificateAuthority) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CertificateAuthority) XXX_Merge

func (m *CertificateAuthority) XXX_Merge(src proto.Message)

func (*CertificateAuthority) XXX_Size

func (m *CertificateAuthority) XXX_Size() int

func (*CertificateAuthority) XXX_Unmarshal

func (m *CertificateAuthority) XXX_Unmarshal(b []byte) error

type CertificateAuthorityRegistrar

type CertificateAuthorityRegistrar struct {
	EnrollId             string   `protobuf:"bytes,1,opt,name=enrollId,proto3" json:"enrollId,omitempty"`
	EnrollSecret         string   `protobuf:"bytes,2,opt,name=enrollSecret,proto3" json:"enrollSecret,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CertificateAuthorityRegistrar) Descriptor

func (*CertificateAuthorityRegistrar) Descriptor() ([]byte, []int)

func (*CertificateAuthorityRegistrar) GetEnrollId

func (m *CertificateAuthorityRegistrar) GetEnrollId() string

func (*CertificateAuthorityRegistrar) GetEnrollSecret

func (m *CertificateAuthorityRegistrar) GetEnrollSecret() string

func (*CertificateAuthorityRegistrar) ProtoMessage

func (*CertificateAuthorityRegistrar) ProtoMessage()

func (*CertificateAuthorityRegistrar) Reset

func (m *CertificateAuthorityRegistrar) Reset()

func (*CertificateAuthorityRegistrar) String

func (*CertificateAuthorityRegistrar) XXX_DiscardUnknown

func (m *CertificateAuthorityRegistrar) XXX_DiscardUnknown()

func (*CertificateAuthorityRegistrar) XXX_Marshal

func (m *CertificateAuthorityRegistrar) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CertificateAuthorityRegistrar) XXX_Merge

func (m *CertificateAuthorityRegistrar) XXX_Merge(src proto.Message)

func (*CertificateAuthorityRegistrar) XXX_Size

func (m *CertificateAuthorityRegistrar) XXX_Size() int

func (*CertificateAuthorityRegistrar) XXX_Unmarshal

func (m *CertificateAuthorityRegistrar) XXX_Unmarshal(b []byte) error

type CertificateAuthorityTLSCACerts

type CertificateAuthorityTLSCACerts struct {
	Cert                 []byte                                `protobuf:"bytes,1,opt,name=cert,proto3" json:"cert,omitempty"`
	Client               *CertificateAuthorityTLSCACertsClient `protobuf:"bytes,2,opt,name=client,proto3" json:"client,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                              `json:"-"`
	XXX_unrecognized     []byte                                `json:"-"`
	XXX_sizecache        int32                                 `json:"-"`
}

func (*CertificateAuthorityTLSCACerts) Descriptor

func (*CertificateAuthorityTLSCACerts) Descriptor() ([]byte, []int)

func (*CertificateAuthorityTLSCACerts) GetCert

func (m *CertificateAuthorityTLSCACerts) GetCert() []byte

func (*CertificateAuthorityTLSCACerts) GetClient

func (*CertificateAuthorityTLSCACerts) ProtoMessage

func (*CertificateAuthorityTLSCACerts) ProtoMessage()

func (*CertificateAuthorityTLSCACerts) Reset

func (m *CertificateAuthorityTLSCACerts) Reset()

func (*CertificateAuthorityTLSCACerts) String

func (*CertificateAuthorityTLSCACerts) XXX_DiscardUnknown

func (m *CertificateAuthorityTLSCACerts) XXX_DiscardUnknown()

func (*CertificateAuthorityTLSCACerts) XXX_Marshal

func (m *CertificateAuthorityTLSCACerts) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CertificateAuthorityTLSCACerts) XXX_Merge

func (m *CertificateAuthorityTLSCACerts) XXX_Merge(src proto.Message)

func (*CertificateAuthorityTLSCACerts) XXX_Size

func (m *CertificateAuthorityTLSCACerts) XXX_Size() int

func (*CertificateAuthorityTLSCACerts) XXX_Unmarshal

func (m *CertificateAuthorityTLSCACerts) XXX_Unmarshal(b []byte) error

type CertificateAuthorityTLSCACertsClient

type CertificateAuthorityTLSCACertsClient struct {
	Key                  *CertificateAuthorityTLSCACertsClientKey  `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
	Cert                 *CertificateAuthorityTLSCACertsClientCert `protobuf:"bytes,2,opt,name=cert,proto3" json:"cert,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                                  `json:"-"`
	XXX_unrecognized     []byte                                    `json:"-"`
	XXX_sizecache        int32                                     `json:"-"`
}

func (*CertificateAuthorityTLSCACertsClient) Descriptor

func (*CertificateAuthorityTLSCACertsClient) Descriptor() ([]byte, []int)

func (*CertificateAuthorityTLSCACertsClient) GetCert

func (*CertificateAuthorityTLSCACertsClient) GetKey

func (*CertificateAuthorityTLSCACertsClient) ProtoMessage

func (*CertificateAuthorityTLSCACertsClient) ProtoMessage()

func (*CertificateAuthorityTLSCACertsClient) Reset

func (*CertificateAuthorityTLSCACertsClient) String

func (*CertificateAuthorityTLSCACertsClient) XXX_DiscardUnknown

func (m *CertificateAuthorityTLSCACertsClient) XXX_DiscardUnknown()

func (*CertificateAuthorityTLSCACertsClient) XXX_Marshal

func (m *CertificateAuthorityTLSCACertsClient) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CertificateAuthorityTLSCACertsClient) XXX_Merge

func (*CertificateAuthorityTLSCACertsClient) XXX_Size

func (*CertificateAuthorityTLSCACertsClient) XXX_Unmarshal

func (m *CertificateAuthorityTLSCACertsClient) XXX_Unmarshal(b []byte) error

type CertificateAuthorityTLSCACertsClientCert

type CertificateAuthorityTLSCACertsClientCert struct {
	Cert                 []byte   `protobuf:"bytes,1,opt,name=cert,proto3" json:"cert,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CertificateAuthorityTLSCACertsClientCert) Descriptor

func (*CertificateAuthorityTLSCACertsClientCert) Descriptor() ([]byte, []int)

func (*CertificateAuthorityTLSCACertsClientCert) GetCert

func (*CertificateAuthorityTLSCACertsClientCert) ProtoMessage

func (*CertificateAuthorityTLSCACertsClientCert) Reset

func (*CertificateAuthorityTLSCACertsClientCert) String

func (*CertificateAuthorityTLSCACertsClientCert) XXX_DiscardUnknown

func (m *CertificateAuthorityTLSCACertsClientCert) XXX_DiscardUnknown()

func (*CertificateAuthorityTLSCACertsClientCert) XXX_Marshal

func (m *CertificateAuthorityTLSCACertsClientCert) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CertificateAuthorityTLSCACertsClientCert) XXX_Merge

func (*CertificateAuthorityTLSCACertsClientCert) XXX_Size

func (*CertificateAuthorityTLSCACertsClientCert) XXX_Unmarshal

func (m *CertificateAuthorityTLSCACertsClientCert) XXX_Unmarshal(b []byte) error

type CertificateAuthorityTLSCACertsClientKey

type CertificateAuthorityTLSCACertsClientKey struct {
	Key                  []byte   `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CertificateAuthorityTLSCACertsClientKey) Descriptor

func (*CertificateAuthorityTLSCACertsClientKey) Descriptor() ([]byte, []int)

func (*CertificateAuthorityTLSCACertsClientKey) GetKey

func (*CertificateAuthorityTLSCACertsClientKey) ProtoMessage

func (*CertificateAuthorityTLSCACertsClientKey) Reset

func (*CertificateAuthorityTLSCACertsClientKey) String

func (*CertificateAuthorityTLSCACertsClientKey) XXX_DiscardUnknown

func (m *CertificateAuthorityTLSCACertsClientKey) XXX_DiscardUnknown()

func (*CertificateAuthorityTLSCACertsClientKey) XXX_Marshal

func (m *CertificateAuthorityTLSCACertsClientKey) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CertificateAuthorityTLSCACertsClientKey) XXX_Merge

func (*CertificateAuthorityTLSCACertsClientKey) XXX_Size

func (*CertificateAuthorityTLSCACertsClientKey) XXX_Unmarshal

func (m *CertificateAuthorityTLSCACertsClientKey) XXX_Unmarshal(b []byte) error

type ChainCodeAction

type ChainCodeAction struct {
	ChainCodeID          *ChainCodeID    `protobuf:"bytes,1,opt,name=chainCodeID,proto3" json:"chainCodeID,omitempty"`
	TxRwSet              *TxRwSet        `protobuf:"bytes,2,opt,name=txRwSet,proto3" json:"txRwSet,omitempty"`
	Event                *ChainCodeEvent `protobuf:"bytes,3,opt,name=event,proto3" json:"event,omitempty"`
	Response             *Response       `protobuf:"bytes,4,opt,name=response,proto3" json:"response,omitempty"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

func (*ChainCodeAction) Descriptor

func (*ChainCodeAction) Descriptor() ([]byte, []int)

func (*ChainCodeAction) GetChainCodeID

func (m *ChainCodeAction) GetChainCodeID() *ChainCodeID

func (*ChainCodeAction) GetEvent

func (m *ChainCodeAction) GetEvent() *ChainCodeEvent

func (*ChainCodeAction) GetResponse

func (m *ChainCodeAction) GetResponse() *Response

func (*ChainCodeAction) GetTxRwSet

func (m *ChainCodeAction) GetTxRwSet() *TxRwSet

func (*ChainCodeAction) ProtoMessage

func (*ChainCodeAction) ProtoMessage()

func (*ChainCodeAction) Reset

func (m *ChainCodeAction) Reset()

func (*ChainCodeAction) String

func (m *ChainCodeAction) String() string

func (*ChainCodeAction) XXX_DiscardUnknown

func (m *ChainCodeAction) XXX_DiscardUnknown()

func (*ChainCodeAction) XXX_Marshal

func (m *ChainCodeAction) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ChainCodeAction) XXX_Merge

func (m *ChainCodeAction) XXX_Merge(src proto.Message)

func (*ChainCodeAction) XXX_Size

func (m *ChainCodeAction) XXX_Size() int

func (*ChainCodeAction) XXX_Unmarshal

func (m *ChainCodeAction) XXX_Unmarshal(b []byte) error

type ChainCodeActionPayload

type ChainCodeActionPayload struct {
	ChainCodeProposalPayload *ChainCodeInvocationSpec `protobuf:"bytes,1,opt,name=chainCodeProposalPayload,proto3" json:"chainCodeProposalPayload,omitempty"`
	ChainCodeEndorsedAction  *ChainCodeEndorsedAction `protobuf:"bytes,2,opt,name=chainCodeEndorsedAction,proto3" json:"chainCodeEndorsedAction,omitempty"`
	XXX_NoUnkeyedLiteral     struct{}                 `json:"-"`
	XXX_unrecognized         []byte                   `json:"-"`
	XXX_sizecache            int32                    `json:"-"`
}

func (*ChainCodeActionPayload) Descriptor

func (*ChainCodeActionPayload) Descriptor() ([]byte, []int)

func (*ChainCodeActionPayload) GetChainCodeEndorsedAction

func (m *ChainCodeActionPayload) GetChainCodeEndorsedAction() *ChainCodeEndorsedAction

func (*ChainCodeActionPayload) GetChainCodeProposalPayload

func (m *ChainCodeActionPayload) GetChainCodeProposalPayload() *ChainCodeInvocationSpec

func (*ChainCodeActionPayload) ProtoMessage

func (*ChainCodeActionPayload) ProtoMessage()

func (*ChainCodeActionPayload) Reset

func (m *ChainCodeActionPayload) Reset()

func (*ChainCodeActionPayload) String

func (m *ChainCodeActionPayload) String() string

func (*ChainCodeActionPayload) XXX_DiscardUnknown

func (m *ChainCodeActionPayload) XXX_DiscardUnknown()

func (*ChainCodeActionPayload) XXX_Marshal

func (m *ChainCodeActionPayload) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ChainCodeActionPayload) XXX_Merge

func (m *ChainCodeActionPayload) XXX_Merge(src proto.Message)

func (*ChainCodeActionPayload) XXX_Size

func (m *ChainCodeActionPayload) XXX_Size() int

func (*ChainCodeActionPayload) XXX_Unmarshal

func (m *ChainCodeActionPayload) XXX_Unmarshal(b []byte) error

type ChainCodeEndorsedAction

type ChainCodeEndorsedAction struct {
	ProposalResponsePayload *ProposalResponsePayload `protobuf:"bytes,1,opt,name=proposalResponsePayload,proto3" json:"proposalResponsePayload,omitempty"`
	Endorsements            []*Endorsement           `protobuf:"bytes,2,rep,name=endorsements,proto3" json:"endorsements,omitempty"`
	XXX_NoUnkeyedLiteral    struct{}                 `json:"-"`
	XXX_unrecognized        []byte                   `json:"-"`
	XXX_sizecache           int32                    `json:"-"`
}

func (*ChainCodeEndorsedAction) Descriptor

func (*ChainCodeEndorsedAction) Descriptor() ([]byte, []int)

func (*ChainCodeEndorsedAction) GetEndorsements

func (m *ChainCodeEndorsedAction) GetEndorsements() []*Endorsement

func (*ChainCodeEndorsedAction) GetProposalResponsePayload

func (m *ChainCodeEndorsedAction) GetProposalResponsePayload() *ProposalResponsePayload

func (*ChainCodeEndorsedAction) ProtoMessage

func (*ChainCodeEndorsedAction) ProtoMessage()

func (*ChainCodeEndorsedAction) Reset

func (m *ChainCodeEndorsedAction) Reset()

func (*ChainCodeEndorsedAction) String

func (m *ChainCodeEndorsedAction) String() string

func (*ChainCodeEndorsedAction) XXX_DiscardUnknown

func (m *ChainCodeEndorsedAction) XXX_DiscardUnknown()

func (*ChainCodeEndorsedAction) XXX_Marshal

func (m *ChainCodeEndorsedAction) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ChainCodeEndorsedAction) XXX_Merge

func (m *ChainCodeEndorsedAction) XXX_Merge(src proto.Message)

func (*ChainCodeEndorsedAction) XXX_Size

func (m *ChainCodeEndorsedAction) XXX_Size() int

func (*ChainCodeEndorsedAction) XXX_Unmarshal

func (m *ChainCodeEndorsedAction) XXX_Unmarshal(b []byte) error

type ChainCodeEvent

type ChainCodeEvent struct {
	ChainCodeID          string   `protobuf:"bytes,1,opt,name=chainCodeID,proto3" json:"chainCodeID,omitempty"`
	TransactionID        string   `protobuf:"bytes,2,opt,name=transactionID,proto3" json:"transactionID,omitempty"`
	EventName            string   `protobuf:"bytes,3,opt,name=eventName,proto3" json:"eventName,omitempty"`
	Payload              string   `protobuf:"bytes,4,opt,name=payload,proto3" json:"payload,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ChainCodeEvent) Descriptor

func (*ChainCodeEvent) Descriptor() ([]byte, []int)

func (*ChainCodeEvent) GetChainCodeID

func (m *ChainCodeEvent) GetChainCodeID() string

func (*ChainCodeEvent) GetEventName

func (m *ChainCodeEvent) GetEventName() string

func (*ChainCodeEvent) GetPayload

func (m *ChainCodeEvent) GetPayload() string

func (*ChainCodeEvent) GetTransactionID

func (m *ChainCodeEvent) GetTransactionID() string

func (*ChainCodeEvent) ProtoMessage

func (*ChainCodeEvent) ProtoMessage()

func (*ChainCodeEvent) Reset

func (m *ChainCodeEvent) Reset()

func (*ChainCodeEvent) String

func (m *ChainCodeEvent) String() string

func (*ChainCodeEvent) XXX_DiscardUnknown

func (m *ChainCodeEvent) XXX_DiscardUnknown()

func (*ChainCodeEvent) XXX_Marshal

func (m *ChainCodeEvent) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ChainCodeEvent) XXX_Merge

func (m *ChainCodeEvent) XXX_Merge(src proto.Message)

func (*ChainCodeEvent) XXX_Size

func (m *ChainCodeEvent) XXX_Size() int

func (*ChainCodeEvent) XXX_Unmarshal

func (m *ChainCodeEvent) XXX_Unmarshal(b []byte) error

type ChainCodeHeaderExtension

type ChainCodeHeaderExtension struct {
	PayloadVisibility    string       `protobuf:"bytes,1,opt,name=payloadVisibility,proto3" json:"payloadVisibility,omitempty"`
	ChainCodeID          *ChainCodeID `protobuf:"bytes,2,opt,name=chainCodeID,proto3" json:"chainCodeID,omitempty"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

func (*ChainCodeHeaderExtension) Descriptor

func (*ChainCodeHeaderExtension) Descriptor() ([]byte, []int)

func (*ChainCodeHeaderExtension) GetChainCodeID

func (m *ChainCodeHeaderExtension) GetChainCodeID() *ChainCodeID

func (*ChainCodeHeaderExtension) GetPayloadVisibility

func (m *ChainCodeHeaderExtension) GetPayloadVisibility() string

func (*ChainCodeHeaderExtension) ProtoMessage

func (*ChainCodeHeaderExtension) ProtoMessage()

func (*ChainCodeHeaderExtension) Reset

func (m *ChainCodeHeaderExtension) Reset()

func (*ChainCodeHeaderExtension) String

func (m *ChainCodeHeaderExtension) String() string

func (*ChainCodeHeaderExtension) XXX_DiscardUnknown

func (m *ChainCodeHeaderExtension) XXX_DiscardUnknown()

func (*ChainCodeHeaderExtension) XXX_Marshal

func (m *ChainCodeHeaderExtension) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ChainCodeHeaderExtension) XXX_Merge

func (m *ChainCodeHeaderExtension) XXX_Merge(src proto.Message)

func (*ChainCodeHeaderExtension) XXX_Size

func (m *ChainCodeHeaderExtension) XXX_Size() int

func (*ChainCodeHeaderExtension) XXX_Unmarshal

func (m *ChainCodeHeaderExtension) XXX_Unmarshal(b []byte) error

type ChainCodeID

type ChainCodeID struct {
	Path                 string   `protobuf:"bytes,1,opt,name=path,proto3" json:"path,omitempty"`
	Name                 string   `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Version              string   `protobuf:"bytes,3,opt,name=version,proto3" json:"version,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ChainCodeID) Descriptor

func (*ChainCodeID) Descriptor() ([]byte, []int)

func (*ChainCodeID) GetName

func (m *ChainCodeID) GetName() string

func (*ChainCodeID) GetPath

func (m *ChainCodeID) GetPath() string

func (*ChainCodeID) GetVersion

func (m *ChainCodeID) GetVersion() string

func (*ChainCodeID) ProtoMessage

func (*ChainCodeID) ProtoMessage()

func (*ChainCodeID) Reset

func (m *ChainCodeID) Reset()

func (*ChainCodeID) String

func (m *ChainCodeID) String() string

func (*ChainCodeID) XXX_DiscardUnknown

func (m *ChainCodeID) XXX_DiscardUnknown()

func (*ChainCodeID) XXX_Marshal

func (m *ChainCodeID) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ChainCodeID) XXX_Merge

func (m *ChainCodeID) XXX_Merge(src proto.Message)

func (*ChainCodeID) XXX_Size

func (m *ChainCodeID) XXX_Size() int

func (*ChainCodeID) XXX_Unmarshal

func (m *ChainCodeID) XXX_Unmarshal(b []byte) error

type ChainCodeInfo

type ChainCodeInfo struct {
	Name                 string   `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Version              string   `protobuf:"bytes,2,opt,name=version,proto3" json:"version,omitempty"`
	Path                 string   `protobuf:"bytes,3,opt,name=path,proto3" json:"path,omitempty"`
	Input                string   `protobuf:"bytes,4,opt,name=input,proto3" json:"input,omitempty"`
	Escc                 string   `protobuf:"bytes,5,opt,name=escc,proto3" json:"escc,omitempty"`
	Vscc                 string   `protobuf:"bytes,6,opt,name=vscc,proto3" json:"vscc,omitempty"`
	Id                   []byte   `protobuf:"bytes,7,opt,name=id,proto3" json:"id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ChainCodeInfo) Descriptor

func (*ChainCodeInfo) Descriptor() ([]byte, []int)

func (*ChainCodeInfo) GetEscc

func (m *ChainCodeInfo) GetEscc() string

func (*ChainCodeInfo) GetId

func (m *ChainCodeInfo) GetId() []byte

func (*ChainCodeInfo) GetInput

func (m *ChainCodeInfo) GetInput() string

func (*ChainCodeInfo) GetName

func (m *ChainCodeInfo) GetName() string

func (*ChainCodeInfo) GetPath

func (m *ChainCodeInfo) GetPath() string

func (*ChainCodeInfo) GetVersion

func (m *ChainCodeInfo) GetVersion() string

func (*ChainCodeInfo) GetVscc

func (m *ChainCodeInfo) GetVscc() string

func (*ChainCodeInfo) ProtoMessage

func (*ChainCodeInfo) ProtoMessage()

func (*ChainCodeInfo) Reset

func (m *ChainCodeInfo) Reset()

func (*ChainCodeInfo) String

func (m *ChainCodeInfo) String() string

func (*ChainCodeInfo) XXX_DiscardUnknown

func (m *ChainCodeInfo) XXX_DiscardUnknown()

func (*ChainCodeInfo) XXX_Marshal

func (m *ChainCodeInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ChainCodeInfo) XXX_Merge

func (m *ChainCodeInfo) XXX_Merge(src proto.Message)

func (*ChainCodeInfo) XXX_Size

func (m *ChainCodeInfo) XXX_Size() int

func (*ChainCodeInfo) XXX_Unmarshal

func (m *ChainCodeInfo) XXX_Unmarshal(b []byte) error

type ChainCodeInput

type ChainCodeInput struct {
	Args                 []string `protobuf:"bytes,1,rep,name=args,proto3" json:"args,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ChainCodeInput) Descriptor

func (*ChainCodeInput) Descriptor() ([]byte, []int)

func (*ChainCodeInput) GetArgs

func (m *ChainCodeInput) GetArgs() []string

func (*ChainCodeInput) ProtoMessage

func (*ChainCodeInput) ProtoMessage()

func (*ChainCodeInput) Reset

func (m *ChainCodeInput) Reset()

func (*ChainCodeInput) String

func (m *ChainCodeInput) String() string

func (*ChainCodeInput) XXX_DiscardUnknown

func (m *ChainCodeInput) XXX_DiscardUnknown()

func (*ChainCodeInput) XXX_Marshal

func (m *ChainCodeInput) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ChainCodeInput) XXX_Merge

func (m *ChainCodeInput) XXX_Merge(src proto.Message)

func (*ChainCodeInput) XXX_Size

func (m *ChainCodeInput) XXX_Size() int

func (*ChainCodeInput) XXX_Unmarshal

func (m *ChainCodeInput) XXX_Unmarshal(b []byte) error

type ChainCodeInvocationSpec

type ChainCodeInvocationSpec struct {
	ChainCodeSpec        *ChainCodeSpec `protobuf:"bytes,1,opt,name=chainCodeSpec,proto3" json:"chainCodeSpec,omitempty"`
	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
	XXX_unrecognized     []byte         `json:"-"`
	XXX_sizecache        int32          `json:"-"`
}

func (*ChainCodeInvocationSpec) Descriptor

func (*ChainCodeInvocationSpec) Descriptor() ([]byte, []int)

func (*ChainCodeInvocationSpec) GetChainCodeSpec

func (m *ChainCodeInvocationSpec) GetChainCodeSpec() *ChainCodeSpec

func (*ChainCodeInvocationSpec) ProtoMessage

func (*ChainCodeInvocationSpec) ProtoMessage()

func (*ChainCodeInvocationSpec) Reset

func (m *ChainCodeInvocationSpec) Reset()

func (*ChainCodeInvocationSpec) String

func (m *ChainCodeInvocationSpec) String() string

func (*ChainCodeInvocationSpec) XXX_DiscardUnknown

func (m *ChainCodeInvocationSpec) XXX_DiscardUnknown()

func (*ChainCodeInvocationSpec) XXX_Marshal

func (m *ChainCodeInvocationSpec) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ChainCodeInvocationSpec) XXX_Merge

func (m *ChainCodeInvocationSpec) XXX_Merge(src proto.Message)

func (*ChainCodeInvocationSpec) XXX_Size

func (m *ChainCodeInvocationSpec) XXX_Size() int

func (*ChainCodeInvocationSpec) XXX_Unmarshal

func (m *ChainCodeInvocationSpec) XXX_Unmarshal(b []byte) error

type ChainCodeSpec

type ChainCodeSpec struct {
	Type                 string          `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty"`
	ChainCodeID          *ChainCodeID    `protobuf:"bytes,2,opt,name=chainCodeID,proto3" json:"chainCodeID,omitempty"`
	Input                *ChainCodeInput `protobuf:"bytes,3,opt,name=input,proto3" json:"input,omitempty"`
	Timeout              int32           `protobuf:"varint,4,opt,name=timeout,proto3" json:"timeout,omitempty"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

func (*ChainCodeSpec) Descriptor

func (*ChainCodeSpec) Descriptor() ([]byte, []int)

func (*ChainCodeSpec) GetChainCodeID

func (m *ChainCodeSpec) GetChainCodeID() *ChainCodeID

func (*ChainCodeSpec) GetInput

func (m *ChainCodeSpec) GetInput() *ChainCodeInput

func (*ChainCodeSpec) GetTimeout

func (m *ChainCodeSpec) GetTimeout() int32

func (*ChainCodeSpec) GetType

func (m *ChainCodeSpec) GetType() string

func (*ChainCodeSpec) ProtoMessage

func (*ChainCodeSpec) ProtoMessage()

func (*ChainCodeSpec) Reset

func (m *ChainCodeSpec) Reset()

func (*ChainCodeSpec) String

func (m *ChainCodeSpec) String() string

func (*ChainCodeSpec) XXX_DiscardUnknown

func (m *ChainCodeSpec) XXX_DiscardUnknown()

func (*ChainCodeSpec) XXX_Marshal

func (m *ChainCodeSpec) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ChainCodeSpec) XXX_Merge

func (m *ChainCodeSpec) XXX_Merge(src proto.Message)

func (*ChainCodeSpec) XXX_Size

func (m *ChainCodeSpec) XXX_Size() int

func (*ChainCodeSpec) XXX_Unmarshal

func (m *ChainCodeSpec) XXX_Unmarshal(b []byte) error

type ChainCodeValue

type ChainCodeValue struct {
	Name                 string              `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Version              string              `protobuf:"bytes,2,opt,name=version,proto3" json:"version,omitempty"`
	Escc                 string              `protobuf:"bytes,3,opt,name=escc,proto3" json:"escc,omitempty"`
	Vscc                 string              `protobuf:"bytes,4,opt,name=vscc,proto3" json:"vscc,omitempty"`
	Policy               string              `protobuf:"bytes,5,opt,name=policy,proto3" json:"policy,omitempty"`
	Data                 *ChainCodeValueDate `protobuf:"bytes,6,opt,name=data,proto3" json:"data,omitempty"`
	Id                   string              `protobuf:"bytes,7,opt,name=id,proto3" json:"id,omitempty"`
	InstantiationPolicy  []string            `protobuf:"bytes,8,rep,name=instantiationPolicy,proto3" json:"instantiationPolicy,omitempty"`
	XXX_NoUnkeyedLiteral struct{}            `json:"-"`
	XXX_unrecognized     []byte              `json:"-"`
	XXX_sizecache        int32               `json:"-"`
}

func (*ChainCodeValue) Descriptor

func (*ChainCodeValue) Descriptor() ([]byte, []int)

func (*ChainCodeValue) GetData

func (m *ChainCodeValue) GetData() *ChainCodeValueDate

func (*ChainCodeValue) GetEscc

func (m *ChainCodeValue) GetEscc() string

func (*ChainCodeValue) GetId

func (m *ChainCodeValue) GetId() string

func (*ChainCodeValue) GetInstantiationPolicy

func (m *ChainCodeValue) GetInstantiationPolicy() []string

func (*ChainCodeValue) GetName

func (m *ChainCodeValue) GetName() string

func (*ChainCodeValue) GetPolicy

func (m *ChainCodeValue) GetPolicy() string

func (*ChainCodeValue) GetVersion

func (m *ChainCodeValue) GetVersion() string

func (*ChainCodeValue) GetVscc

func (m *ChainCodeValue) GetVscc() string

func (*ChainCodeValue) ProtoMessage

func (*ChainCodeValue) ProtoMessage()

func (*ChainCodeValue) Reset

func (m *ChainCodeValue) Reset()

func (*ChainCodeValue) String

func (m *ChainCodeValue) String() string

func (*ChainCodeValue) XXX_DiscardUnknown

func (m *ChainCodeValue) XXX_DiscardUnknown()

func (*ChainCodeValue) XXX_Marshal

func (m *ChainCodeValue) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ChainCodeValue) XXX_Merge

func (m *ChainCodeValue) XXX_Merge(src proto.Message)

func (*ChainCodeValue) XXX_Size

func (m *ChainCodeValue) XXX_Size() int

func (*ChainCodeValue) XXX_Unmarshal

func (m *ChainCodeValue) XXX_Unmarshal(b []byte) error

type ChainCodeValueDate

type ChainCodeValueDate struct {
	CodeHash             string   `protobuf:"bytes,1,opt,name=codeHash,proto3" json:"codeHash,omitempty"`
	MetaDataHash         string   `protobuf:"bytes,2,opt,name=metaDataHash,proto3" json:"metaDataHash,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ChainCodeValueDate) Descriptor

func (*ChainCodeValueDate) Descriptor() ([]byte, []int)

func (*ChainCodeValueDate) GetCodeHash

func (m *ChainCodeValueDate) GetCodeHash() string

func (*ChainCodeValueDate) GetMetaDataHash

func (m *ChainCodeValueDate) GetMetaDataHash() string

func (*ChainCodeValueDate) ProtoMessage

func (*ChainCodeValueDate) ProtoMessage()

func (*ChainCodeValueDate) Reset

func (m *ChainCodeValueDate) Reset()

func (*ChainCodeValueDate) String

func (m *ChainCodeValueDate) String() string

func (*ChainCodeValueDate) XXX_DiscardUnknown

func (m *ChainCodeValueDate) XXX_DiscardUnknown()

func (*ChainCodeValueDate) XXX_Marshal

func (m *ChainCodeValueDate) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ChainCodeValueDate) XXX_Merge

func (m *ChainCodeValueDate) XXX_Merge(src proto.Message)

func (*ChainCodeValueDate) XXX_Size

func (m *ChainCodeValueDate) XXX_Size() int

func (*ChainCodeValueDate) XXX_Unmarshal

func (m *ChainCodeValueDate) XXX_Unmarshal(b []byte) error

type Channel

type Channel struct {
	// 可选参数,参与组织的节点列表
	Peers map[string]*ChannelPeer `` /* 151-byte string literal not displayed */
	// 可选参数,应用程序可以使用这些选项来执行通道操作,如检索通道配置等。
	Policies             *Policy  `protobuf:"bytes,2,opt,name=Policies,proto3" json:"Policies,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Channel) Descriptor

func (*Channel) Descriptor() ([]byte, []int)

func (*Channel) GetPeers

func (m *Channel) GetPeers() map[string]*ChannelPeer

func (*Channel) GetPolicies

func (m *Channel) GetPolicies() *Policy

func (*Channel) ProtoMessage

func (*Channel) ProtoMessage()

func (*Channel) Reset

func (m *Channel) Reset()

func (*Channel) String

func (m *Channel) String() string

func (*Channel) XXX_DiscardUnknown

func (m *Channel) XXX_DiscardUnknown()

func (*Channel) XXX_Marshal

func (m *Channel) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Channel) XXX_Merge

func (m *Channel) XXX_Merge(src proto.Message)

func (*Channel) XXX_Size

func (m *Channel) XXX_Size() int

func (*Channel) XXX_Unmarshal

func (m *Channel) XXX_Unmarshal(b []byte) error

type ChannelCreate

type ChannelCreate struct {
	ConfigID             string   `protobuf:"bytes,1,opt,name=configID,proto3" json:"configID,omitempty"`
	LeagueName           string   `protobuf:"bytes,2,opt,name=leagueName,proto3" json:"leagueName,omitempty"`
	ChannelID            string   `protobuf:"bytes,3,opt,name=channelID,proto3" json:"channelID,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ChannelCreate) Descriptor

func (*ChannelCreate) Descriptor() ([]byte, []int)

func (*ChannelCreate) GetChannelID

func (m *ChannelCreate) GetChannelID() string

func (*ChannelCreate) GetConfigID

func (m *ChannelCreate) GetConfigID() string

func (*ChannelCreate) GetLeagueName

func (m *ChannelCreate) GetLeagueName() string

func (*ChannelCreate) ProtoMessage

func (*ChannelCreate) ProtoMessage()

func (*ChannelCreate) Reset

func (m *ChannelCreate) Reset()

func (*ChannelCreate) String

func (m *ChannelCreate) String() string

func (*ChannelCreate) XXX_DiscardUnknown

func (m *ChannelCreate) XXX_DiscardUnknown()

func (*ChannelCreate) XXX_Marshal

func (m *ChannelCreate) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ChannelCreate) XXX_Merge

func (m *ChannelCreate) XXX_Merge(src proto.Message)

func (*ChannelCreate) XXX_Size

func (m *ChannelCreate) XXX_Size() int

func (*ChannelCreate) XXX_Unmarshal

func (m *ChannelCreate) XXX_Unmarshal(b []byte) error

type ChannelHandler

type ChannelHandler struct {
	ChannelID            string     `protobuf:"bytes,1,opt,name=channelID,proto3" json:"channelID,omitempty"`
	Type                 int32      `protobuf:"varint,2,opt,name=type,proto3" json:"type,omitempty"`
	Version              int32      `protobuf:"varint,3,opt,name=version,proto3" json:"version,omitempty"`
	Timestamp            *Timestamp `protobuf:"bytes,4,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	TxID                 string     `protobuf:"bytes,5,opt,name=txID,proto3" json:"txID,omitempty"`
	Epoch                uint64     `protobuf:"varint,6,opt,name=epoch,proto3" json:"epoch,omitempty"`
	Extension            string     `protobuf:"bytes,7,opt,name=extension,proto3" json:"extension,omitempty"`
	TlsCertHash          string     `protobuf:"bytes,8,opt,name=tlsCertHash,proto3" json:"tlsCertHash,omitempty"`
	XXX_NoUnkeyedLiteral struct{}   `json:"-"`
	XXX_unrecognized     []byte     `json:"-"`
	XXX_sizecache        int32      `json:"-"`
}

func (*ChannelHandler) Descriptor

func (*ChannelHandler) Descriptor() ([]byte, []int)

func (*ChannelHandler) GetChannelID

func (m *ChannelHandler) GetChannelID() string

func (*ChannelHandler) GetEpoch

func (m *ChannelHandler) GetEpoch() uint64

func (*ChannelHandler) GetExtension

func (m *ChannelHandler) GetExtension() string

func (*ChannelHandler) GetTimestamp

func (m *ChannelHandler) GetTimestamp() *Timestamp

func (*ChannelHandler) GetTlsCertHash

func (m *ChannelHandler) GetTlsCertHash() string

func (*ChannelHandler) GetTxID

func (m *ChannelHandler) GetTxID() string

func (*ChannelHandler) GetType

func (m *ChannelHandler) GetType() int32

func (*ChannelHandler) GetVersion

func (m *ChannelHandler) GetVersion() int32

func (*ChannelHandler) ProtoMessage

func (*ChannelHandler) ProtoMessage()

func (*ChannelHandler) Reset

func (m *ChannelHandler) Reset()

func (*ChannelHandler) String

func (m *ChannelHandler) String() string

func (*ChannelHandler) XXX_DiscardUnknown

func (m *ChannelHandler) XXX_DiscardUnknown()

func (*ChannelHandler) XXX_Marshal

func (m *ChannelHandler) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ChannelHandler) XXX_Merge

func (m *ChannelHandler) XXX_Merge(src proto.Message)

func (*ChannelHandler) XXX_Size

func (m *ChannelHandler) XXX_Size() int

func (*ChannelHandler) XXX_Unmarshal

func (m *ChannelHandler) XXX_Unmarshal(b []byte) error

type ChannelInfo

type ChannelInfo struct {
	Endorser             string   `protobuf:"bytes,1,opt,name=endorser,proto3" json:"endorser,omitempty"`
	Status               int32    `protobuf:"varint,2,opt,name=status,proto3" json:"status,omitempty"`
	Bci                  *BCI     `protobuf:"bytes,3,opt,name=bci,proto3" json:"bci,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ChannelInfo) Descriptor

func (*ChannelInfo) Descriptor() ([]byte, []int)

func (*ChannelInfo) GetBci

func (m *ChannelInfo) GetBci() *BCI

func (*ChannelInfo) GetEndorser

func (m *ChannelInfo) GetEndorser() string

func (*ChannelInfo) GetStatus

func (m *ChannelInfo) GetStatus() int32

func (*ChannelInfo) ProtoMessage

func (*ChannelInfo) ProtoMessage()

func (*ChannelInfo) Reset

func (m *ChannelInfo) Reset()

func (*ChannelInfo) String

func (m *ChannelInfo) String() string

func (*ChannelInfo) XXX_DiscardUnknown

func (m *ChannelInfo) XXX_DiscardUnknown()

func (*ChannelInfo) XXX_Marshal

func (m *ChannelInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ChannelInfo) XXX_Merge

func (m *ChannelInfo) XXX_Merge(src proto.Message)

func (*ChannelInfo) XXX_Size

func (m *ChannelInfo) XXX_Size() int

func (*ChannelInfo) XXX_Unmarshal

func (m *ChannelInfo) XXX_Unmarshal(b []byte) error

type ChannelJoin

type ChannelJoin struct {
	ConfigID             string   `protobuf:"bytes,1,opt,name=configID,proto3" json:"configID,omitempty"`
	OrgName              string   `protobuf:"bytes,2,opt,name=orgName,proto3" json:"orgName,omitempty"`
	OrgUser              string   `protobuf:"bytes,3,opt,name=orgUser,proto3" json:"orgUser,omitempty"`
	ChannelID            string   `protobuf:"bytes,4,opt,name=channelID,proto3" json:"channelID,omitempty"`
	PeerName             string   `protobuf:"bytes,5,opt,name=peerName,proto3" json:"peerName,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ChannelJoin) Descriptor

func (*ChannelJoin) Descriptor() ([]byte, []int)

func (*ChannelJoin) GetChannelID

func (m *ChannelJoin) GetChannelID() string

func (*ChannelJoin) GetConfigID

func (m *ChannelJoin) GetConfigID() string

func (*ChannelJoin) GetOrgName

func (m *ChannelJoin) GetOrgName() string

func (*ChannelJoin) GetOrgUser

func (m *ChannelJoin) GetOrgUser() string

func (*ChannelJoin) GetPeerName

func (m *ChannelJoin) GetPeerName() string

func (*ChannelJoin) ProtoMessage

func (*ChannelJoin) ProtoMessage()

func (*ChannelJoin) Reset

func (m *ChannelJoin) Reset()

func (*ChannelJoin) String

func (m *ChannelJoin) String() string

func (*ChannelJoin) XXX_DiscardUnknown

func (m *ChannelJoin) XXX_DiscardUnknown()

func (*ChannelJoin) XXX_Marshal

func (m *ChannelJoin) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ChannelJoin) XXX_Merge

func (m *ChannelJoin) XXX_Merge(src proto.Message)

func (*ChannelJoin) XXX_Size

func (m *ChannelJoin) XXX_Size() int

func (*ChannelJoin) XXX_Unmarshal

func (m *ChannelJoin) XXX_Unmarshal(b []byte) error

type ChannelList

type ChannelList struct {
	ConfigID             string   `protobuf:"bytes,1,opt,name=configID,proto3" json:"configID,omitempty"`
	OrgName              string   `protobuf:"bytes,2,opt,name=orgName,proto3" json:"orgName,omitempty"`
	OrgUser              string   `protobuf:"bytes,3,opt,name=orgUser,proto3" json:"orgUser,omitempty"`
	PeerName             string   `protobuf:"bytes,4,opt,name=peerName,proto3" json:"peerName,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ChannelList) Descriptor

func (*ChannelList) Descriptor() ([]byte, []int)

func (*ChannelList) GetConfigID

func (m *ChannelList) GetConfigID() string

func (*ChannelList) GetOrgName

func (m *ChannelList) GetOrgName() string

func (*ChannelList) GetOrgUser

func (m *ChannelList) GetOrgUser() string

func (*ChannelList) GetPeerName

func (m *ChannelList) GetPeerName() string

func (*ChannelList) ProtoMessage

func (*ChannelList) ProtoMessage()

func (*ChannelList) Reset

func (m *ChannelList) Reset()

func (*ChannelList) String

func (m *ChannelList) String() string

func (*ChannelList) XXX_DiscardUnknown

func (m *ChannelList) XXX_DiscardUnknown()

func (*ChannelList) XXX_Marshal

func (m *ChannelList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ChannelList) XXX_Merge

func (m *ChannelList) XXX_Merge(src proto.Message)

func (*ChannelList) XXX_Size

func (m *ChannelList) XXX_Size() int

func (*ChannelList) XXX_Unmarshal

func (m *ChannelList) XXX_Unmarshal(b []byte) error

type ChannelPeer

type ChannelPeer struct {
	// 可选参数
	//
	// 是否会向该节点发送交易以供其背书,节点必须安装chaincode。应用程序也可以使用这个属性来决定发送chaincode安装请求的节点。
	//
	// 默认值:true
	EndorsingPeer bool `protobuf:"varint,1,opt,name=endorsingPeer,proto3" json:"endorsingPeer,omitempty"`
	// 可选参数
	//
	// 这个节点是否可被发送查询建议,节点必须安装chaincode。应用程序也可以使用这个属性来决定发送chaincode安装请求的节点。
	//
	// 默认值:true
	ChaincodeQuery bool `protobuf:"varint,2,opt,name=chaincodeQuery,proto3" json:"chaincodeQuery,omitempty"`
	// 可选参数
	//
	// 这个节点是否可发送不需要链码的查询建议,如queryBlock()、queryTransaction()等。
	//
	// 默认值:true
	LedgerQuery bool `protobuf:"varint,3,opt,name=ledgerQuery,proto3" json:"ledgerQuery,omitempty"`
	// 可选参数
	//
	// 这个节点是否是SDK侦听器注册的目标,所有的对等点都可以产生事件,但应用程序通常只需要连接一个来监听事件。
	//
	// 默认值:true
	EventSource          bool     `protobuf:"varint,4,opt,name=eventSource,proto3" json:"eventSource,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

可选参数,参与组织的节点列表

func (*ChannelPeer) Descriptor

func (*ChannelPeer) Descriptor() ([]byte, []int)

func (*ChannelPeer) GetChaincodeQuery

func (m *ChannelPeer) GetChaincodeQuery() bool

func (*ChannelPeer) GetEndorsingPeer

func (m *ChannelPeer) GetEndorsingPeer() bool

func (*ChannelPeer) GetEventSource

func (m *ChannelPeer) GetEventSource() bool

func (*ChannelPeer) GetLedgerQuery

func (m *ChannelPeer) GetLedgerQuery() bool

func (*ChannelPeer) ProtoMessage

func (*ChannelPeer) ProtoMessage()

func (*ChannelPeer) Reset

func (m *ChannelPeer) Reset()

func (*ChannelPeer) String

func (m *ChannelPeer) String() string

func (*ChannelPeer) XXX_DiscardUnknown

func (m *ChannelPeer) XXX_DiscardUnknown()

func (*ChannelPeer) XXX_Marshal

func (m *ChannelPeer) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ChannelPeer) XXX_Merge

func (m *ChannelPeer) XXX_Merge(src proto.Message)

func (*ChannelPeer) XXX_Size

func (m *ChannelPeer) XXX_Size() int

func (*ChannelPeer) XXX_Unmarshal

func (m *ChannelPeer) XXX_Unmarshal(b []byte) error

type Client

type Client struct {
	// 这个应用程序实例属于哪个组织?值必须是在“组织”下定义的组织的名称,如:Org1或league-org1
	Organization string `protobuf:"bytes,1,opt,name=organization,proto3" json:"organization,omitempty"`
	// 日志级别,debug、info、warn、error等
	Logging *ClientLogging `protobuf:"bytes,2,opt,name=logging,proto3" json:"logging,omitempty"`
	// 节点超时的全局配置,如果省略此部分,则将使用缺省值
	Peer *ClientPeer `protobuf:"bytes,3,opt,name=peer,proto3" json:"peer,omitempty"`
	// 事件服务超时的全局配置,如果省略此部分,则将使用缺省值
	EventService *ClientEventService `protobuf:"bytes,4,opt,name=eventService,proto3" json:"eventService,omitempty"`
	// orderer超时的全局配置,如果省略此部分,则将使用缺省值
	Order *ClientOrder `protobuf:"bytes,5,opt,name=order,proto3" json:"order,omitempty"`
	// 超时的全局配置,如果省略此部分,则将使用缺省值
	Global *ClientGlobal `protobuf:"bytes,6,opt,name=global,proto3" json:"global,omitempty"`
	// 客户端
	CryptoConfig    *ClientCryptoConfig    `protobuf:"bytes,7,opt,name=cryptoConfig,proto3" json:"cryptoConfig,omitempty"`
	CredentialStore *ClientCredentialStore `protobuf:"bytes,8,opt,name=credentialStore,proto3" json:"credentialStore,omitempty"`
	// 客户端的BCCSP配置
	BCCSP                *ClientBCCSP    `protobuf:"bytes,9,opt,name=BCCSP,proto3" json:"BCCSP,omitempty"`
	TlsCerts             *ClientTLSCerts `protobuf:"bytes,10,opt,name=tlsCerts,proto3" json:"tlsCerts,omitempty"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

Client go sdk 使用的客户端

func (*Client) Descriptor

func (*Client) Descriptor() ([]byte, []int)

func (*Client) GetBCCSP

func (m *Client) GetBCCSP() *ClientBCCSP

func (*Client) GetCredentialStore

func (m *Client) GetCredentialStore() *ClientCredentialStore

func (*Client) GetCryptoConfig

func (m *Client) GetCryptoConfig() *ClientCryptoConfig

func (*Client) GetEventService

func (m *Client) GetEventService() *ClientEventService

func (*Client) GetGlobal

func (m *Client) GetGlobal() *ClientGlobal

func (*Client) GetLogging

func (m *Client) GetLogging() *ClientLogging

func (*Client) GetOrder

func (m *Client) GetOrder() *ClientOrder

func (*Client) GetOrganization

func (m *Client) GetOrganization() string

func (*Client) GetPeer

func (m *Client) GetPeer() *ClientPeer

func (*Client) GetTlsCerts

func (m *Client) GetTlsCerts() *ClientTLSCerts

func (*Client) ProtoMessage

func (*Client) ProtoMessage()

func (*Client) Reset

func (m *Client) Reset()

func (*Client) String

func (m *Client) String() string

func (*Client) XXX_DiscardUnknown

func (m *Client) XXX_DiscardUnknown()

func (*Client) XXX_Marshal

func (m *Client) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Client) XXX_Merge

func (m *Client) XXX_Merge(src proto.Message)

func (*Client) XXX_Size

func (m *Client) XXX_Size() int

func (*Client) XXX_Unmarshal

func (m *Client) XXX_Unmarshal(b []byte) error

type ClientBCCSP

type ClientBCCSP struct {
	Security             *ClientBCCSPSecurity `protobuf:"bytes,1,opt,name=security,proto3" json:"security,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

func (*ClientBCCSP) Descriptor

func (*ClientBCCSP) Descriptor() ([]byte, []int)

func (*ClientBCCSP) GetSecurity

func (m *ClientBCCSP) GetSecurity() *ClientBCCSPSecurity

func (*ClientBCCSP) ProtoMessage

func (*ClientBCCSP) ProtoMessage()

func (*ClientBCCSP) Reset

func (m *ClientBCCSP) Reset()

func (*ClientBCCSP) String

func (m *ClientBCCSP) String() string

func (*ClientBCCSP) XXX_DiscardUnknown

func (m *ClientBCCSP) XXX_DiscardUnknown()

func (*ClientBCCSP) XXX_Marshal

func (m *ClientBCCSP) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ClientBCCSP) XXX_Merge

func (m *ClientBCCSP) XXX_Merge(src proto.Message)

func (*ClientBCCSP) XXX_Size

func (m *ClientBCCSP) XXX_Size() int

func (*ClientBCCSP) XXX_Unmarshal

func (m *ClientBCCSP) XXX_Unmarshal(b []byte) error

type ClientBCCSPSecurity

type ClientBCCSPSecurity struct {
	Enabled              bool                        `protobuf:"varint,1,opt,name=enabled,proto3" json:"enabled,omitempty"`
	Default              *ClientBCCSPSecurityDefault `protobuf:"bytes,2,opt,name=default,proto3" json:"default,omitempty"`
	HashAlgorithm        string                      `protobuf:"bytes,3,opt,name=hashAlgorithm,proto3" json:"hashAlgorithm,omitempty"`
	SoftVerify           bool                        `protobuf:"varint,4,opt,name=softVerify,proto3" json:"softVerify,omitempty"`
	Level                int32                       `protobuf:"varint,5,opt,name=level,proto3" json:"level,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                    `json:"-"`
	XXX_unrecognized     []byte                      `json:"-"`
	XXX_sizecache        int32                       `json:"-"`
}

func (*ClientBCCSPSecurity) Descriptor

func (*ClientBCCSPSecurity) Descriptor() ([]byte, []int)

func (*ClientBCCSPSecurity) GetDefault

func (*ClientBCCSPSecurity) GetEnabled

func (m *ClientBCCSPSecurity) GetEnabled() bool

func (*ClientBCCSPSecurity) GetHashAlgorithm

func (m *ClientBCCSPSecurity) GetHashAlgorithm() string

func (*ClientBCCSPSecurity) GetLevel

func (m *ClientBCCSPSecurity) GetLevel() int32

func (*ClientBCCSPSecurity) GetSoftVerify

func (m *ClientBCCSPSecurity) GetSoftVerify() bool

func (*ClientBCCSPSecurity) ProtoMessage

func (*ClientBCCSPSecurity) ProtoMessage()

func (*ClientBCCSPSecurity) Reset

func (m *ClientBCCSPSecurity) Reset()

func (*ClientBCCSPSecurity) String

func (m *ClientBCCSPSecurity) String() string

func (*ClientBCCSPSecurity) XXX_DiscardUnknown

func (m *ClientBCCSPSecurity) XXX_DiscardUnknown()

func (*ClientBCCSPSecurity) XXX_Marshal

func (m *ClientBCCSPSecurity) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ClientBCCSPSecurity) XXX_Merge

func (m *ClientBCCSPSecurity) XXX_Merge(src proto.Message)

func (*ClientBCCSPSecurity) XXX_Size

func (m *ClientBCCSPSecurity) XXX_Size() int

func (*ClientBCCSPSecurity) XXX_Unmarshal

func (m *ClientBCCSPSecurity) XXX_Unmarshal(b []byte) error

type ClientBCCSPSecurityDefault

type ClientBCCSPSecurityDefault struct {
	Provider             string   `protobuf:"bytes,1,opt,name=provider,proto3" json:"provider,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ClientBCCSPSecurityDefault) Descriptor

func (*ClientBCCSPSecurityDefault) Descriptor() ([]byte, []int)

func (*ClientBCCSPSecurityDefault) GetProvider

func (m *ClientBCCSPSecurityDefault) GetProvider() string

func (*ClientBCCSPSecurityDefault) ProtoMessage

func (*ClientBCCSPSecurityDefault) ProtoMessage()

func (*ClientBCCSPSecurityDefault) Reset

func (m *ClientBCCSPSecurityDefault) Reset()

func (*ClientBCCSPSecurityDefault) String

func (m *ClientBCCSPSecurityDefault) String() string

func (*ClientBCCSPSecurityDefault) XXX_DiscardUnknown

func (m *ClientBCCSPSecurityDefault) XXX_DiscardUnknown()

func (*ClientBCCSPSecurityDefault) XXX_Marshal

func (m *ClientBCCSPSecurityDefault) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ClientBCCSPSecurityDefault) XXX_Merge

func (m *ClientBCCSPSecurityDefault) XXX_Merge(src proto.Message)

func (*ClientBCCSPSecurityDefault) XXX_Size

func (m *ClientBCCSPSecurityDefault) XXX_Size() int

func (*ClientBCCSPSecurityDefault) XXX_Unmarshal

func (m *ClientBCCSPSecurityDefault) XXX_Unmarshal(b []byte) error

type ClientCredentialStore

type ClientCredentialStore struct {
	Path                 string                            `protobuf:"bytes,1,opt,name=path,proto3" json:"path,omitempty"`
	CryptoStore          *ClientCredentialStoreCryptoStore `protobuf:"bytes,2,opt,name=cryptoStore,proto3" json:"cryptoStore,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                          `json:"-"`
	XXX_unrecognized     []byte                            `json:"-"`
	XXX_sizecache        int32                             `json:"-"`
}

func (*ClientCredentialStore) Descriptor

func (*ClientCredentialStore) Descriptor() ([]byte, []int)

func (*ClientCredentialStore) GetCryptoStore

func (*ClientCredentialStore) GetPath

func (m *ClientCredentialStore) GetPath() string

func (*ClientCredentialStore) ProtoMessage

func (*ClientCredentialStore) ProtoMessage()

func (*ClientCredentialStore) Reset

func (m *ClientCredentialStore) Reset()

func (*ClientCredentialStore) String

func (m *ClientCredentialStore) String() string

func (*ClientCredentialStore) XXX_DiscardUnknown

func (m *ClientCredentialStore) XXX_DiscardUnknown()

func (*ClientCredentialStore) XXX_Marshal

func (m *ClientCredentialStore) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ClientCredentialStore) XXX_Merge

func (m *ClientCredentialStore) XXX_Merge(src proto.Message)

func (*ClientCredentialStore) XXX_Size

func (m *ClientCredentialStore) XXX_Size() int

func (*ClientCredentialStore) XXX_Unmarshal

func (m *ClientCredentialStore) XXX_Unmarshal(b []byte) error

type ClientCredentialStoreCryptoStore

type ClientCredentialStoreCryptoStore struct {
	Path                 string   `protobuf:"bytes,1,opt,name=path,proto3" json:"path,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ClientCredentialStoreCryptoStore) Descriptor

func (*ClientCredentialStoreCryptoStore) Descriptor() ([]byte, []int)

func (*ClientCredentialStoreCryptoStore) GetPath

func (*ClientCredentialStoreCryptoStore) ProtoMessage

func (*ClientCredentialStoreCryptoStore) ProtoMessage()

func (*ClientCredentialStoreCryptoStore) Reset

func (*ClientCredentialStoreCryptoStore) String

func (*ClientCredentialStoreCryptoStore) XXX_DiscardUnknown

func (m *ClientCredentialStoreCryptoStore) XXX_DiscardUnknown()

func (*ClientCredentialStoreCryptoStore) XXX_Marshal

func (m *ClientCredentialStoreCryptoStore) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ClientCredentialStoreCryptoStore) XXX_Merge

func (*ClientCredentialStoreCryptoStore) XXX_Size

func (m *ClientCredentialStoreCryptoStore) XXX_Size() int

func (*ClientCredentialStoreCryptoStore) XXX_Unmarshal

func (m *ClientCredentialStoreCryptoStore) XXX_Unmarshal(b []byte) error

type ClientCryptoConfig

type ClientCryptoConfig struct {
	Path                 string   `protobuf:"bytes,1,opt,name=path,proto3" json:"path,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ClientCryptoConfig) Descriptor

func (*ClientCryptoConfig) Descriptor() ([]byte, []int)

func (*ClientCryptoConfig) GetPath

func (m *ClientCryptoConfig) GetPath() string

func (*ClientCryptoConfig) ProtoMessage

func (*ClientCryptoConfig) ProtoMessage()

func (*ClientCryptoConfig) Reset

func (m *ClientCryptoConfig) Reset()

func (*ClientCryptoConfig) String

func (m *ClientCryptoConfig) String() string

func (*ClientCryptoConfig) XXX_DiscardUnknown

func (m *ClientCryptoConfig) XXX_DiscardUnknown()

func (*ClientCryptoConfig) XXX_Marshal

func (m *ClientCryptoConfig) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ClientCryptoConfig) XXX_Merge

func (m *ClientCryptoConfig) XXX_Merge(src proto.Message)

func (*ClientCryptoConfig) XXX_Size

func (m *ClientCryptoConfig) XXX_Size() int

func (*ClientCryptoConfig) XXX_Unmarshal

func (m *ClientCryptoConfig) XXX_Unmarshal(b []byte) error

type ClientEventService

type ClientEventService struct {
	Timeout              *ClientEventServiceTimeout `protobuf:"bytes,1,opt,name=timeout,proto3" json:"timeout,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                   `json:"-"`
	XXX_unrecognized     []byte                     `json:"-"`
	XXX_sizecache        int32                      `json:"-"`
}

func (*ClientEventService) Descriptor

func (*ClientEventService) Descriptor() ([]byte, []int)

func (*ClientEventService) GetTimeout

func (*ClientEventService) ProtoMessage

func (*ClientEventService) ProtoMessage()

func (*ClientEventService) Reset

func (m *ClientEventService) Reset()

func (*ClientEventService) String

func (m *ClientEventService) String() string

func (*ClientEventService) XXX_DiscardUnknown

func (m *ClientEventService) XXX_DiscardUnknown()

func (*ClientEventService) XXX_Marshal

func (m *ClientEventService) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ClientEventService) XXX_Merge

func (m *ClientEventService) XXX_Merge(src proto.Message)

func (*ClientEventService) XXX_Size

func (m *ClientEventService) XXX_Size() int

func (*ClientEventService) XXX_Unmarshal

func (m *ClientEventService) XXX_Unmarshal(b []byte) error

type ClientEventServiceTimeout

type ClientEventServiceTimeout struct {
	RegistrationResponse string   `protobuf:"bytes,1,opt,name=registrationResponse,proto3" json:"registrationResponse,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ClientEventServiceTimeout) Descriptor

func (*ClientEventServiceTimeout) Descriptor() ([]byte, []int)

func (*ClientEventServiceTimeout) GetRegistrationResponse

func (m *ClientEventServiceTimeout) GetRegistrationResponse() string

func (*ClientEventServiceTimeout) ProtoMessage

func (*ClientEventServiceTimeout) ProtoMessage()

func (*ClientEventServiceTimeout) Reset

func (m *ClientEventServiceTimeout) Reset()

func (*ClientEventServiceTimeout) String

func (m *ClientEventServiceTimeout) String() string

func (*ClientEventServiceTimeout) XXX_DiscardUnknown

func (m *ClientEventServiceTimeout) XXX_DiscardUnknown()

func (*ClientEventServiceTimeout) XXX_Marshal

func (m *ClientEventServiceTimeout) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ClientEventServiceTimeout) XXX_Merge

func (m *ClientEventServiceTimeout) XXX_Merge(src proto.Message)

func (*ClientEventServiceTimeout) XXX_Size

func (m *ClientEventServiceTimeout) XXX_Size() int

func (*ClientEventServiceTimeout) XXX_Unmarshal

func (m *ClientEventServiceTimeout) XXX_Unmarshal(b []byte) error

type ClientGlobal

type ClientGlobal struct {
	Timeout              *ClientGlobalTimeout `protobuf:"bytes,1,opt,name=timeout,proto3" json:"timeout,omitempty"`
	Cache                *ClientGlobalCache   `protobuf:"bytes,2,opt,name=cache,proto3" json:"cache,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

func (*ClientGlobal) Descriptor

func (*ClientGlobal) Descriptor() ([]byte, []int)

func (*ClientGlobal) GetCache

func (m *ClientGlobal) GetCache() *ClientGlobalCache

func (*ClientGlobal) GetTimeout

func (m *ClientGlobal) GetTimeout() *ClientGlobalTimeout

func (*ClientGlobal) ProtoMessage

func (*ClientGlobal) ProtoMessage()

func (*ClientGlobal) Reset

func (m *ClientGlobal) Reset()

func (*ClientGlobal) String

func (m *ClientGlobal) String() string

func (*ClientGlobal) XXX_DiscardUnknown

func (m *ClientGlobal) XXX_DiscardUnknown()

func (*ClientGlobal) XXX_Marshal

func (m *ClientGlobal) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ClientGlobal) XXX_Merge

func (m *ClientGlobal) XXX_Merge(src proto.Message)

func (*ClientGlobal) XXX_Size

func (m *ClientGlobal) XXX_Size() int

func (*ClientGlobal) XXX_Unmarshal

func (m *ClientGlobal) XXX_Unmarshal(b []byte) error

type ClientGlobalCache

type ClientGlobalCache struct {
	ConnectionIdle       string   `protobuf:"bytes,1,opt,name=connectionIdle,proto3" json:"connectionIdle,omitempty"`
	EventServiceIdle     string   `protobuf:"bytes,2,opt,name=eventServiceIdle,proto3" json:"eventServiceIdle,omitempty"`
	ChannelConfig        string   `protobuf:"bytes,3,opt,name=channelConfig,proto3" json:"channelConfig,omitempty"`
	ChannelMembership    string   `protobuf:"bytes,4,opt,name=channelMembership,proto3" json:"channelMembership,omitempty"`
	Discovery            string   `protobuf:"bytes,5,opt,name=discovery,proto3" json:"discovery,omitempty"`
	Selection            string   `protobuf:"bytes,6,opt,name=selection,proto3" json:"selection,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ClientGlobalCache) Descriptor

func (*ClientGlobalCache) Descriptor() ([]byte, []int)

func (*ClientGlobalCache) GetChannelConfig

func (m *ClientGlobalCache) GetChannelConfig() string

func (*ClientGlobalCache) GetChannelMembership

func (m *ClientGlobalCache) GetChannelMembership() string

func (*ClientGlobalCache) GetConnectionIdle

func (m *ClientGlobalCache) GetConnectionIdle() string

func (*ClientGlobalCache) GetDiscovery

func (m *ClientGlobalCache) GetDiscovery() string

func (*ClientGlobalCache) GetEventServiceIdle

func (m *ClientGlobalCache) GetEventServiceIdle() string

func (*ClientGlobalCache) GetSelection

func (m *ClientGlobalCache) GetSelection() string

func (*ClientGlobalCache) ProtoMessage

func (*ClientGlobalCache) ProtoMessage()

func (*ClientGlobalCache) Reset

func (m *ClientGlobalCache) Reset()

func (*ClientGlobalCache) String

func (m *ClientGlobalCache) String() string

func (*ClientGlobalCache) XXX_DiscardUnknown

func (m *ClientGlobalCache) XXX_DiscardUnknown()

func (*ClientGlobalCache) XXX_Marshal

func (m *ClientGlobalCache) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ClientGlobalCache) XXX_Merge

func (m *ClientGlobalCache) XXX_Merge(src proto.Message)

func (*ClientGlobalCache) XXX_Size

func (m *ClientGlobalCache) XXX_Size() int

func (*ClientGlobalCache) XXX_Unmarshal

func (m *ClientGlobalCache) XXX_Unmarshal(b []byte) error

type ClientGlobalTimeout

type ClientGlobalTimeout struct {
	Query                string   `protobuf:"bytes,1,opt,name=query,proto3" json:"query,omitempty"`
	Execute              string   `protobuf:"bytes,2,opt,name=execute,proto3" json:"execute,omitempty"`
	Resmgmt              string   `protobuf:"bytes,3,opt,name=resmgmt,proto3" json:"resmgmt,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ClientGlobalTimeout) Descriptor

func (*ClientGlobalTimeout) Descriptor() ([]byte, []int)

func (*ClientGlobalTimeout) GetExecute

func (m *ClientGlobalTimeout) GetExecute() string

func (*ClientGlobalTimeout) GetQuery

func (m *ClientGlobalTimeout) GetQuery() string

func (*ClientGlobalTimeout) GetResmgmt

func (m *ClientGlobalTimeout) GetResmgmt() string

func (*ClientGlobalTimeout) ProtoMessage

func (*ClientGlobalTimeout) ProtoMessage()

func (*ClientGlobalTimeout) Reset

func (m *ClientGlobalTimeout) Reset()

func (*ClientGlobalTimeout) String

func (m *ClientGlobalTimeout) String() string

func (*ClientGlobalTimeout) XXX_DiscardUnknown

func (m *ClientGlobalTimeout) XXX_DiscardUnknown()

func (*ClientGlobalTimeout) XXX_Marshal

func (m *ClientGlobalTimeout) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ClientGlobalTimeout) XXX_Merge

func (m *ClientGlobalTimeout) XXX_Merge(src proto.Message)

func (*ClientGlobalTimeout) XXX_Size

func (m *ClientGlobalTimeout) XXX_Size() int

func (*ClientGlobalTimeout) XXX_Unmarshal

func (m *ClientGlobalTimeout) XXX_Unmarshal(b []byte) error

type ClientLogging

type ClientLogging struct {
	Level                string   `protobuf:"bytes,1,opt,name=level,proto3" json:"level,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

客户端日志设置对象

func (*ClientLogging) Descriptor

func (*ClientLogging) Descriptor() ([]byte, []int)

func (*ClientLogging) GetLevel

func (m *ClientLogging) GetLevel() string

func (*ClientLogging) ProtoMessage

func (*ClientLogging) ProtoMessage()

func (*ClientLogging) Reset

func (m *ClientLogging) Reset()

func (*ClientLogging) String

func (m *ClientLogging) String() string

func (*ClientLogging) XXX_DiscardUnknown

func (m *ClientLogging) XXX_DiscardUnknown()

func (*ClientLogging) XXX_Marshal

func (m *ClientLogging) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ClientLogging) XXX_Merge

func (m *ClientLogging) XXX_Merge(src proto.Message)

func (*ClientLogging) XXX_Size

func (m *ClientLogging) XXX_Size() int

func (*ClientLogging) XXX_Unmarshal

func (m *ClientLogging) XXX_Unmarshal(b []byte) error

type ClientOrder

type ClientOrder struct {
	Timeout              *ClientOrderTimeout `protobuf:"bytes,1,opt,name=timeout,proto3" json:"timeout,omitempty"`
	XXX_NoUnkeyedLiteral struct{}            `json:"-"`
	XXX_unrecognized     []byte              `json:"-"`
	XXX_sizecache        int32               `json:"-"`
}

func (*ClientOrder) Descriptor

func (*ClientOrder) Descriptor() ([]byte, []int)

func (*ClientOrder) GetTimeout

func (m *ClientOrder) GetTimeout() *ClientOrderTimeout

func (*ClientOrder) ProtoMessage

func (*ClientOrder) ProtoMessage()

func (*ClientOrder) Reset

func (m *ClientOrder) Reset()

func (*ClientOrder) String

func (m *ClientOrder) String() string

func (*ClientOrder) XXX_DiscardUnknown

func (m *ClientOrder) XXX_DiscardUnknown()

func (*ClientOrder) XXX_Marshal

func (m *ClientOrder) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ClientOrder) XXX_Merge

func (m *ClientOrder) XXX_Merge(src proto.Message)

func (*ClientOrder) XXX_Size

func (m *ClientOrder) XXX_Size() int

func (*ClientOrder) XXX_Unmarshal

func (m *ClientOrder) XXX_Unmarshal(b []byte) error

type ClientOrderTimeout

type ClientOrderTimeout struct {
	Connection           string   `protobuf:"bytes,1,opt,name=connection,proto3" json:"connection,omitempty"`
	Response             string   `protobuf:"bytes,2,opt,name=response,proto3" json:"response,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ClientOrderTimeout) Descriptor

func (*ClientOrderTimeout) Descriptor() ([]byte, []int)

func (*ClientOrderTimeout) GetConnection

func (m *ClientOrderTimeout) GetConnection() string

func (*ClientOrderTimeout) GetResponse

func (m *ClientOrderTimeout) GetResponse() string

func (*ClientOrderTimeout) ProtoMessage

func (*ClientOrderTimeout) ProtoMessage()

func (*ClientOrderTimeout) Reset

func (m *ClientOrderTimeout) Reset()

func (*ClientOrderTimeout) String

func (m *ClientOrderTimeout) String() string

func (*ClientOrderTimeout) XXX_DiscardUnknown

func (m *ClientOrderTimeout) XXX_DiscardUnknown()

func (*ClientOrderTimeout) XXX_Marshal

func (m *ClientOrderTimeout) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ClientOrderTimeout) XXX_Merge

func (m *ClientOrderTimeout) XXX_Merge(src proto.Message)

func (*ClientOrderTimeout) XXX_Size

func (m *ClientOrderTimeout) XXX_Size() int

func (*ClientOrderTimeout) XXX_Unmarshal

func (m *ClientOrderTimeout) XXX_Unmarshal(b []byte) error

type ClientPeer

type ClientPeer struct {
	Timeout              *ClientPeerTimeout `protobuf:"bytes,1,opt,name=timeout,proto3" json:"timeout,omitempty"`
	XXX_NoUnkeyedLiteral struct{}           `json:"-"`
	XXX_unrecognized     []byte             `json:"-"`
	XXX_sizecache        int32              `json:"-"`
}

func (*ClientPeer) Descriptor

func (*ClientPeer) Descriptor() ([]byte, []int)

func (*ClientPeer) GetTimeout

func (m *ClientPeer) GetTimeout() *ClientPeerTimeout

func (*ClientPeer) ProtoMessage

func (*ClientPeer) ProtoMessage()

func (*ClientPeer) Reset

func (m *ClientPeer) Reset()

func (*ClientPeer) String

func (m *ClientPeer) String() string

func (*ClientPeer) XXX_DiscardUnknown

func (m *ClientPeer) XXX_DiscardUnknown()

func (*ClientPeer) XXX_Marshal

func (m *ClientPeer) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ClientPeer) XXX_Merge

func (m *ClientPeer) XXX_Merge(src proto.Message)

func (*ClientPeer) XXX_Size

func (m *ClientPeer) XXX_Size() int

func (*ClientPeer) XXX_Unmarshal

func (m *ClientPeer) XXX_Unmarshal(b []byte) error

type ClientPeerTimeout

type ClientPeerTimeout struct {
	Connection           string                      `protobuf:"bytes,1,opt,name=connection,proto3" json:"connection,omitempty"`
	Response             string                      `protobuf:"bytes,2,opt,name=response,proto3" json:"response,omitempty"`
	Discovery            *ClientPeerTimeoutDiscovery `protobuf:"bytes,3,opt,name=discovery,proto3" json:"discovery,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                    `json:"-"`
	XXX_unrecognized     []byte                      `json:"-"`
	XXX_sizecache        int32                       `json:"-"`
}

func (*ClientPeerTimeout) Descriptor

func (*ClientPeerTimeout) Descriptor() ([]byte, []int)

func (*ClientPeerTimeout) GetConnection

func (m *ClientPeerTimeout) GetConnection() string

func (*ClientPeerTimeout) GetDiscovery

func (m *ClientPeerTimeout) GetDiscovery() *ClientPeerTimeoutDiscovery

func (*ClientPeerTimeout) GetResponse

func (m *ClientPeerTimeout) GetResponse() string

func (*ClientPeerTimeout) ProtoMessage

func (*ClientPeerTimeout) ProtoMessage()

func (*ClientPeerTimeout) Reset

func (m *ClientPeerTimeout) Reset()

func (*ClientPeerTimeout) String

func (m *ClientPeerTimeout) String() string

func (*ClientPeerTimeout) XXX_DiscardUnknown

func (m *ClientPeerTimeout) XXX_DiscardUnknown()

func (*ClientPeerTimeout) XXX_Marshal

func (m *ClientPeerTimeout) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ClientPeerTimeout) XXX_Merge

func (m *ClientPeerTimeout) XXX_Merge(src proto.Message)

func (*ClientPeerTimeout) XXX_Size

func (m *ClientPeerTimeout) XXX_Size() int

func (*ClientPeerTimeout) XXX_Unmarshal

func (m *ClientPeerTimeout) XXX_Unmarshal(b []byte) error

type ClientPeerTimeoutDiscovery

type ClientPeerTimeoutDiscovery struct {
	// GreyListExpiry 发现服务失效列表筛选器的有效期。
	//
	// 通道客户端将列出脱机的失效节点名单,防止在后续重试中重新选择它们。
	//
	// 这个间隔将定义一个节点被灰列出的时间
	GreyListExpiry       string   `protobuf:"bytes,1,opt,name=greyListExpiry,proto3" json:"greyListExpiry,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ClientPeerTimeoutDiscovery) Descriptor

func (*ClientPeerTimeoutDiscovery) Descriptor() ([]byte, []int)

func (*ClientPeerTimeoutDiscovery) GetGreyListExpiry

func (m *ClientPeerTimeoutDiscovery) GetGreyListExpiry() string

func (*ClientPeerTimeoutDiscovery) ProtoMessage

func (*ClientPeerTimeoutDiscovery) ProtoMessage()

func (*ClientPeerTimeoutDiscovery) Reset

func (m *ClientPeerTimeoutDiscovery) Reset()

func (*ClientPeerTimeoutDiscovery) String

func (m *ClientPeerTimeoutDiscovery) String() string

func (*ClientPeerTimeoutDiscovery) XXX_DiscardUnknown

func (m *ClientPeerTimeoutDiscovery) XXX_DiscardUnknown()

func (*ClientPeerTimeoutDiscovery) XXX_Marshal

func (m *ClientPeerTimeoutDiscovery) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ClientPeerTimeoutDiscovery) XXX_Merge

func (m *ClientPeerTimeoutDiscovery) XXX_Merge(src proto.Message)

func (*ClientPeerTimeoutDiscovery) XXX_Size

func (m *ClientPeerTimeoutDiscovery) XXX_Size() int

func (*ClientPeerTimeoutDiscovery) XXX_Unmarshal

func (m *ClientPeerTimeoutDiscovery) XXX_Unmarshal(b []byte) error

type ClientTLSCerts

type ClientTLSCerts struct {
	// 是否开启TLS,默认false
	SystemCertPool bool `protobuf:"varint,1,opt,name=systemCertPool,proto3" json:"systemCertPool,omitempty"`
	// 客户端密钥和证书,用于TLS与节点和排序服务的握手
	Client               *ClientTLSCertsClient `protobuf:"bytes,2,opt,name=client,proto3" json:"client,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*ClientTLSCerts) Descriptor

func (*ClientTLSCerts) Descriptor() ([]byte, []int)

func (*ClientTLSCerts) GetClient

func (m *ClientTLSCerts) GetClient() *ClientTLSCertsClient

func (*ClientTLSCerts) GetSystemCertPool

func (m *ClientTLSCerts) GetSystemCertPool() bool

func (*ClientTLSCerts) ProtoMessage

func (*ClientTLSCerts) ProtoMessage()

func (*ClientTLSCerts) Reset

func (m *ClientTLSCerts) Reset()

func (*ClientTLSCerts) String

func (m *ClientTLSCerts) String() string

func (*ClientTLSCerts) XXX_DiscardUnknown

func (m *ClientTLSCerts) XXX_DiscardUnknown()

func (*ClientTLSCerts) XXX_Marshal

func (m *ClientTLSCerts) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ClientTLSCerts) XXX_Merge

func (m *ClientTLSCerts) XXX_Merge(src proto.Message)

func (*ClientTLSCerts) XXX_Size

func (m *ClientTLSCerts) XXX_Size() int

func (*ClientTLSCerts) XXX_Unmarshal

func (m *ClientTLSCerts) XXX_Unmarshal(b []byte) error

type ClientTLSCertsClient

type ClientTLSCertsClient struct {
	Key                  *ClientTLSCertsClientKey  `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
	Cert                 *ClientTLSCertsClientCert `protobuf:"bytes,2,opt,name=cert,proto3" json:"cert,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                  `json:"-"`
	XXX_unrecognized     []byte                    `json:"-"`
	XXX_sizecache        int32                     `json:"-"`
}

func (*ClientTLSCertsClient) Descriptor

func (*ClientTLSCertsClient) Descriptor() ([]byte, []int)

func (*ClientTLSCertsClient) GetCert

func (*ClientTLSCertsClient) GetKey

func (*ClientTLSCertsClient) ProtoMessage

func (*ClientTLSCertsClient) ProtoMessage()

func (*ClientTLSCertsClient) Reset

func (m *ClientTLSCertsClient) Reset()

func (*ClientTLSCertsClient) String

func (m *ClientTLSCertsClient) String() string

func (*ClientTLSCertsClient) XXX_DiscardUnknown

func (m *ClientTLSCertsClient) XXX_DiscardUnknown()

func (*ClientTLSCertsClient) XXX_Marshal

func (m *ClientTLSCertsClient) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ClientTLSCertsClient) XXX_Merge

func (m *ClientTLSCertsClient) XXX_Merge(src proto.Message)

func (*ClientTLSCertsClient) XXX_Size

func (m *ClientTLSCertsClient) XXX_Size() int

func (*ClientTLSCertsClient) XXX_Unmarshal

func (m *ClientTLSCertsClient) XXX_Unmarshal(b []byte) error

type ClientTLSCertsClientCert

type ClientTLSCertsClientCert struct {
	Path                 string   `protobuf:"bytes,1,opt,name=path,proto3" json:"path,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ClientTLSCertsClientCert) Descriptor

func (*ClientTLSCertsClientCert) Descriptor() ([]byte, []int)

func (*ClientTLSCertsClientCert) GetPath

func (m *ClientTLSCertsClientCert) GetPath() string

func (*ClientTLSCertsClientCert) ProtoMessage

func (*ClientTLSCertsClientCert) ProtoMessage()

func (*ClientTLSCertsClientCert) Reset

func (m *ClientTLSCertsClientCert) Reset()

func (*ClientTLSCertsClientCert) String

func (m *ClientTLSCertsClientCert) String() string

func (*ClientTLSCertsClientCert) XXX_DiscardUnknown

func (m *ClientTLSCertsClientCert) XXX_DiscardUnknown()

func (*ClientTLSCertsClientCert) XXX_Marshal

func (m *ClientTLSCertsClientCert) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ClientTLSCertsClientCert) XXX_Merge

func (m *ClientTLSCertsClientCert) XXX_Merge(src proto.Message)

func (*ClientTLSCertsClientCert) XXX_Size

func (m *ClientTLSCertsClientCert) XXX_Size() int

func (*ClientTLSCertsClientCert) XXX_Unmarshal

func (m *ClientTLSCertsClientCert) XXX_Unmarshal(b []byte) error

type ClientTLSCertsClientKey

type ClientTLSCertsClientKey struct {
	Path                 string   `protobuf:"bytes,1,opt,name=path,proto3" json:"path,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ClientTLSCertsClientKey) Descriptor

func (*ClientTLSCertsClientKey) Descriptor() ([]byte, []int)

func (*ClientTLSCertsClientKey) GetPath

func (m *ClientTLSCertsClientKey) GetPath() string

func (*ClientTLSCertsClientKey) ProtoMessage

func (*ClientTLSCertsClientKey) ProtoMessage()

func (*ClientTLSCertsClientKey) Reset

func (m *ClientTLSCertsClientKey) Reset()

func (*ClientTLSCertsClientKey) String

func (m *ClientTLSCertsClientKey) String() string

func (*ClientTLSCertsClientKey) XXX_DiscardUnknown

func (m *ClientTLSCertsClientKey) XXX_DiscardUnknown()

func (*ClientTLSCertsClientKey) XXX_Marshal

func (m *ClientTLSCertsClientKey) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ClientTLSCertsClientKey) XXX_Merge

func (m *ClientTLSCertsClientKey) XXX_Merge(src proto.Message)

func (*ClientTLSCertsClientKey) XXX_Size

func (m *ClientTLSCertsClientKey) XXX_Size() int

func (*ClientTLSCertsClientKey) XXX_Unmarshal

func (m *ClientTLSCertsClientKey) XXX_Unmarshal(b []byte) error

type Code

type Code int32
const (
	Code_Success Code = 0
	Code_Fail    Code = 1
)

func (Code) EnumDescriptor

func (Code) EnumDescriptor() ([]byte, []int)

func (Code) String

func (x Code) String() string

type Config

type Config struct {
	// Version 内容的版本。用于SDK应用相应的解析规则
	Version string `protobuf:"bytes,1,opt,name=version,proto3" json:"version,omitempty"`
	// Client GO SDK使用的客户端
	Client *Client `protobuf:"bytes,2,opt,name=client,proto3" json:"client,omitempty"`
	// Channels 可选,如果有通道操作则需要补充完整
	Channels map[string]*Channel `` /* 157-byte string literal not displayed */
	// Organizations 此网络的参与机构名单
	Organizations map[string]*Organization `` /* 167-byte string literal not displayed */
	// 发送事务和通道创建/更新请求的Order列表。如果定义了多个,那么SDK将根据文档定义来使用特定的Order
	Orderers map[string]*Orderer `` /* 157-byte string literal not displayed */
	// 发送各种请求的节点列表,包括背书、查询和事件侦听器注册。
	Peers map[string]*Peer `` /* 151-byte string literal not displayed */
	// Fabric- ca是由Hyperledger Fabric提供的一种特殊的证书颁发机构,它允许通过REST api进行证书管理。
	//
	// 应用程序可以选择使用标准的证书颁发机构,而不是Fabric-CA,在这种情况下,不会指定此部分。
	CertificateAuthorities map[string]*CertificateAuthority `` /* 185-byte string literal not displayed */
	XXX_NoUnkeyedLiteral   struct{}                         `json:"-"`
	XXX_unrecognized       []byte                           `json:"-"`
	XXX_sizecache          int32                            `json:"-"`
}

Config 网络连接配置为客户端应用程序提供有关目标区块链网络的信息

func (*Config) Descriptor

func (*Config) Descriptor() ([]byte, []int)

func (*Config) GetCertificateAuthorities

func (m *Config) GetCertificateAuthorities() map[string]*CertificateAuthority

func (*Config) GetChannels

func (m *Config) GetChannels() map[string]*Channel

func (*Config) GetClient

func (m *Config) GetClient() *Client

func (*Config) GetOrderers

func (m *Config) GetOrderers() map[string]*Orderer

func (*Config) GetOrganizations

func (m *Config) GetOrganizations() map[string]*Organization

func (*Config) GetPeers

func (m *Config) GetPeers() map[string]*Peer

func (*Config) GetVersion

func (m *Config) GetVersion() string

func (*Config) ProtoMessage

func (*Config) ProtoMessage()

func (*Config) Reset

func (m *Config) Reset()

func (*Config) String

func (m *Config) String() string

func (*Config) XXX_DiscardUnknown

func (m *Config) XXX_DiscardUnknown()

func (*Config) XXX_Marshal

func (m *Config) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Config) XXX_Merge

func (m *Config) XXX_Merge(src proto.Message)

func (*Config) XXX_Size

func (m *Config) XXX_Size() int

func (*Config) XXX_Unmarshal

func (m *Config) XXX_Unmarshal(b []byte) error

type DiscoveryPeer

type DiscoveryPeer struct {
	MspID                string   `protobuf:"bytes,1,opt,name=mspID,proto3" json:"mspID,omitempty"`
	Url                  string   `protobuf:"bytes,2,opt,name=url,proto3" json:"url,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DiscoveryPeer) Descriptor

func (*DiscoveryPeer) Descriptor() ([]byte, []int)

func (*DiscoveryPeer) GetMspID

func (m *DiscoveryPeer) GetMspID() string

func (*DiscoveryPeer) GetUrl

func (m *DiscoveryPeer) GetUrl() string

func (*DiscoveryPeer) ProtoMessage

func (*DiscoveryPeer) ProtoMessage()

func (*DiscoveryPeer) Reset

func (m *DiscoveryPeer) Reset()

func (*DiscoveryPeer) String

func (m *DiscoveryPeer) String() string

func (*DiscoveryPeer) XXX_DiscardUnknown

func (m *DiscoveryPeer) XXX_DiscardUnknown()

func (*DiscoveryPeer) XXX_Marshal

func (m *DiscoveryPeer) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DiscoveryPeer) XXX_Merge

func (m *DiscoveryPeer) XXX_Merge(src proto.Message)

func (*DiscoveryPeer) XXX_Size

func (m *DiscoveryPeer) XXX_Size() int

func (*DiscoveryPeer) XXX_Unmarshal

func (m *DiscoveryPeer) XXX_Unmarshal(b []byte) error

type Endorsement

type Endorsement struct {
	CreateID             string   `protobuf:"bytes,1,opt,name=createID,proto3" json:"createID,omitempty"`
	MspID                string   `protobuf:"bytes,2,opt,name=mspID,proto3" json:"mspID,omitempty"`
	Signature            string   `protobuf:"bytes,3,opt,name=signature,proto3" json:"signature,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Endorsement) Descriptor

func (*Endorsement) Descriptor() ([]byte, []int)

func (*Endorsement) GetCreateID

func (m *Endorsement) GetCreateID() string

func (*Endorsement) GetMspID

func (m *Endorsement) GetMspID() string

func (*Endorsement) GetSignature

func (m *Endorsement) GetSignature() string

func (*Endorsement) ProtoMessage

func (*Endorsement) ProtoMessage()

func (*Endorsement) Reset

func (m *Endorsement) Reset()

func (*Endorsement) String

func (m *Endorsement) String() string

func (*Endorsement) XXX_DiscardUnknown

func (m *Endorsement) XXX_DiscardUnknown()

func (*Endorsement) XXX_Marshal

func (m *Endorsement) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Endorsement) XXX_Merge

func (m *Endorsement) XXX_Merge(src proto.Message)

func (*Endorsement) XXX_Size

func (m *Endorsement) XXX_Size() int

func (*Endorsement) XXX_Unmarshal

func (m *Endorsement) XXX_Unmarshal(b []byte) error

type Envelope

type Envelope struct {
	ChannelID               string                    `protobuf:"bytes,1,opt,name=channelID,proto3" json:"channelID,omitempty"`
	Type                    string                    `protobuf:"bytes,2,opt,name=type,proto3" json:"type,omitempty"`
	Version                 int32                     `protobuf:"varint,3,opt,name=version,proto3" json:"version,omitempty"`
	Timestamp               *Timestamp                `protobuf:"bytes,4,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	TransactionID           string                    `protobuf:"bytes,5,opt,name=transactionID,proto3" json:"transactionID,omitempty"`
	Epoch                   uint64                    `protobuf:"varint,6,opt,name=epoch,proto3" json:"epoch,omitempty"`
	Extension               string                    `protobuf:"bytes,7,opt,name=extension,proto3" json:"extension,omitempty"`
	TlsCertHash             string                    `protobuf:"bytes,8,opt,name=tlsCertHash,proto3" json:"tlsCertHash,omitempty"`
	TransactionEnvelopeInfo *Transaction              `protobuf:"bytes,9,opt,name=transactionEnvelopeInfo,proto3" json:"transactionEnvelopeInfo,omitempty"`
	CreateID                string                    `protobuf:"bytes,10,opt,name=createID,proto3" json:"createID,omitempty"`
	MspID                   string                    `protobuf:"bytes,11,opt,name=mspID,proto3" json:"mspID,omitempty"`
	Nonce                   string                    `protobuf:"bytes,12,opt,name=nonce,proto3" json:"nonce,omitempty"`
	Signature               string                    `protobuf:"bytes,13,opt,name=signature,proto3" json:"signature,omitempty"`
	ChainCode               *ChainCodeHeaderExtension `protobuf:"bytes,14,opt,name=chainCode,proto3" json:"chainCode,omitempty"`
	IsValid                 bool                      `protobuf:"varint,15,opt,name=isValid,proto3" json:"isValid,omitempty"`
	XXX_NoUnkeyedLiteral    struct{}                  `json:"-"`
	XXX_unrecognized        []byte                    `json:"-"`
	XXX_sizecache           int32                     `json:"-"`
}

func (*Envelope) Descriptor

func (*Envelope) Descriptor() ([]byte, []int)

func (*Envelope) GetChainCode

func (m *Envelope) GetChainCode() *ChainCodeHeaderExtension

func (*Envelope) GetChannelID

func (m *Envelope) GetChannelID() string

func (*Envelope) GetCreateID

func (m *Envelope) GetCreateID() string

func (*Envelope) GetEpoch

func (m *Envelope) GetEpoch() uint64

func (*Envelope) GetExtension

func (m *Envelope) GetExtension() string

func (*Envelope) GetIsValid

func (m *Envelope) GetIsValid() bool

func (*Envelope) GetMspID

func (m *Envelope) GetMspID() string

func (*Envelope) GetNonce

func (m *Envelope) GetNonce() string

func (*Envelope) GetSignature

func (m *Envelope) GetSignature() string

func (*Envelope) GetTimestamp

func (m *Envelope) GetTimestamp() *Timestamp

func (*Envelope) GetTlsCertHash

func (m *Envelope) GetTlsCertHash() string

func (*Envelope) GetTransactionEnvelopeInfo

func (m *Envelope) GetTransactionEnvelopeInfo() *Transaction

func (*Envelope) GetTransactionID

func (m *Envelope) GetTransactionID() string

func (*Envelope) GetType

func (m *Envelope) GetType() string

func (*Envelope) GetVersion

func (m *Envelope) GetVersion() int32

func (*Envelope) ProtoMessage

func (*Envelope) ProtoMessage()

func (*Envelope) Reset

func (m *Envelope) Reset()

func (*Envelope) String

func (m *Envelope) String() string

func (*Envelope) XXX_DiscardUnknown

func (m *Envelope) XXX_DiscardUnknown()

func (*Envelope) XXX_Marshal

func (m *Envelope) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Envelope) XXX_Merge

func (m *Envelope) XXX_Merge(src proto.Message)

func (*Envelope) XXX_Size

func (m *Envelope) XXX_Size() int

func (*Envelope) XXX_Unmarshal

func (m *Envelope) XXX_Unmarshal(b []byte) error

type GetCAInfoResponse

type GetCAInfoResponse struct {
	// CAName is the name of the CA
	CaName string `protobuf:"bytes,1,opt,name=caName,proto3" json:"caName,omitempty"`
	// CAChain is the PEM-encoded bytes of the fabric-ca-server's CA chain.
	// The 1st element of the chain is the root CA cert
	CaChain []byte `protobuf:"bytes,2,opt,name=caChain,proto3" json:"caChain,omitempty"`
	// Idemix issuer public key of the CA
	IssuerPublicKey []byte `protobuf:"bytes,3,opt,name=issuerPublicKey,proto3" json:"issuerPublicKey,omitempty"`
	// Idemix issuer revocation public key of the CA
	IssuerRevocationPublicKey []byte `protobuf:"bytes,4,opt,name=issuerRevocationPublicKey,proto3" json:"issuerRevocationPublicKey,omitempty"`
	// Version of the server
	Version              string   `protobuf:"bytes,5,opt,name=version,proto3" json:"version,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

GetCAInfoResponse is the response from the GetCAInfo call

func (*GetCAInfoResponse) Descriptor

func (*GetCAInfoResponse) Descriptor() ([]byte, []int)

func (*GetCAInfoResponse) GetCaChain

func (m *GetCAInfoResponse) GetCaChain() []byte

func (*GetCAInfoResponse) GetCaName

func (m *GetCAInfoResponse) GetCaName() string

func (*GetCAInfoResponse) GetIssuerPublicKey

func (m *GetCAInfoResponse) GetIssuerPublicKey() []byte

func (*GetCAInfoResponse) GetIssuerRevocationPublicKey

func (m *GetCAInfoResponse) GetIssuerRevocationPublicKey() []byte

func (*GetCAInfoResponse) GetVersion

func (m *GetCAInfoResponse) GetVersion() string

func (*GetCAInfoResponse) ProtoMessage

func (*GetCAInfoResponse) ProtoMessage()

func (*GetCAInfoResponse) Reset

func (m *GetCAInfoResponse) Reset()

func (*GetCAInfoResponse) String

func (m *GetCAInfoResponse) String() string

func (*GetCAInfoResponse) XXX_DiscardUnknown

func (m *GetCAInfoResponse) XXX_DiscardUnknown()

func (*GetCAInfoResponse) XXX_Marshal

func (m *GetCAInfoResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetCAInfoResponse) XXX_Merge

func (m *GetCAInfoResponse) XXX_Merge(src proto.Message)

func (*GetCAInfoResponse) XXX_Size

func (m *GetCAInfoResponse) XXX_Size() int

func (*GetCAInfoResponse) XXX_Unmarshal

func (m *GetCAInfoResponse) XXX_Unmarshal(b []byte) error

type Identifier

type Identifier struct {
	// The identifier of the associated membership service provider
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// The identifier for an identity within a provider
	MspID                string   `protobuf:"bytes,2,opt,name=mspID,proto3" json:"mspID,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

Identifier returns the identifier of that identity

func (*Identifier) Descriptor

func (*Identifier) Descriptor() ([]byte, []int)

func (*Identifier) GetId

func (m *Identifier) GetId() string

func (*Identifier) GetMspID

func (m *Identifier) GetMspID() string

func (*Identifier) ProtoMessage

func (*Identifier) ProtoMessage()

func (*Identifier) Reset

func (m *Identifier) Reset()

func (*Identifier) String

func (m *Identifier) String() string

func (*Identifier) XXX_DiscardUnknown

func (m *Identifier) XXX_DiscardUnknown()

func (*Identifier) XXX_Marshal

func (m *Identifier) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Identifier) XXX_Merge

func (m *Identifier) XXX_Merge(src proto.Message)

func (*Identifier) XXX_Size

func (m *Identifier) XXX_Size() int

func (*Identifier) XXX_Unmarshal

func (m *Identifier) XXX_Unmarshal(b []byte) error

type IdentityInfo

type IdentityInfo struct {
	Id                   string       `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Type                 string       `protobuf:"bytes,2,opt,name=type,proto3" json:"type,omitempty"`
	Affiliation          string       `protobuf:"bytes,3,opt,name=affiliation,proto3" json:"affiliation,omitempty"`
	Attributes           []*Attribute `protobuf:"bytes,4,rep,name=attributes,proto3" json:"attributes,omitempty"`
	MaxEnrollments       int32        `protobuf:"varint,5,opt,name=maxEnrollments,proto3" json:"maxEnrollments,omitempty"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

func (*IdentityInfo) Descriptor

func (*IdentityInfo) Descriptor() ([]byte, []int)

func (*IdentityInfo) GetAffiliation

func (m *IdentityInfo) GetAffiliation() string

func (*IdentityInfo) GetAttributes

func (m *IdentityInfo) GetAttributes() []*Attribute

func (*IdentityInfo) GetId

func (m *IdentityInfo) GetId() string

func (*IdentityInfo) GetMaxEnrollments

func (m *IdentityInfo) GetMaxEnrollments() int32

func (*IdentityInfo) GetType

func (m *IdentityInfo) GetType() string

func (*IdentityInfo) ProtoMessage

func (*IdentityInfo) ProtoMessage()

func (*IdentityInfo) Reset

func (m *IdentityInfo) Reset()

func (*IdentityInfo) String

func (m *IdentityInfo) String() string

func (*IdentityInfo) XXX_DiscardUnknown

func (m *IdentityInfo) XXX_DiscardUnknown()

func (*IdentityInfo) XXX_Marshal

func (m *IdentityInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*IdentityInfo) XXX_Merge

func (m *IdentityInfo) XXX_Merge(src proto.Message)

func (*IdentityInfo) XXX_Size

func (m *IdentityInfo) XXX_Size() int

func (*IdentityInfo) XXX_Unmarshal

func (m *IdentityInfo) XXX_Unmarshal(b []byte) error

type IdentityRequest

type IdentityRequest struct {
	Id                   string       `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Affiliation          string       `protobuf:"bytes,2,opt,name=affiliation,proto3" json:"affiliation,omitempty"`
	Attributes           []*Attribute `protobuf:"bytes,3,rep,name=attributes,proto3" json:"attributes,omitempty"`
	Type                 string       `protobuf:"bytes,4,opt,name=type,proto3" json:"type,omitempty"`
	MaxEnrollments       int32        `protobuf:"varint,5,opt,name=MaxEnrollments,proto3" json:"MaxEnrollments,omitempty"`
	Secret               string       `protobuf:"bytes,6,opt,name=secret,proto3" json:"secret,omitempty"`
	CaName               string       `protobuf:"bytes,7,opt,name=caName,proto3" json:"caName,omitempty"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

func (*IdentityRequest) Descriptor

func (*IdentityRequest) Descriptor() ([]byte, []int)

func (*IdentityRequest) GetAffiliation

func (m *IdentityRequest) GetAffiliation() string

func (*IdentityRequest) GetAttributes

func (m *IdentityRequest) GetAttributes() []*Attribute

func (*IdentityRequest) GetCaName

func (m *IdentityRequest) GetCaName() string

func (*IdentityRequest) GetId

func (m *IdentityRequest) GetId() string

func (*IdentityRequest) GetMaxEnrollments

func (m *IdentityRequest) GetMaxEnrollments() int32

func (*IdentityRequest) GetSecret

func (m *IdentityRequest) GetSecret() string

func (*IdentityRequest) GetType

func (m *IdentityRequest) GetType() string

func (*IdentityRequest) ProtoMessage

func (*IdentityRequest) ProtoMessage()

func (*IdentityRequest) Reset

func (m *IdentityRequest) Reset()

func (*IdentityRequest) String

func (m *IdentityRequest) String() string

func (*IdentityRequest) XXX_DiscardUnknown

func (m *IdentityRequest) XXX_DiscardUnknown()

func (*IdentityRequest) XXX_Marshal

func (m *IdentityRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*IdentityRequest) XXX_Merge

func (m *IdentityRequest) XXX_Merge(src proto.Message)

func (*IdentityRequest) XXX_Size

func (m *IdentityRequest) XXX_Size() int

func (*IdentityRequest) XXX_Unmarshal

func (m *IdentityRequest) XXX_Unmarshal(b []byte) error

type IdentityResponse

type IdentityResponse struct {
	Id                   string       `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Affiliation          string       `protobuf:"bytes,2,opt,name=affiliation,proto3" json:"affiliation,omitempty"`
	Attributes           []*Attribute `protobuf:"bytes,3,rep,name=attributes,proto3" json:"attributes,omitempty"`
	Type                 string       `protobuf:"bytes,4,opt,name=type,proto3" json:"type,omitempty"`
	MaxEnrollments       int32        `protobuf:"varint,5,opt,name=MaxEnrollments,proto3" json:"MaxEnrollments,omitempty"`
	Secret               string       `protobuf:"bytes,6,opt,name=secret,proto3" json:"secret,omitempty"`
	CaName               string       `protobuf:"bytes,7,opt,name=caName,proto3" json:"caName,omitempty"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

IdentityResponse is the response from the any read/add/modify/remove identity call

func (*IdentityResponse) Descriptor

func (*IdentityResponse) Descriptor() ([]byte, []int)

func (*IdentityResponse) GetAffiliation

func (m *IdentityResponse) GetAffiliation() string

func (*IdentityResponse) GetAttributes

func (m *IdentityResponse) GetAttributes() []*Attribute

func (*IdentityResponse) GetCaName

func (m *IdentityResponse) GetCaName() string

func (*IdentityResponse) GetId

func (m *IdentityResponse) GetId() string

func (*IdentityResponse) GetMaxEnrollments

func (m *IdentityResponse) GetMaxEnrollments() int32

func (*IdentityResponse) GetSecret

func (m *IdentityResponse) GetSecret() string

func (*IdentityResponse) GetType

func (m *IdentityResponse) GetType() string

func (*IdentityResponse) ProtoMessage

func (*IdentityResponse) ProtoMessage()

func (*IdentityResponse) Reset

func (m *IdentityResponse) Reset()

func (*IdentityResponse) String

func (m *IdentityResponse) String() string

func (*IdentityResponse) XXX_DiscardUnknown

func (m *IdentityResponse) XXX_DiscardUnknown()

func (*IdentityResponse) XXX_Marshal

func (m *IdentityResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*IdentityResponse) XXX_Merge

func (m *IdentityResponse) XXX_Merge(src proto.Message)

func (*IdentityResponse) XXX_Size

func (m *IdentityResponse) XXX_Size() int

func (*IdentityResponse) XXX_Unmarshal

func (m *IdentityResponse) XXX_Unmarshal(b []byte) error

type Install

type Install struct {
	ConfigID             string   `protobuf:"bytes,1,opt,name=configID,proto3" json:"configID,omitempty"`
	OrgName              string   `protobuf:"bytes,2,opt,name=orgName,proto3" json:"orgName,omitempty"`
	OrgUser              string   `protobuf:"bytes,3,opt,name=orgUser,proto3" json:"orgUser,omitempty"`
	Name                 string   `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"`
	Source               string   `protobuf:"bytes,5,opt,name=source,proto3" json:"source,omitempty"`
	Path                 string   `protobuf:"bytes,6,opt,name=path,proto3" json:"path,omitempty"`
	Version              string   `protobuf:"bytes,7,opt,name=version,proto3" json:"version,omitempty"`
	PeerName             string   `protobuf:"bytes,8,opt,name=peerName,proto3" json:"peerName,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Install) Descriptor

func (*Install) Descriptor() ([]byte, []int)

func (*Install) GetConfigID

func (m *Install) GetConfigID() string

func (*Install) GetName

func (m *Install) GetName() string

func (*Install) GetOrgName

func (m *Install) GetOrgName() string

func (*Install) GetOrgUser

func (m *Install) GetOrgUser() string

func (*Install) GetPath

func (m *Install) GetPath() string

func (*Install) GetPeerName

func (m *Install) GetPeerName() string

func (*Install) GetSource

func (m *Install) GetSource() string

func (*Install) GetVersion

func (m *Install) GetVersion() string

func (*Install) ProtoMessage

func (*Install) ProtoMessage()

func (*Install) Reset

func (m *Install) Reset()

func (*Install) String

func (m *Install) String() string

func (*Install) XXX_DiscardUnknown

func (m *Install) XXX_DiscardUnknown()

func (*Install) XXX_Marshal

func (m *Install) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Install) XXX_Merge

func (m *Install) XXX_Merge(src proto.Message)

func (*Install) XXX_Size

func (m *Install) XXX_Size() int

func (*Install) XXX_Unmarshal

func (m *Install) XXX_Unmarshal(b []byte) error

type Installed

type Installed struct {
	ConfigID             string   `protobuf:"bytes,1,opt,name=configID,proto3" json:"configID,omitempty"`
	OrgName              string   `protobuf:"bytes,2,opt,name=orgName,proto3" json:"orgName,omitempty"`
	OrgUser              string   `protobuf:"bytes,3,opt,name=orgUser,proto3" json:"orgUser,omitempty"`
	PeerName             string   `protobuf:"bytes,4,opt,name=peerName,proto3" json:"peerName,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Installed) Descriptor

func (*Installed) Descriptor() ([]byte, []int)

func (*Installed) GetConfigID

func (m *Installed) GetConfigID() string

func (*Installed) GetOrgName

func (m *Installed) GetOrgName() string

func (*Installed) GetOrgUser

func (m *Installed) GetOrgUser() string

func (*Installed) GetPeerName

func (m *Installed) GetPeerName() string

func (*Installed) ProtoMessage

func (*Installed) ProtoMessage()

func (*Installed) Reset

func (m *Installed) Reset()

func (*Installed) String

func (m *Installed) String() string

func (*Installed) XXX_DiscardUnknown

func (m *Installed) XXX_DiscardUnknown()

func (*Installed) XXX_Marshal

func (m *Installed) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Installed) XXX_Merge

func (m *Installed) XXX_Merge(src proto.Message)

func (*Installed) XXX_Size

func (m *Installed) XXX_Size() int

func (*Installed) XXX_Unmarshal

func (m *Installed) XXX_Unmarshal(b []byte) error

type Instantiate

type Instantiate struct {
	ConfigID             string   `protobuf:"bytes,1,opt,name=configID,proto3" json:"configID,omitempty"`
	OrgName              string   `protobuf:"bytes,2,opt,name=orgName,proto3" json:"orgName,omitempty"`
	OrgUser              string   `protobuf:"bytes,3,opt,name=orgUser,proto3" json:"orgUser,omitempty"`
	ChannelID            string   `protobuf:"bytes,4,opt,name=channelID,proto3" json:"channelID,omitempty"`
	Name                 string   `protobuf:"bytes,5,opt,name=name,proto3" json:"name,omitempty"`
	Path                 string   `protobuf:"bytes,6,opt,name=path,proto3" json:"path,omitempty"`
	Version              string   `protobuf:"bytes,7,opt,name=version,proto3" json:"version,omitempty"`
	OrgPolicies          []string `protobuf:"bytes,8,rep,name=orgPolicies,proto3" json:"orgPolicies,omitempty"`
	Args                 [][]byte `protobuf:"bytes,9,rep,name=args,proto3" json:"args,omitempty"`
	PeerName             string   `protobuf:"bytes,10,opt,name=peerName,proto3" json:"peerName,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Instantiate) Descriptor

func (*Instantiate) Descriptor() ([]byte, []int)

func (*Instantiate) GetArgs

func (m *Instantiate) GetArgs() [][]byte

func (*Instantiate) GetChannelID

func (m *Instantiate) GetChannelID() string

func (*Instantiate) GetConfigID

func (m *Instantiate) GetConfigID() string

func (*Instantiate) GetName

func (m *Instantiate) GetName() string

func (*Instantiate) GetOrgName

func (m *Instantiate) GetOrgName() string

func (*Instantiate) GetOrgPolicies

func (m *Instantiate) GetOrgPolicies() []string

func (*Instantiate) GetOrgUser

func (m *Instantiate) GetOrgUser() string

func (*Instantiate) GetPath

func (m *Instantiate) GetPath() string

func (*Instantiate) GetPeerName

func (m *Instantiate) GetPeerName() string

func (*Instantiate) GetVersion

func (m *Instantiate) GetVersion() string

func (*Instantiate) ProtoMessage

func (*Instantiate) ProtoMessage()

func (*Instantiate) Reset

func (m *Instantiate) Reset()

func (*Instantiate) String

func (m *Instantiate) String() string

func (*Instantiate) XXX_DiscardUnknown

func (m *Instantiate) XXX_DiscardUnknown()

func (*Instantiate) XXX_Marshal

func (m *Instantiate) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Instantiate) XXX_Merge

func (m *Instantiate) XXX_Merge(src proto.Message)

func (*Instantiate) XXX_Size

func (m *Instantiate) XXX_Size() int

func (*Instantiate) XXX_Unmarshal

func (m *Instantiate) XXX_Unmarshal(b []byte) error

type Instantiated

type Instantiated struct {
	ConfigID             string   `protobuf:"bytes,1,opt,name=configID,proto3" json:"configID,omitempty"`
	OrgName              string   `protobuf:"bytes,2,opt,name=orgName,proto3" json:"orgName,omitempty"`
	OrgUser              string   `protobuf:"bytes,3,opt,name=orgUser,proto3" json:"orgUser,omitempty"`
	ChannelID            string   `protobuf:"bytes,4,opt,name=channelID,proto3" json:"channelID,omitempty"`
	PeerName             string   `protobuf:"bytes,5,opt,name=peerName,proto3" json:"peerName,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Instantiated) Descriptor

func (*Instantiated) Descriptor() ([]byte, []int)

func (*Instantiated) GetChannelID

func (m *Instantiated) GetChannelID() string

func (*Instantiated) GetConfigID

func (m *Instantiated) GetConfigID() string

func (*Instantiated) GetOrgName

func (m *Instantiated) GetOrgName() string

func (*Instantiated) GetOrgUser

func (m *Instantiated) GetOrgUser() string

func (*Instantiated) GetPeerName

func (m *Instantiated) GetPeerName() string

func (*Instantiated) ProtoMessage

func (*Instantiated) ProtoMessage()

func (*Instantiated) Reset

func (m *Instantiated) Reset()

func (*Instantiated) String

func (m *Instantiated) String() string

func (*Instantiated) XXX_DiscardUnknown

func (m *Instantiated) XXX_DiscardUnknown()

func (*Instantiated) XXX_Marshal

func (m *Instantiated) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Instantiated) XXX_Merge

func (m *Instantiated) XXX_Merge(src proto.Message)

func (*Instantiated) XXX_Size

func (m *Instantiated) XXX_Size() int

func (*Instantiated) XXX_Unmarshal

func (m *Instantiated) XXX_Unmarshal(b []byte) error

type Invoke

type Invoke struct {
	ConfigID             string   `protobuf:"bytes,1,opt,name=configID,proto3" json:"configID,omitempty"`
	ChannelID            string   `protobuf:"bytes,2,opt,name=channelID,proto3" json:"channelID,omitempty"`
	ChainCodeID          string   `protobuf:"bytes,3,opt,name=chainCodeID,proto3" json:"chainCodeID,omitempty"`
	OrgName              string   `protobuf:"bytes,4,opt,name=orgName,proto3" json:"orgName,omitempty"`
	OrgUser              string   `protobuf:"bytes,5,opt,name=orgUser,proto3" json:"orgUser,omitempty"`
	Fcn                  string   `protobuf:"bytes,6,opt,name=fcn,proto3" json:"fcn,omitempty"`
	Args                 [][]byte `protobuf:"bytes,7,rep,name=args,proto3" json:"args,omitempty"`
	TargetEndpoints      []string `protobuf:"bytes,8,rep,name=targetEndpoints,proto3" json:"targetEndpoints,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Invoke) Descriptor

func (*Invoke) Descriptor() ([]byte, []int)

func (*Invoke) GetArgs

func (m *Invoke) GetArgs() [][]byte

func (*Invoke) GetChainCodeID

func (m *Invoke) GetChainCodeID() string

func (*Invoke) GetChannelID

func (m *Invoke) GetChannelID() string

func (*Invoke) GetConfigID

func (m *Invoke) GetConfigID() string

func (*Invoke) GetFcn

func (m *Invoke) GetFcn() string

func (*Invoke) GetOrgName

func (m *Invoke) GetOrgName() string

func (*Invoke) GetOrgUser

func (m *Invoke) GetOrgUser() string

func (*Invoke) GetTargetEndpoints

func (m *Invoke) GetTargetEndpoints() []string

func (*Invoke) ProtoMessage

func (*Invoke) ProtoMessage()

func (*Invoke) Reset

func (m *Invoke) Reset()

func (*Invoke) String

func (m *Invoke) String() string

func (*Invoke) XXX_DiscardUnknown

func (m *Invoke) XXX_DiscardUnknown()

func (*Invoke) XXX_Marshal

func (m *Invoke) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Invoke) XXX_Merge

func (m *Invoke) XXX_Merge(src proto.Message)

func (*Invoke) XXX_Size

func (m *Invoke) XXX_Size() int

func (*Invoke) XXX_Unmarshal

func (m *Invoke) XXX_Unmarshal(b []byte) error

type InvokeAsync

type InvokeAsync struct {
	ConfigID             string   `protobuf:"bytes,1,opt,name=configID,proto3" json:"configID,omitempty"`
	ChannelID            string   `protobuf:"bytes,2,opt,name=channelID,proto3" json:"channelID,omitempty"`
	ChainCodeID          string   `protobuf:"bytes,3,opt,name=chainCodeID,proto3" json:"chainCodeID,omitempty"`
	OrgName              string   `protobuf:"bytes,4,opt,name=orgName,proto3" json:"orgName,omitempty"`
	OrgUser              string   `protobuf:"bytes,5,opt,name=orgUser,proto3" json:"orgUser,omitempty"`
	Fcn                  string   `protobuf:"bytes,6,opt,name=fcn,proto3" json:"fcn,omitempty"`
	Callback             string   `protobuf:"bytes,7,opt,name=callback,proto3" json:"callback,omitempty"`
	Args                 [][]byte `protobuf:"bytes,8,rep,name=args,proto3" json:"args,omitempty"`
	TargetEndpoints      []string `protobuf:"bytes,9,rep,name=targetEndpoints,proto3" json:"targetEndpoints,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*InvokeAsync) Descriptor

func (*InvokeAsync) Descriptor() ([]byte, []int)

func (*InvokeAsync) GetArgs

func (m *InvokeAsync) GetArgs() [][]byte

func (*InvokeAsync) GetCallback

func (m *InvokeAsync) GetCallback() string

func (*InvokeAsync) GetChainCodeID

func (m *InvokeAsync) GetChainCodeID() string

func (*InvokeAsync) GetChannelID

func (m *InvokeAsync) GetChannelID() string

func (*InvokeAsync) GetConfigID

func (m *InvokeAsync) GetConfigID() string

func (*InvokeAsync) GetFcn

func (m *InvokeAsync) GetFcn() string

func (*InvokeAsync) GetOrgName

func (m *InvokeAsync) GetOrgName() string

func (*InvokeAsync) GetOrgUser

func (m *InvokeAsync) GetOrgUser() string

func (*InvokeAsync) GetTargetEndpoints

func (m *InvokeAsync) GetTargetEndpoints() []string

func (*InvokeAsync) ProtoMessage

func (*InvokeAsync) ProtoMessage()

func (*InvokeAsync) Reset

func (m *InvokeAsync) Reset()

func (*InvokeAsync) String

func (m *InvokeAsync) String() string

func (*InvokeAsync) XXX_DiscardUnknown

func (m *InvokeAsync) XXX_DiscardUnknown()

func (*InvokeAsync) XXX_Marshal

func (m *InvokeAsync) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*InvokeAsync) XXX_Merge

func (m *InvokeAsync) XXX_Merge(src proto.Message)

func (*InvokeAsync) XXX_Size

func (m *InvokeAsync) XXX_Size() int

func (*InvokeAsync) XXX_Unmarshal

func (m *InvokeAsync) XXX_Unmarshal(b []byte) error

type KVMetadataEntry

type KVMetadataEntry struct {
	Name                 string   `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Value                []byte   `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*KVMetadataEntry) Descriptor

func (*KVMetadataEntry) Descriptor() ([]byte, []int)

func (*KVMetadataEntry) GetName

func (m *KVMetadataEntry) GetName() string

func (*KVMetadataEntry) GetValue

func (m *KVMetadataEntry) GetValue() []byte

func (*KVMetadataEntry) ProtoMessage

func (*KVMetadataEntry) ProtoMessage()

func (*KVMetadataEntry) Reset

func (m *KVMetadataEntry) Reset()

func (*KVMetadataEntry) String

func (m *KVMetadataEntry) String() string

func (*KVMetadataEntry) XXX_DiscardUnknown

func (m *KVMetadataEntry) XXX_DiscardUnknown()

func (*KVMetadataEntry) XXX_Marshal

func (m *KVMetadataEntry) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*KVMetadataEntry) XXX_Merge

func (m *KVMetadataEntry) XXX_Merge(src proto.Message)

func (*KVMetadataEntry) XXX_Size

func (m *KVMetadataEntry) XXX_Size() int

func (*KVMetadataEntry) XXX_Unmarshal

func (m *KVMetadataEntry) XXX_Unmarshal(b []byte) error

type KVMetadataWrite

type KVMetadataWrite struct {
	Key                  string             `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
	Entries              []*KVMetadataEntry `protobuf:"bytes,2,rep,name=entries,proto3" json:"entries,omitempty"`
	XXX_NoUnkeyedLiteral struct{}           `json:"-"`
	XXX_unrecognized     []byte             `json:"-"`
	XXX_sizecache        int32              `json:"-"`
}

func (*KVMetadataWrite) Descriptor

func (*KVMetadataWrite) Descriptor() ([]byte, []int)

func (*KVMetadataWrite) GetEntries

func (m *KVMetadataWrite) GetEntries() []*KVMetadataEntry

func (*KVMetadataWrite) GetKey

func (m *KVMetadataWrite) GetKey() string

func (*KVMetadataWrite) ProtoMessage

func (*KVMetadataWrite) ProtoMessage()

func (*KVMetadataWrite) Reset

func (m *KVMetadataWrite) Reset()

func (*KVMetadataWrite) String

func (m *KVMetadataWrite) String() string

func (*KVMetadataWrite) XXX_DiscardUnknown

func (m *KVMetadataWrite) XXX_DiscardUnknown()

func (*KVMetadataWrite) XXX_Marshal

func (m *KVMetadataWrite) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*KVMetadataWrite) XXX_Merge

func (m *KVMetadataWrite) XXX_Merge(src proto.Message)

func (*KVMetadataWrite) XXX_Size

func (m *KVMetadataWrite) XXX_Size() int

func (*KVMetadataWrite) XXX_Unmarshal

func (m *KVMetadataWrite) XXX_Unmarshal(b []byte) error

type KVRWSet

type KVRWSet struct {
	Reads                []*KVRead                  `protobuf:"bytes,1,rep,name=reads,proto3" json:"reads,omitempty"`
	RangeQueriesInfo     []*kvrwset.RangeQueryInfo  `protobuf:"bytes,2,rep,name=rangeQueriesInfo,proto3" json:"rangeQueriesInfo,omitempty"`
	Writes               []*KVWrite                 `protobuf:"bytes,3,rep,name=writes,proto3" json:"writes,omitempty"`
	MetadataWrites       []*kvrwset.KVMetadataWrite `protobuf:"bytes,4,rep,name=metadataWrites,proto3" json:"metadataWrites,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                   `json:"-"`
	XXX_unrecognized     []byte                     `json:"-"`
	XXX_sizecache        int32                      `json:"-"`
}

func (*KVRWSet) Descriptor

func (*KVRWSet) Descriptor() ([]byte, []int)

func (*KVRWSet) GetMetadataWrites

func (m *KVRWSet) GetMetadataWrites() []*kvrwset.KVMetadataWrite

func (*KVRWSet) GetRangeQueriesInfo

func (m *KVRWSet) GetRangeQueriesInfo() []*kvrwset.RangeQueryInfo

func (*KVRWSet) GetReads

func (m *KVRWSet) GetReads() []*KVRead

func (*KVRWSet) GetWrites

func (m *KVRWSet) GetWrites() []*KVWrite

func (*KVRWSet) ProtoMessage

func (*KVRWSet) ProtoMessage()

func (*KVRWSet) Reset

func (m *KVRWSet) Reset()

func (*KVRWSet) String

func (m *KVRWSet) String() string

func (*KVRWSet) XXX_DiscardUnknown

func (m *KVRWSet) XXX_DiscardUnknown()

func (*KVRWSet) XXX_Marshal

func (m *KVRWSet) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*KVRWSet) XXX_Merge

func (m *KVRWSet) XXX_Merge(src proto.Message)

func (*KVRWSet) XXX_Size

func (m *KVRWSet) XXX_Size() int

func (*KVRWSet) XXX_Unmarshal

func (m *KVRWSet) XXX_Unmarshal(b []byte) error

type KVRead

type KVRead struct {
	Key                  string   `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
	Version              *Version `protobuf:"bytes,2,opt,name=version,proto3" json:"version,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*KVRead) Descriptor

func (*KVRead) Descriptor() ([]byte, []int)

func (*KVRead) GetKey

func (m *KVRead) GetKey() string

func (*KVRead) GetVersion

func (m *KVRead) GetVersion() *Version

func (*KVRead) ProtoMessage

func (*KVRead) ProtoMessage()

func (*KVRead) Reset

func (m *KVRead) Reset()

func (*KVRead) String

func (m *KVRead) String() string

func (*KVRead) XXX_DiscardUnknown

func (m *KVRead) XXX_DiscardUnknown()

func (*KVRead) XXX_Marshal

func (m *KVRead) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*KVRead) XXX_Merge

func (m *KVRead) XXX_Merge(src proto.Message)

func (*KVRead) XXX_Size

func (m *KVRead) XXX_Size() int

func (*KVRead) XXX_Unmarshal

func (m *KVRead) XXX_Unmarshal(b []byte) error

type KVWrite

type KVWrite struct {
	Key      string `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
	IsDelete bool   `protobuf:"varint,2,opt,name=isDelete,proto3" json:"isDelete,omitempty"`
	// Types that are valid to be assigned to Data:
	//	*KVWrite_Value
	//	*KVWrite_CCValue
	Data                 isKVWrite_Data `protobuf_oneof:"data"`
	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
	XXX_unrecognized     []byte         `json:"-"`
	XXX_sizecache        int32          `json:"-"`
}

func (*KVWrite) Descriptor

func (*KVWrite) Descriptor() ([]byte, []int)

func (*KVWrite) GetCCValue

func (m *KVWrite) GetCCValue() *ChainCodeValue

func (*KVWrite) GetData

func (m *KVWrite) GetData() isKVWrite_Data

func (*KVWrite) GetIsDelete

func (m *KVWrite) GetIsDelete() bool

func (*KVWrite) GetKey

func (m *KVWrite) GetKey() string

func (*KVWrite) GetValue

func (m *KVWrite) GetValue() string

func (*KVWrite) ProtoMessage

func (*KVWrite) ProtoMessage()

func (*KVWrite) Reset

func (m *KVWrite) Reset()

func (*KVWrite) String

func (m *KVWrite) String() string

func (*KVWrite) XXX_DiscardUnknown

func (m *KVWrite) XXX_DiscardUnknown()

func (*KVWrite) XXX_Marshal

func (m *KVWrite) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*KVWrite) XXX_Merge

func (m *KVWrite) XXX_Merge(src proto.Message)

func (*KVWrite) XXX_OneofFuncs

func (*KVWrite) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, func(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error), func(msg proto.Message) (n int), []interface{})

XXX_OneofFuncs is for the internal use of the proto package.

func (*KVWrite) XXX_Size

func (m *KVWrite) XXX_Size() int

func (*KVWrite) XXX_Unmarshal

func (m *KVWrite) XXX_Unmarshal(b []byte) error

type KVWrite_CCValue

type KVWrite_CCValue struct {
	CCValue *ChainCodeValue `protobuf:"bytes,4,opt,name=CCValue,proto3,oneof"`
}

type KVWrite_Value

type KVWrite_Value struct {
	Value string `protobuf:"bytes,3,opt,name=value,proto3,oneof"`
}

type LedgerCAClient

type LedgerCAClient interface {
	Info(ctx context.Context, in *ReqCaInfo, opts ...grpc.CallOption) (*ResultCAInfo, error)
	Enroll(ctx context.Context, in *ReqEnroll, opts ...grpc.CallOption) (*Result, error)
	Reenroll(ctx context.Context, in *ReqReenroll, opts ...grpc.CallOption) (*Result, error)
	Register(ctx context.Context, in *ReqRegister, opts ...grpc.CallOption) (*Result, error)
	AddAffiliation(ctx context.Context, in *ReqAddAffiliation, opts ...grpc.CallOption) (*ResultAffiliation, error)
	RemoveAffiliation(ctx context.Context, in *ReqRemoveAffiliation, opts ...grpc.CallOption) (*ResultAffiliation, error)
	ModifyAffiliation(ctx context.Context, in *ReqModifyAffiliation, opts ...grpc.CallOption) (*ResultAffiliation, error)
	GetAllAffiliations(ctx context.Context, in *ReqGetAllAffiliations, opts ...grpc.CallOption) (*ResultAffiliation, error)
	GetAllAffiliationsByCaName(ctx context.Context, in *ReqGetAllAffiliationsByCaName, opts ...grpc.CallOption) (*ResultAffiliation, error)
	GetAffiliation(ctx context.Context, in *ReqGetAffiliation, opts ...grpc.CallOption) (*ResultAffiliation, error)
	GetAffiliationByCaName(ctx context.Context, in *ReqGetAffiliationByCaName, opts ...grpc.CallOption) (*ResultAffiliation, error)
	GetAllIdentities(ctx context.Context, in *ReqGetAllIdentities, opts ...grpc.CallOption) (*ResultIdentityResponses, error)
	GetAllIdentitiesByCaName(ctx context.Context, in *ReqGetAllIdentitiesByCaName, opts ...grpc.CallOption) (*ResultIdentityResponses, error)
	CreateIdentity(ctx context.Context, in *ReqCreateIdentity, opts ...grpc.CallOption) (*ResultIdentityResponse, error)
	ModifyIdentity(ctx context.Context, in *ReqModifyIdentity, opts ...grpc.CallOption) (*ResultIdentityResponse, error)
	GetIdentity(ctx context.Context, in *ReqGetIdentity, opts ...grpc.CallOption) (*ResultIdentityResponse, error)
	GetIdentityByCaName(ctx context.Context, in *ReqGetIdentityByCaName, opts ...grpc.CallOption) (*ResultIdentityResponse, error)
	RemoveIdentity(ctx context.Context, in *ReqRemoveIdentity, opts ...grpc.CallOption) (*ResultIdentityResponse, error)
	CreateSigningIdentity(ctx context.Context, in *ReqCreateSigningIdentity, opts ...grpc.CallOption) (*ResultSigningIdentityResponse, error)
	GetSigningIdentity(ctx context.Context, in *ReqGetSigningIdentity, opts ...grpc.CallOption) (*ResultSigningIdentityResponse, error)
	Revoke(ctx context.Context, in *ReqRevoke, opts ...grpc.CallOption) (*ResultRevocationResponse, error)
}

LedgerCAClient is the client API for LedgerCA service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewLedgerCAClient

func NewLedgerCAClient(cc *grpc.ClientConn) LedgerCAClient

type LedgerCAServer

type LedgerCAServer interface {
	Info(context.Context, *ReqCaInfo) (*ResultCAInfo, error)
	Enroll(context.Context, *ReqEnroll) (*Result, error)
	Reenroll(context.Context, *ReqReenroll) (*Result, error)
	Register(context.Context, *ReqRegister) (*Result, error)
	AddAffiliation(context.Context, *ReqAddAffiliation) (*ResultAffiliation, error)
	RemoveAffiliation(context.Context, *ReqRemoveAffiliation) (*ResultAffiliation, error)
	ModifyAffiliation(context.Context, *ReqModifyAffiliation) (*ResultAffiliation, error)
	GetAllAffiliations(context.Context, *ReqGetAllAffiliations) (*ResultAffiliation, error)
	GetAllAffiliationsByCaName(context.Context, *ReqGetAllAffiliationsByCaName) (*ResultAffiliation, error)
	GetAffiliation(context.Context, *ReqGetAffiliation) (*ResultAffiliation, error)
	GetAffiliationByCaName(context.Context, *ReqGetAffiliationByCaName) (*ResultAffiliation, error)
	GetAllIdentities(context.Context, *ReqGetAllIdentities) (*ResultIdentityResponses, error)
	GetAllIdentitiesByCaName(context.Context, *ReqGetAllIdentitiesByCaName) (*ResultIdentityResponses, error)
	CreateIdentity(context.Context, *ReqCreateIdentity) (*ResultIdentityResponse, error)
	ModifyIdentity(context.Context, *ReqModifyIdentity) (*ResultIdentityResponse, error)
	GetIdentity(context.Context, *ReqGetIdentity) (*ResultIdentityResponse, error)
	GetIdentityByCaName(context.Context, *ReqGetIdentityByCaName) (*ResultIdentityResponse, error)
	RemoveIdentity(context.Context, *ReqRemoveIdentity) (*ResultIdentityResponse, error)
	CreateSigningIdentity(context.Context, *ReqCreateSigningIdentity) (*ResultSigningIdentityResponse, error)
	GetSigningIdentity(context.Context, *ReqGetSigningIdentity) (*ResultSigningIdentityResponse, error)
	Revoke(context.Context, *ReqRevoke) (*ResultRevocationResponse, error)
}

LedgerCAServer is the server API for LedgerCA service.

type LedgerChainCodeClient

type LedgerChainCodeClient interface {
	UploadCC(ctx context.Context, opts ...grpc.CallOption) (LedgerChainCode_UploadCCClient, error)
	InstallCC(ctx context.Context, in *Install, opts ...grpc.CallOption) (*Result, error)
	InstalledCC(ctx context.Context, in *Installed, opts ...grpc.CallOption) (*ResultCCList, error)
	InstantiateCC(ctx context.Context, in *Instantiate, opts ...grpc.CallOption) (*Result, error)
	InstantiatedCC(ctx context.Context, in *Instantiated, opts ...grpc.CallOption) (*ResultCCList, error)
	UpgradeCC(ctx context.Context, in *Upgrade, opts ...grpc.CallOption) (*Result, error)
	InvokeCC(ctx context.Context, in *Invoke, opts ...grpc.CallOption) (*Result, error)
	InvokeCCAsync(ctx context.Context, in *InvokeAsync, opts ...grpc.CallOption) (*Result, error)
	QueryCC(ctx context.Context, in *Query, opts ...grpc.CallOption) (*Result, error)
}

LedgerChainCodeClient is the client API for LedgerChainCode service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewLedgerChainCodeClient

func NewLedgerChainCodeClient(cc *grpc.ClientConn) LedgerChainCodeClient

type LedgerChainCodeServer

type LedgerChainCodeServer interface {
	UploadCC(LedgerChainCode_UploadCCServer) error
	InstallCC(context.Context, *Install) (*Result, error)
	InstalledCC(context.Context, *Installed) (*ResultCCList, error)
	InstantiateCC(context.Context, *Instantiate) (*Result, error)
	InstantiatedCC(context.Context, *Instantiated) (*ResultCCList, error)
	UpgradeCC(context.Context, *Upgrade) (*Result, error)
	InvokeCC(context.Context, *Invoke) (*Result, error)
	InvokeCCAsync(context.Context, *InvokeAsync) (*Result, error)
	QueryCC(context.Context, *Query) (*Result, error)
}

LedgerChainCodeServer is the server API for LedgerChainCode service.

type LedgerChainCode_UploadCCClient

type LedgerChainCode_UploadCCClient interface {
	Send(*Upload) error
	CloseAndRecv() (*ResultUpload, error)
	grpc.ClientStream
}

type LedgerChainCode_UploadCCServer

type LedgerChainCode_UploadCCServer interface {
	SendAndClose(*ResultUpload) error
	Recv() (*Upload, error)
	grpc.ServerStream
}

type LedgerChannelClient

type LedgerChannelClient interface {
	Create(ctx context.Context, in *ChannelCreate, opts ...grpc.CallOption) (*Result, error)
	Join(ctx context.Context, in *ChannelJoin, opts ...grpc.CallOption) (*Result, error)
	List(ctx context.Context, in *ChannelList, opts ...grpc.CallOption) (*ResultArr, error)
}

LedgerChannelClient is the client API for LedgerChannel service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewLedgerChannelClient

func NewLedgerChannelClient(cc *grpc.ClientConn) LedgerChannelClient

type LedgerChannelServer

type LedgerChannelServer interface {
	Create(context.Context, *ChannelCreate) (*Result, error)
	Join(context.Context, *ChannelJoin) (*Result, error)
	List(context.Context, *ChannelList) (*ResultArr, error)
}

LedgerChannelServer is the server API for LedgerChannel service.

type LedgerClient

type LedgerClient interface {
	QueryLedgerInfo(ctx context.Context, in *ReqInfo, opts ...grpc.CallOption) (*ResultChannelInfo, error)
	QueryLedgerBlockByHeight(ctx context.Context, in *ReqBlockByHeight, opts ...grpc.CallOption) (*ResultBlock, error)
	QueryLedgerBlockByHash(ctx context.Context, in *ReqBlockByHash, opts ...grpc.CallOption) (*ResultBlock, error)
	QueryLedgerBlockByTxID(ctx context.Context, in *ReqBlockByTxID, opts ...grpc.CallOption) (*ResultBlock, error)
	QueryLedgerInfoSpec(ctx context.Context, in *ReqInfoSpec, opts ...grpc.CallOption) (*ResultChannelInfo, error)
	QueryLedgerBlockByHeightSpec(ctx context.Context, in *ReqBlockByHeightSpec, opts ...grpc.CallOption) (*ResultBlock, error)
	QueryLedgerBlockByHashSpec(ctx context.Context, in *ReqBlockByHashSpec, opts ...grpc.CallOption) (*ResultBlock, error)
	QueryLedgerBlockByTxIDSpec(ctx context.Context, in *ReqBlockByTxIDSpec, opts ...grpc.CallOption) (*ResultBlock, error)
}

LedgerClient is the client API for Ledger service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewLedgerClient

func NewLedgerClient(cc *grpc.ClientConn) LedgerClient

type LedgerConfigClient

type LedgerConfigClient interface {
	ListConfig(ctx context.Context, in *ReqConfigList, opts ...grpc.CallOption) (*ResultConfigList, error)
	GetConfig(ctx context.Context, in *ReqConfig, opts ...grpc.CallOption) (*ResultConfig, error)
	RecoverConfig(ctx context.Context, in *ReqConfigRecover, opts ...grpc.CallOption) (*Result, error)
	InitConfig(ctx context.Context, in *ReqInit, opts ...grpc.CallOption) (*Result, error)
}

LedgerConfigClient is the client API for LedgerConfig service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewLedgerConfigClient

func NewLedgerConfigClient(cc *grpc.ClientConn) LedgerConfigClient

type LedgerConfigServer

type LedgerConfigServer interface {
	ListConfig(context.Context, *ReqConfigList) (*ResultConfigList, error)
	GetConfig(context.Context, *ReqConfig) (*ResultConfig, error)
	RecoverConfig(context.Context, *ReqConfigRecover) (*Result, error)
	InitConfig(context.Context, *ReqInit) (*Result, error)
}

LedgerConfigServer is the server API for LedgerConfig service.

type LedgerPeerClient

type LedgerPeerClient interface {
	LocalPeers(ctx context.Context, in *ReqLocalPeers, opts ...grpc.CallOption) (*ResultPeers, error)
	ChannelPeers(ctx context.Context, in *ReqChannelPeers, opts ...grpc.CallOption) (*ResultPeers, error)
}

LedgerPeerClient is the client API for LedgerPeer service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewLedgerPeerClient

func NewLedgerPeerClient(cc *grpc.ClientConn) LedgerPeerClient

type LedgerPeerServer

type LedgerPeerServer interface {
	LocalPeers(context.Context, *ReqLocalPeers) (*ResultPeers, error)
	ChannelPeers(context.Context, *ReqChannelPeers) (*ResultPeers, error)
}

LedgerPeerServer is the server API for LedgerPeer service.

type LedgerServer

type LedgerServer interface {
	QueryLedgerInfo(context.Context, *ReqInfo) (*ResultChannelInfo, error)
	QueryLedgerBlockByHeight(context.Context, *ReqBlockByHeight) (*ResultBlock, error)
	QueryLedgerBlockByHash(context.Context, *ReqBlockByHash) (*ResultBlock, error)
	QueryLedgerBlockByTxID(context.Context, *ReqBlockByTxID) (*ResultBlock, error)
	QueryLedgerInfoSpec(context.Context, *ReqInfoSpec) (*ResultChannelInfo, error)
	QueryLedgerBlockByHeightSpec(context.Context, *ReqBlockByHeightSpec) (*ResultBlock, error)
	QueryLedgerBlockByHashSpec(context.Context, *ReqBlockByHashSpec) (*ResultBlock, error)
	QueryLedgerBlockByTxIDSpec(context.Context, *ReqBlockByTxIDSpec) (*ResultBlock, error)
}

LedgerServer is the server API for Ledger service.

type ModifyAffiliationRequest

type ModifyAffiliationRequest struct {
	NewName              string              `protobuf:"bytes,1,opt,name=newName,proto3" json:"newName,omitempty"`
	AffiliationRequest   *AffiliationRequest `protobuf:"bytes,2,opt,name=affiliationRequest,proto3" json:"affiliationRequest,omitempty"`
	XXX_NoUnkeyedLiteral struct{}            `json:"-"`
	XXX_unrecognized     []byte              `json:"-"`
	XXX_sizecache        int32               `json:"-"`
}

func (*ModifyAffiliationRequest) Descriptor

func (*ModifyAffiliationRequest) Descriptor() ([]byte, []int)

func (*ModifyAffiliationRequest) GetAffiliationRequest

func (m *ModifyAffiliationRequest) GetAffiliationRequest() *AffiliationRequest

func (*ModifyAffiliationRequest) GetNewName

func (m *ModifyAffiliationRequest) GetNewName() string

func (*ModifyAffiliationRequest) ProtoMessage

func (*ModifyAffiliationRequest) ProtoMessage()

func (*ModifyAffiliationRequest) Reset

func (m *ModifyAffiliationRequest) Reset()

func (*ModifyAffiliationRequest) String

func (m *ModifyAffiliationRequest) String() string

func (*ModifyAffiliationRequest) XXX_DiscardUnknown

func (m *ModifyAffiliationRequest) XXX_DiscardUnknown()

func (*ModifyAffiliationRequest) XXX_Marshal

func (m *ModifyAffiliationRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ModifyAffiliationRequest) XXX_Merge

func (m *ModifyAffiliationRequest) XXX_Merge(src proto.Message)

func (*ModifyAffiliationRequest) XXX_Size

func (m *ModifyAffiliationRequest) XXX_Size() int

func (*ModifyAffiliationRequest) XXX_Unmarshal

func (m *ModifyAffiliationRequest) XXX_Unmarshal(b []byte) error

type NsRwSets

type NsRwSets struct {
	NameSpace            string   `protobuf:"bytes,1,opt,name=nameSpace,proto3" json:"nameSpace,omitempty"`
	KVRWSet              *KVRWSet `protobuf:"bytes,2,opt,name=KVRWSet,proto3" json:"KVRWSet,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*NsRwSets) Descriptor

func (*NsRwSets) Descriptor() ([]byte, []int)

func (*NsRwSets) GetKVRWSet

func (m *NsRwSets) GetKVRWSet() *KVRWSet

func (*NsRwSets) GetNameSpace

func (m *NsRwSets) GetNameSpace() string

func (*NsRwSets) ProtoMessage

func (*NsRwSets) ProtoMessage()

func (*NsRwSets) Reset

func (m *NsRwSets) Reset()

func (*NsRwSets) String

func (m *NsRwSets) String() string

func (*NsRwSets) XXX_DiscardUnknown

func (m *NsRwSets) XXX_DiscardUnknown()

func (*NsRwSets) XXX_Marshal

func (m *NsRwSets) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*NsRwSets) XXX_Merge

func (m *NsRwSets) XXX_Merge(src proto.Message)

func (*NsRwSets) XXX_Size

func (m *NsRwSets) XXX_Size() int

func (*NsRwSets) XXX_Unmarshal

func (m *NsRwSets) XXX_Unmarshal(b []byte) error

type Orderer

type Orderer struct {
	// grpcs://127.0.0.1:7050
	Url string `protobuf:"bytes,1,opt,name=url,proto3" json:"url,omitempty"`
	// 这些是由gRPC库定义的标准属性,它们将按原样传递给gRPC客户端构造函数
	GrpcOptions          *OrdererGRPCOptions `protobuf:"bytes,2,opt,name=grpcOptions,proto3" json:"grpcOptions,omitempty"`
	TlsCACerts           *OrdererTLSCACerts  `protobuf:"bytes,3,opt,name=tlsCACerts,proto3" json:"tlsCACerts,omitempty"`
	XXX_NoUnkeyedLiteral struct{}            `json:"-"`
	XXX_unrecognized     []byte              `json:"-"`
	XXX_sizecache        int32               `json:"-"`
}

发送事务和通道创建/更新请求

func (*Orderer) Descriptor

func (*Orderer) Descriptor() ([]byte, []int)

func (*Orderer) GetGrpcOptions

func (m *Orderer) GetGrpcOptions() *OrdererGRPCOptions

func (*Orderer) GetTlsCACerts

func (m *Orderer) GetTlsCACerts() *OrdererTLSCACerts

func (*Orderer) GetUrl

func (m *Orderer) GetUrl() string

func (*Orderer) ProtoMessage

func (*Orderer) ProtoMessage()

func (*Orderer) Reset

func (m *Orderer) Reset()

func (*Orderer) String

func (m *Orderer) String() string

func (*Orderer) XXX_DiscardUnknown

func (m *Orderer) XXX_DiscardUnknown()

func (*Orderer) XXX_Marshal

func (m *Orderer) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Orderer) XXX_Merge

func (m *Orderer) XXX_Merge(src proto.Message)

func (*Orderer) XXX_Size

func (m *Orderer) XXX_Size() int

func (*Orderer) XXX_Unmarshal

func (m *Orderer) XXX_Unmarshal(b []byte) error

type OrdererGRPCOptions

type OrdererGRPCOptions struct {
	// orderer.example.com
	SslTargetNameOverride string `protobuf:"bytes,1,opt,name=sslTargetNameOverride,proto3" json:"sslTargetNameOverride,omitempty"`
	// keepAliveTime
	//
	// 这些参数应该与服务器上的keepalive策略协调设置,因为不兼容的设置可能导致连接关闭
	//
	// 当“keep-alive-time”的持续时间设置为0或更少时,将禁用keep alive客户端参数
	KeepAliveTime string `protobuf:"bytes,2,opt,name=keepAliveTime,proto3" json:"keepAliveTime,omitempty"`
	// keepAliveTimeout
	//
	// 这些参数应该与服务器上的keepalive策略协调设置,因为不兼容的设置可能导致连接关闭
	//
	// 当“keep-alive-time”的持续时间设置为0或更少时,将禁用keep alive客户端参数
	KeepAliveTimeout string `protobuf:"bytes,3,opt,name=keepAliveTimeout,proto3" json:"keepAliveTimeout,omitempty"`
	// keepAlivePermit
	//
	// 这些参数应该与服务器上的keepalive策略协调设置,因为不兼容的设置可能导致连接关闭
	//
	// 当“keep-alive-time”的持续时间设置为0或更少时,将禁用keep alive客户端参数
	KeepAlivePermit bool `protobuf:"varint,4,opt,name=keepAlivePermit,proto3" json:"keepAlivePermit,omitempty"`
	FailFast        bool `protobuf:"varint,5,opt,name=failFast,proto3" json:"failFast,omitempty"`
	// 如果地址没有定义协议,则考虑允许不安全;如果为true,则考虑grpc或其他grpc
	AllowInsecure        bool     `protobuf:"varint,6,opt,name=allowInsecure,proto3" json:"allowInsecure,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*OrdererGRPCOptions) Descriptor

func (*OrdererGRPCOptions) Descriptor() ([]byte, []int)

func (*OrdererGRPCOptions) GetAllowInsecure

func (m *OrdererGRPCOptions) GetAllowInsecure() bool

func (*OrdererGRPCOptions) GetFailFast

func (m *OrdererGRPCOptions) GetFailFast() bool

func (*OrdererGRPCOptions) GetKeepAlivePermit

func (m *OrdererGRPCOptions) GetKeepAlivePermit() bool

func (*OrdererGRPCOptions) GetKeepAliveTime

func (m *OrdererGRPCOptions) GetKeepAliveTime() string

func (*OrdererGRPCOptions) GetKeepAliveTimeout

func (m *OrdererGRPCOptions) GetKeepAliveTimeout() string

func (*OrdererGRPCOptions) GetSslTargetNameOverride

func (m *OrdererGRPCOptions) GetSslTargetNameOverride() string

func (*OrdererGRPCOptions) ProtoMessage

func (*OrdererGRPCOptions) ProtoMessage()

func (*OrdererGRPCOptions) Reset

func (m *OrdererGRPCOptions) Reset()

func (*OrdererGRPCOptions) String

func (m *OrdererGRPCOptions) String() string

func (*OrdererGRPCOptions) XXX_DiscardUnknown

func (m *OrdererGRPCOptions) XXX_DiscardUnknown()

func (*OrdererGRPCOptions) XXX_Marshal

func (m *OrdererGRPCOptions) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*OrdererGRPCOptions) XXX_Merge

func (m *OrdererGRPCOptions) XXX_Merge(src proto.Message)

func (*OrdererGRPCOptions) XXX_Size

func (m *OrdererGRPCOptions) XXX_Size() int

func (*OrdererGRPCOptions) XXX_Unmarshal

func (m *OrdererGRPCOptions) XXX_Unmarshal(b []byte) error

type OrdererTLSCACerts

type OrdererTLSCACerts struct {
	// 证书位置绝对路径
	Path                 string   `protobuf:"bytes,1,opt,name=path,proto3" json:"path,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*OrdererTLSCACerts) Descriptor

func (*OrdererTLSCACerts) Descriptor() ([]byte, []int)

func (*OrdererTLSCACerts) GetPath

func (m *OrdererTLSCACerts) GetPath() string

func (*OrdererTLSCACerts) ProtoMessage

func (*OrdererTLSCACerts) ProtoMessage()

func (*OrdererTLSCACerts) Reset

func (m *OrdererTLSCACerts) Reset()

func (*OrdererTLSCACerts) String

func (m *OrdererTLSCACerts) String() string

func (*OrdererTLSCACerts) XXX_DiscardUnknown

func (m *OrdererTLSCACerts) XXX_DiscardUnknown()

func (*OrdererTLSCACerts) XXX_Marshal

func (m *OrdererTLSCACerts) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*OrdererTLSCACerts) XXX_Merge

func (m *OrdererTLSCACerts) XXX_Merge(src proto.Message)

func (*OrdererTLSCACerts) XXX_Size

func (m *OrdererTLSCACerts) XXX_Size() int

func (*OrdererTLSCACerts) XXX_Unmarshal

func (m *OrdererTLSCACerts) XXX_Unmarshal(b []byte) error

type OrgInfo

type OrgInfo struct {
	LeagueDomain         string   `protobuf:"bytes,1,opt,name=leagueDomain,proto3" json:"leagueDomain,omitempty"`
	Domain               string   `protobuf:"bytes,2,opt,name=domain,proto3" json:"domain,omitempty"`
	Name                 string   `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	Username             string   `protobuf:"bytes,4,opt,name=username,proto3" json:"username,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*OrgInfo) Descriptor

func (*OrgInfo) Descriptor() ([]byte, []int)

func (*OrgInfo) GetDomain

func (m *OrgInfo) GetDomain() string

func (*OrgInfo) GetLeagueDomain

func (m *OrgInfo) GetLeagueDomain() string

func (*OrgInfo) GetName

func (m *OrgInfo) GetName() string

func (*OrgInfo) GetUsername

func (m *OrgInfo) GetUsername() string

func (*OrgInfo) ProtoMessage

func (*OrgInfo) ProtoMessage()

func (*OrgInfo) Reset

func (m *OrgInfo) Reset()

func (*OrgInfo) String

func (m *OrgInfo) String() string

func (*OrgInfo) XXX_DiscardUnknown

func (m *OrgInfo) XXX_DiscardUnknown()

func (*OrgInfo) XXX_Marshal

func (m *OrgInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*OrgInfo) XXX_Merge

func (m *OrgInfo) XXX_Merge(src proto.Message)

func (*OrgInfo) XXX_Size

func (m *OrgInfo) XXX_Size() int

func (*OrgInfo) XXX_Unmarshal

func (m *OrgInfo) XXX_Unmarshal(b []byte) error

type Organization

type Organization struct {
	MspID string `protobuf:"bytes,1,opt,name=mspID,proto3" json:"mspID,omitempty"`
	// 这个组织的MSP存储(绝对路径或相对于client.cryptoconfig)
	CryptoPath string   `protobuf:"bytes,2,opt,name=cryptoPath,proto3" json:"cryptoPath,omitempty"`
	Peers      []string `protobuf:"bytes,3,rep,name=peers,proto3" json:"peers,omitempty"`
	// 在基于Fabric的网络中,证书颁发机构颁发证书用于身份验证
	//
	// 通常,证书供应是在运行时网络之外的独立进程中完成的
	//
	// ca是一个特殊的证书颁发机构,它为动态证书管理(注册、撤销、重新注册)提供了REST api
	//
	// CertificateAuthorities只针对fabric-ca服务
	CertificateAuthorities []string `protobuf:"bytes,4,rep,name=certificateAuthorities,proto3" json:"certificateAuthorities,omitempty"`
	XXX_NoUnkeyedLiteral   struct{} `json:"-"`
	XXX_unrecognized       []byte   `json:"-"`
	XXX_sizecache          int32    `json:"-"`
}

此网络的参与机构

func (*Organization) Descriptor

func (*Organization) Descriptor() ([]byte, []int)

func (*Organization) GetCertificateAuthorities

func (m *Organization) GetCertificateAuthorities() []string

func (*Organization) GetCryptoPath

func (m *Organization) GetCryptoPath() string

func (*Organization) GetMspID

func (m *Organization) GetMspID() string

func (*Organization) GetPeers

func (m *Organization) GetPeers() []string

func (*Organization) ProtoMessage

func (*Organization) ProtoMessage()

func (*Organization) Reset

func (m *Organization) Reset()

func (*Organization) String

func (m *Organization) String() string

func (*Organization) XXX_DiscardUnknown

func (m *Organization) XXX_DiscardUnknown()

func (*Organization) XXX_Marshal

func (m *Organization) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Organization) XXX_Merge

func (m *Organization) XXX_Merge(src proto.Message)

func (*Organization) XXX_Size

func (m *Organization) XXX_Size() int

func (*Organization) XXX_Unmarshal

func (m *Organization) XXX_Unmarshal(b []byte) error

type Payload

type Payload struct {
	ChannelHandler       *ChannelHandler  `protobuf:"bytes,1,opt,name=channelHandler,proto3" json:"channelHandler,omitempty"`
	SignatureHeader      *SignatureHeader `protobuf:"bytes,2,opt,name=signatureHeader,proto3" json:"signatureHeader,omitempty"`
	Transaction          *Transaction     `protobuf:"bytes,3,opt,name=transaction,proto3" json:"transaction,omitempty"`
	XXX_NoUnkeyedLiteral struct{}         `json:"-"`
	XXX_unrecognized     []byte           `json:"-"`
	XXX_sizecache        int32            `json:"-"`
}

func (*Payload) Descriptor

func (*Payload) Descriptor() ([]byte, []int)

func (*Payload) GetChannelHandler

func (m *Payload) GetChannelHandler() *ChannelHandler

func (*Payload) GetSignatureHeader

func (m *Payload) GetSignatureHeader() *SignatureHeader

func (*Payload) GetTransaction

func (m *Payload) GetTransaction() *Transaction

func (*Payload) ProtoMessage

func (*Payload) ProtoMessage()

func (*Payload) Reset

func (m *Payload) Reset()

func (*Payload) String

func (m *Payload) String() string

func (*Payload) XXX_DiscardUnknown

func (m *Payload) XXX_DiscardUnknown()

func (*Payload) XXX_Marshal

func (m *Payload) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Payload) XXX_Merge

func (m *Payload) XXX_Merge(src proto.Message)

func (*Payload) XXX_Size

func (m *Payload) XXX_Size() int

func (*Payload) XXX_Unmarshal

func (m *Payload) XXX_Unmarshal(b []byte) error

type Peer

type Peer struct {
	// 此URL用于发送背书和查询请求
	Url string `protobuf:"bytes,1,opt,name=url,proto3" json:"url,omitempty"`
	// eventUrl只在使用eventhub时才需要(默认是交付服务)
	EventUrl string `protobuf:"bytes,2,opt,name=eventUrl,proto3" json:"eventUrl,omitempty"`
	// 这些是由gRPC库定义的标准属性,它们将按原样传递给gRPC客户端构造函数
	GrpcOptions          *PeerGRPCOptions `protobuf:"bytes,3,opt,name=grpcOptions,proto3" json:"grpcOptions,omitempty"`
	TlsCACerts           *PeerTLSCACerts  `protobuf:"bytes,4,opt,name=tlsCACerts,proto3" json:"tlsCACerts,omitempty"`
	XXX_NoUnkeyedLiteral struct{}         `json:"-"`
	XXX_unrecognized     []byte           `json:"-"`
	XXX_sizecache        int32            `json:"-"`
}

节点,用于发送各种请求的节点列表,包括背书、查询和事件侦听器注册

func (*Peer) Descriptor

func (*Peer) Descriptor() ([]byte, []int)

func (*Peer) GetEventUrl

func (m *Peer) GetEventUrl() string

func (*Peer) GetGrpcOptions

func (m *Peer) GetGrpcOptions() *PeerGRPCOptions

func (*Peer) GetTlsCACerts

func (m *Peer) GetTlsCACerts() *PeerTLSCACerts

func (*Peer) GetUrl

func (m *Peer) GetUrl() string

func (*Peer) ProtoMessage

func (*Peer) ProtoMessage()

func (*Peer) Reset

func (m *Peer) Reset()

func (*Peer) String

func (m *Peer) String() string

func (*Peer) XXX_DiscardUnknown

func (m *Peer) XXX_DiscardUnknown()

func (*Peer) XXX_Marshal

func (m *Peer) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Peer) XXX_Merge

func (m *Peer) XXX_Merge(src proto.Message)

func (*Peer) XXX_Size

func (m *Peer) XXX_Size() int

func (*Peer) XXX_Unmarshal

func (m *Peer) XXX_Unmarshal(b []byte) error

type PeerGRPCOptions

type PeerGRPCOptions struct {
	// peer0.org1.example.com
	SslTargetNameOverride string `protobuf:"bytes,1,opt,name=sslTargetNameOverride,proto3" json:"sslTargetNameOverride,omitempty"`
	// 这些参数应该与服务器上的keepalive策略协调设置,因为不兼容的设置可能导致连接关闭
	//
	// 当“keep-alive-time”的持续时间设置为0或更少时,将禁用keep alive客户端参数
	KeepAliveTime string `protobuf:"bytes,2,opt,name=keepAliveTime,proto3" json:"keepAliveTime,omitempty"`
	// 这些参数应该与服务器上的keepalive策略协调设置,因为不兼容的设置可能导致连接关闭
	//
	// 当“keep-alive-time”的持续时间设置为0或更少时,将禁用keep alive客户端参数
	KeepAliveTimeout string `protobuf:"bytes,3,opt,name=keepAliveTimeout,proto3" json:"keepAliveTimeout,omitempty"`
	// 这些参数应该与服务器上的keepalive策略协调设置,因为不兼容的设置可能导致连接关闭
	//
	// 当“keep-alive-time”的持续时间设置为0或更少时,将禁用keep alive客户端参数
	KeepAlivePermit bool `protobuf:"varint,4,opt,name=keepAlivePermit,proto3" json:"keepAlivePermit,omitempty"`
	FailFast        bool `protobuf:"varint,5,opt,name=failFast,proto3" json:"failFast,omitempty"`
	// 如果地址没有定义协议,则考虑允许不安全;如果为true,则考虑grpc或其他grpc
	AllowInsecure        bool     `protobuf:"varint,6,opt,name=allowInsecure,proto3" json:"allowInsecure,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*PeerGRPCOptions) Descriptor

func (*PeerGRPCOptions) Descriptor() ([]byte, []int)

func (*PeerGRPCOptions) GetAllowInsecure

func (m *PeerGRPCOptions) GetAllowInsecure() bool

func (*PeerGRPCOptions) GetFailFast

func (m *PeerGRPCOptions) GetFailFast() bool

func (*PeerGRPCOptions) GetKeepAlivePermit

func (m *PeerGRPCOptions) GetKeepAlivePermit() bool

func (*PeerGRPCOptions) GetKeepAliveTime

func (m *PeerGRPCOptions) GetKeepAliveTime() string

func (*PeerGRPCOptions) GetKeepAliveTimeout

func (m *PeerGRPCOptions) GetKeepAliveTimeout() string

func (*PeerGRPCOptions) GetSslTargetNameOverride

func (m *PeerGRPCOptions) GetSslTargetNameOverride() string

func (*PeerGRPCOptions) ProtoMessage

func (*PeerGRPCOptions) ProtoMessage()

func (*PeerGRPCOptions) Reset

func (m *PeerGRPCOptions) Reset()

func (*PeerGRPCOptions) String

func (m *PeerGRPCOptions) String() string

func (*PeerGRPCOptions) XXX_DiscardUnknown

func (m *PeerGRPCOptions) XXX_DiscardUnknown()

func (*PeerGRPCOptions) XXX_Marshal

func (m *PeerGRPCOptions) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*PeerGRPCOptions) XXX_Merge

func (m *PeerGRPCOptions) XXX_Merge(src proto.Message)

func (*PeerGRPCOptions) XXX_Size

func (m *PeerGRPCOptions) XXX_Size() int

func (*PeerGRPCOptions) XXX_Unmarshal

func (m *PeerGRPCOptions) XXX_Unmarshal(b []byte) error

type PeerTLSCACerts

type PeerTLSCACerts struct {
	// 证书位置绝对路径
	Path                 string   `protobuf:"bytes,1,opt,name=path,proto3" json:"path,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*PeerTLSCACerts) Descriptor

func (*PeerTLSCACerts) Descriptor() ([]byte, []int)

func (*PeerTLSCACerts) GetPath

func (m *PeerTLSCACerts) GetPath() string

func (*PeerTLSCACerts) ProtoMessage

func (*PeerTLSCACerts) ProtoMessage()

func (*PeerTLSCACerts) Reset

func (m *PeerTLSCACerts) Reset()

func (*PeerTLSCACerts) String

func (m *PeerTLSCACerts) String() string

func (*PeerTLSCACerts) XXX_DiscardUnknown

func (m *PeerTLSCACerts) XXX_DiscardUnknown()

func (*PeerTLSCACerts) XXX_Marshal

func (m *PeerTLSCACerts) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*PeerTLSCACerts) XXX_Merge

func (m *PeerTLSCACerts) XXX_Merge(src proto.Message)

func (*PeerTLSCACerts) XXX_Size

func (m *PeerTLSCACerts) XXX_Size() int

func (*PeerTLSCACerts) XXX_Unmarshal

func (m *PeerTLSCACerts) XXX_Unmarshal(b []byte) error

type Policy

type Policy struct {
	// 可选参数,用于检索通道配置块的选项
	QueryChannelConfig *PolicyQueryChannelConfig `protobuf:"bytes,1,opt,name=queryChannelConfig,proto3" json:"queryChannelConfig,omitempty"`
	// 可选参数,检索发现信息的选项
	Discovery *PolicyDiscovery `protobuf:"bytes,2,opt,name=discovery,proto3" json:"discovery,omitempty"`
	// 可选参数,事件服务的选项
	EventService         *PolicyEventService `protobuf:"bytes,3,opt,name=eventService,proto3" json:"eventService,omitempty"`
	XXX_NoUnkeyedLiteral struct{}            `json:"-"`
	XXX_unrecognized     []byte              `json:"-"`
	XXX_sizecache        int32               `json:"-"`
}

可选参数,应用程序可以使用这些选项来执行通道操作,如检索通道配置等

func (*Policy) Descriptor

func (*Policy) Descriptor() ([]byte, []int)

func (*Policy) GetDiscovery

func (m *Policy) GetDiscovery() *PolicyDiscovery

func (*Policy) GetEventService

func (m *Policy) GetEventService() *PolicyEventService

func (*Policy) GetQueryChannelConfig

func (m *Policy) GetQueryChannelConfig() *PolicyQueryChannelConfig

func (*Policy) ProtoMessage

func (*Policy) ProtoMessage()

func (*Policy) Reset

func (m *Policy) Reset()

func (*Policy) String

func (m *Policy) String() string

func (*Policy) XXX_DiscardUnknown

func (m *Policy) XXX_DiscardUnknown()

func (*Policy) XXX_Marshal

func (m *Policy) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Policy) XXX_Merge

func (m *Policy) XXX_Merge(src proto.Message)

func (*Policy) XXX_Size

func (m *Policy) XXX_Size() int

func (*Policy) XXX_Unmarshal

func (m *Policy) XXX_Unmarshal(b []byte) error

type PolicyCommonRetryOpts

type PolicyCommonRetryOpts struct {
	// 可选参数,number of retry attempts
	Attempts int32 `protobuf:"varint,1,opt,name=attempts,proto3" json:"attempts,omitempty"`
	// 可选参数,第一次重试尝试的回退间隔
	InitialBackoff string `protobuf:"bytes,2,opt,name=initialBackoff,proto3" json:"initialBackoff,omitempty"`
	// 可选参数,任何重试尝试的最大回退间隔
	MaxBackoff string `protobuf:"bytes,3,opt,name=maxBackoff,proto3" json:"maxBackoff,omitempty"`
	// 可选参数,该因子使初始回退期呈指数递增
	BackoffFactor        float32  `protobuf:"fixed32,4,opt,name=backoffFactor,proto3" json:"backoffFactor,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

可选参数,查询配置块的重试选项

func (*PolicyCommonRetryOpts) Descriptor

func (*PolicyCommonRetryOpts) Descriptor() ([]byte, []int)

func (*PolicyCommonRetryOpts) GetAttempts

func (m *PolicyCommonRetryOpts) GetAttempts() int32

func (*PolicyCommonRetryOpts) GetBackoffFactor

func (m *PolicyCommonRetryOpts) GetBackoffFactor() float32

func (*PolicyCommonRetryOpts) GetInitialBackoff

func (m *PolicyCommonRetryOpts) GetInitialBackoff() string

func (*PolicyCommonRetryOpts) GetMaxBackoff

func (m *PolicyCommonRetryOpts) GetMaxBackoff() string

func (*PolicyCommonRetryOpts) ProtoMessage

func (*PolicyCommonRetryOpts) ProtoMessage()

func (*PolicyCommonRetryOpts) Reset

func (m *PolicyCommonRetryOpts) Reset()

func (*PolicyCommonRetryOpts) String

func (m *PolicyCommonRetryOpts) String() string

func (*PolicyCommonRetryOpts) XXX_DiscardUnknown

func (m *PolicyCommonRetryOpts) XXX_DiscardUnknown()

func (*PolicyCommonRetryOpts) XXX_Marshal

func (m *PolicyCommonRetryOpts) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*PolicyCommonRetryOpts) XXX_Merge

func (m *PolicyCommonRetryOpts) XXX_Merge(src proto.Message)

func (*PolicyCommonRetryOpts) XXX_Size

func (m *PolicyCommonRetryOpts) XXX_Size() int

func (*PolicyCommonRetryOpts) XXX_Unmarshal

func (m *PolicyCommonRetryOpts) XXX_Unmarshal(b []byte) error

type PolicyDiscovery

type PolicyDiscovery struct {
	// 可选参数,发现信息将检索这些随机目标的数量
	MaxTargets int32 `protobuf:"varint,1,opt,name=maxTargets,proto3" json:"maxTargets,omitempty"`
	// 可选参数,查询配置块的重试选项
	RetryOpts            *PolicyCommonRetryOpts `protobuf:"bytes,2,opt,name=retryOpts,proto3" json:"retryOpts,omitempty"`
	XXX_NoUnkeyedLiteral struct{}               `json:"-"`
	XXX_unrecognized     []byte                 `json:"-"`
	XXX_sizecache        int32                  `json:"-"`
}

可选参数,检索发现信息的选项

func (*PolicyDiscovery) Descriptor

func (*PolicyDiscovery) Descriptor() ([]byte, []int)

func (*PolicyDiscovery) GetMaxTargets

func (m *PolicyDiscovery) GetMaxTargets() int32

func (*PolicyDiscovery) GetRetryOpts

func (m *PolicyDiscovery) GetRetryOpts() *PolicyCommonRetryOpts

func (*PolicyDiscovery) ProtoMessage

func (*PolicyDiscovery) ProtoMessage()

func (*PolicyDiscovery) Reset

func (m *PolicyDiscovery) Reset()

func (*PolicyDiscovery) String

func (m *PolicyDiscovery) String() string

func (*PolicyDiscovery) XXX_DiscardUnknown

func (m *PolicyDiscovery) XXX_DiscardUnknown()

func (*PolicyDiscovery) XXX_Marshal

func (m *PolicyDiscovery) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*PolicyDiscovery) XXX_Merge

func (m *PolicyDiscovery) XXX_Merge(src proto.Message)

func (*PolicyDiscovery) XXX_Size

func (m *PolicyDiscovery) XXX_Size() int

func (*PolicyDiscovery) XXX_Unmarshal

func (m *PolicyDiscovery) XXX_Unmarshal(b []byte) error

type PolicyEventService

type PolicyEventService struct {
	// 可选参数
	//
	// PreferOrg:
	// 根据块高度滞后阈值确定哪些对等点是合适的,尽管它们更适用当前组织中的对等点(只要它们的块高度高于配置的阈值)。如果当前组织中的对等点都不合适,则选择另一个组织中的对等点
	//
	// MinBlockHeight:
	// 根据块高度滞后阈值选择最佳的对等点。所有对等点的最大块高度被确定,那些块高度低于最大高度但高于规定的“滞后”阈值的对等点被负载均衡。不考虑其他节点
	//
	// Balanced:
	// 使用配置的平衡器选择对等点
	ResolverStrategy string `protobuf:"bytes,1,opt,name=resolverStrategy,proto3" json:"resolverStrategy,omitempty"`
	// 可选参数
	//
	// 当选择一个对等点连接到可能的值时使用的负载均衡[Random (default), RoundRobin]
	Balancer string `protobuf:"bytes,2,opt,name=balancer,proto3" json:"balancer,omitempty"`
	// 可选参数
	//
	// 设置块高度滞后阈值。此值用于选择要连接的对等点。如果一个节点落后于最新的节点超过给定的块数,那么它将被排除在选择之外
	// 注意,此参数仅适用于minBlockHeightResolverMode设置为ResolveByThreshold时
	// 默认值:5
	BlockHeightLagThreshold int64 `protobuf:"varint,3,opt,name=blockHeightLagThreshold,proto3" json:"blockHeightLagThreshold,omitempty"`
	// 可选参数
	//
	// reconnectBlockHeightLagThreshold—如果对等方的块高度低于指定的块数,则事件客户机将断开与对等方的连接,并重新连接到性能更好的对等方
	//
	// 注意,此参数仅适用于peerMonitor设置为Enabled(默认)的情况
	//
	// 默认值:10
	//
	// 注意:设置此值过低可能会导致事件客户端过于频繁地断开/重新连接,从而影响性能
	ReconnectBlockHeightLagThreshold int64 `protobuf:"varint,4,opt,name=reconnectBlockHeightLagThreshold,proto3" json:"reconnectBlockHeightLagThreshold,omitempty"`
	// 可选参数
	//
	// peerMonitorPeriod是监视连接的对等点以查看事件客户端是否应该断开连接并重新连接到另一个对等点的时间段
	//
	// 默认:0(禁用)用于平衡冲突解决策略;优先级和MinBlockHeight策略的5s
	PeerMonitorPeriod    string   `protobuf:"bytes,5,opt,name=peerMonitorPeriod,proto3" json:"peerMonitorPeriod,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

可选参数,事件服务的选项

func (*PolicyEventService) Descriptor

func (*PolicyEventService) Descriptor() ([]byte, []int)

func (*PolicyEventService) GetBalancer

func (m *PolicyEventService) GetBalancer() string

func (*PolicyEventService) GetBlockHeightLagThreshold

func (m *PolicyEventService) GetBlockHeightLagThreshold() int64

func (*PolicyEventService) GetPeerMonitorPeriod

func (m *PolicyEventService) GetPeerMonitorPeriod() string

func (*PolicyEventService) GetReconnectBlockHeightLagThreshold

func (m *PolicyEventService) GetReconnectBlockHeightLagThreshold() int64

func (*PolicyEventService) GetResolverStrategy

func (m *PolicyEventService) GetResolverStrategy() string

func (*PolicyEventService) ProtoMessage

func (*PolicyEventService) ProtoMessage()

func (*PolicyEventService) Reset

func (m *PolicyEventService) Reset()

func (*PolicyEventService) String

func (m *PolicyEventService) String() string

func (*PolicyEventService) XXX_DiscardUnknown

func (m *PolicyEventService) XXX_DiscardUnknown()

func (*PolicyEventService) XXX_Marshal

func (m *PolicyEventService) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*PolicyEventService) XXX_Merge

func (m *PolicyEventService) XXX_Merge(src proto.Message)

func (*PolicyEventService) XXX_Size

func (m *PolicyEventService) XXX_Size() int

func (*PolicyEventService) XXX_Unmarshal

func (m *PolicyEventService) XXX_Unmarshal(b []byte) error

type PolicyQueryChannelConfig

type PolicyQueryChannelConfig struct {
	// 可选参数,最小成功响应数(来自目标/节点)
	MinResponses int32 `protobuf:"varint,1,opt,name=minResponses,proto3" json:"minResponses,omitempty"`
	// 可选参数,通道配置将为这些数目的随机目标检索
	MaxTargets int32 `protobuf:"varint,2,opt,name=maxTargets,proto3" json:"maxTargets,omitempty"`
	// 可选参数,查询配置块的重试选项
	RetryOpts            *PolicyCommonRetryOpts `protobuf:"bytes,3,opt,name=retryOpts,proto3" json:"retryOpts,omitempty"`
	XXX_NoUnkeyedLiteral struct{}               `json:"-"`
	XXX_unrecognized     []byte                 `json:"-"`
	XXX_sizecache        int32                  `json:"-"`
}

可选参数,用于检索通道配置块的选项

func (*PolicyQueryChannelConfig) Descriptor

func (*PolicyQueryChannelConfig) Descriptor() ([]byte, []int)

func (*PolicyQueryChannelConfig) GetMaxTargets

func (m *PolicyQueryChannelConfig) GetMaxTargets() int32

func (*PolicyQueryChannelConfig) GetMinResponses

func (m *PolicyQueryChannelConfig) GetMinResponses() int32

func (*PolicyQueryChannelConfig) GetRetryOpts

func (*PolicyQueryChannelConfig) ProtoMessage

func (*PolicyQueryChannelConfig) ProtoMessage()

func (*PolicyQueryChannelConfig) Reset

func (m *PolicyQueryChannelConfig) Reset()

func (*PolicyQueryChannelConfig) String

func (m *PolicyQueryChannelConfig) String() string

func (*PolicyQueryChannelConfig) XXX_DiscardUnknown

func (m *PolicyQueryChannelConfig) XXX_DiscardUnknown()

func (*PolicyQueryChannelConfig) XXX_Marshal

func (m *PolicyQueryChannelConfig) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*PolicyQueryChannelConfig) XXX_Merge

func (m *PolicyQueryChannelConfig) XXX_Merge(src proto.Message)

func (*PolicyQueryChannelConfig) XXX_Size

func (m *PolicyQueryChannelConfig) XXX_Size() int

func (*PolicyQueryChannelConfig) XXX_Unmarshal

func (m *PolicyQueryChannelConfig) XXX_Unmarshal(b []byte) error

type PrivateKey

type PrivateKey struct {
	// SKI returns the subject key identifier of this key.
	Ski []byte `protobuf:"bytes,1,opt,name=ski,proto3" json:"ski,omitempty"`
	// Symmetric returns true if this key is a symmetric key,
	// false is this key is asymmetric
	Symmetric bool `protobuf:"varint,2,opt,name=symmetric,proto3" json:"symmetric,omitempty"`
	// Private returns true if this key is a private key,
	// false otherwise.
	Private              bool     `protobuf:"varint,3,opt,name=private,proto3" json:"private,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

PrivateKey returns the crypto suite representation of the private key

func (*PrivateKey) Descriptor

func (*PrivateKey) Descriptor() ([]byte, []int)

func (*PrivateKey) GetPrivate

func (m *PrivateKey) GetPrivate() bool

func (*PrivateKey) GetSki

func (m *PrivateKey) GetSki() []byte

func (*PrivateKey) GetSymmetric

func (m *PrivateKey) GetSymmetric() bool

func (*PrivateKey) ProtoMessage

func (*PrivateKey) ProtoMessage()

func (*PrivateKey) Reset

func (m *PrivateKey) Reset()

func (*PrivateKey) String

func (m *PrivateKey) String() string

func (*PrivateKey) XXX_DiscardUnknown

func (m *PrivateKey) XXX_DiscardUnknown()

func (*PrivateKey) XXX_Marshal

func (m *PrivateKey) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*PrivateKey) XXX_Merge

func (m *PrivateKey) XXX_Merge(src proto.Message)

func (*PrivateKey) XXX_Size

func (m *PrivateKey) XXX_Size() int

func (*PrivateKey) XXX_Unmarshal

func (m *PrivateKey) XXX_Unmarshal(b []byte) error

type ProposalResponsePayload

type ProposalResponsePayload struct {
	ProposalHash         string           `protobuf:"bytes,1,opt,name=proposalHash,proto3" json:"proposalHash,omitempty"`
	ChainCodeAction      *ChainCodeAction `protobuf:"bytes,2,opt,name=chainCodeAction,proto3" json:"chainCodeAction,omitempty"`
	XXX_NoUnkeyedLiteral struct{}         `json:"-"`
	XXX_unrecognized     []byte           `json:"-"`
	XXX_sizecache        int32            `json:"-"`
}

func (*ProposalResponsePayload) Descriptor

func (*ProposalResponsePayload) Descriptor() ([]byte, []int)

func (*ProposalResponsePayload) GetChainCodeAction

func (m *ProposalResponsePayload) GetChainCodeAction() *ChainCodeAction

func (*ProposalResponsePayload) GetProposalHash

func (m *ProposalResponsePayload) GetProposalHash() string

func (*ProposalResponsePayload) ProtoMessage

func (*ProposalResponsePayload) ProtoMessage()

func (*ProposalResponsePayload) Reset

func (m *ProposalResponsePayload) Reset()

func (*ProposalResponsePayload) String

func (m *ProposalResponsePayload) String() string

func (*ProposalResponsePayload) XXX_DiscardUnknown

func (m *ProposalResponsePayload) XXX_DiscardUnknown()

func (*ProposalResponsePayload) XXX_Marshal

func (m *ProposalResponsePayload) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ProposalResponsePayload) XXX_Merge

func (m *ProposalResponsePayload) XXX_Merge(src proto.Message)

func (*ProposalResponsePayload) XXX_Size

func (m *ProposalResponsePayload) XXX_Size() int

func (*ProposalResponsePayload) XXX_Unmarshal

func (m *ProposalResponsePayload) XXX_Unmarshal(b []byte) error

type PublicVersion

type PublicVersion struct {
	// Identifier returns the identifier of that identity
	Identifier *Identifier `protobuf:"bytes,1,opt,name=identifier,proto3" json:"identifier,omitempty"`
	// EnrollmentCertificate Returns the underlying ECert representing this user’s identity.
	EnrollmentCertificate []byte   `protobuf:"bytes,2,opt,name=enrollmentCertificate,proto3" json:"enrollmentCertificate,omitempty"`
	XXX_NoUnkeyedLiteral  struct{} `json:"-"`
	XXX_unrecognized      []byte   `json:"-"`
	XXX_sizecache         int32    `json:"-"`
}

GetPublicVersion returns the public parts of this identity

func (*PublicVersion) Descriptor

func (*PublicVersion) Descriptor() ([]byte, []int)

func (*PublicVersion) GetEnrollmentCertificate

func (m *PublicVersion) GetEnrollmentCertificate() []byte

func (*PublicVersion) GetIdentifier

func (m *PublicVersion) GetIdentifier() *Identifier

func (*PublicVersion) ProtoMessage

func (*PublicVersion) ProtoMessage()

func (*PublicVersion) Reset

func (m *PublicVersion) Reset()

func (*PublicVersion) String

func (m *PublicVersion) String() string

func (*PublicVersion) XXX_DiscardUnknown

func (m *PublicVersion) XXX_DiscardUnknown()

func (*PublicVersion) XXX_Marshal

func (m *PublicVersion) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*PublicVersion) XXX_Merge

func (m *PublicVersion) XXX_Merge(src proto.Message)

func (*PublicVersion) XXX_Size

func (m *PublicVersion) XXX_Size() int

func (*PublicVersion) XXX_Unmarshal

func (m *PublicVersion) XXX_Unmarshal(b []byte) error

type Query

type Query struct {
	ConfigID             string   `protobuf:"bytes,1,opt,name=configID,proto3" json:"configID,omitempty"`
	ChannelID            string   `protobuf:"bytes,2,opt,name=channelID,proto3" json:"channelID,omitempty"`
	ChainCodeID          string   `protobuf:"bytes,3,opt,name=chainCodeID,proto3" json:"chainCodeID,omitempty"`
	OrgName              string   `protobuf:"bytes,4,opt,name=orgName,proto3" json:"orgName,omitempty"`
	OrgUser              string   `protobuf:"bytes,5,opt,name=orgUser,proto3" json:"orgUser,omitempty"`
	Fcn                  string   `protobuf:"bytes,6,opt,name=fcn,proto3" json:"fcn,omitempty"`
	Args                 [][]byte `protobuf:"bytes,7,rep,name=args,proto3" json:"args,omitempty"`
	TargetEndpoints      []string `protobuf:"bytes,8,rep,name=targetEndpoints,proto3" json:"targetEndpoints,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Query) Descriptor

func (*Query) Descriptor() ([]byte, []int)

func (*Query) GetArgs

func (m *Query) GetArgs() [][]byte

func (*Query) GetChainCodeID

func (m *Query) GetChainCodeID() string

func (*Query) GetChannelID

func (m *Query) GetChannelID() string

func (*Query) GetConfigID

func (m *Query) GetConfigID() string

func (*Query) GetFcn

func (m *Query) GetFcn() string

func (*Query) GetOrgName

func (m *Query) GetOrgName() string

func (*Query) GetOrgUser

func (m *Query) GetOrgUser() string

func (*Query) GetTargetEndpoints

func (m *Query) GetTargetEndpoints() []string

func (*Query) ProtoMessage

func (*Query) ProtoMessage()

func (*Query) Reset

func (m *Query) Reset()

func (*Query) String

func (m *Query) String() string

func (*Query) XXX_DiscardUnknown

func (m *Query) XXX_DiscardUnknown()

func (*Query) XXX_Marshal

func (m *Query) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Query) XXX_Merge

func (m *Query) XXX_Merge(src proto.Message)

func (*Query) XXX_Size

func (m *Query) XXX_Size() int

func (*Query) XXX_Unmarshal

func (m *Query) XXX_Unmarshal(b []byte) error

type RegistrationRequest

type RegistrationRequest struct {
	// Name is the unique name of the identity
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// Type of identity being registered (e.g. "peer, app, user")
	Type string `protobuf:"bytes,2,opt,name=type,proto3" json:"type,omitempty"`
	// MaxEnrollments is the number of times the secret can  be reused to enroll.
	// if omitted, this defaults to max_enrollments configured on the server
	MaxEnrollments int32 `protobuf:"varint,3,opt,name=maxEnrollments,proto3" json:"maxEnrollments,omitempty"`
	// The identity's affiliation e.g. org1.department1
	Affiliation string `protobuf:"bytes,4,opt,name=affiliation,proto3" json:"affiliation,omitempty"`
	// Optional attributes associated with this identity
	Attributes []*Attribute `protobuf:"bytes,5,rep,name=attributes,proto3" json:"attributes,omitempty"`
	// CAName is the name of the CA to connect to
	CaName string `protobuf:"bytes,6,opt,name=caName,proto3" json:"caName,omitempty"`
	// Secret is an optional password.  If not specified,
	// a random secret is generated.  In both cases, the secret
	// is returned from registration.
	Secret               string   `protobuf:"bytes,7,opt,name=secret,proto3" json:"secret,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

RegistrationRequest defines the attributes required to register a user with the CA

func (*RegistrationRequest) Descriptor

func (*RegistrationRequest) Descriptor() ([]byte, []int)

func (*RegistrationRequest) GetAffiliation

func (m *RegistrationRequest) GetAffiliation() string

func (*RegistrationRequest) GetAttributes

func (m *RegistrationRequest) GetAttributes() []*Attribute

func (*RegistrationRequest) GetCaName

func (m *RegistrationRequest) GetCaName() string

func (*RegistrationRequest) GetMaxEnrollments

func (m *RegistrationRequest) GetMaxEnrollments() int32

func (*RegistrationRequest) GetName

func (m *RegistrationRequest) GetName() string

func (*RegistrationRequest) GetSecret

func (m *RegistrationRequest) GetSecret() string

func (*RegistrationRequest) GetType

func (m *RegistrationRequest) GetType() string

func (*RegistrationRequest) ProtoMessage

func (*RegistrationRequest) ProtoMessage()

func (*RegistrationRequest) Reset

func (m *RegistrationRequest) Reset()

func (*RegistrationRequest) String

func (m *RegistrationRequest) String() string

func (*RegistrationRequest) XXX_DiscardUnknown

func (m *RegistrationRequest) XXX_DiscardUnknown()

func (*RegistrationRequest) XXX_Marshal

func (m *RegistrationRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RegistrationRequest) XXX_Merge

func (m *RegistrationRequest) XXX_Merge(src proto.Message)

func (*RegistrationRequest) XXX_Size

func (m *RegistrationRequest) XXX_Size() int

func (*RegistrationRequest) XXX_Unmarshal

func (m *RegistrationRequest) XXX_Unmarshal(b []byte) error

type RemoveIdentityRequest

type RemoveIdentityRequest struct {
	Id                   string   `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Force                bool     `protobuf:"varint,2,opt,name=force,proto3" json:"force,omitempty"`
	CaName               string   `protobuf:"bytes,3,opt,name=caName,proto3" json:"caName,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*RemoveIdentityRequest) Descriptor

func (*RemoveIdentityRequest) Descriptor() ([]byte, []int)

func (*RemoveIdentityRequest) GetCaName

func (m *RemoveIdentityRequest) GetCaName() string

func (*RemoveIdentityRequest) GetForce

func (m *RemoveIdentityRequest) GetForce() bool

func (*RemoveIdentityRequest) GetId

func (m *RemoveIdentityRequest) GetId() string

func (*RemoveIdentityRequest) ProtoMessage

func (*RemoveIdentityRequest) ProtoMessage()

func (*RemoveIdentityRequest) Reset

func (m *RemoveIdentityRequest) Reset()

func (*RemoveIdentityRequest) String

func (m *RemoveIdentityRequest) String() string

func (*RemoveIdentityRequest) XXX_DiscardUnknown

func (m *RemoveIdentityRequest) XXX_DiscardUnknown()

func (*RemoveIdentityRequest) XXX_Marshal

func (m *RemoveIdentityRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RemoveIdentityRequest) XXX_Merge

func (m *RemoveIdentityRequest) XXX_Merge(src proto.Message)

func (*RemoveIdentityRequest) XXX_Size

func (m *RemoveIdentityRequest) XXX_Size() int

func (*RemoveIdentityRequest) XXX_Unmarshal

func (m *RemoveIdentityRequest) XXX_Unmarshal(b []byte) error

type ReqAddAffiliation

type ReqAddAffiliation struct {
	ConfigID             string              `protobuf:"bytes,1,opt,name=configID,proto3" json:"configID,omitempty"`
	OrgName              string              `protobuf:"bytes,2,opt,name=orgName,proto3" json:"orgName,omitempty"`
	AffiliationRequest   *AffiliationRequest `protobuf:"bytes,3,opt,name=affiliationRequest,proto3" json:"affiliationRequest,omitempty"`
	XXX_NoUnkeyedLiteral struct{}            `json:"-"`
	XXX_unrecognized     []byte              `json:"-"`
	XXX_sizecache        int32               `json:"-"`
}

func (*ReqAddAffiliation) Descriptor

func (*ReqAddAffiliation) Descriptor() ([]byte, []int)

func (*ReqAddAffiliation) GetAffiliationRequest

func (m *ReqAddAffiliation) GetAffiliationRequest() *AffiliationRequest

func (*ReqAddAffiliation) GetConfigID

func (m *ReqAddAffiliation) GetConfigID() string

func (*ReqAddAffiliation) GetOrgName

func (m *ReqAddAffiliation) GetOrgName() string

func (*ReqAddAffiliation) ProtoMessage

func (*ReqAddAffiliation) ProtoMessage()

func (*ReqAddAffiliation) Reset

func (m *ReqAddAffiliation) Reset()

func (*ReqAddAffiliation) String

func (m *ReqAddAffiliation) String() string

func (*ReqAddAffiliation) XXX_DiscardUnknown

func (m *ReqAddAffiliation) XXX_DiscardUnknown()

func (*ReqAddAffiliation) XXX_Marshal

func (m *ReqAddAffiliation) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReqAddAffiliation) XXX_Merge

func (m *ReqAddAffiliation) XXX_Merge(src proto.Message)

func (*ReqAddAffiliation) XXX_Size

func (m *ReqAddAffiliation) XXX_Size() int

func (*ReqAddAffiliation) XXX_Unmarshal

func (m *ReqAddAffiliation) XXX_Unmarshal(b []byte) error

type ReqBlockByHash

type ReqBlockByHash struct {
	ConfigID             string   `protobuf:"bytes,1,opt,name=configID,proto3" json:"configID,omitempty"`
	PeerName             string   `protobuf:"bytes,2,opt,name=peerName,proto3" json:"peerName,omitempty"`
	ChannelID            string   `protobuf:"bytes,3,opt,name=channelID,proto3" json:"channelID,omitempty"`
	Hash                 string   `protobuf:"bytes,4,opt,name=hash,proto3" json:"hash,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ReqBlockByHash) Descriptor

func (*ReqBlockByHash) Descriptor() ([]byte, []int)

func (*ReqBlockByHash) GetChannelID

func (m *ReqBlockByHash) GetChannelID() string

func (*ReqBlockByHash) GetConfigID

func (m *ReqBlockByHash) GetConfigID() string

func (*ReqBlockByHash) GetHash

func (m *ReqBlockByHash) GetHash() string

func (*ReqBlockByHash) GetPeerName

func (m *ReqBlockByHash) GetPeerName() string

func (*ReqBlockByHash) ProtoMessage

func (*ReqBlockByHash) ProtoMessage()

func (*ReqBlockByHash) Reset

func (m *ReqBlockByHash) Reset()

func (*ReqBlockByHash) String

func (m *ReqBlockByHash) String() string

func (*ReqBlockByHash) XXX_DiscardUnknown

func (m *ReqBlockByHash) XXX_DiscardUnknown()

func (*ReqBlockByHash) XXX_Marshal

func (m *ReqBlockByHash) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReqBlockByHash) XXX_Merge

func (m *ReqBlockByHash) XXX_Merge(src proto.Message)

func (*ReqBlockByHash) XXX_Size

func (m *ReqBlockByHash) XXX_Size() int

func (*ReqBlockByHash) XXX_Unmarshal

func (m *ReqBlockByHash) XXX_Unmarshal(b []byte) error

type ReqBlockByHashSpec

type ReqBlockByHashSpec struct {
	ConfigID             string   `protobuf:"bytes,1,opt,name=configID,proto3" json:"configID,omitempty"`
	PeerName             string   `protobuf:"bytes,2,opt,name=peerName,proto3" json:"peerName,omitempty"`
	ChannelID            string   `protobuf:"bytes,3,opt,name=channelID,proto3" json:"channelID,omitempty"`
	OrgName              string   `protobuf:"bytes,4,opt,name=orgName,proto3" json:"orgName,omitempty"`
	OrgUser              string   `protobuf:"bytes,5,opt,name=orgUser,proto3" json:"orgUser,omitempty"`
	Hash                 string   `protobuf:"bytes,6,opt,name=hash,proto3" json:"hash,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ReqBlockByHashSpec) Descriptor

func (*ReqBlockByHashSpec) Descriptor() ([]byte, []int)

func (*ReqBlockByHashSpec) GetChannelID

func (m *ReqBlockByHashSpec) GetChannelID() string

func (*ReqBlockByHashSpec) GetConfigID

func (m *ReqBlockByHashSpec) GetConfigID() string

func (*ReqBlockByHashSpec) GetHash

func (m *ReqBlockByHashSpec) GetHash() string

func (*ReqBlockByHashSpec) GetOrgName

func (m *ReqBlockByHashSpec) GetOrgName() string

func (*ReqBlockByHashSpec) GetOrgUser

func (m *ReqBlockByHashSpec) GetOrgUser() string

func (*ReqBlockByHashSpec) GetPeerName

func (m *ReqBlockByHashSpec) GetPeerName() string

func (*ReqBlockByHashSpec) ProtoMessage

func (*ReqBlockByHashSpec) ProtoMessage()

func (*ReqBlockByHashSpec) Reset

func (m *ReqBlockByHashSpec) Reset()

func (*ReqBlockByHashSpec) String

func (m *ReqBlockByHashSpec) String() string

func (*ReqBlockByHashSpec) XXX_DiscardUnknown

func (m *ReqBlockByHashSpec) XXX_DiscardUnknown()

func (*ReqBlockByHashSpec) XXX_Marshal

func (m *ReqBlockByHashSpec) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReqBlockByHashSpec) XXX_Merge

func (m *ReqBlockByHashSpec) XXX_Merge(src proto.Message)

func (*ReqBlockByHashSpec) XXX_Size

func (m *ReqBlockByHashSpec) XXX_Size() int

func (*ReqBlockByHashSpec) XXX_Unmarshal

func (m *ReqBlockByHashSpec) XXX_Unmarshal(b []byte) error

type ReqBlockByHeight

type ReqBlockByHeight struct {
	ConfigID             string   `protobuf:"bytes,1,opt,name=configID,proto3" json:"configID,omitempty"`
	PeerName             string   `protobuf:"bytes,2,opt,name=peerName,proto3" json:"peerName,omitempty"`
	ChannelID            string   `protobuf:"bytes,3,opt,name=channelID,proto3" json:"channelID,omitempty"`
	Height               uint64   `protobuf:"varint,4,opt,name=height,proto3" json:"height,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ReqBlockByHeight) Descriptor

func (*ReqBlockByHeight) Descriptor() ([]byte, []int)

func (*ReqBlockByHeight) GetChannelID

func (m *ReqBlockByHeight) GetChannelID() string

func (*ReqBlockByHeight) GetConfigID

func (m *ReqBlockByHeight) GetConfigID() string

func (*ReqBlockByHeight) GetHeight

func (m *ReqBlockByHeight) GetHeight() uint64

func (*ReqBlockByHeight) GetPeerName

func (m *ReqBlockByHeight) GetPeerName() string

func (*ReqBlockByHeight) ProtoMessage

func (*ReqBlockByHeight) ProtoMessage()

func (*ReqBlockByHeight) Reset

func (m *ReqBlockByHeight) Reset()

func (*ReqBlockByHeight) String

func (m *ReqBlockByHeight) String() string

func (*ReqBlockByHeight) XXX_DiscardUnknown

func (m *ReqBlockByHeight) XXX_DiscardUnknown()

func (*ReqBlockByHeight) XXX_Marshal

func (m *ReqBlockByHeight) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReqBlockByHeight) XXX_Merge

func (m *ReqBlockByHeight) XXX_Merge(src proto.Message)

func (*ReqBlockByHeight) XXX_Size

func (m *ReqBlockByHeight) XXX_Size() int

func (*ReqBlockByHeight) XXX_Unmarshal

func (m *ReqBlockByHeight) XXX_Unmarshal(b []byte) error

type ReqBlockByHeightSpec

type ReqBlockByHeightSpec struct {
	ConfigID             string   `protobuf:"bytes,1,opt,name=configID,proto3" json:"configID,omitempty"`
	PeerName             string   `protobuf:"bytes,2,opt,name=peerName,proto3" json:"peerName,omitempty"`
	ChannelID            string   `protobuf:"bytes,3,opt,name=channelID,proto3" json:"channelID,omitempty"`
	OrgName              string   `protobuf:"bytes,4,opt,name=orgName,proto3" json:"orgName,omitempty"`
	OrgUser              string   `protobuf:"bytes,5,opt,name=orgUser,proto3" json:"orgUser,omitempty"`
	Height               uint64   `protobuf:"varint,6,opt,name=height,proto3" json:"height,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ReqBlockByHeightSpec) Descriptor

func (*ReqBlockByHeightSpec) Descriptor() ([]byte, []int)

func (*ReqBlockByHeightSpec) GetChannelID

func (m *ReqBlockByHeightSpec) GetChannelID() string

func (*ReqBlockByHeightSpec) GetConfigID

func (m *ReqBlockByHeightSpec) GetConfigID() string

func (*ReqBlockByHeightSpec) GetHeight

func (m *ReqBlockByHeightSpec) GetHeight() uint64

func (*ReqBlockByHeightSpec) GetOrgName

func (m *ReqBlockByHeightSpec) GetOrgName() string

func (*ReqBlockByHeightSpec) GetOrgUser

func (m *ReqBlockByHeightSpec) GetOrgUser() string

func (*ReqBlockByHeightSpec) GetPeerName

func (m *ReqBlockByHeightSpec) GetPeerName() string

func (*ReqBlockByHeightSpec) ProtoMessage

func (*ReqBlockByHeightSpec) ProtoMessage()

func (*ReqBlockByHeightSpec) Reset

func (m *ReqBlockByHeightSpec) Reset()

func (*ReqBlockByHeightSpec) String

func (m *ReqBlockByHeightSpec) String() string

func (*ReqBlockByHeightSpec) XXX_DiscardUnknown

func (m *ReqBlockByHeightSpec) XXX_DiscardUnknown()

func (*ReqBlockByHeightSpec) XXX_Marshal

func (m *ReqBlockByHeightSpec) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReqBlockByHeightSpec) XXX_Merge

func (m *ReqBlockByHeightSpec) XXX_Merge(src proto.Message)

func (*ReqBlockByHeightSpec) XXX_Size

func (m *ReqBlockByHeightSpec) XXX_Size() int

func (*ReqBlockByHeightSpec) XXX_Unmarshal

func (m *ReqBlockByHeightSpec) XXX_Unmarshal(b []byte) error

type ReqBlockByTxID

type ReqBlockByTxID struct {
	ConfigID             string   `protobuf:"bytes,1,opt,name=configID,proto3" json:"configID,omitempty"`
	PeerName             string   `protobuf:"bytes,2,opt,name=peerName,proto3" json:"peerName,omitempty"`
	ChannelID            string   `protobuf:"bytes,3,opt,name=channelID,proto3" json:"channelID,omitempty"`
	TxID                 string   `protobuf:"bytes,4,opt,name=txID,proto3" json:"txID,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ReqBlockByTxID) Descriptor

func (*ReqBlockByTxID) Descriptor() ([]byte, []int)

func (*ReqBlockByTxID) GetChannelID

func (m *ReqBlockByTxID) GetChannelID() string

func (*ReqBlockByTxID) GetConfigID

func (m *ReqBlockByTxID) GetConfigID() string

func (*ReqBlockByTxID) GetPeerName

func (m *ReqBlockByTxID) GetPeerName() string

func (*ReqBlockByTxID) GetTxID

func (m *ReqBlockByTxID) GetTxID() string

func (*ReqBlockByTxID) ProtoMessage

func (*ReqBlockByTxID) ProtoMessage()

func (*ReqBlockByTxID) Reset

func (m *ReqBlockByTxID) Reset()

func (*ReqBlockByTxID) String

func (m *ReqBlockByTxID) String() string

func (*ReqBlockByTxID) XXX_DiscardUnknown

func (m *ReqBlockByTxID) XXX_DiscardUnknown()

func (*ReqBlockByTxID) XXX_Marshal

func (m *ReqBlockByTxID) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReqBlockByTxID) XXX_Merge

func (m *ReqBlockByTxID) XXX_Merge(src proto.Message)

func (*ReqBlockByTxID) XXX_Size

func (m *ReqBlockByTxID) XXX_Size() int

func (*ReqBlockByTxID) XXX_Unmarshal

func (m *ReqBlockByTxID) XXX_Unmarshal(b []byte) error

type ReqBlockByTxIDSpec

type ReqBlockByTxIDSpec struct {
	ConfigID             string   `protobuf:"bytes,1,opt,name=configID,proto3" json:"configID,omitempty"`
	PeerName             string   `protobuf:"bytes,2,opt,name=peerName,proto3" json:"peerName,omitempty"`
	ChannelID            string   `protobuf:"bytes,3,opt,name=channelID,proto3" json:"channelID,omitempty"`
	OrgName              string   `protobuf:"bytes,4,opt,name=orgName,proto3" json:"orgName,omitempty"`
	OrgUser              string   `protobuf:"bytes,5,opt,name=orgUser,proto3" json:"orgUser,omitempty"`
	TxID                 string   `protobuf:"bytes,6,opt,name=txID,proto3" json:"txID,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ReqBlockByTxIDSpec) Descriptor

func (*ReqBlockByTxIDSpec) Descriptor() ([]byte, []int)

func (*ReqBlockByTxIDSpec) GetChannelID

func (m *ReqBlockByTxIDSpec) GetChannelID() string

func (*ReqBlockByTxIDSpec) GetConfigID

func (m *ReqBlockByTxIDSpec) GetConfigID() string

func (*ReqBlockByTxIDSpec) GetOrgName

func (m *ReqBlockByTxIDSpec) GetOrgName() string

func (*ReqBlockByTxIDSpec) GetOrgUser

func (m *ReqBlockByTxIDSpec) GetOrgUser() string

func (*ReqBlockByTxIDSpec) GetPeerName

func (m *ReqBlockByTxIDSpec) GetPeerName() string

func (*ReqBlockByTxIDSpec) GetTxID

func (m *ReqBlockByTxIDSpec) GetTxID() string

func (*ReqBlockByTxIDSpec) ProtoMessage

func (*ReqBlockByTxIDSpec) ProtoMessage()

func (*ReqBlockByTxIDSpec) Reset

func (m *ReqBlockByTxIDSpec) Reset()

func (*ReqBlockByTxIDSpec) String

func (m *ReqBlockByTxIDSpec) String() string

func (*ReqBlockByTxIDSpec) XXX_DiscardUnknown

func (m *ReqBlockByTxIDSpec) XXX_DiscardUnknown()

func (*ReqBlockByTxIDSpec) XXX_Marshal

func (m *ReqBlockByTxIDSpec) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReqBlockByTxIDSpec) XXX_Merge

func (m *ReqBlockByTxIDSpec) XXX_Merge(src proto.Message)

func (*ReqBlockByTxIDSpec) XXX_Size

func (m *ReqBlockByTxIDSpec) XXX_Size() int

func (*ReqBlockByTxIDSpec) XXX_Unmarshal

func (m *ReqBlockByTxIDSpec) XXX_Unmarshal(b []byte) error

type ReqCaInfo

type ReqCaInfo struct {
	ConfigID             string   `protobuf:"bytes,1,opt,name=configID,proto3" json:"configID,omitempty"`
	OrgName              string   `protobuf:"bytes,2,opt,name=orgName,proto3" json:"orgName,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ReqCaInfo) Descriptor

func (*ReqCaInfo) Descriptor() ([]byte, []int)

func (*ReqCaInfo) GetConfigID

func (m *ReqCaInfo) GetConfigID() string

func (*ReqCaInfo) GetOrgName

func (m *ReqCaInfo) GetOrgName() string

func (*ReqCaInfo) ProtoMessage

func (*ReqCaInfo) ProtoMessage()

func (*ReqCaInfo) Reset

func (m *ReqCaInfo) Reset()

func (*ReqCaInfo) String

func (m *ReqCaInfo) String() string

func (*ReqCaInfo) XXX_DiscardUnknown

func (m *ReqCaInfo) XXX_DiscardUnknown()

func (*ReqCaInfo) XXX_Marshal

func (m *ReqCaInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReqCaInfo) XXX_Merge

func (m *ReqCaInfo) XXX_Merge(src proto.Message)

func (*ReqCaInfo) XXX_Size

func (m *ReqCaInfo) XXX_Size() int

func (*ReqCaInfo) XXX_Unmarshal

func (m *ReqCaInfo) XXX_Unmarshal(b []byte) error

type ReqCertificateAuthority

type ReqCertificateAuthority struct {
	ConfigID                string   `protobuf:"bytes,1,opt,name=configID,proto3" json:"configID,omitempty"`
	CertName                string   `protobuf:"bytes,2,opt,name=certName,proto3" json:"certName,omitempty"`
	Url                     string   `protobuf:"bytes,3,opt,name=url,proto3" json:"url,omitempty"`
	TlsCACertPath           string   `protobuf:"bytes,4,opt,name=tlsCACertPath,proto3" json:"tlsCACertPath,omitempty"`
	TlsCACertClientKeyPath  string   `protobuf:"bytes,5,opt,name=tlsCACertClientKeyPath,proto3" json:"tlsCACertClientKeyPath,omitempty"`
	TlsCACertClientCertPath string   `protobuf:"bytes,6,opt,name=tlsCACertClientCertPath,proto3" json:"tlsCACertClientCertPath,omitempty"`
	CaName                  string   `protobuf:"bytes,7,opt,name=caName,proto3" json:"caName,omitempty"`
	EnrollId                string   `protobuf:"bytes,8,opt,name=enrollId,proto3" json:"enrollId,omitempty"`
	EnrollSecret            string   `protobuf:"bytes,9,opt,name=enrollSecret,proto3" json:"enrollSecret,omitempty"`
	XXX_NoUnkeyedLiteral    struct{} `json:"-"`
	XXX_unrecognized        []byte   `json:"-"`
	XXX_sizecache           int32    `json:"-"`
}

func (*ReqCertificateAuthority) Descriptor

func (*ReqCertificateAuthority) Descriptor() ([]byte, []int)

func (*ReqCertificateAuthority) GetCaName

func (m *ReqCertificateAuthority) GetCaName() string

func (*ReqCertificateAuthority) GetCertName

func (m *ReqCertificateAuthority) GetCertName() string

func (*ReqCertificateAuthority) GetConfigID

func (m *ReqCertificateAuthority) GetConfigID() string

func (*ReqCertificateAuthority) GetEnrollId

func (m *ReqCertificateAuthority) GetEnrollId() string

func (*ReqCertificateAuthority) GetEnrollSecret

func (m *ReqCertificateAuthority) GetEnrollSecret() string

func (*ReqCertificateAuthority) GetTlsCACertClientCertPath

func (m *ReqCertificateAuthority) GetTlsCACertClientCertPath() string

func (*ReqCertificateAuthority) GetTlsCACertClientKeyPath

func (m *ReqCertificateAuthority) GetTlsCACertClientKeyPath() string

func (*ReqCertificateAuthority) GetTlsCACertPath

func (m *ReqCertificateAuthority) GetTlsCACertPath() string

func (*ReqCertificateAuthority) GetUrl

func (m *ReqCertificateAuthority) GetUrl() string

func (*ReqCertificateAuthority) ProtoMessage

func (*ReqCertificateAuthority) ProtoMessage()

func (*ReqCertificateAuthority) Reset

func (m *ReqCertificateAuthority) Reset()

func (*ReqCertificateAuthority) String

func (m *ReqCertificateAuthority) String() string

func (*ReqCertificateAuthority) XXX_DiscardUnknown

func (m *ReqCertificateAuthority) XXX_DiscardUnknown()

func (*ReqCertificateAuthority) XXX_Marshal

func (m *ReqCertificateAuthority) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReqCertificateAuthority) XXX_Merge

func (m *ReqCertificateAuthority) XXX_Merge(src proto.Message)

func (*ReqCertificateAuthority) XXX_Size

func (m *ReqCertificateAuthority) XXX_Size() int

func (*ReqCertificateAuthority) XXX_Unmarshal

func (m *ReqCertificateAuthority) XXX_Unmarshal(b []byte) error

type ReqCertificateAuthoritySelf

type ReqCertificateAuthoritySelf struct {
	ConfigID             string   `protobuf:"bytes,1,opt,name=configID,proto3" json:"configID,omitempty"`
	LeagueName           string   `protobuf:"bytes,2,opt,name=leagueName,proto3" json:"leagueName,omitempty"`
	CertName             string   `protobuf:"bytes,3,opt,name=certName,proto3" json:"certName,omitempty"`
	Url                  string   `protobuf:"bytes,4,opt,name=url,proto3" json:"url,omitempty"`
	CaName               string   `protobuf:"bytes,5,opt,name=caName,proto3" json:"caName,omitempty"`
	EnrollId             string   `protobuf:"bytes,6,opt,name=enrollId,proto3" json:"enrollId,omitempty"`
	EnrollSecret         string   `protobuf:"bytes,7,opt,name=enrollSecret,proto3" json:"enrollSecret,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ReqCertificateAuthoritySelf) Descriptor

func (*ReqCertificateAuthoritySelf) Descriptor() ([]byte, []int)

func (*ReqCertificateAuthoritySelf) GetCaName

func (m *ReqCertificateAuthoritySelf) GetCaName() string

func (*ReqCertificateAuthoritySelf) GetCertName

func (m *ReqCertificateAuthoritySelf) GetCertName() string

func (*ReqCertificateAuthoritySelf) GetConfigID

func (m *ReqCertificateAuthoritySelf) GetConfigID() string

func (*ReqCertificateAuthoritySelf) GetEnrollId

func (m *ReqCertificateAuthoritySelf) GetEnrollId() string

func (*ReqCertificateAuthoritySelf) GetEnrollSecret

func (m *ReqCertificateAuthoritySelf) GetEnrollSecret() string

func (*ReqCertificateAuthoritySelf) GetLeagueName

func (m *ReqCertificateAuthoritySelf) GetLeagueName() string

func (*ReqCertificateAuthoritySelf) GetUrl

func (m *ReqCertificateAuthoritySelf) GetUrl() string

func (*ReqCertificateAuthoritySelf) ProtoMessage

func (*ReqCertificateAuthoritySelf) ProtoMessage()

func (*ReqCertificateAuthoritySelf) Reset

func (m *ReqCertificateAuthoritySelf) Reset()

func (*ReqCertificateAuthoritySelf) String

func (m *ReqCertificateAuthoritySelf) String() string

func (*ReqCertificateAuthoritySelf) XXX_DiscardUnknown

func (m *ReqCertificateAuthoritySelf) XXX_DiscardUnknown()

func (*ReqCertificateAuthoritySelf) XXX_Marshal

func (m *ReqCertificateAuthoritySelf) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReqCertificateAuthoritySelf) XXX_Merge

func (m *ReqCertificateAuthoritySelf) XXX_Merge(src proto.Message)

func (*ReqCertificateAuthoritySelf) XXX_Size

func (m *ReqCertificateAuthoritySelf) XXX_Size() int

func (*ReqCertificateAuthoritySelf) XXX_Unmarshal

func (m *ReqCertificateAuthoritySelf) XXX_Unmarshal(b []byte) error

type ReqChannelPeer

type ReqChannelPeer struct {
	ConfigID             string   `protobuf:"bytes,1,opt,name=configID,proto3" json:"configID,omitempty"`
	ChannelName          string   `protobuf:"bytes,2,opt,name=channelName,proto3" json:"channelName,omitempty"`
	PeerName             string   `protobuf:"bytes,3,opt,name=peerName,proto3" json:"peerName,omitempty"`
	EndorsingPeer        bool     `protobuf:"varint,4,opt,name=endorsingPeer,proto3" json:"endorsingPeer,omitempty"`
	ChainCodeQuery       bool     `protobuf:"varint,5,opt,name=chainCodeQuery,proto3" json:"chainCodeQuery,omitempty"`
	LedgerQuery          bool     `protobuf:"varint,6,opt,name=ledgerQuery,proto3" json:"ledgerQuery,omitempty"`
	EventSource          bool     `protobuf:"varint,7,opt,name=eventSource,proto3" json:"eventSource,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ReqChannelPeer) Descriptor

func (*ReqChannelPeer) Descriptor() ([]byte, []int)

func (*ReqChannelPeer) GetChainCodeQuery

func (m *ReqChannelPeer) GetChainCodeQuery() bool

func (*ReqChannelPeer) GetChannelName

func (m *ReqChannelPeer) GetChannelName() string

func (*ReqChannelPeer) GetConfigID

func (m *ReqChannelPeer) GetConfigID() string

func (*ReqChannelPeer) GetEndorsingPeer

func (m *ReqChannelPeer) GetEndorsingPeer() bool

func (*ReqChannelPeer) GetEventSource

func (m *ReqChannelPeer) GetEventSource() bool

func (*ReqChannelPeer) GetLedgerQuery

func (m *ReqChannelPeer) GetLedgerQuery() bool

func (*ReqChannelPeer) GetPeerName

func (m *ReqChannelPeer) GetPeerName() string

func (*ReqChannelPeer) ProtoMessage

func (*ReqChannelPeer) ProtoMessage()

func (*ReqChannelPeer) Reset

func (m *ReqChannelPeer) Reset()

func (*ReqChannelPeer) String

func (m *ReqChannelPeer) String() string

func (*ReqChannelPeer) XXX_DiscardUnknown

func (m *ReqChannelPeer) XXX_DiscardUnknown()

func (*ReqChannelPeer) XXX_Marshal

func (m *ReqChannelPeer) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReqChannelPeer) XXX_Merge

func (m *ReqChannelPeer) XXX_Merge(src proto.Message)

func (*ReqChannelPeer) XXX_Size

func (m *ReqChannelPeer) XXX_Size() int

func (*ReqChannelPeer) XXX_Unmarshal

func (m *ReqChannelPeer) XXX_Unmarshal(b []byte) error

type ReqChannelPeers

type ReqChannelPeers struct {
	ConfigID             string   `protobuf:"bytes,1,opt,name=configID,proto3" json:"configID,omitempty"`
	ChannelID            string   `protobuf:"bytes,2,opt,name=channelID,proto3" json:"channelID,omitempty"`
	OrgName              string   `protobuf:"bytes,3,opt,name=orgName,proto3" json:"orgName,omitempty"`
	OrgUser              string   `protobuf:"bytes,4,opt,name=orgUser,proto3" json:"orgUser,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ReqChannelPeers) Descriptor

func (*ReqChannelPeers) Descriptor() ([]byte, []int)

func (*ReqChannelPeers) GetChannelID

func (m *ReqChannelPeers) GetChannelID() string

func (*ReqChannelPeers) GetConfigID

func (m *ReqChannelPeers) GetConfigID() string

func (*ReqChannelPeers) GetOrgName

func (m *ReqChannelPeers) GetOrgName() string

func (*ReqChannelPeers) GetOrgUser

func (m *ReqChannelPeers) GetOrgUser() string

func (*ReqChannelPeers) ProtoMessage

func (*ReqChannelPeers) ProtoMessage()

func (*ReqChannelPeers) Reset

func (m *ReqChannelPeers) Reset()

func (*ReqChannelPeers) String

func (m *ReqChannelPeers) String() string

func (*ReqChannelPeers) XXX_DiscardUnknown

func (m *ReqChannelPeers) XXX_DiscardUnknown()

func (*ReqChannelPeers) XXX_Marshal

func (m *ReqChannelPeers) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReqChannelPeers) XXX_Merge

func (m *ReqChannelPeers) XXX_Merge(src proto.Message)

func (*ReqChannelPeers) XXX_Size

func (m *ReqChannelPeers) XXX_Size() int

func (*ReqChannelPeers) XXX_Unmarshal

func (m *ReqChannelPeers) XXX_Unmarshal(b []byte) error

type ReqChannelPolicyDiscovery

type ReqChannelPolicyDiscovery struct {
	ConfigID             string   `protobuf:"bytes,1,opt,name=configID,proto3" json:"configID,omitempty"`
	ChannelName          string   `protobuf:"bytes,2,opt,name=channelName,proto3" json:"channelName,omitempty"`
	InitialBackOff       string   `protobuf:"bytes,3,opt,name=initialBackOff,proto3" json:"initialBackOff,omitempty"`
	MaxBackOff           string   `protobuf:"bytes,4,opt,name=maxBackOff,proto3" json:"maxBackOff,omitempty"`
	MaxTargets           int32    `protobuf:"varint,5,opt,name=maxTargets,proto3" json:"maxTargets,omitempty"`
	Attempts             int32    `protobuf:"varint,6,opt,name=attempts,proto3" json:"attempts,omitempty"`
	BackOffFactor        float32  `protobuf:"fixed32,7,opt,name=backOffFactor,proto3" json:"backOffFactor,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ReqChannelPolicyDiscovery) Descriptor

func (*ReqChannelPolicyDiscovery) Descriptor() ([]byte, []int)

func (*ReqChannelPolicyDiscovery) GetAttempts

func (m *ReqChannelPolicyDiscovery) GetAttempts() int32

func (*ReqChannelPolicyDiscovery) GetBackOffFactor

func (m *ReqChannelPolicyDiscovery) GetBackOffFactor() float32

func (*ReqChannelPolicyDiscovery) GetChannelName

func (m *ReqChannelPolicyDiscovery) GetChannelName() string

func (*ReqChannelPolicyDiscovery) GetConfigID

func (m *ReqChannelPolicyDiscovery) GetConfigID() string

func (*ReqChannelPolicyDiscovery) GetInitialBackOff

func (m *ReqChannelPolicyDiscovery) GetInitialBackOff() string

func (*ReqChannelPolicyDiscovery) GetMaxBackOff

func (m *ReqChannelPolicyDiscovery) GetMaxBackOff() string

func (*ReqChannelPolicyDiscovery) GetMaxTargets

func (m *ReqChannelPolicyDiscovery) GetMaxTargets() int32

func (*ReqChannelPolicyDiscovery) ProtoMessage

func (*ReqChannelPolicyDiscovery) ProtoMessage()

func (*ReqChannelPolicyDiscovery) Reset

func (m *ReqChannelPolicyDiscovery) Reset()

func (*ReqChannelPolicyDiscovery) String

func (m *ReqChannelPolicyDiscovery) String() string

func (*ReqChannelPolicyDiscovery) XXX_DiscardUnknown

func (m *ReqChannelPolicyDiscovery) XXX_DiscardUnknown()

func (*ReqChannelPolicyDiscovery) XXX_Marshal

func (m *ReqChannelPolicyDiscovery) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReqChannelPolicyDiscovery) XXX_Merge

func (m *ReqChannelPolicyDiscovery) XXX_Merge(src proto.Message)

func (*ReqChannelPolicyDiscovery) XXX_Size

func (m *ReqChannelPolicyDiscovery) XXX_Size() int

func (*ReqChannelPolicyDiscovery) XXX_Unmarshal

func (m *ReqChannelPolicyDiscovery) XXX_Unmarshal(b []byte) error

type ReqChannelPolicyEvent

type ReqChannelPolicyEvent struct {
	ConfigID                         string   `protobuf:"bytes,1,opt,name=configID,proto3" json:"configID,omitempty"`
	ChannelName                      string   `protobuf:"bytes,2,opt,name=channelName,proto3" json:"channelName,omitempty"`
	ResolverStrategy                 string   `protobuf:"bytes,3,opt,name=resolverStrategy,proto3" json:"resolverStrategy,omitempty"`
	Balance                          string   `protobuf:"bytes,4,opt,name=balance,proto3" json:"balance,omitempty"`
	PeerMonitorPeriod                string   `protobuf:"bytes,5,opt,name=peerMonitorPeriod,proto3" json:"peerMonitorPeriod,omitempty"`
	BlockHeightLagThreshold          int64    `protobuf:"varint,6,opt,name=blockHeightLagThreshold,proto3" json:"blockHeightLagThreshold,omitempty"`
	ReconnectBlockHeightLagThreshold int64    `protobuf:"varint,7,opt,name=reconnectBlockHeightLagThreshold,proto3" json:"reconnectBlockHeightLagThreshold,omitempty"`
	XXX_NoUnkeyedLiteral             struct{} `json:"-"`
	XXX_unrecognized                 []byte   `json:"-"`
	XXX_sizecache                    int32    `json:"-"`
}

func (*ReqChannelPolicyEvent) Descriptor

func (*ReqChannelPolicyEvent) Descriptor() ([]byte, []int)

func (*ReqChannelPolicyEvent) GetBalance

func (m *ReqChannelPolicyEvent) GetBalance() string

func (*ReqChannelPolicyEvent) GetBlockHeightLagThreshold

func (m *ReqChannelPolicyEvent) GetBlockHeightLagThreshold() int64

func (*ReqChannelPolicyEvent) GetChannelName

func (m *ReqChannelPolicyEvent) GetChannelName() string

func (*ReqChannelPolicyEvent) GetConfigID

func (m *ReqChannelPolicyEvent) GetConfigID() string

func (*ReqChannelPolicyEvent) GetPeerMonitorPeriod

func (m *ReqChannelPolicyEvent) GetPeerMonitorPeriod() string

func (*ReqChannelPolicyEvent) GetReconnectBlockHeightLagThreshold

func (m *ReqChannelPolicyEvent) GetReconnectBlockHeightLagThreshold() int64

func (*ReqChannelPolicyEvent) GetResolverStrategy

func (m *ReqChannelPolicyEvent) GetResolverStrategy() string

func (*ReqChannelPolicyEvent) ProtoMessage

func (*ReqChannelPolicyEvent) ProtoMessage()

func (*ReqChannelPolicyEvent) Reset

func (m *ReqChannelPolicyEvent) Reset()

func (*ReqChannelPolicyEvent) String

func (m *ReqChannelPolicyEvent) String() string

func (*ReqChannelPolicyEvent) XXX_DiscardUnknown

func (m *ReqChannelPolicyEvent) XXX_DiscardUnknown()

func (*ReqChannelPolicyEvent) XXX_Marshal

func (m *ReqChannelPolicyEvent) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReqChannelPolicyEvent) XXX_Merge

func (m *ReqChannelPolicyEvent) XXX_Merge(src proto.Message)

func (*ReqChannelPolicyEvent) XXX_Size

func (m *ReqChannelPolicyEvent) XXX_Size() int

func (*ReqChannelPolicyEvent) XXX_Unmarshal

func (m *ReqChannelPolicyEvent) XXX_Unmarshal(b []byte) error

type ReqChannelPolicyQuery

type ReqChannelPolicyQuery struct {
	ConfigID             string   `protobuf:"bytes,1,opt,name=configID,proto3" json:"configID,omitempty"`
	ChannelName          string   `protobuf:"bytes,2,opt,name=channelName,proto3" json:"channelName,omitempty"`
	InitialBackOff       string   `protobuf:"bytes,3,opt,name=initialBackOff,proto3" json:"initialBackOff,omitempty"`
	MaxBackOff           string   `protobuf:"bytes,4,opt,name=maxBackOff,proto3" json:"maxBackOff,omitempty"`
	MinResponses         int32    `protobuf:"varint,5,opt,name=minResponses,proto3" json:"minResponses,omitempty"`
	MaxTargets           int32    `protobuf:"varint,6,opt,name=maxTargets,proto3" json:"maxTargets,omitempty"`
	Attempts             int32    `protobuf:"varint,7,opt,name=attempts,proto3" json:"attempts,omitempty"`
	BackOffFactor        float32  `protobuf:"fixed32,8,opt,name=backOffFactor,proto3" json:"backOffFactor,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ReqChannelPolicyQuery) Descriptor

func (*ReqChannelPolicyQuery) Descriptor() ([]byte, []int)

func (*ReqChannelPolicyQuery) GetAttempts

func (m *ReqChannelPolicyQuery) GetAttempts() int32

func (*ReqChannelPolicyQuery) GetBackOffFactor

func (m *ReqChannelPolicyQuery) GetBackOffFactor() float32

func (*ReqChannelPolicyQuery) GetChannelName

func (m *ReqChannelPolicyQuery) GetChannelName() string

func (*ReqChannelPolicyQuery) GetConfigID

func (m *ReqChannelPolicyQuery) GetConfigID() string

func (*ReqChannelPolicyQuery) GetInitialBackOff

func (m *ReqChannelPolicyQuery) GetInitialBackOff() string

func (*ReqChannelPolicyQuery) GetMaxBackOff

func (m *ReqChannelPolicyQuery) GetMaxBackOff() string

func (*ReqChannelPolicyQuery) GetMaxTargets

func (m *ReqChannelPolicyQuery) GetMaxTargets() int32

func (*ReqChannelPolicyQuery) GetMinResponses

func (m *ReqChannelPolicyQuery) GetMinResponses() int32

func (*ReqChannelPolicyQuery) ProtoMessage

func (*ReqChannelPolicyQuery) ProtoMessage()

func (*ReqChannelPolicyQuery) Reset

func (m *ReqChannelPolicyQuery) Reset()

func (*ReqChannelPolicyQuery) String

func (m *ReqChannelPolicyQuery) String() string

func (*ReqChannelPolicyQuery) XXX_DiscardUnknown

func (m *ReqChannelPolicyQuery) XXX_DiscardUnknown()

func (*ReqChannelPolicyQuery) XXX_Marshal

func (m *ReqChannelPolicyQuery) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReqChannelPolicyQuery) XXX_Merge

func (m *ReqChannelPolicyQuery) XXX_Merge(src proto.Message)

func (*ReqChannelPolicyQuery) XXX_Size

func (m *ReqChannelPolicyQuery) XXX_Size() int

func (*ReqChannelPolicyQuery) XXX_Unmarshal

func (m *ReqChannelPolicyQuery) XXX_Unmarshal(b []byte) error

type ReqClient

type ReqClient struct {
	ConfigID             string   `protobuf:"bytes,1,opt,name=configID,proto3" json:"configID,omitempty"`
	Tls                  bool     `protobuf:"varint,2,opt,name=tls,proto3" json:"tls,omitempty"`
	Organization         string   `protobuf:"bytes,3,opt,name=organization,proto3" json:"organization,omitempty"`
	Level                string   `protobuf:"bytes,4,opt,name=level,proto3" json:"level,omitempty"`
	CryptoConfig         string   `protobuf:"bytes,5,opt,name=cryptoConfig,proto3" json:"cryptoConfig,omitempty"`
	KeyPath              string   `protobuf:"bytes,6,opt,name=keyPath,proto3" json:"keyPath,omitempty"`
	CertPath             string   `protobuf:"bytes,7,opt,name=certPath,proto3" json:"certPath,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ReqClient) Descriptor

func (*ReqClient) Descriptor() ([]byte, []int)

func (*ReqClient) GetCertPath

func (m *ReqClient) GetCertPath() string

func (*ReqClient) GetConfigID

func (m *ReqClient) GetConfigID() string

func (*ReqClient) GetCryptoConfig

func (m *ReqClient) GetCryptoConfig() string

func (*ReqClient) GetKeyPath

func (m *ReqClient) GetKeyPath() string

func (*ReqClient) GetLevel

func (m *ReqClient) GetLevel() string

func (*ReqClient) GetOrganization

func (m *ReqClient) GetOrganization() string

func (*ReqClient) GetTls

func (m *ReqClient) GetTls() bool

func (*ReqClient) ProtoMessage

func (*ReqClient) ProtoMessage()

func (*ReqClient) Reset

func (m *ReqClient) Reset()

func (*ReqClient) String

func (m *ReqClient) String() string

func (*ReqClient) XXX_DiscardUnknown

func (m *ReqClient) XXX_DiscardUnknown()

func (*ReqClient) XXX_Marshal

func (m *ReqClient) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReqClient) XXX_Merge

func (m *ReqClient) XXX_Merge(src proto.Message)

func (*ReqClient) XXX_Size

func (m *ReqClient) XXX_Size() int

func (*ReqClient) XXX_Unmarshal

func (m *ReqClient) XXX_Unmarshal(b []byte) error

type ReqClientCustom

type ReqClientCustom struct {
	ConfigID             string              `protobuf:"bytes,1,opt,name=configID,proto3" json:"configID,omitempty"`
	Client               *ReqClient          `protobuf:"bytes,2,opt,name=client,proto3" json:"client,omitempty"`
	Peer                 *ClientPeer         `protobuf:"bytes,3,opt,name=peer,proto3" json:"peer,omitempty"`
	EventService         *ClientEventService `protobuf:"bytes,4,opt,name=eventService,proto3" json:"eventService,omitempty"`
	Order                *ClientOrder        `protobuf:"bytes,5,opt,name=order,proto3" json:"order,omitempty"`
	Global               *ClientGlobal       `protobuf:"bytes,6,opt,name=global,proto3" json:"global,omitempty"`
	BCCSP                *ClientBCCSP        `protobuf:"bytes,7,opt,name=BCCSP,proto3" json:"BCCSP,omitempty"`
	XXX_NoUnkeyedLiteral struct{}            `json:"-"`
	XXX_unrecognized     []byte              `json:"-"`
	XXX_sizecache        int32               `json:"-"`
}

func (*ReqClientCustom) Descriptor

func (*ReqClientCustom) Descriptor() ([]byte, []int)

func (*ReqClientCustom) GetBCCSP

func (m *ReqClientCustom) GetBCCSP() *ClientBCCSP

func (*ReqClientCustom) GetClient

func (m *ReqClientCustom) GetClient() *ReqClient

func (*ReqClientCustom) GetConfigID

func (m *ReqClientCustom) GetConfigID() string

func (*ReqClientCustom) GetEventService

func (m *ReqClientCustom) GetEventService() *ClientEventService

func (*ReqClientCustom) GetGlobal

func (m *ReqClientCustom) GetGlobal() *ClientGlobal

func (*ReqClientCustom) GetOrder

func (m *ReqClientCustom) GetOrder() *ClientOrder

func (*ReqClientCustom) GetPeer

func (m *ReqClientCustom) GetPeer() *ClientPeer

func (*ReqClientCustom) ProtoMessage

func (*ReqClientCustom) ProtoMessage()

func (*ReqClientCustom) Reset

func (m *ReqClientCustom) Reset()

func (*ReqClientCustom) String

func (m *ReqClientCustom) String() string

func (*ReqClientCustom) XXX_DiscardUnknown

func (m *ReqClientCustom) XXX_DiscardUnknown()

func (*ReqClientCustom) XXX_Marshal

func (m *ReqClientCustom) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReqClientCustom) XXX_Merge

func (m *ReqClientCustom) XXX_Merge(src proto.Message)

func (*ReqClientCustom) XXX_Size

func (m *ReqClientCustom) XXX_Size() int

func (*ReqClientCustom) XXX_Unmarshal

func (m *ReqClientCustom) XXX_Unmarshal(b []byte) error

type ReqClientSelf

type ReqClientSelf struct {
	ConfigID             string   `protobuf:"bytes,1,opt,name=configID,proto3" json:"configID,omitempty"`
	Tls                  bool     `protobuf:"varint,2,opt,name=tls,proto3" json:"tls,omitempty"`
	LeagueName           string   `protobuf:"bytes,3,opt,name=leagueName,proto3" json:"leagueName,omitempty"`
	UserName             string   `protobuf:"bytes,4,opt,name=userName,proto3" json:"userName,omitempty"`
	Organization         string   `protobuf:"bytes,5,opt,name=organization,proto3" json:"organization,omitempty"`
	Level                string   `protobuf:"bytes,6,opt,name=level,proto3" json:"level,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ReqClientSelf) Descriptor

func (*ReqClientSelf) Descriptor() ([]byte, []int)

func (*ReqClientSelf) GetConfigID

func (m *ReqClientSelf) GetConfigID() string

func (*ReqClientSelf) GetLeagueName

func (m *ReqClientSelf) GetLeagueName() string

func (*ReqClientSelf) GetLevel

func (m *ReqClientSelf) GetLevel() string

func (*ReqClientSelf) GetOrganization

func (m *ReqClientSelf) GetOrganization() string

func (*ReqClientSelf) GetTls

func (m *ReqClientSelf) GetTls() bool

func (*ReqClientSelf) GetUserName

func (m *ReqClientSelf) GetUserName() string

func (*ReqClientSelf) ProtoMessage

func (*ReqClientSelf) ProtoMessage()

func (*ReqClientSelf) Reset

func (m *ReqClientSelf) Reset()

func (*ReqClientSelf) String

func (m *ReqClientSelf) String() string

func (*ReqClientSelf) XXX_DiscardUnknown

func (m *ReqClientSelf) XXX_DiscardUnknown()

func (*ReqClientSelf) XXX_Marshal

func (m *ReqClientSelf) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReqClientSelf) XXX_Merge

func (m *ReqClientSelf) XXX_Merge(src proto.Message)

func (*ReqClientSelf) XXX_Size

func (m *ReqClientSelf) XXX_Size() int

func (*ReqClientSelf) XXX_Unmarshal

func (m *ReqClientSelf) XXX_Unmarshal(b []byte) error

type ReqConfig

type ReqConfig struct {
	ConfigID             string   `protobuf:"bytes,1,opt,name=configID,proto3" json:"configID,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ReqConfig) Descriptor

func (*ReqConfig) Descriptor() ([]byte, []int)

func (*ReqConfig) GetConfigID

func (m *ReqConfig) GetConfigID() string

func (*ReqConfig) ProtoMessage

func (*ReqConfig) ProtoMessage()

func (*ReqConfig) Reset

func (m *ReqConfig) Reset()

func (*ReqConfig) String

func (m *ReqConfig) String() string

func (*ReqConfig) XXX_DiscardUnknown

func (m *ReqConfig) XXX_DiscardUnknown()

func (*ReqConfig) XXX_Marshal

func (m *ReqConfig) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReqConfig) XXX_Merge

func (m *ReqConfig) XXX_Merge(src proto.Message)

func (*ReqConfig) XXX_Size

func (m *ReqConfig) XXX_Size() int

func (*ReqConfig) XXX_Unmarshal

func (m *ReqConfig) XXX_Unmarshal(b []byte) error

type ReqConfigList

type ReqConfigList struct {
	List                 int32    `protobuf:"varint,1,opt,name=list,proto3" json:"list,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ReqConfigList) Descriptor

func (*ReqConfigList) Descriptor() ([]byte, []int)

func (*ReqConfigList) GetList

func (m *ReqConfigList) GetList() int32

func (*ReqConfigList) ProtoMessage

func (*ReqConfigList) ProtoMessage()

func (*ReqConfigList) Reset

func (m *ReqConfigList) Reset()

func (*ReqConfigList) String

func (m *ReqConfigList) String() string

func (*ReqConfigList) XXX_DiscardUnknown

func (m *ReqConfigList) XXX_DiscardUnknown()

func (*ReqConfigList) XXX_Marshal

func (m *ReqConfigList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReqConfigList) XXX_Merge

func (m *ReqConfigList) XXX_Merge(src proto.Message)

func (*ReqConfigList) XXX_Size

func (m *ReqConfigList) XXX_Size() int

func (*ReqConfigList) XXX_Unmarshal

func (m *ReqConfigList) XXX_Unmarshal(b []byte) error

type ReqConfigRecover

type ReqConfigRecover struct {
	ConfigIDs            []string `protobuf:"bytes,1,rep,name=configIDs,proto3" json:"configIDs,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ReqConfigRecover) Descriptor

func (*ReqConfigRecover) Descriptor() ([]byte, []int)

func (*ReqConfigRecover) GetConfigIDs

func (m *ReqConfigRecover) GetConfigIDs() []string

func (*ReqConfigRecover) ProtoMessage

func (*ReqConfigRecover) ProtoMessage()

func (*ReqConfigRecover) Reset

func (m *ReqConfigRecover) Reset()

func (*ReqConfigRecover) String

func (m *ReqConfigRecover) String() string

func (*ReqConfigRecover) XXX_DiscardUnknown

func (m *ReqConfigRecover) XXX_DiscardUnknown()

func (*ReqConfigRecover) XXX_Marshal

func (m *ReqConfigRecover) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReqConfigRecover) XXX_Merge

func (m *ReqConfigRecover) XXX_Merge(src proto.Message)

func (*ReqConfigRecover) XXX_Size

func (m *ReqConfigRecover) XXX_Size() int

func (*ReqConfigRecover) XXX_Unmarshal

func (m *ReqConfigRecover) XXX_Unmarshal(b []byte) error

type ReqConfigSet

type ReqConfigSet struct {
	Version                string                           `protobuf:"bytes,1,opt,name=version,proto3" json:"version,omitempty"`
	Client                 *Client                          `protobuf:"bytes,2,opt,name=client,proto3" json:"client,omitempty"`
	OrgInfo                *OrgInfo                         `protobuf:"bytes,3,opt,name=orgInfo,proto3" json:"orgInfo,omitempty"`
	Channels               map[string]*Channel              `` /* 157-byte string literal not displayed */
	Organizations          map[string]*Organization         `` /* 167-byte string literal not displayed */
	Orderers               map[string]*Orderer              `` /* 157-byte string literal not displayed */
	Peers                  map[string]*Peer                 `` /* 151-byte string literal not displayed */
	CertificateAuthorities map[string]*CertificateAuthority `` /* 185-byte string literal not displayed */
	XXX_NoUnkeyedLiteral   struct{}                         `json:"-"`
	XXX_unrecognized       []byte                           `json:"-"`
	XXX_sizecache          int32                            `json:"-"`
}

func (*ReqConfigSet) Descriptor

func (*ReqConfigSet) Descriptor() ([]byte, []int)

func (*ReqConfigSet) GetCertificateAuthorities

func (m *ReqConfigSet) GetCertificateAuthorities() map[string]*CertificateAuthority

func (*ReqConfigSet) GetChannels

func (m *ReqConfigSet) GetChannels() map[string]*Channel

func (*ReqConfigSet) GetClient

func (m *ReqConfigSet) GetClient() *Client

func (*ReqConfigSet) GetOrderers

func (m *ReqConfigSet) GetOrderers() map[string]*Orderer

func (*ReqConfigSet) GetOrgInfo

func (m *ReqConfigSet) GetOrgInfo() *OrgInfo

func (*ReqConfigSet) GetOrganizations

func (m *ReqConfigSet) GetOrganizations() map[string]*Organization

func (*ReqConfigSet) GetPeers

func (m *ReqConfigSet) GetPeers() map[string]*Peer

func (*ReqConfigSet) GetVersion

func (m *ReqConfigSet) GetVersion() string

func (*ReqConfigSet) ProtoMessage

func (*ReqConfigSet) ProtoMessage()

func (*ReqConfigSet) Reset

func (m *ReqConfigSet) Reset()

func (*ReqConfigSet) String

func (m *ReqConfigSet) String() string

func (*ReqConfigSet) XXX_DiscardUnknown

func (m *ReqConfigSet) XXX_DiscardUnknown()

func (*ReqConfigSet) XXX_Marshal

func (m *ReqConfigSet) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReqConfigSet) XXX_Merge

func (m *ReqConfigSet) XXX_Merge(src proto.Message)

func (*ReqConfigSet) XXX_Size

func (m *ReqConfigSet) XXX_Size() int

func (*ReqConfigSet) XXX_Unmarshal

func (m *ReqConfigSet) XXX_Unmarshal(b []byte) error

type ReqCreateIdentity

type ReqCreateIdentity struct {
	ConfigID             string           `protobuf:"bytes,1,opt,name=configID,proto3" json:"configID,omitempty"`
	OrgName              string           `protobuf:"bytes,2,opt,name=orgName,proto3" json:"orgName,omitempty"`
	IdentityRequest      *IdentityRequest `protobuf:"bytes,3,opt,name=identityRequest,proto3" json:"identityRequest,omitempty"`
	XXX_NoUnkeyedLiteral struct{}         `json:"-"`
	XXX_unrecognized     []byte           `json:"-"`
	XXX_sizecache        int32            `json:"-"`
}

func (*ReqCreateIdentity) Descriptor

func (*ReqCreateIdentity) Descriptor() ([]byte, []int)

func (*ReqCreateIdentity) GetConfigID

func (m *ReqCreateIdentity) GetConfigID() string

func (*ReqCreateIdentity) GetIdentityRequest

func (m *ReqCreateIdentity) GetIdentityRequest() *IdentityRequest

func (*ReqCreateIdentity) GetOrgName

func (m *ReqCreateIdentity) GetOrgName() string

func (*ReqCreateIdentity) ProtoMessage

func (*ReqCreateIdentity) ProtoMessage()

func (*ReqCreateIdentity) Reset

func (m *ReqCreateIdentity) Reset()

func (*ReqCreateIdentity) String

func (m *ReqCreateIdentity) String() string

func (*ReqCreateIdentity) XXX_DiscardUnknown

func (m *ReqCreateIdentity) XXX_DiscardUnknown()

func (*ReqCreateIdentity) XXX_Marshal

func (m *ReqCreateIdentity) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReqCreateIdentity) XXX_Merge

func (m *ReqCreateIdentity) XXX_Merge(src proto.Message)

func (*ReqCreateIdentity) XXX_Size

func (m *ReqCreateIdentity) XXX_Size() int

func (*ReqCreateIdentity) XXX_Unmarshal

func (m *ReqCreateIdentity) XXX_Unmarshal(b []byte) error

type ReqCreateSigningIdentity

type ReqCreateSigningIdentity struct {
	ConfigID             string   `protobuf:"bytes,1,opt,name=configID,proto3" json:"configID,omitempty"`
	OrgName              string   `protobuf:"bytes,2,opt,name=orgName,proto3" json:"orgName,omitempty"`
	PrivateKey           []byte   `protobuf:"bytes,3,opt,name=privateKey,proto3" json:"privateKey,omitempty"`
	Cert                 []byte   `protobuf:"bytes,4,opt,name=cert,proto3" json:"cert,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ReqCreateSigningIdentity) Descriptor

func (*ReqCreateSigningIdentity) Descriptor() ([]byte, []int)

func (*ReqCreateSigningIdentity) GetCert

func (m *ReqCreateSigningIdentity) GetCert() []byte

func (*ReqCreateSigningIdentity) GetConfigID

func (m *ReqCreateSigningIdentity) GetConfigID() string

func (*ReqCreateSigningIdentity) GetOrgName

func (m *ReqCreateSigningIdentity) GetOrgName() string

func (*ReqCreateSigningIdentity) GetPrivateKey

func (m *ReqCreateSigningIdentity) GetPrivateKey() []byte

func (*ReqCreateSigningIdentity) ProtoMessage

func (*ReqCreateSigningIdentity) ProtoMessage()

func (*ReqCreateSigningIdentity) Reset

func (m *ReqCreateSigningIdentity) Reset()

func (*ReqCreateSigningIdentity) String

func (m *ReqCreateSigningIdentity) String() string

func (*ReqCreateSigningIdentity) XXX_DiscardUnknown

func (m *ReqCreateSigningIdentity) XXX_DiscardUnknown()

func (*ReqCreateSigningIdentity) XXX_Marshal

func (m *ReqCreateSigningIdentity) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReqCreateSigningIdentity) XXX_Merge

func (m *ReqCreateSigningIdentity) XXX_Merge(src proto.Message)

func (*ReqCreateSigningIdentity) XXX_Size

func (m *ReqCreateSigningIdentity) XXX_Size() int

func (*ReqCreateSigningIdentity) XXX_Unmarshal

func (m *ReqCreateSigningIdentity) XXX_Unmarshal(b []byte) error

type ReqEnroll

type ReqEnroll struct {
	ConfigID             string              `protobuf:"bytes,1,opt,name=configID,proto3" json:"configID,omitempty"`
	OrgName              string              `protobuf:"bytes,2,opt,name=orgName,proto3" json:"orgName,omitempty"`
	EnrollmentID         string              `protobuf:"bytes,3,opt,name=enrollmentID,proto3" json:"enrollmentID,omitempty"`
	Secret               string              `protobuf:"bytes,4,opt,name=secret,proto3" json:"secret,omitempty"`
	Type                 string              `protobuf:"bytes,5,opt,name=type,proto3" json:"type,omitempty"`
	Profile              string              `protobuf:"bytes,6,opt,name=profile,proto3" json:"profile,omitempty"`
	Label                string              `protobuf:"bytes,7,opt,name=label,proto3" json:"label,omitempty"`
	AttributeRequests    []*AttributeRequest `protobuf:"bytes,8,rep,name=attributeRequests,proto3" json:"attributeRequests,omitempty"`
	XXX_NoUnkeyedLiteral struct{}            `json:"-"`
	XXX_unrecognized     []byte              `json:"-"`
	XXX_sizecache        int32               `json:"-"`
}

func (*ReqEnroll) Descriptor

func (*ReqEnroll) Descriptor() ([]byte, []int)

func (*ReqEnroll) GetAttributeRequests

func (m *ReqEnroll) GetAttributeRequests() []*AttributeRequest

func (*ReqEnroll) GetConfigID

func (m *ReqEnroll) GetConfigID() string

func (*ReqEnroll) GetEnrollmentID

func (m *ReqEnroll) GetEnrollmentID() string

func (*ReqEnroll) GetLabel

func (m *ReqEnroll) GetLabel() string

func (*ReqEnroll) GetOrgName

func (m *ReqEnroll) GetOrgName() string

func (*ReqEnroll) GetProfile

func (m *ReqEnroll) GetProfile() string

func (*ReqEnroll) GetSecret

func (m *ReqEnroll) GetSecret() string

func (*ReqEnroll) GetType

func (m *ReqEnroll) GetType() string

func (*ReqEnroll) ProtoMessage

func (*ReqEnroll) ProtoMessage()

func (*ReqEnroll) Reset

func (m *ReqEnroll) Reset()

func (*ReqEnroll) String

func (m *ReqEnroll) String() string

func (*ReqEnroll) XXX_DiscardUnknown

func (m *ReqEnroll) XXX_DiscardUnknown()

func (*ReqEnroll) XXX_Marshal

func (m *ReqEnroll) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReqEnroll) XXX_Merge

func (m *ReqEnroll) XXX_Merge(src proto.Message)

func (*ReqEnroll) XXX_Size

func (m *ReqEnroll) XXX_Size() int

func (*ReqEnroll) XXX_Unmarshal

func (m *ReqEnroll) XXX_Unmarshal(b []byte) error

type ReqGetAffiliation

type ReqGetAffiliation struct {
	ConfigID             string   `protobuf:"bytes,1,opt,name=configID,proto3" json:"configID,omitempty"`
	OrgName              string   `protobuf:"bytes,2,opt,name=orgName,proto3" json:"orgName,omitempty"`
	Affiliation          string   `protobuf:"bytes,3,opt,name=affiliation,proto3" json:"affiliation,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ReqGetAffiliation) Descriptor

func (*ReqGetAffiliation) Descriptor() ([]byte, []int)

func (*ReqGetAffiliation) GetAffiliation

func (m *ReqGetAffiliation) GetAffiliation() string

func (*ReqGetAffiliation) GetConfigID

func (m *ReqGetAffiliation) GetConfigID() string

func (*ReqGetAffiliation) GetOrgName

func (m *ReqGetAffiliation) GetOrgName() string

func (*ReqGetAffiliation) ProtoMessage

func (*ReqGetAffiliation) ProtoMessage()

func (*ReqGetAffiliation) Reset

func (m *ReqGetAffiliation) Reset()

func (*ReqGetAffiliation) String

func (m *ReqGetAffiliation) String() string

func (*ReqGetAffiliation) XXX_DiscardUnknown

func (m *ReqGetAffiliation) XXX_DiscardUnknown()

func (*ReqGetAffiliation) XXX_Marshal

func (m *ReqGetAffiliation) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReqGetAffiliation) XXX_Merge

func (m *ReqGetAffiliation) XXX_Merge(src proto.Message)

func (*ReqGetAffiliation) XXX_Size

func (m *ReqGetAffiliation) XXX_Size() int

func (*ReqGetAffiliation) XXX_Unmarshal

func (m *ReqGetAffiliation) XXX_Unmarshal(b []byte) error

type ReqGetAffiliationByCaName

type ReqGetAffiliationByCaName struct {
	ConfigID             string   `protobuf:"bytes,1,opt,name=configID,proto3" json:"configID,omitempty"`
	OrgName              string   `protobuf:"bytes,2,opt,name=orgName,proto3" json:"orgName,omitempty"`
	Affiliation          string   `protobuf:"bytes,3,opt,name=affiliation,proto3" json:"affiliation,omitempty"`
	CaName               string   `protobuf:"bytes,4,opt,name=caName,proto3" json:"caName,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ReqGetAffiliationByCaName) Descriptor

func (*ReqGetAffiliationByCaName) Descriptor() ([]byte, []int)

func (*ReqGetAffiliationByCaName) GetAffiliation

func (m *ReqGetAffiliationByCaName) GetAffiliation() string

func (*ReqGetAffiliationByCaName) GetCaName

func (m *ReqGetAffiliationByCaName) GetCaName() string

func (*ReqGetAffiliationByCaName) GetConfigID

func (m *ReqGetAffiliationByCaName) GetConfigID() string

func (*ReqGetAffiliationByCaName) GetOrgName

func (m *ReqGetAffiliationByCaName) GetOrgName() string

func (*ReqGetAffiliationByCaName) ProtoMessage

func (*ReqGetAffiliationByCaName) ProtoMessage()

func (*ReqGetAffiliationByCaName) Reset

func (m *ReqGetAffiliationByCaName) Reset()

func (*ReqGetAffiliationByCaName) String

func (m *ReqGetAffiliationByCaName) String() string

func (*ReqGetAffiliationByCaName) XXX_DiscardUnknown

func (m *ReqGetAffiliationByCaName) XXX_DiscardUnknown()

func (*ReqGetAffiliationByCaName) XXX_Marshal

func (m *ReqGetAffiliationByCaName) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReqGetAffiliationByCaName) XXX_Merge

func (m *ReqGetAffiliationByCaName) XXX_Merge(src proto.Message)

func (*ReqGetAffiliationByCaName) XXX_Size

func (m *ReqGetAffiliationByCaName) XXX_Size() int

func (*ReqGetAffiliationByCaName) XXX_Unmarshal

func (m *ReqGetAffiliationByCaName) XXX_Unmarshal(b []byte) error

type ReqGetAllAffiliations

type ReqGetAllAffiliations struct {
	ConfigID             string   `protobuf:"bytes,1,opt,name=configID,proto3" json:"configID,omitempty"`
	OrgName              string   `protobuf:"bytes,2,opt,name=orgName,proto3" json:"orgName,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ReqGetAllAffiliations) Descriptor

func (*ReqGetAllAffiliations) Descriptor() ([]byte, []int)

func (*ReqGetAllAffiliations) GetConfigID

func (m *ReqGetAllAffiliations) GetConfigID() string

func (*ReqGetAllAffiliations) GetOrgName

func (m *ReqGetAllAffiliations) GetOrgName() string

func (*ReqGetAllAffiliations) ProtoMessage

func (*ReqGetAllAffiliations) ProtoMessage()

func (*ReqGetAllAffiliations) Reset

func (m *ReqGetAllAffiliations) Reset()

func (*ReqGetAllAffiliations) String

func (m *ReqGetAllAffiliations) String() string

func (*ReqGetAllAffiliations) XXX_DiscardUnknown

func (m *ReqGetAllAffiliations) XXX_DiscardUnknown()

func (*ReqGetAllAffiliations) XXX_Marshal

func (m *ReqGetAllAffiliations) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReqGetAllAffiliations) XXX_Merge

func (m *ReqGetAllAffiliations) XXX_Merge(src proto.Message)

func (*ReqGetAllAffiliations) XXX_Size

func (m *ReqGetAllAffiliations) XXX_Size() int

func (*ReqGetAllAffiliations) XXX_Unmarshal

func (m *ReqGetAllAffiliations) XXX_Unmarshal(b []byte) error

type ReqGetAllAffiliationsByCaName

type ReqGetAllAffiliationsByCaName struct {
	ConfigID             string   `protobuf:"bytes,1,opt,name=configID,proto3" json:"configID,omitempty"`
	OrgName              string   `protobuf:"bytes,2,opt,name=orgName,proto3" json:"orgName,omitempty"`
	CaName               string   `protobuf:"bytes,3,opt,name=caName,proto3" json:"caName,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ReqGetAllAffiliationsByCaName) Descriptor

func (*ReqGetAllAffiliationsByCaName) Descriptor() ([]byte, []int)

func (*ReqGetAllAffiliationsByCaName) GetCaName

func (m *ReqGetAllAffiliationsByCaName) GetCaName() string

func (*ReqGetAllAffiliationsByCaName) GetConfigID

func (m *ReqGetAllAffiliationsByCaName) GetConfigID() string

func (*ReqGetAllAffiliationsByCaName) GetOrgName

func (m *ReqGetAllAffiliationsByCaName) GetOrgName() string

func (*ReqGetAllAffiliationsByCaName) ProtoMessage

func (*ReqGetAllAffiliationsByCaName) ProtoMessage()

func (*ReqGetAllAffiliationsByCaName) Reset

func (m *ReqGetAllAffiliationsByCaName) Reset()

func (*ReqGetAllAffiliationsByCaName) String

func (*ReqGetAllAffiliationsByCaName) XXX_DiscardUnknown

func (m *ReqGetAllAffiliationsByCaName) XXX_DiscardUnknown()

func (*ReqGetAllAffiliationsByCaName) XXX_Marshal

func (m *ReqGetAllAffiliationsByCaName) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReqGetAllAffiliationsByCaName) XXX_Merge

func (m *ReqGetAllAffiliationsByCaName) XXX_Merge(src proto.Message)

func (*ReqGetAllAffiliationsByCaName) XXX_Size

func (m *ReqGetAllAffiliationsByCaName) XXX_Size() int

func (*ReqGetAllAffiliationsByCaName) XXX_Unmarshal

func (m *ReqGetAllAffiliationsByCaName) XXX_Unmarshal(b []byte) error

type ReqGetAllIdentities

type ReqGetAllIdentities struct {
	ConfigID             string   `protobuf:"bytes,1,opt,name=configID,proto3" json:"configID,omitempty"`
	OrgName              string   `protobuf:"bytes,2,opt,name=orgName,proto3" json:"orgName,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ReqGetAllIdentities) Descriptor

func (*ReqGetAllIdentities) Descriptor() ([]byte, []int)

func (*ReqGetAllIdentities) GetConfigID

func (m *ReqGetAllIdentities) GetConfigID() string

func (*ReqGetAllIdentities) GetOrgName

func (m *ReqGetAllIdentities) GetOrgName() string

func (*ReqGetAllIdentities) ProtoMessage

func (*ReqGetAllIdentities) ProtoMessage()

func (*ReqGetAllIdentities) Reset

func (m *ReqGetAllIdentities) Reset()

func (*ReqGetAllIdentities) String

func (m *ReqGetAllIdentities) String() string

func (*ReqGetAllIdentities) XXX_DiscardUnknown

func (m *ReqGetAllIdentities) XXX_DiscardUnknown()

func (*ReqGetAllIdentities) XXX_Marshal

func (m *ReqGetAllIdentities) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReqGetAllIdentities) XXX_Merge

func (m *ReqGetAllIdentities) XXX_Merge(src proto.Message)

func (*ReqGetAllIdentities) XXX_Size

func (m *ReqGetAllIdentities) XXX_Size() int

func (*ReqGetAllIdentities) XXX_Unmarshal

func (m *ReqGetAllIdentities) XXX_Unmarshal(b []byte) error

type ReqGetAllIdentitiesByCaName

type ReqGetAllIdentitiesByCaName struct {
	ConfigID             string   `protobuf:"bytes,1,opt,name=configID,proto3" json:"configID,omitempty"`
	OrgName              string   `protobuf:"bytes,2,opt,name=orgName,proto3" json:"orgName,omitempty"`
	CaName               string   `protobuf:"bytes,3,opt,name=caName,proto3" json:"caName,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ReqGetAllIdentitiesByCaName) Descriptor

func (*ReqGetAllIdentitiesByCaName) Descriptor() ([]byte, []int)

func (*ReqGetAllIdentitiesByCaName) GetCaName

func (m *ReqGetAllIdentitiesByCaName) GetCaName() string

func (*ReqGetAllIdentitiesByCaName) GetConfigID

func (m *ReqGetAllIdentitiesByCaName) GetConfigID() string

func (*ReqGetAllIdentitiesByCaName) GetOrgName

func (m *ReqGetAllIdentitiesByCaName) GetOrgName() string

func (*ReqGetAllIdentitiesByCaName) ProtoMessage

func (*ReqGetAllIdentitiesByCaName) ProtoMessage()

func (*ReqGetAllIdentitiesByCaName) Reset

func (m *ReqGetAllIdentitiesByCaName) Reset()

func (*ReqGetAllIdentitiesByCaName) String

func (m *ReqGetAllIdentitiesByCaName) String() string

func (*ReqGetAllIdentitiesByCaName) XXX_DiscardUnknown

func (m *ReqGetAllIdentitiesByCaName) XXX_DiscardUnknown()

func (*ReqGetAllIdentitiesByCaName) XXX_Marshal

func (m *ReqGetAllIdentitiesByCaName) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReqGetAllIdentitiesByCaName) XXX_Merge

func (m *ReqGetAllIdentitiesByCaName) XXX_Merge(src proto.Message)

func (*ReqGetAllIdentitiesByCaName) XXX_Size

func (m *ReqGetAllIdentitiesByCaName) XXX_Size() int

func (*ReqGetAllIdentitiesByCaName) XXX_Unmarshal

func (m *ReqGetAllIdentitiesByCaName) XXX_Unmarshal(b []byte) error

type ReqGetIdentity

type ReqGetIdentity struct {
	ConfigID             string   `protobuf:"bytes,1,opt,name=configID,proto3" json:"configID,omitempty"`
	OrgName              string   `protobuf:"bytes,2,opt,name=orgName,proto3" json:"orgName,omitempty"`
	Id                   string   `protobuf:"bytes,3,opt,name=id,proto3" json:"id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ReqGetIdentity) Descriptor

func (*ReqGetIdentity) Descriptor() ([]byte, []int)

func (*ReqGetIdentity) GetConfigID

func (m *ReqGetIdentity) GetConfigID() string

func (*ReqGetIdentity) GetId

func (m *ReqGetIdentity) GetId() string

func (*ReqGetIdentity) GetOrgName

func (m *ReqGetIdentity) GetOrgName() string

func (*ReqGetIdentity) ProtoMessage

func (*ReqGetIdentity) ProtoMessage()

func (*ReqGetIdentity) Reset

func (m *ReqGetIdentity) Reset()

func (*ReqGetIdentity) String

func (m *ReqGetIdentity) String() string

func (*ReqGetIdentity) XXX_DiscardUnknown

func (m *ReqGetIdentity) XXX_DiscardUnknown()

func (*ReqGetIdentity) XXX_Marshal

func (m *ReqGetIdentity) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReqGetIdentity) XXX_Merge

func (m *ReqGetIdentity) XXX_Merge(src proto.Message)

func (*ReqGetIdentity) XXX_Size

func (m *ReqGetIdentity) XXX_Size() int

func (*ReqGetIdentity) XXX_Unmarshal

func (m *ReqGetIdentity) XXX_Unmarshal(b []byte) error

type ReqGetIdentityByCaName

type ReqGetIdentityByCaName struct {
	ConfigID             string   `protobuf:"bytes,1,opt,name=configID,proto3" json:"configID,omitempty"`
	OrgName              string   `protobuf:"bytes,2,opt,name=orgName,proto3" json:"orgName,omitempty"`
	Id                   string   `protobuf:"bytes,3,opt,name=id,proto3" json:"id,omitempty"`
	CaName               string   `protobuf:"bytes,4,opt,name=caName,proto3" json:"caName,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ReqGetIdentityByCaName) Descriptor

func (*ReqGetIdentityByCaName) Descriptor() ([]byte, []int)

func (*ReqGetIdentityByCaName) GetCaName

func (m *ReqGetIdentityByCaName) GetCaName() string

func (*ReqGetIdentityByCaName) GetConfigID

func (m *ReqGetIdentityByCaName) GetConfigID() string

func (*ReqGetIdentityByCaName) GetId

func (m *ReqGetIdentityByCaName) GetId() string

func (*ReqGetIdentityByCaName) GetOrgName

func (m *ReqGetIdentityByCaName) GetOrgName() string

func (*ReqGetIdentityByCaName) ProtoMessage

func (*ReqGetIdentityByCaName) ProtoMessage()

func (*ReqGetIdentityByCaName) Reset

func (m *ReqGetIdentityByCaName) Reset()

func (*ReqGetIdentityByCaName) String

func (m *ReqGetIdentityByCaName) String() string

func (*ReqGetIdentityByCaName) XXX_DiscardUnknown

func (m *ReqGetIdentityByCaName) XXX_DiscardUnknown()

func (*ReqGetIdentityByCaName) XXX_Marshal

func (m *ReqGetIdentityByCaName) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReqGetIdentityByCaName) XXX_Merge

func (m *ReqGetIdentityByCaName) XXX_Merge(src proto.Message)

func (*ReqGetIdentityByCaName) XXX_Size

func (m *ReqGetIdentityByCaName) XXX_Size() int

func (*ReqGetIdentityByCaName) XXX_Unmarshal

func (m *ReqGetIdentityByCaName) XXX_Unmarshal(b []byte) error

type ReqGetSigningIdentity

type ReqGetSigningIdentity struct {
	ConfigID             string   `protobuf:"bytes,1,opt,name=configID,proto3" json:"configID,omitempty"`
	OrgName              string   `protobuf:"bytes,2,opt,name=orgName,proto3" json:"orgName,omitempty"`
	Id                   string   `protobuf:"bytes,3,opt,name=id,proto3" json:"id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ReqGetSigningIdentity) Descriptor

func (*ReqGetSigningIdentity) Descriptor() ([]byte, []int)

func (*ReqGetSigningIdentity) GetConfigID

func (m *ReqGetSigningIdentity) GetConfigID() string

func (*ReqGetSigningIdentity) GetId

func (m *ReqGetSigningIdentity) GetId() string

func (*ReqGetSigningIdentity) GetOrgName

func (m *ReqGetSigningIdentity) GetOrgName() string

func (*ReqGetSigningIdentity) ProtoMessage

func (*ReqGetSigningIdentity) ProtoMessage()

func (*ReqGetSigningIdentity) Reset

func (m *ReqGetSigningIdentity) Reset()

func (*ReqGetSigningIdentity) String

func (m *ReqGetSigningIdentity) String() string

func (*ReqGetSigningIdentity) XXX_DiscardUnknown

func (m *ReqGetSigningIdentity) XXX_DiscardUnknown()

func (*ReqGetSigningIdentity) XXX_Marshal

func (m *ReqGetSigningIdentity) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReqGetSigningIdentity) XXX_Merge

func (m *ReqGetSigningIdentity) XXX_Merge(src proto.Message)

func (*ReqGetSigningIdentity) XXX_Size

func (m *ReqGetSigningIdentity) XXX_Size() int

func (*ReqGetSigningIdentity) XXX_Unmarshal

func (m *ReqGetSigningIdentity) XXX_Unmarshal(b []byte) error

type ReqInfo

type ReqInfo struct {
	ConfigID             string   `protobuf:"bytes,1,opt,name=configID,proto3" json:"configID,omitempty"`
	PeerName             string   `protobuf:"bytes,2,opt,name=peerName,proto3" json:"peerName,omitempty"`
	ChannelID            string   `protobuf:"bytes,3,opt,name=channelID,proto3" json:"channelID,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ReqInfo) Descriptor

func (*ReqInfo) Descriptor() ([]byte, []int)

func (*ReqInfo) GetChannelID

func (m *ReqInfo) GetChannelID() string

func (*ReqInfo) GetConfigID

func (m *ReqInfo) GetConfigID() string

func (*ReqInfo) GetPeerName

func (m *ReqInfo) GetPeerName() string

func (*ReqInfo) ProtoMessage

func (*ReqInfo) ProtoMessage()

func (*ReqInfo) Reset

func (m *ReqInfo) Reset()

func (*ReqInfo) String

func (m *ReqInfo) String() string

func (*ReqInfo) XXX_DiscardUnknown

func (m *ReqInfo) XXX_DiscardUnknown()

func (*ReqInfo) XXX_Marshal

func (m *ReqInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReqInfo) XXX_Merge

func (m *ReqInfo) XXX_Merge(src proto.Message)

func (*ReqInfo) XXX_Size

func (m *ReqInfo) XXX_Size() int

func (*ReqInfo) XXX_Unmarshal

func (m *ReqInfo) XXX_Unmarshal(b []byte) error

type ReqInfoSpec

type ReqInfoSpec struct {
	ConfigID             string   `protobuf:"bytes,1,opt,name=configID,proto3" json:"configID,omitempty"`
	PeerName             string   `protobuf:"bytes,2,opt,name=peerName,proto3" json:"peerName,omitempty"`
	ChannelID            string   `protobuf:"bytes,3,opt,name=channelID,proto3" json:"channelID,omitempty"`
	OrgName              string   `protobuf:"bytes,4,opt,name=orgName,proto3" json:"orgName,omitempty"`
	OrgUser              string   `protobuf:"bytes,5,opt,name=orgUser,proto3" json:"orgUser,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ReqInfoSpec) Descriptor

func (*ReqInfoSpec) Descriptor() ([]byte, []int)

func (*ReqInfoSpec) GetChannelID

func (m *ReqInfoSpec) GetChannelID() string

func (*ReqInfoSpec) GetConfigID

func (m *ReqInfoSpec) GetConfigID() string

func (*ReqInfoSpec) GetOrgName

func (m *ReqInfoSpec) GetOrgName() string

func (*ReqInfoSpec) GetOrgUser

func (m *ReqInfoSpec) GetOrgUser() string

func (*ReqInfoSpec) GetPeerName

func (m *ReqInfoSpec) GetPeerName() string

func (*ReqInfoSpec) ProtoMessage

func (*ReqInfoSpec) ProtoMessage()

func (*ReqInfoSpec) Reset

func (m *ReqInfoSpec) Reset()

func (*ReqInfoSpec) String

func (m *ReqInfoSpec) String() string

func (*ReqInfoSpec) XXX_DiscardUnknown

func (m *ReqInfoSpec) XXX_DiscardUnknown()

func (*ReqInfoSpec) XXX_Marshal

func (m *ReqInfoSpec) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReqInfoSpec) XXX_Merge

func (m *ReqInfoSpec) XXX_Merge(src proto.Message)

func (*ReqInfoSpec) XXX_Size

func (m *ReqInfoSpec) XXX_Size() int

func (*ReqInfoSpec) XXX_Unmarshal

func (m *ReqInfoSpec) XXX_Unmarshal(b []byte) error

type ReqInit

type ReqInit struct {
	Client                 *ReqClientSelf                 `protobuf:"bytes,1,opt,name=client,proto3" json:"client,omitempty"`
	ChannelPeer            []*ReqChannelPeer              `protobuf:"bytes,2,rep,name=channelPeer,proto3" json:"channelPeer,omitempty"`
	ChannelPolicyQuery     []*ReqChannelPolicyQuery       `protobuf:"bytes,3,rep,name=channelPolicyQuery,proto3" json:"channelPolicyQuery,omitempty"`
	ChannelPolicyDiscovery []*ReqChannelPolicyDiscovery   `protobuf:"bytes,4,rep,name=channelPolicyDiscovery,proto3" json:"channelPolicyDiscovery,omitempty"`
	ChannelPolicyEvent     []*ReqChannelPolicyEvent       `protobuf:"bytes,5,rep,name=channelPolicyEvent,proto3" json:"channelPolicyEvent,omitempty"`
	OrganizationsOrder     *ReqOrganizationsOrderSelf     `protobuf:"bytes,6,opt,name=organizationsOrder,proto3" json:"organizationsOrder,omitempty"`
	OrganizationsOrg       *ReqOrganizationsOrgSelf       `protobuf:"bytes,7,opt,name=organizationsOrg,proto3" json:"organizationsOrg,omitempty"`
	Order                  []*ReqOrderSelf                `protobuf:"bytes,8,rep,name=order,proto3" json:"order,omitempty"`
	Peer                   []*ReqPeerSelf                 `protobuf:"bytes,9,rep,name=peer,proto3" json:"peer,omitempty"`
	CertificateAuthority   []*ReqCertificateAuthoritySelf `protobuf:"bytes,10,rep,name=certificateAuthority,proto3" json:"certificateAuthority,omitempty"`
	XXX_NoUnkeyedLiteral   struct{}                       `json:"-"`
	XXX_unrecognized       []byte                         `json:"-"`
	XXX_sizecache          int32                          `json:"-"`
}

func (*ReqInit) Descriptor

func (*ReqInit) Descriptor() ([]byte, []int)

func (*ReqInit) GetCertificateAuthority

func (m *ReqInit) GetCertificateAuthority() []*ReqCertificateAuthoritySelf

func (*ReqInit) GetChannelPeer

func (m *ReqInit) GetChannelPeer() []*ReqChannelPeer

func (*ReqInit) GetChannelPolicyDiscovery

func (m *ReqInit) GetChannelPolicyDiscovery() []*ReqChannelPolicyDiscovery

func (*ReqInit) GetChannelPolicyEvent

func (m *ReqInit) GetChannelPolicyEvent() []*ReqChannelPolicyEvent

func (*ReqInit) GetChannelPolicyQuery

func (m *ReqInit) GetChannelPolicyQuery() []*ReqChannelPolicyQuery

func (*ReqInit) GetClient

func (m *ReqInit) GetClient() *ReqClientSelf

func (*ReqInit) GetOrder

func (m *ReqInit) GetOrder() []*ReqOrderSelf

func (*ReqInit) GetOrganizationsOrder

func (m *ReqInit) GetOrganizationsOrder() *ReqOrganizationsOrderSelf

func (*ReqInit) GetOrganizationsOrg

func (m *ReqInit) GetOrganizationsOrg() *ReqOrganizationsOrgSelf

func (*ReqInit) GetPeer

func (m *ReqInit) GetPeer() []*ReqPeerSelf

func (*ReqInit) ProtoMessage

func (*ReqInit) ProtoMessage()

func (*ReqInit) Reset

func (m *ReqInit) Reset()

func (*ReqInit) String

func (m *ReqInit) String() string

func (*ReqInit) XXX_DiscardUnknown

func (m *ReqInit) XXX_DiscardUnknown()

func (*ReqInit) XXX_Marshal

func (m *ReqInit) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReqInit) XXX_Merge

func (m *ReqInit) XXX_Merge(src proto.Message)

func (*ReqInit) XXX_Size

func (m *ReqInit) XXX_Size() int

func (*ReqInit) XXX_Unmarshal

func (m *ReqInit) XXX_Unmarshal(b []byte) error

type ReqLocalPeers

type ReqLocalPeers struct {
	ConfigID             string   `protobuf:"bytes,1,opt,name=configID,proto3" json:"configID,omitempty"`
	OrgName              string   `protobuf:"bytes,2,opt,name=orgName,proto3" json:"orgName,omitempty"`
	OrgUser              string   `protobuf:"bytes,3,opt,name=orgUser,proto3" json:"orgUser,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ReqLocalPeers) Descriptor

func (*ReqLocalPeers) Descriptor() ([]byte, []int)

func (*ReqLocalPeers) GetConfigID

func (m *ReqLocalPeers) GetConfigID() string

func (*ReqLocalPeers) GetOrgName

func (m *ReqLocalPeers) GetOrgName() string

func (*ReqLocalPeers) GetOrgUser

func (m *ReqLocalPeers) GetOrgUser() string

func (*ReqLocalPeers) ProtoMessage

func (*ReqLocalPeers) ProtoMessage()

func (*ReqLocalPeers) Reset

func (m *ReqLocalPeers) Reset()

func (*ReqLocalPeers) String

func (m *ReqLocalPeers) String() string

func (*ReqLocalPeers) XXX_DiscardUnknown

func (m *ReqLocalPeers) XXX_DiscardUnknown()

func (*ReqLocalPeers) XXX_Marshal

func (m *ReqLocalPeers) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReqLocalPeers) XXX_Merge

func (m *ReqLocalPeers) XXX_Merge(src proto.Message)

func (*ReqLocalPeers) XXX_Size

func (m *ReqLocalPeers) XXX_Size() int

func (*ReqLocalPeers) XXX_Unmarshal

func (m *ReqLocalPeers) XXX_Unmarshal(b []byte) error

type ReqModifyAffiliation

type ReqModifyAffiliation struct {
	ConfigID                 string                    `protobuf:"bytes,1,opt,name=configID,proto3" json:"configID,omitempty"`
	OrgName                  string                    `protobuf:"bytes,2,opt,name=orgName,proto3" json:"orgName,omitempty"`
	ModifyAffiliationRequest *ModifyAffiliationRequest `protobuf:"bytes,3,opt,name=modifyAffiliationRequest,proto3" json:"modifyAffiliationRequest,omitempty"`
	XXX_NoUnkeyedLiteral     struct{}                  `json:"-"`
	XXX_unrecognized         []byte                    `json:"-"`
	XXX_sizecache            int32                     `json:"-"`
}

func (*ReqModifyAffiliation) Descriptor

func (*ReqModifyAffiliation) Descriptor() ([]byte, []int)

func (*ReqModifyAffiliation) GetConfigID

func (m *ReqModifyAffiliation) GetConfigID() string

func (*ReqModifyAffiliation) GetModifyAffiliationRequest

func (m *ReqModifyAffiliation) GetModifyAffiliationRequest() *ModifyAffiliationRequest

func (*ReqModifyAffiliation) GetOrgName

func (m *ReqModifyAffiliation) GetOrgName() string

func (*ReqModifyAffiliation) ProtoMessage

func (*ReqModifyAffiliation) ProtoMessage()

func (*ReqModifyAffiliation) Reset

func (m *ReqModifyAffiliation) Reset()

func (*ReqModifyAffiliation) String

func (m *ReqModifyAffiliation) String() string

func (*ReqModifyAffiliation) XXX_DiscardUnknown

func (m *ReqModifyAffiliation) XXX_DiscardUnknown()

func (*ReqModifyAffiliation) XXX_Marshal

func (m *ReqModifyAffiliation) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReqModifyAffiliation) XXX_Merge

func (m *ReqModifyAffiliation) XXX_Merge(src proto.Message)

func (*ReqModifyAffiliation) XXX_Size

func (m *ReqModifyAffiliation) XXX_Size() int

func (*ReqModifyAffiliation) XXX_Unmarshal

func (m *ReqModifyAffiliation) XXX_Unmarshal(b []byte) error

type ReqModifyIdentity

type ReqModifyIdentity struct {
	ConfigID             string           `protobuf:"bytes,1,opt,name=configID,proto3" json:"configID,omitempty"`
	OrgName              string           `protobuf:"bytes,2,opt,name=orgName,proto3" json:"orgName,omitempty"`
	IdentityRequest      *IdentityRequest `protobuf:"bytes,3,opt,name=identityRequest,proto3" json:"identityRequest,omitempty"`
	XXX_NoUnkeyedLiteral struct{}         `json:"-"`
	XXX_unrecognized     []byte           `json:"-"`
	XXX_sizecache        int32            `json:"-"`
}

func (*ReqModifyIdentity) Descriptor

func (*ReqModifyIdentity) Descriptor() ([]byte, []int)

func (*ReqModifyIdentity) GetConfigID

func (m *ReqModifyIdentity) GetConfigID() string

func (*ReqModifyIdentity) GetIdentityRequest

func (m *ReqModifyIdentity) GetIdentityRequest() *IdentityRequest

func (*ReqModifyIdentity) GetOrgName

func (m *ReqModifyIdentity) GetOrgName() string

func (*ReqModifyIdentity) ProtoMessage

func (*ReqModifyIdentity) ProtoMessage()

func (*ReqModifyIdentity) Reset

func (m *ReqModifyIdentity) Reset()

func (*ReqModifyIdentity) String

func (m *ReqModifyIdentity) String() string

func (*ReqModifyIdentity) XXX_DiscardUnknown

func (m *ReqModifyIdentity) XXX_DiscardUnknown()

func (*ReqModifyIdentity) XXX_Marshal

func (m *ReqModifyIdentity) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReqModifyIdentity) XXX_Merge

func (m *ReqModifyIdentity) XXX_Merge(src proto.Message)

func (*ReqModifyIdentity) XXX_Size

func (m *ReqModifyIdentity) XXX_Size() int

func (*ReqModifyIdentity) XXX_Unmarshal

func (m *ReqModifyIdentity) XXX_Unmarshal(b []byte) error

type ReqOrder

type ReqOrder struct {
	ConfigID              string   `protobuf:"bytes,1,opt,name=configID,proto3" json:"configID,omitempty"`
	OrderName             string   `protobuf:"bytes,2,opt,name=orderName,proto3" json:"orderName,omitempty"`
	Url                   string   `protobuf:"bytes,3,opt,name=url,proto3" json:"url,omitempty"`
	SslTargetNameOverride string   `protobuf:"bytes,4,opt,name=sslTargetNameOverride,proto3" json:"sslTargetNameOverride,omitempty"`
	KeepAliveTime         string   `protobuf:"bytes,5,opt,name=keepAliveTime,proto3" json:"keepAliveTime,omitempty"`
	KeepAliveTimeout      string   `protobuf:"bytes,6,opt,name=keepAliveTimeout,proto3" json:"keepAliveTimeout,omitempty"`
	TlsCACerts            string   `protobuf:"bytes,7,opt,name=tlsCACerts,proto3" json:"tlsCACerts,omitempty"`
	KeepAlivePermit       bool     `protobuf:"varint,8,opt,name=keepAlivePermit,proto3" json:"keepAlivePermit,omitempty"`
	FailFast              bool     `protobuf:"varint,9,opt,name=failFast,proto3" json:"failFast,omitempty"`
	AllowInsecure         bool     `protobuf:"varint,10,opt,name=allowInsecure,proto3" json:"allowInsecure,omitempty"`
	XXX_NoUnkeyedLiteral  struct{} `json:"-"`
	XXX_unrecognized      []byte   `json:"-"`
	XXX_sizecache         int32    `json:"-"`
}

func (*ReqOrder) Descriptor

func (*ReqOrder) Descriptor() ([]byte, []int)

func (*ReqOrder) GetAllowInsecure

func (m *ReqOrder) GetAllowInsecure() bool

func (*ReqOrder) GetConfigID

func (m *ReqOrder) GetConfigID() string

func (*ReqOrder) GetFailFast

func (m *ReqOrder) GetFailFast() bool

func (*ReqOrder) GetKeepAlivePermit

func (m *ReqOrder) GetKeepAlivePermit() bool

func (*ReqOrder) GetKeepAliveTime

func (m *ReqOrder) GetKeepAliveTime() string

func (*ReqOrder) GetKeepAliveTimeout

func (m *ReqOrder) GetKeepAliveTimeout() string

func (*ReqOrder) GetOrderName

func (m *ReqOrder) GetOrderName() string

func (*ReqOrder) GetSslTargetNameOverride

func (m *ReqOrder) GetSslTargetNameOverride() string

func (*ReqOrder) GetTlsCACerts

func (m *ReqOrder) GetTlsCACerts() string

func (*ReqOrder) GetUrl

func (m *ReqOrder) GetUrl() string

func (*ReqOrder) ProtoMessage

func (*ReqOrder) ProtoMessage()

func (*ReqOrder) Reset

func (m *ReqOrder) Reset()

func (*ReqOrder) String

func (m *ReqOrder) String() string

func (*ReqOrder) XXX_DiscardUnknown

func (m *ReqOrder) XXX_DiscardUnknown()

func (*ReqOrder) XXX_Marshal

func (m *ReqOrder) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReqOrder) XXX_Merge

func (m *ReqOrder) XXX_Merge(src proto.Message)

func (*ReqOrder) XXX_Size

func (m *ReqOrder) XXX_Size() int

func (*ReqOrder) XXX_Unmarshal

func (m *ReqOrder) XXX_Unmarshal(b []byte) error

type ReqOrderSelf

type ReqOrderSelf struct {
	ConfigID             string   `protobuf:"bytes,1,opt,name=configID,proto3" json:"configID,omitempty"`
	LeagueName           string   `protobuf:"bytes,2,opt,name=leagueName,proto3" json:"leagueName,omitempty"`
	OrderName            string   `protobuf:"bytes,3,opt,name=orderName,proto3" json:"orderName,omitempty"`
	Url                  string   `protobuf:"bytes,4,opt,name=url,proto3" json:"url,omitempty"`
	KeepAliveTime        string   `protobuf:"bytes,5,opt,name=keepAliveTime,proto3" json:"keepAliveTime,omitempty"`
	KeepAliveTimeout     string   `protobuf:"bytes,6,opt,name=keepAliveTimeout,proto3" json:"keepAliveTimeout,omitempty"`
	KeepAlivePermit      bool     `protobuf:"varint,7,opt,name=keepAlivePermit,proto3" json:"keepAlivePermit,omitempty"`
	FailFast             bool     `protobuf:"varint,8,opt,name=failFast,proto3" json:"failFast,omitempty"`
	AllowInsecure        bool     `protobuf:"varint,9,opt,name=allowInsecure,proto3" json:"allowInsecure,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ReqOrderSelf) Descriptor

func (*ReqOrderSelf) Descriptor() ([]byte, []int)

func (*ReqOrderSelf) GetAllowInsecure

func (m *ReqOrderSelf) GetAllowInsecure() bool

func (*ReqOrderSelf) GetConfigID

func (m *ReqOrderSelf) GetConfigID() string

func (*ReqOrderSelf) GetFailFast

func (m *ReqOrderSelf) GetFailFast() bool

func (*ReqOrderSelf) GetKeepAlivePermit

func (m *ReqOrderSelf) GetKeepAlivePermit() bool

func (*ReqOrderSelf) GetKeepAliveTime

func (m *ReqOrderSelf) GetKeepAliveTime() string

func (*ReqOrderSelf) GetKeepAliveTimeout

func (m *ReqOrderSelf) GetKeepAliveTimeout() string

func (*ReqOrderSelf) GetLeagueName

func (m *ReqOrderSelf) GetLeagueName() string

func (*ReqOrderSelf) GetOrderName

func (m *ReqOrderSelf) GetOrderName() string

func (*ReqOrderSelf) GetUrl

func (m *ReqOrderSelf) GetUrl() string

func (*ReqOrderSelf) ProtoMessage

func (*ReqOrderSelf) ProtoMessage()

func (*ReqOrderSelf) Reset

func (m *ReqOrderSelf) Reset()

func (*ReqOrderSelf) String

func (m *ReqOrderSelf) String() string

func (*ReqOrderSelf) XXX_DiscardUnknown

func (m *ReqOrderSelf) XXX_DiscardUnknown()

func (*ReqOrderSelf) XXX_Marshal

func (m *ReqOrderSelf) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReqOrderSelf) XXX_Merge

func (m *ReqOrderSelf) XXX_Merge(src proto.Message)

func (*ReqOrderSelf) XXX_Size

func (m *ReqOrderSelf) XXX_Size() int

func (*ReqOrderSelf) XXX_Unmarshal

func (m *ReqOrderSelf) XXX_Unmarshal(b []byte) error

type ReqOrganizationsOrder

type ReqOrganizationsOrder struct {
	ConfigID             string            `protobuf:"bytes,1,opt,name=configID,proto3" json:"configID,omitempty"`
	MspID                string            `protobuf:"bytes,2,opt,name=mspID,proto3" json:"mspID,omitempty"`
	CryptoPath           string            `protobuf:"bytes,3,opt,name=cryptoPath,proto3" json:"cryptoPath,omitempty"`
	Users                map[string]string `` /* 151-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
	XXX_unrecognized     []byte            `json:"-"`
	XXX_sizecache        int32             `json:"-"`
}

func (*ReqOrganizationsOrder) Descriptor

func (*ReqOrganizationsOrder) Descriptor() ([]byte, []int)

func (*ReqOrganizationsOrder) GetConfigID

func (m *ReqOrganizationsOrder) GetConfigID() string

func (*ReqOrganizationsOrder) GetCryptoPath

func (m *ReqOrganizationsOrder) GetCryptoPath() string

func (*ReqOrganizationsOrder) GetMspID

func (m *ReqOrganizationsOrder) GetMspID() string

func (*ReqOrganizationsOrder) GetUsers

func (m *ReqOrganizationsOrder) GetUsers() map[string]string

func (*ReqOrganizationsOrder) ProtoMessage

func (*ReqOrganizationsOrder) ProtoMessage()

func (*ReqOrganizationsOrder) Reset

func (m *ReqOrganizationsOrder) Reset()

func (*ReqOrganizationsOrder) String

func (m *ReqOrganizationsOrder) String() string

func (*ReqOrganizationsOrder) XXX_DiscardUnknown

func (m *ReqOrganizationsOrder) XXX_DiscardUnknown()

func (*ReqOrganizationsOrder) XXX_Marshal

func (m *ReqOrganizationsOrder) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReqOrganizationsOrder) XXX_Merge

func (m *ReqOrganizationsOrder) XXX_Merge(src proto.Message)

func (*ReqOrganizationsOrder) XXX_Size

func (m *ReqOrganizationsOrder) XXX_Size() int

func (*ReqOrganizationsOrder) XXX_Unmarshal

func (m *ReqOrganizationsOrder) XXX_Unmarshal(b []byte) error

type ReqOrganizationsOrderSelf

type ReqOrganizationsOrderSelf struct {
	ConfigID             string   `protobuf:"bytes,1,opt,name=configID,proto3" json:"configID,omitempty"`
	LeagueName           string   `protobuf:"bytes,2,opt,name=leagueName,proto3" json:"leagueName,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ReqOrganizationsOrderSelf) Descriptor

func (*ReqOrganizationsOrderSelf) Descriptor() ([]byte, []int)

func (*ReqOrganizationsOrderSelf) GetConfigID

func (m *ReqOrganizationsOrderSelf) GetConfigID() string

func (*ReqOrganizationsOrderSelf) GetLeagueName

func (m *ReqOrganizationsOrderSelf) GetLeagueName() string

func (*ReqOrganizationsOrderSelf) ProtoMessage

func (*ReqOrganizationsOrderSelf) ProtoMessage()

func (*ReqOrganizationsOrderSelf) Reset

func (m *ReqOrganizationsOrderSelf) Reset()

func (*ReqOrganizationsOrderSelf) String

func (m *ReqOrganizationsOrderSelf) String() string

func (*ReqOrganizationsOrderSelf) XXX_DiscardUnknown

func (m *ReqOrganizationsOrderSelf) XXX_DiscardUnknown()

func (*ReqOrganizationsOrderSelf) XXX_Marshal

func (m *ReqOrganizationsOrderSelf) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReqOrganizationsOrderSelf) XXX_Merge

func (m *ReqOrganizationsOrderSelf) XXX_Merge(src proto.Message)

func (*ReqOrganizationsOrderSelf) XXX_Size

func (m *ReqOrganizationsOrderSelf) XXX_Size() int

func (*ReqOrganizationsOrderSelf) XXX_Unmarshal

func (m *ReqOrganizationsOrderSelf) XXX_Unmarshal(b []byte) error

type ReqOrganizationsOrg

type ReqOrganizationsOrg struct {
	ConfigID               string            `protobuf:"bytes,1,opt,name=configID,proto3" json:"configID,omitempty"`
	OrgName                string            `protobuf:"bytes,2,opt,name=orgName,proto3" json:"orgName,omitempty"`
	MspID                  string            `protobuf:"bytes,3,opt,name=mspID,proto3" json:"mspID,omitempty"`
	CryptoPath             string            `protobuf:"bytes,4,opt,name=cryptoPath,proto3" json:"cryptoPath,omitempty"`
	Users                  map[string]string `` /* 151-byte string literal not displayed */
	Peers                  []string          `protobuf:"bytes,6,rep,name=peers,proto3" json:"peers,omitempty"`
	CertificateAuthorities []string          `protobuf:"bytes,7,rep,name=certificateAuthorities,proto3" json:"certificateAuthorities,omitempty"`
	XXX_NoUnkeyedLiteral   struct{}          `json:"-"`
	XXX_unrecognized       []byte            `json:"-"`
	XXX_sizecache          int32             `json:"-"`
}

func (*ReqOrganizationsOrg) Descriptor

func (*ReqOrganizationsOrg) Descriptor() ([]byte, []int)

func (*ReqOrganizationsOrg) GetCertificateAuthorities

func (m *ReqOrganizationsOrg) GetCertificateAuthorities() []string

func (*ReqOrganizationsOrg) GetConfigID

func (m *ReqOrganizationsOrg) GetConfigID() string

func (*ReqOrganizationsOrg) GetCryptoPath

func (m *ReqOrganizationsOrg) GetCryptoPath() string

func (*ReqOrganizationsOrg) GetMspID

func (m *ReqOrganizationsOrg) GetMspID() string

func (*ReqOrganizationsOrg) GetOrgName

func (m *ReqOrganizationsOrg) GetOrgName() string

func (*ReqOrganizationsOrg) GetPeers

func (m *ReqOrganizationsOrg) GetPeers() []string

func (*ReqOrganizationsOrg) GetUsers

func (m *ReqOrganizationsOrg) GetUsers() map[string]string

func (*ReqOrganizationsOrg) ProtoMessage

func (*ReqOrganizationsOrg) ProtoMessage()

func (*ReqOrganizationsOrg) Reset

func (m *ReqOrganizationsOrg) Reset()

func (*ReqOrganizationsOrg) String

func (m *ReqOrganizationsOrg) String() string

func (*ReqOrganizationsOrg) XXX_DiscardUnknown

func (m *ReqOrganizationsOrg) XXX_DiscardUnknown()

func (*ReqOrganizationsOrg) XXX_Marshal

func (m *ReqOrganizationsOrg) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReqOrganizationsOrg) XXX_Merge

func (m *ReqOrganizationsOrg) XXX_Merge(src proto.Message)

func (*ReqOrganizationsOrg) XXX_Size

func (m *ReqOrganizationsOrg) XXX_Size() int

func (*ReqOrganizationsOrg) XXX_Unmarshal

func (m *ReqOrganizationsOrg) XXX_Unmarshal(b []byte) error

type ReqOrganizationsOrgSelf

type ReqOrganizationsOrgSelf struct {
	ConfigID               string   `protobuf:"bytes,1,opt,name=configID,proto3" json:"configID,omitempty"`
	LeagueName             string   `protobuf:"bytes,2,opt,name=leagueName,proto3" json:"leagueName,omitempty"`
	Peers                  []string `protobuf:"bytes,3,rep,name=peers,proto3" json:"peers,omitempty"`
	CertificateAuthorities []string `protobuf:"bytes,4,rep,name=certificateAuthorities,proto3" json:"certificateAuthorities,omitempty"`
	XXX_NoUnkeyedLiteral   struct{} `json:"-"`
	XXX_unrecognized       []byte   `json:"-"`
	XXX_sizecache          int32    `json:"-"`
}

func (*ReqOrganizationsOrgSelf) Descriptor

func (*ReqOrganizationsOrgSelf) Descriptor() ([]byte, []int)

func (*ReqOrganizationsOrgSelf) GetCertificateAuthorities

func (m *ReqOrganizationsOrgSelf) GetCertificateAuthorities() []string

func (*ReqOrganizationsOrgSelf) GetConfigID

func (m *ReqOrganizationsOrgSelf) GetConfigID() string

func (*ReqOrganizationsOrgSelf) GetLeagueName

func (m *ReqOrganizationsOrgSelf) GetLeagueName() string

func (*ReqOrganizationsOrgSelf) GetPeers

func (m *ReqOrganizationsOrgSelf) GetPeers() []string

func (*ReqOrganizationsOrgSelf) ProtoMessage

func (*ReqOrganizationsOrgSelf) ProtoMessage()

func (*ReqOrganizationsOrgSelf) Reset

func (m *ReqOrganizationsOrgSelf) Reset()

func (*ReqOrganizationsOrgSelf) String

func (m *ReqOrganizationsOrgSelf) String() string

func (*ReqOrganizationsOrgSelf) XXX_DiscardUnknown

func (m *ReqOrganizationsOrgSelf) XXX_DiscardUnknown()

func (*ReqOrganizationsOrgSelf) XXX_Marshal

func (m *ReqOrganizationsOrgSelf) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReqOrganizationsOrgSelf) XXX_Merge

func (m *ReqOrganizationsOrgSelf) XXX_Merge(src proto.Message)

func (*ReqOrganizationsOrgSelf) XXX_Size

func (m *ReqOrganizationsOrgSelf) XXX_Size() int

func (*ReqOrganizationsOrgSelf) XXX_Unmarshal

func (m *ReqOrganizationsOrgSelf) XXX_Unmarshal(b []byte) error

type ReqPeer

type ReqPeer struct {
	ConfigID              string   `protobuf:"bytes,1,opt,name=configID,proto3" json:"configID,omitempty"`
	PeerName              string   `protobuf:"bytes,2,opt,name=peerName,proto3" json:"peerName,omitempty"`
	Url                   string   `protobuf:"bytes,3,opt,name=url,proto3" json:"url,omitempty"`
	EventUrl              string   `protobuf:"bytes,4,opt,name=eventUrl,proto3" json:"eventUrl,omitempty"`
	SslTargetNameOverride string   `protobuf:"bytes,5,opt,name=sslTargetNameOverride,proto3" json:"sslTargetNameOverride,omitempty"`
	KeepAliveTime         string   `protobuf:"bytes,6,opt,name=keepAliveTime,proto3" json:"keepAliveTime,omitempty"`
	KeepAliveTimeout      string   `protobuf:"bytes,7,opt,name=keepAliveTimeout,proto3" json:"keepAliveTimeout,omitempty"`
	TlsCACerts            string   `protobuf:"bytes,8,opt,name=tlsCACerts,proto3" json:"tlsCACerts,omitempty"`
	KeepAlivePermit       bool     `protobuf:"varint,9,opt,name=keepAlivePermit,proto3" json:"keepAlivePermit,omitempty"`
	FailFast              bool     `protobuf:"varint,10,opt,name=failFast,proto3" json:"failFast,omitempty"`
	AllowInsecure         bool     `protobuf:"varint,11,opt,name=allowInsecure,proto3" json:"allowInsecure,omitempty"`
	XXX_NoUnkeyedLiteral  struct{} `json:"-"`
	XXX_unrecognized      []byte   `json:"-"`
	XXX_sizecache         int32    `json:"-"`
}

func (*ReqPeer) Descriptor

func (*ReqPeer) Descriptor() ([]byte, []int)

func (*ReqPeer) GetAllowInsecure

func (m *ReqPeer) GetAllowInsecure() bool

func (*ReqPeer) GetConfigID

func (m *ReqPeer) GetConfigID() string

func (*ReqPeer) GetEventUrl

func (m *ReqPeer) GetEventUrl() string

func (*ReqPeer) GetFailFast

func (m *ReqPeer) GetFailFast() bool

func (*ReqPeer) GetKeepAlivePermit

func (m *ReqPeer) GetKeepAlivePermit() bool

func (*ReqPeer) GetKeepAliveTime

func (m *ReqPeer) GetKeepAliveTime() string

func (*ReqPeer) GetKeepAliveTimeout

func (m *ReqPeer) GetKeepAliveTimeout() string

func (*ReqPeer) GetPeerName

func (m *ReqPeer) GetPeerName() string

func (*ReqPeer) GetSslTargetNameOverride

func (m *ReqPeer) GetSslTargetNameOverride() string

func (*ReqPeer) GetTlsCACerts

func (m *ReqPeer) GetTlsCACerts() string

func (*ReqPeer) GetUrl

func (m *ReqPeer) GetUrl() string

func (*ReqPeer) ProtoMessage

func (*ReqPeer) ProtoMessage()

func (*ReqPeer) Reset

func (m *ReqPeer) Reset()

func (*ReqPeer) String

func (m *ReqPeer) String() string

func (*ReqPeer) XXX_DiscardUnknown

func (m *ReqPeer) XXX_DiscardUnknown()

func (*ReqPeer) XXX_Marshal

func (m *ReqPeer) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReqPeer) XXX_Merge

func (m *ReqPeer) XXX_Merge(src proto.Message)

func (*ReqPeer) XXX_Size

func (m *ReqPeer) XXX_Size() int

func (*ReqPeer) XXX_Unmarshal

func (m *ReqPeer) XXX_Unmarshal(b []byte) error

type ReqPeerSelf

type ReqPeerSelf struct {
	ConfigID             string   `protobuf:"bytes,1,opt,name=configID,proto3" json:"configID,omitempty"`
	LeagueName           string   `protobuf:"bytes,2,opt,name=leagueName,proto3" json:"leagueName,omitempty"`
	PeerName             string   `protobuf:"bytes,3,opt,name=peerName,proto3" json:"peerName,omitempty"`
	Url                  string   `protobuf:"bytes,4,opt,name=url,proto3" json:"url,omitempty"`
	EventUrl             string   `protobuf:"bytes,5,opt,name=eventUrl,proto3" json:"eventUrl,omitempty"`
	KeepAliveTime        string   `protobuf:"bytes,6,opt,name=keepAliveTime,proto3" json:"keepAliveTime,omitempty"`
	KeepAliveTimeout     string   `protobuf:"bytes,7,opt,name=keepAliveTimeout,proto3" json:"keepAliveTimeout,omitempty"`
	KeepAlivePermit      bool     `protobuf:"varint,8,opt,name=keepAlivePermit,proto3" json:"keepAlivePermit,omitempty"`
	FailFast             bool     `protobuf:"varint,9,opt,name=failFast,proto3" json:"failFast,omitempty"`
	AllowInsecure        bool     `protobuf:"varint,10,opt,name=allowInsecure,proto3" json:"allowInsecure,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ReqPeerSelf) Descriptor

func (*ReqPeerSelf) Descriptor() ([]byte, []int)

func (*ReqPeerSelf) GetAllowInsecure

func (m *ReqPeerSelf) GetAllowInsecure() bool

func (*ReqPeerSelf) GetConfigID

func (m *ReqPeerSelf) GetConfigID() string

func (*ReqPeerSelf) GetEventUrl

func (m *ReqPeerSelf) GetEventUrl() string

func (*ReqPeerSelf) GetFailFast

func (m *ReqPeerSelf) GetFailFast() bool

func (*ReqPeerSelf) GetKeepAlivePermit

func (m *ReqPeerSelf) GetKeepAlivePermit() bool

func (*ReqPeerSelf) GetKeepAliveTime

func (m *ReqPeerSelf) GetKeepAliveTime() string

func (*ReqPeerSelf) GetKeepAliveTimeout

func (m *ReqPeerSelf) GetKeepAliveTimeout() string

func (*ReqPeerSelf) GetLeagueName

func (m *ReqPeerSelf) GetLeagueName() string

func (*ReqPeerSelf) GetPeerName

func (m *ReqPeerSelf) GetPeerName() string

func (*ReqPeerSelf) GetUrl

func (m *ReqPeerSelf) GetUrl() string

func (*ReqPeerSelf) ProtoMessage

func (*ReqPeerSelf) ProtoMessage()

func (*ReqPeerSelf) Reset

func (m *ReqPeerSelf) Reset()

func (*ReqPeerSelf) String

func (m *ReqPeerSelf) String() string

func (*ReqPeerSelf) XXX_DiscardUnknown

func (m *ReqPeerSelf) XXX_DiscardUnknown()

func (*ReqPeerSelf) XXX_Marshal

func (m *ReqPeerSelf) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReqPeerSelf) XXX_Merge

func (m *ReqPeerSelf) XXX_Merge(src proto.Message)

func (*ReqPeerSelf) XXX_Size

func (m *ReqPeerSelf) XXX_Size() int

func (*ReqPeerSelf) XXX_Unmarshal

func (m *ReqPeerSelf) XXX_Unmarshal(b []byte) error

type ReqReenroll

type ReqReenroll struct {
	ConfigID             string              `protobuf:"bytes,1,opt,name=configID,proto3" json:"configID,omitempty"`
	OrgName              string              `protobuf:"bytes,2,opt,name=orgName,proto3" json:"orgName,omitempty"`
	EnrollmentID         string              `protobuf:"bytes,3,opt,name=enrollmentID,proto3" json:"enrollmentID,omitempty"`
	Secret               string              `protobuf:"bytes,4,opt,name=secret,proto3" json:"secret,omitempty"`
	Type                 string              `protobuf:"bytes,5,opt,name=type,proto3" json:"type,omitempty"`
	Profile              string              `protobuf:"bytes,6,opt,name=profile,proto3" json:"profile,omitempty"`
	Label                string              `protobuf:"bytes,7,opt,name=label,proto3" json:"label,omitempty"`
	AttributeRequests    []*AttributeRequest `protobuf:"bytes,8,rep,name=attributeRequests,proto3" json:"attributeRequests,omitempty"`
	XXX_NoUnkeyedLiteral struct{}            `json:"-"`
	XXX_unrecognized     []byte              `json:"-"`
	XXX_sizecache        int32               `json:"-"`
}

func (*ReqReenroll) Descriptor

func (*ReqReenroll) Descriptor() ([]byte, []int)

func (*ReqReenroll) GetAttributeRequests

func (m *ReqReenroll) GetAttributeRequests() []*AttributeRequest

func (*ReqReenroll) GetConfigID

func (m *ReqReenroll) GetConfigID() string

func (*ReqReenroll) GetEnrollmentID

func (m *ReqReenroll) GetEnrollmentID() string

func (*ReqReenroll) GetLabel

func (m *ReqReenroll) GetLabel() string

func (*ReqReenroll) GetOrgName

func (m *ReqReenroll) GetOrgName() string

func (*ReqReenroll) GetProfile

func (m *ReqReenroll) GetProfile() string

func (*ReqReenroll) GetSecret

func (m *ReqReenroll) GetSecret() string

func (*ReqReenroll) GetType

func (m *ReqReenroll) GetType() string

func (*ReqReenroll) ProtoMessage

func (*ReqReenroll) ProtoMessage()

func (*ReqReenroll) Reset

func (m *ReqReenroll) Reset()

func (*ReqReenroll) String

func (m *ReqReenroll) String() string

func (*ReqReenroll) XXX_DiscardUnknown

func (m *ReqReenroll) XXX_DiscardUnknown()

func (*ReqReenroll) XXX_Marshal

func (m *ReqReenroll) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReqReenroll) XXX_Merge

func (m *ReqReenroll) XXX_Merge(src proto.Message)

func (*ReqReenroll) XXX_Size

func (m *ReqReenroll) XXX_Size() int

func (*ReqReenroll) XXX_Unmarshal

func (m *ReqReenroll) XXX_Unmarshal(b []byte) error

type ReqRegister

type ReqRegister struct {
	ConfigID             string               `protobuf:"bytes,1,opt,name=configID,proto3" json:"configID,omitempty"`
	OrgName              string               `protobuf:"bytes,2,opt,name=orgName,proto3" json:"orgName,omitempty"`
	RegistrationRequest  *RegistrationRequest `protobuf:"bytes,3,opt,name=registrationRequest,proto3" json:"registrationRequest,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

RegistrationRequest defines the attributes required to register a user with the CA

func (*ReqRegister) Descriptor

func (*ReqRegister) Descriptor() ([]byte, []int)

func (*ReqRegister) GetConfigID

func (m *ReqRegister) GetConfigID() string

func (*ReqRegister) GetOrgName

func (m *ReqRegister) GetOrgName() string

func (*ReqRegister) GetRegistrationRequest

func (m *ReqRegister) GetRegistrationRequest() *RegistrationRequest

func (*ReqRegister) ProtoMessage

func (*ReqRegister) ProtoMessage()

func (*ReqRegister) Reset

func (m *ReqRegister) Reset()

func (*ReqRegister) String

func (m *ReqRegister) String() string

func (*ReqRegister) XXX_DiscardUnknown

func (m *ReqRegister) XXX_DiscardUnknown()

func (*ReqRegister) XXX_Marshal

func (m *ReqRegister) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReqRegister) XXX_Merge

func (m *ReqRegister) XXX_Merge(src proto.Message)

func (*ReqRegister) XXX_Size

func (m *ReqRegister) XXX_Size() int

func (*ReqRegister) XXX_Unmarshal

func (m *ReqRegister) XXX_Unmarshal(b []byte) error

type ReqRemoveAffiliation

type ReqRemoveAffiliation struct {
	ConfigID             string              `protobuf:"bytes,1,opt,name=configID,proto3" json:"configID,omitempty"`
	OrgName              string              `protobuf:"bytes,2,opt,name=orgName,proto3" json:"orgName,omitempty"`
	AffiliationRequest   *AffiliationRequest `protobuf:"bytes,3,opt,name=affiliationRequest,proto3" json:"affiliationRequest,omitempty"`
	XXX_NoUnkeyedLiteral struct{}            `json:"-"`
	XXX_unrecognized     []byte              `json:"-"`
	XXX_sizecache        int32               `json:"-"`
}

func (*ReqRemoveAffiliation) Descriptor

func (*ReqRemoveAffiliation) Descriptor() ([]byte, []int)

func (*ReqRemoveAffiliation) GetAffiliationRequest

func (m *ReqRemoveAffiliation) GetAffiliationRequest() *AffiliationRequest

func (*ReqRemoveAffiliation) GetConfigID

func (m *ReqRemoveAffiliation) GetConfigID() string

func (*ReqRemoveAffiliation) GetOrgName

func (m *ReqRemoveAffiliation) GetOrgName() string

func (*ReqRemoveAffiliation) ProtoMessage

func (*ReqRemoveAffiliation) ProtoMessage()

func (*ReqRemoveAffiliation) Reset

func (m *ReqRemoveAffiliation) Reset()

func (*ReqRemoveAffiliation) String

func (m *ReqRemoveAffiliation) String() string

func (*ReqRemoveAffiliation) XXX_DiscardUnknown

func (m *ReqRemoveAffiliation) XXX_DiscardUnknown()

func (*ReqRemoveAffiliation) XXX_Marshal

func (m *ReqRemoveAffiliation) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReqRemoveAffiliation) XXX_Merge

func (m *ReqRemoveAffiliation) XXX_Merge(src proto.Message)

func (*ReqRemoveAffiliation) XXX_Size

func (m *ReqRemoveAffiliation) XXX_Size() int

func (*ReqRemoveAffiliation) XXX_Unmarshal

func (m *ReqRemoveAffiliation) XXX_Unmarshal(b []byte) error

type ReqRemoveIdentity

type ReqRemoveIdentity struct {
	ConfigID              string                 `protobuf:"bytes,1,opt,name=configID,proto3" json:"configID,omitempty"`
	OrgName               string                 `protobuf:"bytes,2,opt,name=orgName,proto3" json:"orgName,omitempty"`
	RemoveIdentityRequest *RemoveIdentityRequest `protobuf:"bytes,3,opt,name=removeIdentityRequest,proto3" json:"removeIdentityRequest,omitempty"`
	XXX_NoUnkeyedLiteral  struct{}               `json:"-"`
	XXX_unrecognized      []byte                 `json:"-"`
	XXX_sizecache         int32                  `json:"-"`
}

func (*ReqRemoveIdentity) Descriptor

func (*ReqRemoveIdentity) Descriptor() ([]byte, []int)

func (*ReqRemoveIdentity) GetConfigID

func (m *ReqRemoveIdentity) GetConfigID() string

func (*ReqRemoveIdentity) GetOrgName

func (m *ReqRemoveIdentity) GetOrgName() string

func (*ReqRemoveIdentity) GetRemoveIdentityRequest

func (m *ReqRemoveIdentity) GetRemoveIdentityRequest() *RemoveIdentityRequest

func (*ReqRemoveIdentity) ProtoMessage

func (*ReqRemoveIdentity) ProtoMessage()

func (*ReqRemoveIdentity) Reset

func (m *ReqRemoveIdentity) Reset()

func (*ReqRemoveIdentity) String

func (m *ReqRemoveIdentity) String() string

func (*ReqRemoveIdentity) XXX_DiscardUnknown

func (m *ReqRemoveIdentity) XXX_DiscardUnknown()

func (*ReqRemoveIdentity) XXX_Marshal

func (m *ReqRemoveIdentity) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReqRemoveIdentity) XXX_Merge

func (m *ReqRemoveIdentity) XXX_Merge(src proto.Message)

func (*ReqRemoveIdentity) XXX_Size

func (m *ReqRemoveIdentity) XXX_Size() int

func (*ReqRemoveIdentity) XXX_Unmarshal

func (m *ReqRemoveIdentity) XXX_Unmarshal(b []byte) error

type ReqRevoke

type ReqRevoke struct {
	ConfigID             string             `protobuf:"bytes,1,opt,name=configID,proto3" json:"configID,omitempty"`
	OrgName              string             `protobuf:"bytes,2,opt,name=orgName,proto3" json:"orgName,omitempty"`
	RevocationRequest    *RevocationRequest `protobuf:"bytes,3,opt,name=revocationRequest,proto3" json:"revocationRequest,omitempty"`
	XXX_NoUnkeyedLiteral struct{}           `json:"-"`
	XXX_unrecognized     []byte             `json:"-"`
	XXX_sizecache        int32              `json:"-"`
}

func (*ReqRevoke) Descriptor

func (*ReqRevoke) Descriptor() ([]byte, []int)

func (*ReqRevoke) GetConfigID

func (m *ReqRevoke) GetConfigID() string

func (*ReqRevoke) GetOrgName

func (m *ReqRevoke) GetOrgName() string

func (*ReqRevoke) GetRevocationRequest

func (m *ReqRevoke) GetRevocationRequest() *RevocationRequest

func (*ReqRevoke) ProtoMessage

func (*ReqRevoke) ProtoMessage()

func (*ReqRevoke) Reset

func (m *ReqRevoke) Reset()

func (*ReqRevoke) String

func (m *ReqRevoke) String() string

func (*ReqRevoke) XXX_DiscardUnknown

func (m *ReqRevoke) XXX_DiscardUnknown()

func (*ReqRevoke) XXX_Marshal

func (m *ReqRevoke) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReqRevoke) XXX_Merge

func (m *ReqRevoke) XXX_Merge(src proto.Message)

func (*ReqRevoke) XXX_Size

func (m *ReqRevoke) XXX_Size() int

func (*ReqRevoke) XXX_Unmarshal

func (m *ReqRevoke) XXX_Unmarshal(b []byte) error

type Response

type Response struct {
	Status  int32  `protobuf:"varint,1,opt,name=Status,proto3" json:"Status,omitempty"`
	Message string `protobuf:"bytes,2,opt,name=Message,proto3" json:"Message,omitempty"`
	// Types that are valid to be assigned to Data:
	//	*Response_Value
	//	*Response_CCValue
	Data                 isResponse_Data `protobuf_oneof:"data"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

func (*Response) Descriptor

func (*Response) Descriptor() ([]byte, []int)

func (*Response) GetCCValue

func (m *Response) GetCCValue() *ChainCodeValue

func (*Response) GetData

func (m *Response) GetData() isResponse_Data

func (*Response) GetMessage

func (m *Response) GetMessage() string

func (*Response) GetStatus

func (m *Response) GetStatus() int32

func (*Response) GetValue

func (m *Response) GetValue() string

func (*Response) ProtoMessage

func (*Response) ProtoMessage()

func (*Response) Reset

func (m *Response) Reset()

func (*Response) String

func (m *Response) String() string

func (*Response) XXX_DiscardUnknown

func (m *Response) XXX_DiscardUnknown()

func (*Response) XXX_Marshal

func (m *Response) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Response) XXX_Merge

func (m *Response) XXX_Merge(src proto.Message)

func (*Response) XXX_OneofFuncs

func (*Response) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, func(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error), func(msg proto.Message) (n int), []interface{})

XXX_OneofFuncs is for the internal use of the proto package.

func (*Response) XXX_Size

func (m *Response) XXX_Size() int

func (*Response) XXX_Unmarshal

func (m *Response) XXX_Unmarshal(b []byte) error

type Response_CCValue

type Response_CCValue struct {
	CCValue *ChainCodeValue `protobuf:"bytes,4,opt,name=CCValue,proto3,oneof"`
}

type Response_Value

type Response_Value struct {
	Value string `protobuf:"bytes,3,opt,name=value,proto3,oneof"`
}

type Result

type Result struct {
	Code                 Code     `protobuf:"varint,1,opt,name=code,proto3,enum=chain.Code" json:"code,omitempty"`
	Data                 string   `protobuf:"bytes,2,opt,name=data,proto3" json:"data,omitempty"`
	ErrMsg               string   `protobuf:"bytes,3,opt,name=errMsg,proto3" json:"errMsg,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Result) Descriptor

func (*Result) Descriptor() ([]byte, []int)

func (*Result) GetCode

func (m *Result) GetCode() Code

func (*Result) GetData

func (m *Result) GetData() string

func (*Result) GetErrMsg

func (m *Result) GetErrMsg() string

func (*Result) ProtoMessage

func (*Result) ProtoMessage()

func (*Result) Reset

func (m *Result) Reset()

func (*Result) String

func (m *Result) String() string

func (*Result) XXX_DiscardUnknown

func (m *Result) XXX_DiscardUnknown()

func (*Result) XXX_Marshal

func (m *Result) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Result) XXX_Merge

func (m *Result) XXX_Merge(src proto.Message)

func (*Result) XXX_Size

func (m *Result) XXX_Size() int

func (*Result) XXX_Unmarshal

func (m *Result) XXX_Unmarshal(b []byte) error

type ResultAffiliation

type ResultAffiliation struct {
	Code                 Code                 `protobuf:"varint,1,opt,name=code,proto3,enum=chain.Code" json:"code,omitempty"`
	Resp                 *AffiliationResponse `protobuf:"bytes,2,opt,name=resp,proto3" json:"resp,omitempty"`
	ErrMsg               string               `protobuf:"bytes,3,opt,name=errMsg,proto3" json:"errMsg,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

func (*ResultAffiliation) Descriptor

func (*ResultAffiliation) Descriptor() ([]byte, []int)

func (*ResultAffiliation) GetCode

func (m *ResultAffiliation) GetCode() Code

func (*ResultAffiliation) GetErrMsg

func (m *ResultAffiliation) GetErrMsg() string

func (*ResultAffiliation) GetResp

func (m *ResultAffiliation) GetResp() *AffiliationResponse

func (*ResultAffiliation) ProtoMessage

func (*ResultAffiliation) ProtoMessage()

func (*ResultAffiliation) Reset

func (m *ResultAffiliation) Reset()

func (*ResultAffiliation) String

func (m *ResultAffiliation) String() string

func (*ResultAffiliation) XXX_DiscardUnknown

func (m *ResultAffiliation) XXX_DiscardUnknown()

func (*ResultAffiliation) XXX_Marshal

func (m *ResultAffiliation) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ResultAffiliation) XXX_Merge

func (m *ResultAffiliation) XXX_Merge(src proto.Message)

func (*ResultAffiliation) XXX_Size

func (m *ResultAffiliation) XXX_Size() int

func (*ResultAffiliation) XXX_Unmarshal

func (m *ResultAffiliation) XXX_Unmarshal(b []byte) error

type ResultArr

type ResultArr struct {
	Code                 Code     `protobuf:"varint,1,opt,name=code,proto3,enum=chain.Code" json:"code,omitempty"`
	Data                 []string `protobuf:"bytes,2,rep,name=data,proto3" json:"data,omitempty"`
	ErrMsg               string   `protobuf:"bytes,3,opt,name=errMsg,proto3" json:"errMsg,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ResultArr) Descriptor

func (*ResultArr) Descriptor() ([]byte, []int)

func (*ResultArr) GetCode

func (m *ResultArr) GetCode() Code

func (*ResultArr) GetData

func (m *ResultArr) GetData() []string

func (*ResultArr) GetErrMsg

func (m *ResultArr) GetErrMsg() string

func (*ResultArr) ProtoMessage

func (*ResultArr) ProtoMessage()

func (*ResultArr) Reset

func (m *ResultArr) Reset()

func (*ResultArr) String

func (m *ResultArr) String() string

func (*ResultArr) XXX_DiscardUnknown

func (m *ResultArr) XXX_DiscardUnknown()

func (*ResultArr) XXX_Marshal

func (m *ResultArr) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ResultArr) XXX_Merge

func (m *ResultArr) XXX_Merge(src proto.Message)

func (*ResultArr) XXX_Size

func (m *ResultArr) XXX_Size() int

func (*ResultArr) XXX_Unmarshal

func (m *ResultArr) XXX_Unmarshal(b []byte) error

type ResultBlock

type ResultBlock struct {
	Code                 Code     `protobuf:"varint,1,opt,name=code,proto3,enum=chain.Code" json:"code,omitempty"`
	Block                *Block   `protobuf:"bytes,2,opt,name=block,proto3" json:"block,omitempty"`
	ErrMsg               string   `protobuf:"bytes,3,opt,name=errMsg,proto3" json:"errMsg,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ResultBlock) Descriptor

func (*ResultBlock) Descriptor() ([]byte, []int)

func (*ResultBlock) GetBlock

func (m *ResultBlock) GetBlock() *Block

func (*ResultBlock) GetCode

func (m *ResultBlock) GetCode() Code

func (*ResultBlock) GetErrMsg

func (m *ResultBlock) GetErrMsg() string

func (*ResultBlock) ProtoMessage

func (*ResultBlock) ProtoMessage()

func (*ResultBlock) Reset

func (m *ResultBlock) Reset()

func (*ResultBlock) String

func (m *ResultBlock) String() string

func (*ResultBlock) XXX_DiscardUnknown

func (m *ResultBlock) XXX_DiscardUnknown()

func (*ResultBlock) XXX_Marshal

func (m *ResultBlock) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ResultBlock) XXX_Merge

func (m *ResultBlock) XXX_Merge(src proto.Message)

func (*ResultBlock) XXX_Size

func (m *ResultBlock) XXX_Size() int

func (*ResultBlock) XXX_Unmarshal

func (m *ResultBlock) XXX_Unmarshal(b []byte) error

type ResultCAInfo

type ResultCAInfo struct {
	Code                 Code               `protobuf:"varint,1,opt,name=code,proto3,enum=chain.Code" json:"code,omitempty"`
	Resp                 *GetCAInfoResponse `protobuf:"bytes,2,opt,name=resp,proto3" json:"resp,omitempty"`
	ErrMsg               string             `protobuf:"bytes,3,opt,name=errMsg,proto3" json:"errMsg,omitempty"`
	XXX_NoUnkeyedLiteral struct{}           `json:"-"`
	XXX_unrecognized     []byte             `json:"-"`
	XXX_sizecache        int32              `json:"-"`
}

func (*ResultCAInfo) Descriptor

func (*ResultCAInfo) Descriptor() ([]byte, []int)

func (*ResultCAInfo) GetCode

func (m *ResultCAInfo) GetCode() Code

func (*ResultCAInfo) GetErrMsg

func (m *ResultCAInfo) GetErrMsg() string

func (*ResultCAInfo) GetResp

func (m *ResultCAInfo) GetResp() *GetCAInfoResponse

func (*ResultCAInfo) ProtoMessage

func (*ResultCAInfo) ProtoMessage()

func (*ResultCAInfo) Reset

func (m *ResultCAInfo) Reset()

func (*ResultCAInfo) String

func (m *ResultCAInfo) String() string

func (*ResultCAInfo) XXX_DiscardUnknown

func (m *ResultCAInfo) XXX_DiscardUnknown()

func (*ResultCAInfo) XXX_Marshal

func (m *ResultCAInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ResultCAInfo) XXX_Merge

func (m *ResultCAInfo) XXX_Merge(src proto.Message)

func (*ResultCAInfo) XXX_Size

func (m *ResultCAInfo) XXX_Size() int

func (*ResultCAInfo) XXX_Unmarshal

func (m *ResultCAInfo) XXX_Unmarshal(b []byte) error

type ResultCCList

type ResultCCList struct {
	Code                 Code     `protobuf:"varint,1,opt,name=code,proto3,enum=chain.Code" json:"code,omitempty"`
	List                 *CCList  `protobuf:"bytes,2,opt,name=list,proto3" json:"list,omitempty"`
	ErrMsg               string   `protobuf:"bytes,3,opt,name=errMsg,proto3" json:"errMsg,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ResultCCList) Descriptor

func (*ResultCCList) Descriptor() ([]byte, []int)

func (*ResultCCList) GetCode

func (m *ResultCCList) GetCode() Code

func (*ResultCCList) GetErrMsg

func (m *ResultCCList) GetErrMsg() string

func (*ResultCCList) GetList

func (m *ResultCCList) GetList() *CCList

func (*ResultCCList) ProtoMessage

func (*ResultCCList) ProtoMessage()

func (*ResultCCList) Reset

func (m *ResultCCList) Reset()

func (*ResultCCList) String

func (m *ResultCCList) String() string

func (*ResultCCList) XXX_DiscardUnknown

func (m *ResultCCList) XXX_DiscardUnknown()

func (*ResultCCList) XXX_Marshal

func (m *ResultCCList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ResultCCList) XXX_Merge

func (m *ResultCCList) XXX_Merge(src proto.Message)

func (*ResultCCList) XXX_Size

func (m *ResultCCList) XXX_Size() int

func (*ResultCCList) XXX_Unmarshal

func (m *ResultCCList) XXX_Unmarshal(b []byte) error

type ResultChannelInfo

type ResultChannelInfo struct {
	Code                 Code         `protobuf:"varint,1,opt,name=code,proto3,enum=chain.Code" json:"code,omitempty"`
	Info                 *ChannelInfo `protobuf:"bytes,2,opt,name=info,proto3" json:"info,omitempty"`
	ErrMsg               string       `protobuf:"bytes,3,opt,name=errMsg,proto3" json:"errMsg,omitempty"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

func (*ResultChannelInfo) Descriptor

func (*ResultChannelInfo) Descriptor() ([]byte, []int)

func (*ResultChannelInfo) GetCode

func (m *ResultChannelInfo) GetCode() Code

func (*ResultChannelInfo) GetErrMsg

func (m *ResultChannelInfo) GetErrMsg() string

func (*ResultChannelInfo) GetInfo

func (m *ResultChannelInfo) GetInfo() *ChannelInfo

func (*ResultChannelInfo) ProtoMessage

func (*ResultChannelInfo) ProtoMessage()

func (*ResultChannelInfo) Reset

func (m *ResultChannelInfo) Reset()

func (*ResultChannelInfo) String

func (m *ResultChannelInfo) String() string

func (*ResultChannelInfo) XXX_DiscardUnknown

func (m *ResultChannelInfo) XXX_DiscardUnknown()

func (*ResultChannelInfo) XXX_Marshal

func (m *ResultChannelInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ResultChannelInfo) XXX_Merge

func (m *ResultChannelInfo) XXX_Merge(src proto.Message)

func (*ResultChannelInfo) XXX_Size

func (m *ResultChannelInfo) XXX_Size() int

func (*ResultChannelInfo) XXX_Unmarshal

func (m *ResultChannelInfo) XXX_Unmarshal(b []byte) error

type ResultConfig

type ResultConfig struct {
	Code                 Code     `protobuf:"varint,1,opt,name=code,proto3,enum=chain.Code" json:"code,omitempty"`
	Config               *Config  `protobuf:"bytes,2,opt,name=config,proto3" json:"config,omitempty"`
	ErrMsg               string   `protobuf:"bytes,3,opt,name=errMsg,proto3" json:"errMsg,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ResultConfig) Descriptor

func (*ResultConfig) Descriptor() ([]byte, []int)

func (*ResultConfig) GetCode

func (m *ResultConfig) GetCode() Code

func (*ResultConfig) GetConfig

func (m *ResultConfig) GetConfig() *Config

func (*ResultConfig) GetErrMsg

func (m *ResultConfig) GetErrMsg() string

func (*ResultConfig) ProtoMessage

func (*ResultConfig) ProtoMessage()

func (*ResultConfig) Reset

func (m *ResultConfig) Reset()

func (*ResultConfig) String

func (m *ResultConfig) String() string

func (*ResultConfig) XXX_DiscardUnknown

func (m *ResultConfig) XXX_DiscardUnknown()

func (*ResultConfig) XXX_Marshal

func (m *ResultConfig) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ResultConfig) XXX_Merge

func (m *ResultConfig) XXX_Merge(src proto.Message)

func (*ResultConfig) XXX_Size

func (m *ResultConfig) XXX_Size() int

func (*ResultConfig) XXX_Unmarshal

func (m *ResultConfig) XXX_Unmarshal(b []byte) error

type ResultConfigList

type ResultConfigList struct {
	Code                 Code     `protobuf:"varint,1,opt,name=code,proto3,enum=chain.Code" json:"code,omitempty"`
	ConfigIDs            []string `protobuf:"bytes,2,rep,name=configIDs,proto3" json:"configIDs,omitempty"`
	ErrMsg               string   `protobuf:"bytes,3,opt,name=errMsg,proto3" json:"errMsg,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ResultConfigList) Descriptor

func (*ResultConfigList) Descriptor() ([]byte, []int)

func (*ResultConfigList) GetCode

func (m *ResultConfigList) GetCode() Code

func (*ResultConfigList) GetConfigIDs

func (m *ResultConfigList) GetConfigIDs() []string

func (*ResultConfigList) GetErrMsg

func (m *ResultConfigList) GetErrMsg() string

func (*ResultConfigList) ProtoMessage

func (*ResultConfigList) ProtoMessage()

func (*ResultConfigList) Reset

func (m *ResultConfigList) Reset()

func (*ResultConfigList) String

func (m *ResultConfigList) String() string

func (*ResultConfigList) XXX_DiscardUnknown

func (m *ResultConfigList) XXX_DiscardUnknown()

func (*ResultConfigList) XXX_Marshal

func (m *ResultConfigList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ResultConfigList) XXX_Merge

func (m *ResultConfigList) XXX_Merge(src proto.Message)

func (*ResultConfigList) XXX_Size

func (m *ResultConfigList) XXX_Size() int

func (*ResultConfigList) XXX_Unmarshal

func (m *ResultConfigList) XXX_Unmarshal(b []byte) error

type ResultIdentityResponse

type ResultIdentityResponse struct {
	Code                 Code              `protobuf:"varint,1,opt,name=code,proto3,enum=chain.Code" json:"code,omitempty"`
	Resp                 *IdentityResponse `protobuf:"bytes,2,opt,name=resp,proto3" json:"resp,omitempty"`
	ErrMsg               string            `protobuf:"bytes,3,opt,name=errMsg,proto3" json:"errMsg,omitempty"`
	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
	XXX_unrecognized     []byte            `json:"-"`
	XXX_sizecache        int32             `json:"-"`
}

func (*ResultIdentityResponse) Descriptor

func (*ResultIdentityResponse) Descriptor() ([]byte, []int)

func (*ResultIdentityResponse) GetCode

func (m *ResultIdentityResponse) GetCode() Code

func (*ResultIdentityResponse) GetErrMsg

func (m *ResultIdentityResponse) GetErrMsg() string

func (*ResultIdentityResponse) GetResp

func (*ResultIdentityResponse) ProtoMessage

func (*ResultIdentityResponse) ProtoMessage()

func (*ResultIdentityResponse) Reset

func (m *ResultIdentityResponse) Reset()

func (*ResultIdentityResponse) String

func (m *ResultIdentityResponse) String() string

func (*ResultIdentityResponse) XXX_DiscardUnknown

func (m *ResultIdentityResponse) XXX_DiscardUnknown()

func (*ResultIdentityResponse) XXX_Marshal

func (m *ResultIdentityResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ResultIdentityResponse) XXX_Merge

func (m *ResultIdentityResponse) XXX_Merge(src proto.Message)

func (*ResultIdentityResponse) XXX_Size

func (m *ResultIdentityResponse) XXX_Size() int

func (*ResultIdentityResponse) XXX_Unmarshal

func (m *ResultIdentityResponse) XXX_Unmarshal(b []byte) error

type ResultIdentityResponses

type ResultIdentityResponses struct {
	Code                 Code                `protobuf:"varint,1,opt,name=code,proto3,enum=chain.Code" json:"code,omitempty"`
	Resp                 []*IdentityResponse `protobuf:"bytes,2,rep,name=resp,proto3" json:"resp,omitempty"`
	ErrMsg               string              `protobuf:"bytes,3,opt,name=errMsg,proto3" json:"errMsg,omitempty"`
	XXX_NoUnkeyedLiteral struct{}            `json:"-"`
	XXX_unrecognized     []byte              `json:"-"`
	XXX_sizecache        int32               `json:"-"`
}

func (*ResultIdentityResponses) Descriptor

func (*ResultIdentityResponses) Descriptor() ([]byte, []int)

func (*ResultIdentityResponses) GetCode

func (m *ResultIdentityResponses) GetCode() Code

func (*ResultIdentityResponses) GetErrMsg

func (m *ResultIdentityResponses) GetErrMsg() string

func (*ResultIdentityResponses) GetResp

func (m *ResultIdentityResponses) GetResp() []*IdentityResponse

func (*ResultIdentityResponses) ProtoMessage

func (*ResultIdentityResponses) ProtoMessage()

func (*ResultIdentityResponses) Reset

func (m *ResultIdentityResponses) Reset()

func (*ResultIdentityResponses) String

func (m *ResultIdentityResponses) String() string

func (*ResultIdentityResponses) XXX_DiscardUnknown

func (m *ResultIdentityResponses) XXX_DiscardUnknown()

func (*ResultIdentityResponses) XXX_Marshal

func (m *ResultIdentityResponses) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ResultIdentityResponses) XXX_Merge

func (m *ResultIdentityResponses) XXX_Merge(src proto.Message)

func (*ResultIdentityResponses) XXX_Size

func (m *ResultIdentityResponses) XXX_Size() int

func (*ResultIdentityResponses) XXX_Unmarshal

func (m *ResultIdentityResponses) XXX_Unmarshal(b []byte) error

type ResultPeers

type ResultPeers struct {
	Code                 Code             `protobuf:"varint,1,opt,name=code,proto3,enum=chain.Code" json:"code,omitempty"`
	Peer                 []*DiscoveryPeer `protobuf:"bytes,2,rep,name=peer,proto3" json:"peer,omitempty"`
	ErrMsg               string           `protobuf:"bytes,3,opt,name=errMsg,proto3" json:"errMsg,omitempty"`
	XXX_NoUnkeyedLiteral struct{}         `json:"-"`
	XXX_unrecognized     []byte           `json:"-"`
	XXX_sizecache        int32            `json:"-"`
}

func (*ResultPeers) Descriptor

func (*ResultPeers) Descriptor() ([]byte, []int)

func (*ResultPeers) GetCode

func (m *ResultPeers) GetCode() Code

func (*ResultPeers) GetErrMsg

func (m *ResultPeers) GetErrMsg() string

func (*ResultPeers) GetPeer

func (m *ResultPeers) GetPeer() []*DiscoveryPeer

func (*ResultPeers) ProtoMessage

func (*ResultPeers) ProtoMessage()

func (*ResultPeers) Reset

func (m *ResultPeers) Reset()

func (*ResultPeers) String

func (m *ResultPeers) String() string

func (*ResultPeers) XXX_DiscardUnknown

func (m *ResultPeers) XXX_DiscardUnknown()

func (*ResultPeers) XXX_Marshal

func (m *ResultPeers) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ResultPeers) XXX_Merge

func (m *ResultPeers) XXX_Merge(src proto.Message)

func (*ResultPeers) XXX_Size

func (m *ResultPeers) XXX_Size() int

func (*ResultPeers) XXX_Unmarshal

func (m *ResultPeers) XXX_Unmarshal(b []byte) error

type ResultRevocationResponse

type ResultRevocationResponse struct {
	Code                 Code                `protobuf:"varint,1,opt,name=code,proto3,enum=chain.Code" json:"code,omitempty"`
	Resp                 *RevocationResponse `protobuf:"bytes,2,opt,name=resp,proto3" json:"resp,omitempty"`
	ErrMsg               string              `protobuf:"bytes,3,opt,name=errMsg,proto3" json:"errMsg,omitempty"`
	XXX_NoUnkeyedLiteral struct{}            `json:"-"`
	XXX_unrecognized     []byte              `json:"-"`
	XXX_sizecache        int32               `json:"-"`
}

func (*ResultRevocationResponse) Descriptor

func (*ResultRevocationResponse) Descriptor() ([]byte, []int)

func (*ResultRevocationResponse) GetCode

func (m *ResultRevocationResponse) GetCode() Code

func (*ResultRevocationResponse) GetErrMsg

func (m *ResultRevocationResponse) GetErrMsg() string

func (*ResultRevocationResponse) GetResp

func (*ResultRevocationResponse) ProtoMessage

func (*ResultRevocationResponse) ProtoMessage()

func (*ResultRevocationResponse) Reset

func (m *ResultRevocationResponse) Reset()

func (*ResultRevocationResponse) String

func (m *ResultRevocationResponse) String() string

func (*ResultRevocationResponse) XXX_DiscardUnknown

func (m *ResultRevocationResponse) XXX_DiscardUnknown()

func (*ResultRevocationResponse) XXX_Marshal

func (m *ResultRevocationResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ResultRevocationResponse) XXX_Merge

func (m *ResultRevocationResponse) XXX_Merge(src proto.Message)

func (*ResultRevocationResponse) XXX_Size

func (m *ResultRevocationResponse) XXX_Size() int

func (*ResultRevocationResponse) XXX_Unmarshal

func (m *ResultRevocationResponse) XXX_Unmarshal(b []byte) error

type ResultSigningIdentityResponse

type ResultSigningIdentityResponse struct {
	Code                 Code                     `protobuf:"varint,1,opt,name=code,proto3,enum=chain.Code" json:"code,omitempty"`
	Resp                 *SigningIdentityResponse `protobuf:"bytes,2,opt,name=resp,proto3" json:"resp,omitempty"`
	ErrMsg               string                   `protobuf:"bytes,3,opt,name=errMsg,proto3" json:"errMsg,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                 `json:"-"`
	XXX_unrecognized     []byte                   `json:"-"`
	XXX_sizecache        int32                    `json:"-"`
}

func (*ResultSigningIdentityResponse) Descriptor

func (*ResultSigningIdentityResponse) Descriptor() ([]byte, []int)

func (*ResultSigningIdentityResponse) GetCode

func (m *ResultSigningIdentityResponse) GetCode() Code

func (*ResultSigningIdentityResponse) GetErrMsg

func (m *ResultSigningIdentityResponse) GetErrMsg() string

func (*ResultSigningIdentityResponse) GetResp

func (*ResultSigningIdentityResponse) ProtoMessage

func (*ResultSigningIdentityResponse) ProtoMessage()

func (*ResultSigningIdentityResponse) Reset

func (m *ResultSigningIdentityResponse) Reset()

func (*ResultSigningIdentityResponse) String

func (*ResultSigningIdentityResponse) XXX_DiscardUnknown

func (m *ResultSigningIdentityResponse) XXX_DiscardUnknown()

func (*ResultSigningIdentityResponse) XXX_Marshal

func (m *ResultSigningIdentityResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ResultSigningIdentityResponse) XXX_Merge

func (m *ResultSigningIdentityResponse) XXX_Merge(src proto.Message)

func (*ResultSigningIdentityResponse) XXX_Size

func (m *ResultSigningIdentityResponse) XXX_Size() int

func (*ResultSigningIdentityResponse) XXX_Unmarshal

func (m *ResultSigningIdentityResponse) XXX_Unmarshal(b []byte) error

type ResultUpload

type ResultUpload struct {
	Code                 Code     `protobuf:"varint,1,opt,name=code,proto3,enum=chain.Code" json:"code,omitempty"`
	Source               string   `protobuf:"bytes,2,opt,name=source,proto3" json:"source,omitempty"`
	Path                 string   `protobuf:"bytes,3,opt,name=path,proto3" json:"path,omitempty"`
	ErrMsg               string   `protobuf:"bytes,4,opt,name=errMsg,proto3" json:"errMsg,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ResultUpload) Descriptor

func (*ResultUpload) Descriptor() ([]byte, []int)

func (*ResultUpload) GetCode

func (m *ResultUpload) GetCode() Code

func (*ResultUpload) GetErrMsg

func (m *ResultUpload) GetErrMsg() string

func (*ResultUpload) GetPath

func (m *ResultUpload) GetPath() string

func (*ResultUpload) GetSource

func (m *ResultUpload) GetSource() string

func (*ResultUpload) ProtoMessage

func (*ResultUpload) ProtoMessage()

func (*ResultUpload) Reset

func (m *ResultUpload) Reset()

func (*ResultUpload) String

func (m *ResultUpload) String() string

func (*ResultUpload) XXX_DiscardUnknown

func (m *ResultUpload) XXX_DiscardUnknown()

func (*ResultUpload) XXX_Marshal

func (m *ResultUpload) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ResultUpload) XXX_Merge

func (m *ResultUpload) XXX_Merge(src proto.Message)

func (*ResultUpload) XXX_Size

func (m *ResultUpload) XXX_Size() int

func (*ResultUpload) XXX_Unmarshal

func (m *ResultUpload) XXX_Unmarshal(b []byte) error

type RevocationRequest

type RevocationRequest struct {
	// Name of the identity whose certificates should be revoked
	// If this field is omitted, then Serial and AKI must be specified.
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// Serial number of the certificate to be revoked
	// If this is omitted, then Name must be specified
	Serial string `protobuf:"bytes,2,opt,name=serial,proto3" json:"serial,omitempty"`
	// AKI (Authority Key Identifier) of the certificate to be revoked
	Aki string `protobuf:"bytes,3,opt,name=aki,proto3" json:"aki,omitempty"`
	// Reason is the reason for revocation. See https://godoc.org/golang.org/x/crypto/ocsp
	// for valid values. The default value is 0 (ocsp.Unspecified).
	Reason string `protobuf:"bytes,4,opt,name=reason,proto3" json:"reason,omitempty"`
	// CAName is the name of the CA to connect to
	CaName               string   `protobuf:"bytes,5,opt,name=caName,proto3" json:"caName,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

RevocationRequest defines the attributes required to revoke credentials with the CA

func (*RevocationRequest) Descriptor

func (*RevocationRequest) Descriptor() ([]byte, []int)

func (*RevocationRequest) GetAki

func (m *RevocationRequest) GetAki() string

func (*RevocationRequest) GetCaName

func (m *RevocationRequest) GetCaName() string

func (*RevocationRequest) GetName

func (m *RevocationRequest) GetName() string

func (*RevocationRequest) GetReason

func (m *RevocationRequest) GetReason() string

func (*RevocationRequest) GetSerial

func (m *RevocationRequest) GetSerial() string

func (*RevocationRequest) ProtoMessage

func (*RevocationRequest) ProtoMessage()

func (*RevocationRequest) Reset

func (m *RevocationRequest) Reset()

func (*RevocationRequest) String

func (m *RevocationRequest) String() string

func (*RevocationRequest) XXX_DiscardUnknown

func (m *RevocationRequest) XXX_DiscardUnknown()

func (*RevocationRequest) XXX_Marshal

func (m *RevocationRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RevocationRequest) XXX_Merge

func (m *RevocationRequest) XXX_Merge(src proto.Message)

func (*RevocationRequest) XXX_Size

func (m *RevocationRequest) XXX_Size() int

func (*RevocationRequest) XXX_Unmarshal

func (m *RevocationRequest) XXX_Unmarshal(b []byte) error

type RevocationResponse

type RevocationResponse struct {
	// RevokedCerts is an array of certificates that were revoked
	RevokedCerts []*RevokedCert `protobuf:"bytes,1,rep,name=revokedCerts,proto3" json:"revokedCerts,omitempty"`
	// CRL is PEM-encoded certificate revocation list (CRL) that contains all unexpired revoked certificates
	Crl                  []byte   `protobuf:"bytes,2,opt,name=crl,proto3" json:"crl,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

RevocationResponse represents response from the server for a revocation request

func (*RevocationResponse) Descriptor

func (*RevocationResponse) Descriptor() ([]byte, []int)

func (*RevocationResponse) GetCrl

func (m *RevocationResponse) GetCrl() []byte

func (*RevocationResponse) GetRevokedCerts

func (m *RevocationResponse) GetRevokedCerts() []*RevokedCert

func (*RevocationResponse) ProtoMessage

func (*RevocationResponse) ProtoMessage()

func (*RevocationResponse) Reset

func (m *RevocationResponse) Reset()

func (*RevocationResponse) String

func (m *RevocationResponse) String() string

func (*RevocationResponse) XXX_DiscardUnknown

func (m *RevocationResponse) XXX_DiscardUnknown()

func (*RevocationResponse) XXX_Marshal

func (m *RevocationResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RevocationResponse) XXX_Merge

func (m *RevocationResponse) XXX_Merge(src proto.Message)

func (*RevocationResponse) XXX_Size

func (m *RevocationResponse) XXX_Size() int

func (*RevocationResponse) XXX_Unmarshal

func (m *RevocationResponse) XXX_Unmarshal(b []byte) error

type RevokedCert

type RevokedCert struct {
	Serial               string   `protobuf:"bytes,1,opt,name=serial,proto3" json:"serial,omitempty"`
	Aki                  string   `protobuf:"bytes,2,opt,name=aki,proto3" json:"aki,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

RevokedCert represents a revoked certificate

func (*RevokedCert) Descriptor

func (*RevokedCert) Descriptor() ([]byte, []int)

func (*RevokedCert) GetAki

func (m *RevokedCert) GetAki() string

func (*RevokedCert) GetSerial

func (m *RevokedCert) GetSerial() string

func (*RevokedCert) ProtoMessage

func (*RevokedCert) ProtoMessage()

func (*RevokedCert) Reset

func (m *RevokedCert) Reset()

func (*RevokedCert) String

func (m *RevokedCert) String() string

func (*RevokedCert) XXX_DiscardUnknown

func (m *RevokedCert) XXX_DiscardUnknown()

func (*RevokedCert) XXX_Marshal

func (m *RevokedCert) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RevokedCert) XXX_Merge

func (m *RevokedCert) XXX_Merge(src proto.Message)

func (*RevokedCert) XXX_Size

func (m *RevokedCert) XXX_Size() int

func (*RevokedCert) XXX_Unmarshal

func (m *RevokedCert) XXX_Unmarshal(b []byte) error

type SignatureHeader

type SignatureHeader struct {
	Creator              string   `protobuf:"bytes,1,opt,name=creator,proto3" json:"creator,omitempty"`
	Nonce                string   `protobuf:"bytes,2,opt,name=nonce,proto3" json:"nonce,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*SignatureHeader) Descriptor

func (*SignatureHeader) Descriptor() ([]byte, []int)

func (*SignatureHeader) GetCreator

func (m *SignatureHeader) GetCreator() string

func (*SignatureHeader) GetNonce

func (m *SignatureHeader) GetNonce() string

func (*SignatureHeader) ProtoMessage

func (*SignatureHeader) ProtoMessage()

func (*SignatureHeader) Reset

func (m *SignatureHeader) Reset()

func (*SignatureHeader) String

func (m *SignatureHeader) String() string

func (*SignatureHeader) XXX_DiscardUnknown

func (m *SignatureHeader) XXX_DiscardUnknown()

func (*SignatureHeader) XXX_Marshal

func (m *SignatureHeader) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SignatureHeader) XXX_Merge

func (m *SignatureHeader) XXX_Merge(src proto.Message)

func (*SignatureHeader) XXX_Size

func (m *SignatureHeader) XXX_Size() int

func (*SignatureHeader) XXX_Unmarshal

func (m *SignatureHeader) XXX_Unmarshal(b []byte) error

type SigningIdentityResponse

type SigningIdentityResponse struct {
	// Identifier returns the identifier of that identity
	Identifier *Identifier `protobuf:"bytes,1,opt,name=identifier,proto3" json:"identifier,omitempty"`
	// EnrollmentCertificate Returns the underlying ECert representing this user’s identity.
	EnrollmentCertificate []byte      `protobuf:"bytes,2,opt,name=enrollmentCertificate,proto3" json:"enrollmentCertificate,omitempty"`
	PrivateKey            *PrivateKey `protobuf:"bytes,3,opt,name=privateKey,proto3" json:"privateKey,omitempty"`
	// GetPublicVersion returns the public parts of this identity
	PublicVersion        *PublicVersion `protobuf:"bytes,4,opt,name=publicVersion,proto3" json:"publicVersion,omitempty"`
	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
	XXX_unrecognized     []byte         `json:"-"`
	XXX_sizecache        int32          `json:"-"`
}

SigningIdentity is an extension of Identity to cover signing capabilities.

func (*SigningIdentityResponse) Descriptor

func (*SigningIdentityResponse) Descriptor() ([]byte, []int)

func (*SigningIdentityResponse) GetEnrollmentCertificate

func (m *SigningIdentityResponse) GetEnrollmentCertificate() []byte

func (*SigningIdentityResponse) GetIdentifier

func (m *SigningIdentityResponse) GetIdentifier() *Identifier

func (*SigningIdentityResponse) GetPrivateKey

func (m *SigningIdentityResponse) GetPrivateKey() *PrivateKey

func (*SigningIdentityResponse) GetPublicVersion

func (m *SigningIdentityResponse) GetPublicVersion() *PublicVersion

func (*SigningIdentityResponse) ProtoMessage

func (*SigningIdentityResponse) ProtoMessage()

func (*SigningIdentityResponse) Reset

func (m *SigningIdentityResponse) Reset()

func (*SigningIdentityResponse) String

func (m *SigningIdentityResponse) String() string

func (*SigningIdentityResponse) XXX_DiscardUnknown

func (m *SigningIdentityResponse) XXX_DiscardUnknown()

func (*SigningIdentityResponse) XXX_Marshal

func (m *SigningIdentityResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SigningIdentityResponse) XXX_Merge

func (m *SigningIdentityResponse) XXX_Merge(src proto.Message)

func (*SigningIdentityResponse) XXX_Size

func (m *SigningIdentityResponse) XXX_Size() int

func (*SigningIdentityResponse) XXX_Unmarshal

func (m *SigningIdentityResponse) XXX_Unmarshal(b []byte) error

type Timestamp

type Timestamp struct {
	Seconds              int64    `protobuf:"varint,1,opt,name=seconds,proto3" json:"seconds,omitempty"`
	Nanos                int32    `protobuf:"varint,2,opt,name=nanos,proto3" json:"nanos,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Timestamp) Descriptor

func (*Timestamp) Descriptor() ([]byte, []int)

func (*Timestamp) GetNanos

func (m *Timestamp) GetNanos() int32

func (*Timestamp) GetSeconds

func (m *Timestamp) GetSeconds() int64

func (*Timestamp) ProtoMessage

func (*Timestamp) ProtoMessage()

func (*Timestamp) Reset

func (m *Timestamp) Reset()

func (*Timestamp) String

func (m *Timestamp) String() string

func (*Timestamp) XXX_DiscardUnknown

func (m *Timestamp) XXX_DiscardUnknown()

func (*Timestamp) XXX_Marshal

func (m *Timestamp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Timestamp) XXX_Merge

func (m *Timestamp) XXX_Merge(src proto.Message)

func (*Timestamp) XXX_Size

func (m *Timestamp) XXX_Size() int

func (*Timestamp) XXX_Unmarshal

func (m *Timestamp) XXX_Unmarshal(b []byte) error

type Transaction

type Transaction struct {
	TxCount                    int32     `protobuf:"varint,1,opt,name=txCount,proto3" json:"txCount,omitempty"`
	TransactionActionInfoArray []*Action `protobuf:"bytes,2,rep,name=transactionActionInfoArray,proto3" json:"transactionActionInfoArray,omitempty"`
	XXX_NoUnkeyedLiteral       struct{}  `json:"-"`
	XXX_unrecognized           []byte    `json:"-"`
	XXX_sizecache              int32     `json:"-"`
}

func (*Transaction) Descriptor

func (*Transaction) Descriptor() ([]byte, []int)

func (*Transaction) GetTransactionActionInfoArray

func (m *Transaction) GetTransactionActionInfoArray() []*Action

func (*Transaction) GetTxCount

func (m *Transaction) GetTxCount() int32

func (*Transaction) ProtoMessage

func (*Transaction) ProtoMessage()

func (*Transaction) Reset

func (m *Transaction) Reset()

func (*Transaction) String

func (m *Transaction) String() string

func (*Transaction) XXX_DiscardUnknown

func (m *Transaction) XXX_DiscardUnknown()

func (*Transaction) XXX_Marshal

func (m *Transaction) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Transaction) XXX_Merge

func (m *Transaction) XXX_Merge(src proto.Message)

func (*Transaction) XXX_Size

func (m *Transaction) XXX_Size() int

func (*Transaction) XXX_Unmarshal

func (m *Transaction) XXX_Unmarshal(b []byte) error

type TxRwSet

type TxRwSet struct {
	RwCount              int32       `protobuf:"varint,1,opt,name=rwCount,proto3" json:"rwCount,omitempty"`
	NsRwSets             []*NsRwSets `protobuf:"bytes,2,rep,name=nsRwSets,proto3" json:"nsRwSets,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*TxRwSet) Descriptor

func (*TxRwSet) Descriptor() ([]byte, []int)

func (*TxRwSet) GetNsRwSets

func (m *TxRwSet) GetNsRwSets() []*NsRwSets

func (*TxRwSet) GetRwCount

func (m *TxRwSet) GetRwCount() int32

func (*TxRwSet) ProtoMessage

func (*TxRwSet) ProtoMessage()

func (*TxRwSet) Reset

func (m *TxRwSet) Reset()

func (*TxRwSet) String

func (m *TxRwSet) String() string

func (*TxRwSet) XXX_DiscardUnknown

func (m *TxRwSet) XXX_DiscardUnknown()

func (*TxRwSet) XXX_Marshal

func (m *TxRwSet) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TxRwSet) XXX_Merge

func (m *TxRwSet) XXX_Merge(src proto.Message)

func (*TxRwSet) XXX_Size

func (m *TxRwSet) XXX_Size() int

func (*TxRwSet) XXX_Unmarshal

func (m *TxRwSet) XXX_Unmarshal(b []byte) error

type Upgrade

type Upgrade struct {
	ConfigID             string   `protobuf:"bytes,1,opt,name=configID,proto3" json:"configID,omitempty"`
	OrgName              string   `protobuf:"bytes,2,opt,name=orgName,proto3" json:"orgName,omitempty"`
	OrgUser              string   `protobuf:"bytes,3,opt,name=orgUser,proto3" json:"orgUser,omitempty"`
	ChannelID            string   `protobuf:"bytes,4,opt,name=channelID,proto3" json:"channelID,omitempty"`
	Name                 string   `protobuf:"bytes,5,opt,name=name,proto3" json:"name,omitempty"`
	Path                 string   `protobuf:"bytes,6,opt,name=path,proto3" json:"path,omitempty"`
	Version              string   `protobuf:"bytes,7,opt,name=version,proto3" json:"version,omitempty"`
	OrgPolicies          []string `protobuf:"bytes,8,rep,name=orgPolicies,proto3" json:"orgPolicies,omitempty"`
	Args                 [][]byte `protobuf:"bytes,9,rep,name=args,proto3" json:"args,omitempty"`
	PeerName             string   `protobuf:"bytes,10,opt,name=peerName,proto3" json:"peerName,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Upgrade) Descriptor

func (*Upgrade) Descriptor() ([]byte, []int)

func (*Upgrade) GetArgs

func (m *Upgrade) GetArgs() [][]byte

func (*Upgrade) GetChannelID

func (m *Upgrade) GetChannelID() string

func (*Upgrade) GetConfigID

func (m *Upgrade) GetConfigID() string

func (*Upgrade) GetName

func (m *Upgrade) GetName() string

func (*Upgrade) GetOrgName

func (m *Upgrade) GetOrgName() string

func (*Upgrade) GetOrgPolicies

func (m *Upgrade) GetOrgPolicies() []string

func (*Upgrade) GetOrgUser

func (m *Upgrade) GetOrgUser() string

func (*Upgrade) GetPath

func (m *Upgrade) GetPath() string

func (*Upgrade) GetPeerName

func (m *Upgrade) GetPeerName() string

func (*Upgrade) GetVersion

func (m *Upgrade) GetVersion() string

func (*Upgrade) ProtoMessage

func (*Upgrade) ProtoMessage()

func (*Upgrade) Reset

func (m *Upgrade) Reset()

func (*Upgrade) String

func (m *Upgrade) String() string

func (*Upgrade) XXX_DiscardUnknown

func (m *Upgrade) XXX_DiscardUnknown()

func (*Upgrade) XXX_Marshal

func (m *Upgrade) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Upgrade) XXX_Merge

func (m *Upgrade) XXX_Merge(src proto.Message)

func (*Upgrade) XXX_Size

func (m *Upgrade) XXX_Size() int

func (*Upgrade) XXX_Unmarshal

func (m *Upgrade) XXX_Unmarshal(b []byte) error

type Upload

type Upload struct {
	LedgerName           string   `protobuf:"bytes,1,opt,name=ledgerName,proto3" json:"ledgerName,omitempty"`
	Name                 string   `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Version              string   `protobuf:"bytes,5,opt,name=version,proto3" json:"version,omitempty"`
	Data                 []byte   `protobuf:"bytes,6,opt,name=data,proto3" json:"data,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Upload) Descriptor

func (*Upload) Descriptor() ([]byte, []int)

func (*Upload) GetData

func (m *Upload) GetData() []byte

func (*Upload) GetLedgerName

func (m *Upload) GetLedgerName() string

func (*Upload) GetName

func (m *Upload) GetName() string

func (*Upload) GetVersion

func (m *Upload) GetVersion() string

func (*Upload) ProtoMessage

func (*Upload) ProtoMessage()

func (*Upload) Reset

func (m *Upload) Reset()

func (*Upload) String

func (m *Upload) String() string

func (*Upload) XXX_DiscardUnknown

func (m *Upload) XXX_DiscardUnknown()

func (*Upload) XXX_Marshal

func (m *Upload) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Upload) XXX_Merge

func (m *Upload) XXX_Merge(src proto.Message)

func (*Upload) XXX_Size

func (m *Upload) XXX_Size() int

func (*Upload) XXX_Unmarshal

func (m *Upload) XXX_Unmarshal(b []byte) error

type Version

type Version struct {
	BlockNum             uint64   `protobuf:"varint,1,opt,name=blockNum,proto3" json:"blockNum,omitempty"`
	TxNum                uint64   `protobuf:"varint,2,opt,name=txNum,proto3" json:"txNum,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Version) Descriptor

func (*Version) Descriptor() ([]byte, []int)

func (*Version) GetBlockNum

func (m *Version) GetBlockNum() uint64

func (*Version) GetTxNum

func (m *Version) GetTxNum() uint64

func (*Version) ProtoMessage

func (*Version) ProtoMessage()

func (*Version) Reset

func (m *Version) Reset()

func (*Version) String

func (m *Version) String() string

func (*Version) XXX_DiscardUnknown

func (m *Version) XXX_DiscardUnknown()

func (*Version) XXX_Marshal

func (m *Version) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Version) XXX_Merge

func (m *Version) XXX_Merge(src proto.Message)

func (*Version) XXX_Size

func (m *Version) XXX_Size() int

func (*Version) XXX_Unmarshal

func (m *Version) XXX_Unmarshal(b []byte) error

Jump to

Keyboard shortcuts

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