Uses of Interface
org.hyperledger.fabric.client.Transaction
Packages that use Transaction
Package
Description
This package provides the set of interfaces that enable a Java application to
interact with a Fabric blockchain network.
-
Uses of Transaction in org.hyperledger.fabric.client
Methods in org.hyperledger.fabric.client that return TransactionModifier and TypeMethodDescriptiondefault TransactionProposal.endorse()Send the proposal to peers to obtain endorsements.Proposal.endorse(UnaryOperator<CallOptions> options) Send the proposal to peers to obtain endorsements.default TransactionProposal.endorse(CallOption... options) Deprecated.Gateway.newSignedTransaction(byte[] transactionBytes, byte[] signature) Create a transaction with the specified digital signature.Gateway.newTransaction(byte[] transactionBytes) Recreates a transaction from serialized data.
Proposal.endorse(UnaryOperator).