Uses of Interface
org.hyperledger.fabric.client.Commit
Packages that use 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
Subinterfaces of Commit in org.hyperledger.fabric.clientModifier and TypeInterfaceDescriptioninterface
Allows access to the transaction result and its commit status on the ledger.Methods in org.hyperledger.fabric.client that return CommitModifier 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.