Uses of Class
org.hyperledger.fabric.sdk.BlockEvent.TransactionEvent
Packages that use BlockEvent.TransactionEvent
-
Uses of BlockEvent.TransactionEvent in org.hyperledger.fabric.sdk
Methods in org.hyperledger.fabric.sdk that return types with arguments of type BlockEvent.TransactionEventModifier and TypeMethodDescriptionBlockEvent.getTransactionEvents()Channel.sendTransaction(Collection<? extends ProposalResponse> proposalResponses) Send transaction to one of the orderers on the channel using the usercontext set on the client.Channel.sendTransaction(Collection<? extends ProposalResponse> proposalResponses, Collection<Orderer> orderers) Send transaction to one of the specified orderers using the usercontext set on the client..Channel.sendTransaction(Collection<? extends ProposalResponse> proposalResponses, Collection<Orderer> orderers, User userContext) Send transaction to one of a specified set of orderers with the specified user context.Channel.sendTransaction(Collection<? extends ProposalResponse> proposalResponses, Channel.TransactionOptions transactionOptions) Send transaction to one of a specified set of orderers with the specified user context.Channel.sendTransaction(Collection<ProposalResponse> proposalResponses, User userContext) Send transaction to one of the orderers on the channel using a specific user context. -
Uses of BlockEvent.TransactionEvent in org.hyperledger.fabric.sdk.exception
Methods in org.hyperledger.fabric.sdk.exception that return BlockEvent.TransactionEventConstructors in org.hyperledger.fabric.sdk.exception with parameters of type BlockEvent.TransactionEventModifierConstructorDescriptionTransactionEventException(String message, BlockEvent.TransactionEvent transactionEvent) save the TransactionEvent in the exception so that caller can use for debuggingTransactionEventException(String message, BlockEvent.TransactionEvent transactionEvent, Throwable throwable) save the TransactionEvent in the exception so that caller can use for debugging