Uses of Interface
org.hyperledger.fabric.client.Proposal
Packages that use Proposal
Package
Description
This package provides the set of interfaces that enable a Java application to
interact with a Fabric blockchain network.
-
Uses of Proposal in org.hyperledger.fabric.client
Subinterfaces with type arguments of type Proposal in org.hyperledger.fabric.clientModifier and TypeInterfaceDescriptionstatic interface
Builder used to create a new transaction proposal.Methods in org.hyperledger.fabric.client that return ProposalModifier and TypeMethodDescriptionProposal.Builder.build()
Build the proposal from the configuration state of this builder.Gateway.newProposal
(byte[] proposalBytes) Recreates a proposal from serialized data.Gateway.newSignedProposal
(byte[] proposalBytes, byte[] signature) Create a proposal with the specified digital signature.