Uses of Interface
org.hyperledger.fabric.client.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
Modifier 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.