Serialized Form
-
Package com.exonum.binding.common.hash
-
Package com.exonum.binding.common.messages
-
Class com.exonum.binding.common.messages.DeployArguments extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
artifactFilename_
java.lang.Object artifactFilename_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
-
Class com.exonum.binding.common.messages.Service.ServiceConfiguration extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
format_
int format_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
value_
java.lang.Object value_
-
-
-
Package com.exonum.binding.common.proofs
-
Class com.exonum.binding.common.proofs.InvalidProofException extends java.lang.RuntimeException implements Serializable
-
-
Package com.exonum.binding.core.proxy
-
Class com.exonum.binding.core.proxy.CloseFailuresException extends java.lang.Exception implements Serializable
-
-
Package com.exonum.binding.core.runtime
-
Class com.exonum.binding.core.runtime.ServiceLoadingException extends java.lang.Exception implements Serializable
-
Class com.exonum.binding.core.runtime.UnexpectedExecutionException extends java.lang.RuntimeException implements Serializable
-
-
Package com.exonum.binding.core.service
-
Class com.exonum.binding.core.service.ExecutionException extends java.lang.RuntimeException implements Serializable
-
Serialized Fields
-
errorCode
byte errorCode
-
-
-
Class com.exonum.binding.core.service.TransactionSubmissionException extends java.lang.RuntimeException implements Serializable
-
-
Package com.exonum.binding.core.testkit.internal
-
Class com.exonum.binding.core.testkit.internal.TestKitProtos.TestKitService extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
artifactSpec_
Base.ArtifactSpec artifactSpec_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
serviceSpecs_
java.util.List<Lifecycle.InstanceInitParams> serviceSpecs_
-
-
Class com.exonum.binding.core.testkit.internal.TestKitProtos.TestKitServiceInstances extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
memoizedIsInitialized
byte memoizedIsInitialized
-
services_
java.util.List<TestKitProtos.TestKitService> services_
-
-
-
Package com.exonum.messages.common
-
Class com.exonum.messages.common.BitVecOuterClass.BitVec extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
data_
com.google.protobuf.ByteString data_
-
len_
long len_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
-
-
Package com.exonum.messages.core
-
Class com.exonum.messages.core.Blockchain.AdditionalHeaders extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
headers_
KeyValueSequenceOuterClass.KeyValueSequence headers_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
-
Class com.exonum.messages.core.Blockchain.Block extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
additionalHeaders_
Blockchain.AdditionalHeaders additionalHeaders_
-
errorHash_
Types.Hash errorHash_
-
height_
long height_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
prevHash_
Types.Hash prevHash_
-
proposerId_
int proposerId_
-
stateHash_
Types.Hash stateHash_
-
txCount_
int txCount_
-
txHash_
Types.Hash txHash_
-
-
Class com.exonum.messages.core.Blockchain.CallInBlock extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
call_
java.lang.Object call_
-
callCase_
int callCase_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
-
Class com.exonum.messages.core.Blockchain.Config extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
firstRoundTimeout_
long firstRoundTimeout_
-
maxMessageLen_
int maxMessageLen_
-
maxProposeTimeout_
long maxProposeTimeout_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
minProposeTimeout_
long minProposeTimeout_
-
peersTimeout_
long peersTimeout_
-
proposeTimeoutThreshold_
int proposeTimeoutThreshold_
-
statusTimeout_
long statusTimeout_
-
txsBlockLimit_
int txsBlockLimit_
-
validatorKeys_
java.util.List<Blockchain.ValidatorKeys> validatorKeys_
-
-
Class com.exonum.messages.core.Blockchain.TxLocation extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
blockHeight_
long blockHeight_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
positionInBlock_
int positionInBlock_
-
-
Class com.exonum.messages.core.Blockchain.ValidatorKeys extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
consensusKey_
Types.PublicKey consensusKey_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
serviceKey_
Types.PublicKey serviceKey_
-
-
Class com.exonum.messages.core.KeyValueSequenceOuterClass.KeyValue extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
key_
java.lang.Object key_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
value_
com.google.protobuf.ByteString value_
-
-
Class com.exonum.messages.core.KeyValueSequenceOuterClass.KeyValueSequence extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
entries_
java.util.List<KeyValueSequenceOuterClass.KeyValue> entries_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
-
Class com.exonum.messages.core.Messages.CoreMessage extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
kind_
java.lang.Object kind_
-
kindCase_
int kindCase_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
-
Class com.exonum.messages.core.Messages.Precommit extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
blockHash_
Types.Hash blockHash_
-
epoch_
long epoch_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
proposeHash_
Types.Hash proposeHash_
-
round_
int round_
-
time_
com.google.protobuf.Timestamp time_
-
validator_
int validator_
-
-
Class com.exonum.messages.core.Messages.SignedMessage extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
author_
Types.PublicKey author_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
payload_
com.google.protobuf.ByteString payload_
-
signature_
Types.Signature signature_
-
-
Class com.exonum.messages.core.Proofs.BlockProof extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
block_
Blockchain.Block block_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
precommits_
java.util.List<Messages.SignedMessage> precommits_
-
-
Class com.exonum.messages.core.Proofs.CallProof extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
blockProof_
Proofs.BlockProof blockProof_
-
callProof_
MapProofOuterClass.MapProof callProof_
-
errorDescription_
java.lang.Object errorDescription_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
-
Class com.exonum.messages.core.Proofs.IndexProof extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
blockProof_
Proofs.BlockProof blockProof_
-
indexProof_
MapProofOuterClass.MapProof indexProof_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
-
-
Package com.exonum.messages.core.runtime
-
Class com.exonum.messages.core.runtime.Auth.Caller extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
caller_
java.lang.Object caller_
-
callerCase_
int callerCase_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
-
Class com.exonum.messages.core.runtime.Base.AnyTx extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
arguments_
com.google.protobuf.ByteString arguments_
-
callInfo_
Base.CallInfo callInfo_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
-
Class com.exonum.messages.core.runtime.Base.ArtifactId extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
memoizedIsInitialized
byte memoizedIsInitialized
-
name_
java.lang.Object name_
-
runtimeId_
int runtimeId_
-
version_
java.lang.Object version_
-
-
Class com.exonum.messages.core.runtime.Base.ArtifactSpec extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
artifact_
Base.ArtifactId artifact_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
payload_
com.google.protobuf.ByteString payload_
-
-
Class com.exonum.messages.core.runtime.Base.CallInfo extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
instanceId_
int instanceId_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
methodId_
int methodId_
-
-
Class com.exonum.messages.core.runtime.Base.InstanceSpec extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
artifact_
Base.ArtifactId artifact_
-
id_
int id_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
name_
java.lang.Object name_
-
-
Class com.exonum.messages.core.runtime.Errors.CallSite extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
callType_
int callType_
-
instanceId_
int instanceId_
-
interface_
java.lang.Object interface_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
methodId_
int methodId_
-
-
Class com.exonum.messages.core.runtime.Errors.ExecutionError extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
callInfo_
java.lang.Object callInfo_
-
callInfoCase_
int callInfoCase_
-
code_
int code_
-
description_
java.lang.Object description_
-
kind_
int kind_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
runtime_
java.lang.Object runtime_
-
runtimeCase_
int runtimeCase_
-
-
Class com.exonum.messages.core.runtime.Errors.ExecutionErrorAux extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
description_
java.lang.Object description_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
-
Class com.exonum.messages.core.runtime.Errors.ExecutionStatus extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
memoizedIsInitialized
byte memoizedIsInitialized
-
result_
java.lang.Object result_
-
resultCase_
int resultCase_
-
-
Class com.exonum.messages.core.runtime.Lifecycle.ArtifactState extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
deploySpec_
com.google.protobuf.ByteString deploySpec_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
status_
int status_
-
-
Class com.exonum.messages.core.runtime.Lifecycle.GenesisConfig extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
artifacts_
java.util.List<Base.ArtifactSpec> artifacts_
-
builtinInstances_
java.util.List<Lifecycle.InstanceInitParams> builtinInstances_
-
consensusConfig_
Blockchain.Config consensusConfig_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
-
Class com.exonum.messages.core.runtime.Lifecycle.InstanceInitParams extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
constructor_
com.google.protobuf.ByteString constructor_
-
instanceSpec_
Base.InstanceSpec instanceSpec_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
-
Class com.exonum.messages.core.runtime.Lifecycle.InstanceMigration extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
completedHash_
Types.Hash completedHash_
-
endVersion_
java.lang.Object endVersion_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
target_
Base.ArtifactId target_
-
-
Class com.exonum.messages.core.runtime.Lifecycle.InstanceState extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
dataVersion_
java.lang.Object dataVersion_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
pendingStatus_
Lifecycle.InstanceStatus pendingStatus_
-
spec_
Base.InstanceSpec spec_
-
status_
Lifecycle.InstanceStatus status_
-
-
Class com.exonum.messages.core.runtime.Lifecycle.InstanceStatus extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
memoizedIsInitialized
byte memoizedIsInitialized
-
status_
java.lang.Object status_
-
statusCase_
int statusCase_
-
-
Class com.exonum.messages.core.runtime.Lifecycle.MigrationStatus extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
memoizedIsInitialized
byte memoizedIsInitialized
-
result_
java.lang.Object result_
-
resultCase_
int resultCase_
-
-
-
Package com.exonum.messages.crypto
-
Class com.exonum.messages.crypto.Types.Hash extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
data_
com.google.protobuf.ByteString data_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
-
Class com.exonum.messages.crypto.Types.PublicKey extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
data_
com.google.protobuf.ByteString data_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
-
Class com.exonum.messages.crypto.Types.Signature extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
data_
com.google.protobuf.ByteString data_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
-
-
Package com.exonum.messages.proof
-
Class com.exonum.messages.proof.ListProofOuterClass.HashedEntry extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
hash_
Types.Hash hash_
-
key_
ListProofOuterClass.ProofListKey key_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
-
Class com.exonum.messages.proof.ListProofOuterClass.ListProof extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
entries_
java.util.List<ListProofOuterClass.ListProofEntry> entries_
-
length_
long length_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
proof_
java.util.List<ListProofOuterClass.HashedEntry> proof_
-
-
Class com.exonum.messages.proof.ListProofOuterClass.ListProofEntry extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
index_
long index_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
value_
com.google.protobuf.ByteString value_
-
-
Class com.exonum.messages.proof.ListProofOuterClass.ProofListKey extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
height_
int height_
-
index_
long index_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
-
Class com.exonum.messages.proof.MapProofOuterClass.MapProof extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
entries_
java.util.List<MapProofOuterClass.OptionalEntry> entries_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
proof_
java.util.List<MapProofOuterClass.MapProofEntry> proof_
-
-
Class com.exonum.messages.proof.MapProofOuterClass.MapProofEntry extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
hash_
Types.Hash hash_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
path_
com.google.protobuf.ByteString path_
-
pathPadding_
int pathPadding_
-
-
Class com.exonum.messages.proof.MapProofOuterClass.OptionalEntry extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
key_
com.google.protobuf.ByteString key_
-
maybeValue_
java.lang.Object maybeValue_
-
maybeValueCase_
int maybeValueCase_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
-