# Packages
Package invoke provides the handlers for performing chaincode invocations.
# Functions
New returns a Client instance.
WithBeforeRetry specifies a function to call before a retry attempt.
WithChaincodeFilter adds a chaincode filter for figuring out additional endorsers.
WithParentContext encapsulates grpc parent context.
WithRetry option to configure retries.
WithTargetEndpoints allows overriding of the target peers for the request.
WithTargetFilter specifies a per-request target peer-filter.
WithTargets allows overriding of the target peers for the request.
WithTargetSorter specifies a per-request target sorter.
WithTimeout encapsulates key value pairs of timeout type, timeout duration to Options.
# Type aliases
ClientOption describes a functional parameter for the New constructor.
RequestOption func for each Opts argument.