...

Package lifecycle

import "github.com/hyperledger/fabric/protos/peer/lifecycle"
Overview
Index

Overview ▾

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

Package files

lifecycle.pb.go

type InstallChaincodeArgs

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

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

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

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

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

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

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

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