InstallChaincodeArgs is the message used as the argument to '+lifecycle.InstallChaincode'
type InstallChaincodeArgs 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"`
ChaincodeInstallPackage []byte `protobuf:"bytes,3,opt,name=chaincode_install_package,json=chaincodeInstallPackage,proto3" json:"chaincode_install_package,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (*InstallChaincodeArgs) Descriptor() ([]byte, []int)
func (m *InstallChaincodeArgs) GetChaincodeInstallPackage() []byte
func (m *InstallChaincodeArgs) GetName() string
func (m *InstallChaincodeArgs) GetVersion() string
func (*InstallChaincodeArgs) ProtoMessage()
func (m *InstallChaincodeArgs) Reset()
func (m *InstallChaincodeArgs) String() string
func (m *InstallChaincodeArgs) XXX_DiscardUnknown()
func (m *InstallChaincodeArgs) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (dst *InstallChaincodeArgs) XXX_Merge(src proto.Message)
func (m *InstallChaincodeArgs) XXX_Size() int
func (m *InstallChaincodeArgs) XXX_Unmarshal(b []byte) error
InstallChaincodeArgs is the message returned by '+lifecycle.InstallChaincode'
type InstallChaincodeResult struct {
Hash []byte `protobuf:"bytes,1,opt,name=hash,proto3" json:"hash,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (*InstallChaincodeResult) Descriptor() ([]byte, []int)
func (m *InstallChaincodeResult) GetHash() []byte
func (*InstallChaincodeResult) ProtoMessage()
func (m *InstallChaincodeResult) Reset()
func (m *InstallChaincodeResult) String() string
func (m *InstallChaincodeResult) XXX_DiscardUnknown()
func (m *InstallChaincodeResult) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (dst *InstallChaincodeResult) XXX_Merge(src proto.Message)
func (m *InstallChaincodeResult) XXX_Size() int
func (m *InstallChaincodeResult) XXX_Unmarshal(b []byte) error
QueryInstalledChaincodeArgs is the message returned by '+lifecycle.QueryInstalledChaincode'
type QueryInstalledChaincodeArgs 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"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (*QueryInstalledChaincodeArgs) Descriptor() ([]byte, []int)
func (m *QueryInstalledChaincodeArgs) GetName() string
func (m *QueryInstalledChaincodeArgs) GetVersion() string
func (*QueryInstalledChaincodeArgs) ProtoMessage()
func (m *QueryInstalledChaincodeArgs) Reset()
func (m *QueryInstalledChaincodeArgs) String() string
func (m *QueryInstalledChaincodeArgs) XXX_DiscardUnknown()
func (m *QueryInstalledChaincodeArgs) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (dst *QueryInstalledChaincodeArgs) XXX_Merge(src proto.Message)
func (m *QueryInstalledChaincodeArgs) XXX_Size() int
func (m *QueryInstalledChaincodeArgs) XXX_Unmarshal(b []byte) error
QueryInstalledChaincodeResult is the message returned by '+lifecycle.QueryInstalledChaincode'
type QueryInstalledChaincodeResult struct {
Hash []byte `protobuf:"bytes,1,opt,name=hash,proto3" json:"hash,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (*QueryInstalledChaincodeResult) Descriptor() ([]byte, []int)
func (m *QueryInstalledChaincodeResult) GetHash() []byte
func (*QueryInstalledChaincodeResult) ProtoMessage()
func (m *QueryInstalledChaincodeResult) Reset()
func (m *QueryInstalledChaincodeResult) String() string
func (m *QueryInstalledChaincodeResult) XXX_DiscardUnknown()
func (m *QueryInstalledChaincodeResult) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (dst *QueryInstalledChaincodeResult) XXX_Merge(src proto.Message)
func (m *QueryInstalledChaincodeResult) XXX_Size() int
func (m *QueryInstalledChaincodeResult) XXX_Unmarshal(b []byte) error