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 Block
Block. 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 Block
BlockSerializer. 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.Block
Blockchain.Block.Builder. build()
Blockchain.Block
Blockchain.Block.Builder. buildPartial()
Blockchain.Block
Proofs.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.Block
Proofs.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.Block
Proofs.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.Block
Blockchain.Block. getDefaultInstance()
Blockchain.Block
Blockchain.Block.Builder. getDefaultInstanceForType()
Blockchain.Block
Blockchain.Block. getDefaultInstanceForType()
static Blockchain.Block
Blockchain.Block. parseDelimitedFrom(java.io.InputStream input)
static Blockchain.Block
Blockchain.Block. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Blockchain.Block
Blockchain.Block. parseFrom(byte[] data)
static Blockchain.Block
Blockchain.Block. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Blockchain.Block
Blockchain.Block. parseFrom(com.google.protobuf.ByteString data)
static Blockchain.Block
Blockchain.Block. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Blockchain.Block
Blockchain.Block. parseFrom(com.google.protobuf.CodedInputStream input)
static Blockchain.Block
Blockchain.Block. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Blockchain.Block
Blockchain.Block. parseFrom(java.io.InputStream input)
static Blockchain.Block
Blockchain.Block. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Blockchain.Block
Blockchain.Block. parseFrom(java.nio.ByteBuffer data)
static Blockchain.Block
Blockchain.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.Builder
Proofs.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.Builder
Blockchain.Block.Builder. mergeFrom(Blockchain.Block other)
static Blockchain.Block.Builder
Blockchain.Block. newBuilder(Blockchain.Block prototype)
Proofs.BlockProof.Builder
Proofs.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.