Optional
blockSupplier of default gRPC CallOptions for block and private data events.
Optional
blockSupplier of default gRPC CallOptions for block events.
Optional
chaincodeSupplier 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.
Optional
commitSupplier of default gRPC CallOptions for retrieving transaction commit status.
Optional
endorseSupplier of default gRPC CallOptions for endorsements.
Optional
evaluateSupplier of default gRPC CallOptions for evaluating transactions.
Optional
filteredSupplier of default gRPC CallOptions for filtered block events.
Optional
hashHash 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.
Optional
signerSigning implementation used to sign messages sent by the gateway.
Optional
submitSupplier of default gRPC CallOptions for submit of transactions to the orderer.
Optional
tlsSHA-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