Uses of Interface
org.hyperledger.fabric.client.Commit
Package
Description
This package provides the set of interfaces that enable a Java application to
interact with a Fabric blockchain network.
-
Uses of Commit in org.hyperledger.fabric.client
Modifier and TypeInterfaceDescriptioninterface
Allows access to the transaction result and its commit status on the ledger.Modifier and TypeMethodDescriptionGateway.newCommit
(byte[] bytes) Recreates a commit from serialized data.Gateway.newSignedCommit
(byte[] bytes, byte[] signature) Create a commit with the specified digital signature, which can be used to access information about a transaction that is committed to the ledger.