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.CallInBlock
CallInBlocks. afterTransactions(int serviceId)
Creates a call id corresponding to aService#afterTransactions
handler call.static Blockchain.CallInBlock
CallInBlocks. beforeTransactions(int serviceId)
Creates a call id corresponding to aService#beforeTransactions
handler call.static Blockchain.CallInBlock
CallInBlocks. 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.CallProof
CallRecords. 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.CallInBlock
Blockchain.CallInBlock.Builder. build()
Blockchain.CallInBlock
Blockchain.CallInBlock.Builder. buildPartial()
static Blockchain.CallInBlock
Blockchain.CallInBlock. getDefaultInstance()
Blockchain.CallInBlock
Blockchain.CallInBlock.Builder. getDefaultInstanceForType()
Blockchain.CallInBlock
Blockchain.CallInBlock. getDefaultInstanceForType()
static Blockchain.CallInBlock
Blockchain.CallInBlock. parseDelimitedFrom(java.io.InputStream input)
static Blockchain.CallInBlock
Blockchain.CallInBlock. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Blockchain.CallInBlock
Blockchain.CallInBlock. parseFrom(byte[] data)
static Blockchain.CallInBlock
Blockchain.CallInBlock. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Blockchain.CallInBlock
Blockchain.CallInBlock. parseFrom(com.google.protobuf.ByteString data)
static Blockchain.CallInBlock
Blockchain.CallInBlock. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Blockchain.CallInBlock
Blockchain.CallInBlock. parseFrom(com.google.protobuf.CodedInputStream input)
static Blockchain.CallInBlock
Blockchain.CallInBlock. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Blockchain.CallInBlock
Blockchain.CallInBlock. parseFrom(java.io.InputStream input)
static Blockchain.CallInBlock
Blockchain.CallInBlock. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Blockchain.CallInBlock
Blockchain.CallInBlock. parseFrom(java.nio.ByteBuffer data)
static Blockchain.CallInBlock
Blockchain.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.Builder
Blockchain.CallInBlock.Builder. mergeFrom(Blockchain.CallInBlock other)
static Blockchain.CallInBlock.Builder
Blockchain.CallInBlock. newBuilder(Blockchain.CallInBlock prototype)