Uses of Class
com.exonum.messages.core.Blockchain.CallInBlock
| Package | Description |
|---|---|
| com.exonum.binding.common.blockchain | |
| com.exonum.binding.core.blockchain | |
| com.exonum.messages.core |
-
Uses of Blockchain.CallInBlock in com.exonum.binding.common.blockchain
Methods in com.exonum.binding.common.blockchain that return Blockchain.CallInBlock Modifier and Type Method Description static Blockchain.CallInBlockCallInBlocks. afterTransactions(int serviceId)Creates a call id corresponding to aService#afterTransactionshandler call.static Blockchain.CallInBlockCallInBlocks. beforeTransactions(int serviceId)Creates a call id corresponding to aService#beforeTransactionshandler call.static Blockchain.CallInBlockCallInBlocks. transaction(int txPosition)Creates a call id corresponding to a transaction method call. -
Uses of Blockchain.CallInBlock in com.exonum.binding.core.blockchain
Methods in com.exonum.binding.core.blockchain that return types with arguments of type Blockchain.CallInBlock Modifier and Type Method Description java.util.Map<Blockchain.CallInBlock,Errors.ExecutionError>CallRecords. getErrors()Returns all errors in the block.Methods in com.exonum.binding.core.blockchain with parameters of type Blockchain.CallInBlock Modifier and Type Method Description java.util.Optional<Errors.ExecutionError>CallRecords. get(Blockchain.CallInBlock callInBlock)Finds the error, if any, occurred in the given call.Proofs.CallProofCallRecords. getProof(Blockchain.CallInBlock callInBlock)Returns a cryptographic proof of authenticity for a top-level call within a block. -
Uses of Blockchain.CallInBlock in com.exonum.messages.core
Methods in com.exonum.messages.core that return Blockchain.CallInBlock Modifier and Type Method Description Blockchain.CallInBlockBlockchain.CallInBlock.Builder. build()Blockchain.CallInBlockBlockchain.CallInBlock.Builder. buildPartial()static Blockchain.CallInBlockBlockchain.CallInBlock. getDefaultInstance()Blockchain.CallInBlockBlockchain.CallInBlock.Builder. getDefaultInstanceForType()Blockchain.CallInBlockBlockchain.CallInBlock. getDefaultInstanceForType()static Blockchain.CallInBlockBlockchain.CallInBlock. parseDelimitedFrom(java.io.InputStream input)static Blockchain.CallInBlockBlockchain.CallInBlock. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Blockchain.CallInBlockBlockchain.CallInBlock. parseFrom(byte[] data)static Blockchain.CallInBlockBlockchain.CallInBlock. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Blockchain.CallInBlockBlockchain.CallInBlock. parseFrom(com.google.protobuf.ByteString data)static Blockchain.CallInBlockBlockchain.CallInBlock. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Blockchain.CallInBlockBlockchain.CallInBlock. parseFrom(com.google.protobuf.CodedInputStream input)static Blockchain.CallInBlockBlockchain.CallInBlock. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Blockchain.CallInBlockBlockchain.CallInBlock. parseFrom(java.io.InputStream input)static Blockchain.CallInBlockBlockchain.CallInBlock. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Blockchain.CallInBlockBlockchain.CallInBlock. parseFrom(java.nio.ByteBuffer data)static Blockchain.CallInBlockBlockchain.CallInBlock. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.exonum.messages.core that return types with arguments of type Blockchain.CallInBlock Modifier and Type Method Description com.google.protobuf.Parser<Blockchain.CallInBlock>Blockchain.CallInBlock. getParserForType()static com.google.protobuf.Parser<Blockchain.CallInBlock>Blockchain.CallInBlock. parser()Methods in com.exonum.messages.core with parameters of type Blockchain.CallInBlock Modifier and Type Method Description Blockchain.CallInBlock.BuilderBlockchain.CallInBlock.Builder. mergeFrom(Blockchain.CallInBlock other)static Blockchain.CallInBlock.BuilderBlockchain.CallInBlock. newBuilder(Blockchain.CallInBlock prototype)