Uses of Interface
org.hyperledger.fabric.client.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
Modifier and TypeMethodDescriptiondefault Transaction
Proposal.endorse()
Send the proposal to peers to obtain endorsements.Proposal.endorse
(UnaryOperator<CallOptions> options) Send the proposal to peers to obtain endorsements.default Transaction
Proposal.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)
.