Uses of Class
com.exonum.messages.core.Blockchain.Block
| Package | Description |
|---|---|
| com.exonum.binding.core.blockchain | |
| com.exonum.binding.core.blockchain.serialization | |
| com.exonum.messages.core |
-
Uses of Blockchain.Block in com.exonum.binding.core.blockchain
Methods in com.exonum.binding.core.blockchain with parameters of type Blockchain.Block Modifier and Type Method Description static BlockBlock. fromMessage(Blockchain.Block blockMessage)Creates a block from the block message. -
Uses of Blockchain.Block in com.exonum.binding.core.blockchain.serialization
Methods in com.exonum.binding.core.blockchain.serialization with parameters of type Blockchain.Block Modifier and Type Method Description static BlockBlockSerializer. newBlockInternal(Blockchain.Block blockMessage, HashCode blockHash)Creates a block from a message and the block hash. -
Uses of Blockchain.Block in com.exonum.messages.core
Methods in com.exonum.messages.core that return Blockchain.Block Modifier and Type Method Description Blockchain.BlockBlockchain.Block.Builder. build()Blockchain.BlockBlockchain.Block.Builder. buildPartial()Blockchain.BlockProofs.BlockProof.Builder. getBlock()Block header containing such information as the ID of the node which proposed the block, the height of the block, the number of transactions in the block, etc.Blockchain.BlockProofs.BlockProof. getBlock()Block header containing such information as the ID of the node which proposed the block, the height of the block, the number of transactions in the block, etc.Blockchain.BlockProofs.BlockProofOrBuilder. getBlock()Block header containing such information as the ID of the node which proposed the block, the height of the block, the number of transactions in the block, etc.static Blockchain.BlockBlockchain.Block. getDefaultInstance()Blockchain.BlockBlockchain.Block.Builder. getDefaultInstanceForType()Blockchain.BlockBlockchain.Block. getDefaultInstanceForType()static Blockchain.BlockBlockchain.Block. parseDelimitedFrom(java.io.InputStream input)static Blockchain.BlockBlockchain.Block. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Blockchain.BlockBlockchain.Block. parseFrom(byte[] data)static Blockchain.BlockBlockchain.Block. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Blockchain.BlockBlockchain.Block. parseFrom(com.google.protobuf.ByteString data)static Blockchain.BlockBlockchain.Block. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Blockchain.BlockBlockchain.Block. parseFrom(com.google.protobuf.CodedInputStream input)static Blockchain.BlockBlockchain.Block. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Blockchain.BlockBlockchain.Block. parseFrom(java.io.InputStream input)static Blockchain.BlockBlockchain.Block. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Blockchain.BlockBlockchain.Block. parseFrom(java.nio.ByteBuffer data)static Blockchain.BlockBlockchain.Block. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.exonum.messages.core that return types with arguments of type Blockchain.Block Modifier and Type Method Description com.google.protobuf.Parser<Blockchain.Block>Blockchain.Block. getParserForType()static com.google.protobuf.Parser<Blockchain.Block>Blockchain.Block. parser()Methods in com.exonum.messages.core with parameters of type Blockchain.Block Modifier and Type Method Description Proofs.BlockProof.BuilderProofs.BlockProof.Builder. mergeBlock(Blockchain.Block value)Block header containing such information as the ID of the node which proposed the block, the height of the block, the number of transactions in the block, etc.Blockchain.Block.BuilderBlockchain.Block.Builder. mergeFrom(Blockchain.Block other)static Blockchain.Block.BuilderBlockchain.Block. newBuilder(Blockchain.Block prototype)Proofs.BlockProof.BuilderProofs.BlockProof.Builder. setBlock(Blockchain.Block value)Block header containing such information as the ID of the node which proposed the block, the height of the block, the number of transactions in the block, etc.