Documentation ¶
Index ¶
- type InstallChaincodeArgs
- 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
- type InstallChaincodeResult
- 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
- type QueryInstalledChaincodeArgs
- 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
- type QueryInstalledChaincodeResult
- 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
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InstallChaincodeArgs ¶
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 `` /* 132-byte string literal not displayed */ XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
InstallChaincodeArgs is the message used as the argument to '+lifecycle.InstallChaincode'
func (*InstallChaincodeArgs) Descriptor ¶
func (*InstallChaincodeArgs) Descriptor() ([]byte, []int)
func (*InstallChaincodeArgs) GetChaincodeInstallPackage ¶
func (m *InstallChaincodeArgs) GetChaincodeInstallPackage() []byte
func (*InstallChaincodeArgs) GetName ¶
func (m *InstallChaincodeArgs) GetName() string
func (*InstallChaincodeArgs) GetVersion ¶
func (m *InstallChaincodeArgs) GetVersion() string
func (*InstallChaincodeArgs) ProtoMessage ¶
func (*InstallChaincodeArgs) ProtoMessage()
func (*InstallChaincodeArgs) Reset ¶
func (m *InstallChaincodeArgs) Reset()
func (*InstallChaincodeArgs) String ¶
func (m *InstallChaincodeArgs) String() string
func (*InstallChaincodeArgs) XXX_DiscardUnknown ¶
func (m *InstallChaincodeArgs) XXX_DiscardUnknown()
func (*InstallChaincodeArgs) XXX_Marshal ¶
func (m *InstallChaincodeArgs) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*InstallChaincodeArgs) XXX_Merge ¶
func (dst *InstallChaincodeArgs) XXX_Merge(src proto.Message)
func (*InstallChaincodeArgs) XXX_Size ¶
func (m *InstallChaincodeArgs) XXX_Size() int
func (*InstallChaincodeArgs) XXX_Unmarshal ¶
func (m *InstallChaincodeArgs) XXX_Unmarshal(b []byte) error
type InstallChaincodeResult ¶
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:"-"` }
InstallChaincodeArgs is the message returned by '+lifecycle.InstallChaincode'
func (*InstallChaincodeResult) Descriptor ¶
func (*InstallChaincodeResult) Descriptor() ([]byte, []int)
func (*InstallChaincodeResult) GetHash ¶
func (m *InstallChaincodeResult) GetHash() []byte
func (*InstallChaincodeResult) ProtoMessage ¶
func (*InstallChaincodeResult) ProtoMessage()
func (*InstallChaincodeResult) Reset ¶
func (m *InstallChaincodeResult) Reset()
func (*InstallChaincodeResult) String ¶
func (m *InstallChaincodeResult) String() string
func (*InstallChaincodeResult) XXX_DiscardUnknown ¶
func (m *InstallChaincodeResult) XXX_DiscardUnknown()
func (*InstallChaincodeResult) XXX_Marshal ¶
func (m *InstallChaincodeResult) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*InstallChaincodeResult) XXX_Merge ¶
func (dst *InstallChaincodeResult) XXX_Merge(src proto.Message)
func (*InstallChaincodeResult) XXX_Size ¶
func (m *InstallChaincodeResult) XXX_Size() int
func (*InstallChaincodeResult) XXX_Unmarshal ¶
func (m *InstallChaincodeResult) XXX_Unmarshal(b []byte) error
type QueryInstalledChaincodeArgs ¶
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:"-"` }
QueryInstalledChaincodeArgs is the message returned by '+lifecycle.QueryInstalledChaincode'
func (*QueryInstalledChaincodeArgs) Descriptor ¶
func (*QueryInstalledChaincodeArgs) Descriptor() ([]byte, []int)
func (*QueryInstalledChaincodeArgs) GetName ¶
func (m *QueryInstalledChaincodeArgs) GetName() string
func (*QueryInstalledChaincodeArgs) GetVersion ¶
func (m *QueryInstalledChaincodeArgs) GetVersion() string
func (*QueryInstalledChaincodeArgs) ProtoMessage ¶
func (*QueryInstalledChaincodeArgs) ProtoMessage()
func (*QueryInstalledChaincodeArgs) Reset ¶
func (m *QueryInstalledChaincodeArgs) Reset()
func (*QueryInstalledChaincodeArgs) String ¶
func (m *QueryInstalledChaincodeArgs) String() string
func (*QueryInstalledChaincodeArgs) XXX_DiscardUnknown ¶
func (m *QueryInstalledChaincodeArgs) XXX_DiscardUnknown()
func (*QueryInstalledChaincodeArgs) XXX_Marshal ¶
func (m *QueryInstalledChaincodeArgs) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryInstalledChaincodeArgs) XXX_Merge ¶
func (dst *QueryInstalledChaincodeArgs) XXX_Merge(src proto.Message)
func (*QueryInstalledChaincodeArgs) XXX_Size ¶
func (m *QueryInstalledChaincodeArgs) XXX_Size() int
func (*QueryInstalledChaincodeArgs) XXX_Unmarshal ¶
func (m *QueryInstalledChaincodeArgs) XXX_Unmarshal(b []byte) error
type QueryInstalledChaincodeResult ¶
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:"-"` }
QueryInstalledChaincodeResult is the message returned by '+lifecycle.QueryInstalledChaincode'
func (*QueryInstalledChaincodeResult) Descriptor ¶
func (*QueryInstalledChaincodeResult) Descriptor() ([]byte, []int)
func (*QueryInstalledChaincodeResult) GetHash ¶
func (m *QueryInstalledChaincodeResult) GetHash() []byte
func (*QueryInstalledChaincodeResult) ProtoMessage ¶
func (*QueryInstalledChaincodeResult) ProtoMessage()
func (*QueryInstalledChaincodeResult) Reset ¶
func (m *QueryInstalledChaincodeResult) Reset()
func (*QueryInstalledChaincodeResult) String ¶
func (m *QueryInstalledChaincodeResult) String() string
func (*QueryInstalledChaincodeResult) XXX_DiscardUnknown ¶
func (m *QueryInstalledChaincodeResult) XXX_DiscardUnknown()
func (*QueryInstalledChaincodeResult) XXX_Marshal ¶
func (m *QueryInstalledChaincodeResult) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryInstalledChaincodeResult) XXX_Merge ¶
func (dst *QueryInstalledChaincodeResult) XXX_Merge(src proto.Message)
func (*QueryInstalledChaincodeResult) XXX_Size ¶
func (m *QueryInstalledChaincodeResult) XXX_Size() int
func (*QueryInstalledChaincodeResult) XXX_Unmarshal ¶
func (m *QueryInstalledChaincodeResult) XXX_Unmarshal(b []byte) error
Click to show internal directories.
Click to hide internal directories.