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

# 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.

# Structs

Client enables access to a channel on a Fabric network.
Request contains the parameters to query and execute an invocation transaction.
Response contains response parameters for query and execute an invocation transaction.

# Type aliases

ClientOption describes a functional parameter for the New constructor.
RequestOption func for each Opts argument.