Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Option ¶
type Option = func(*command) error
func WithCallOptions ¶
func WithCallOptions(options ...grpc.CallOption) Option
WithCallOptions specifies the gRPC call options to be used.
func WithChaincodePackage ¶
WithChaincodePackage supplies the chaincode package to be installed.
func WithChaincodePackageBytes ¶
WithChaincodePackageBytes supplies the chaincode package to be installed.
func WithClientConnection ¶
func WithClientConnection(clientConnection grpc.ClientConnInterface) Option
WithClientConnection uses the supplied gRPC client connection. This should be shared by all commands connecting to the same network node.
Click to show internal directories.
Click to hide internal directories.