Uses of Class
org.hyperledger.fabric.sdk.Channel.TransactionOptions
Packages that use Channel.TransactionOptions
-
Uses of Channel.TransactionOptions in org.hyperledger.fabric.sdk
Methods in org.hyperledger.fabric.sdk that return Channel.TransactionOptionsModifier and TypeMethodDescriptionstatic Channel.TransactionOptionsChannel.TransactionOptions.createTransactionOptions()Create transaction options.Channel.TransactionOptions.failFast(boolean failFast) Fail fast when there is an invalid transaction received on the eventing peer being observed.Channel.TransactionOptions.nOfEvents(Channel.NOfEvents nOfEvents) Events reporting Eventing Peers to complete the transaction.Channel.TransactionOptions.orderers(Collection<Orderer> orderers) The orders to try on this transaction.The orders to try on this transaction.Channel.TransactionOptions.shuffleOrders(boolean shuffleOrders) Shuffle the order the Orderers are tried.Channel.TransactionOptions.userContext(User userContext) The user context that is to be used.Methods in org.hyperledger.fabric.sdk with parameters of type Channel.TransactionOptionsModifier and TypeMethodDescriptionChannel.sendTransaction(Collection<? extends ProposalResponse> proposalResponses, Channel.TransactionOptions transactionOptions) Send transaction to one of a specified set of orderers with the specified user context.