package
1.0.0
Repository: https://github.com/hyperledger/fabric-sdk-go.git
Documentation: pkg.go.dev

# Functions

New returns a Client instance.
WithBlockEvents indicates that block events are to be received.
WithBlockNum indicates the block number from which events are to be received.
WithSeekType indicates the type of seek desired - newest, oldest or from given block Only deliverclient supports this.

# Structs

Client enables access to a channel events on a Fabric network.

# Type aliases

ClientOption describes a functional parameter for the New constructor.