OptionalblockSupplier of default gRPC CallOptions for block and private data events.
OptionalblockSupplier of default gRPC CallOptions for block events.
OptionalchaincodeSupplier of default gRPC CallOptions for chaincode events.
A gRPC Client connection to a Fabric Gateway. This should be shared by all gateway instances connecting to the same Fabric Gateway. The client connection will not be closed when the gateway is closed.
OptionalcommitSupplier of default gRPC CallOptions for retrieving transaction commit status.
OptionalendorseSupplier of default gRPC CallOptions for endorsements.
OptionalevaluateSupplier of default gRPC CallOptions for evaluating transactions.
OptionalfilteredSupplier of default gRPC CallOptions for filtered block events.
OptionalhashHash implementation used by the gateway to generate digital signatures. If this option is not specified, SHA-256 is used by default.
Client identity used by the gateway.
OptionalsignerSigning implementation used to sign messages sent by the gateway.
OptionalsubmitSupplier of default gRPC CallOptions for submit of transactions to the orderer.
OptionaltlsSHA-256 hash of the TLS client certificate. This option is required only if mutual TLS authentication is used for the gRPC connection to the Gateway peer.
Options used when connecting to a Fabric Gateway.
Example