Hierarchy For All Packages
- io.hotmoka.node.api,
- io.hotmoka.node.api.nodes,
- io.hotmoka.node.api.requests,
- io.hotmoka.node.api.responses,
- io.hotmoka.node.api.signatures,
- io.hotmoka.node.api.transactions,
- io.hotmoka.node.api.types,
- io.hotmoka.node.api.updates,
- io.hotmoka.node.api.values
Class Hierarchy
- java.lang.Object
- java.lang.Throwable (implements java.io.Serializable)
- java.lang.Exception
- io.hotmoka.node.api.ClosedNodeException
- io.hotmoka.node.api.CodeExecutionException
- io.hotmoka.node.api.TransactionException
- io.hotmoka.node.api.TransactionRejectedException
- io.hotmoka.node.api.UninitializedNodeException
- io.hotmoka.node.api.UnknownReferenceException
- java.lang.Exception
- java.lang.Throwable (implements java.io.Serializable)
Interface Hierarchy
- java.lang.AutoCloseable
- io.hotmoka.node.api.Node (also extends io.hotmoka.closeables.api.OnCloseHandlersContainer)
- io.hotmoka.node.api.Subscription
- io.hotmoka.node.api.CodeFuture<V>
- io.hotmoka.node.api.ConstructorFuture
- io.hotmoka.node.api.MethodFuture
- java.lang.Comparable<T>
- io.hotmoka.crypto.api.Entropy
- io.hotmoka.crypto.api.Account<R>
- io.hotmoka.node.api.Account
- io.hotmoka.crypto.api.Account<R>
- io.hotmoka.node.api.signatures.FieldSignature (also extends io.hotmoka.marshalling.api.Marshallable, io.hotmoka.node.api.signatures.Signature)
- io.hotmoka.node.api.types.StorageType (also extends io.hotmoka.marshalling.api.Marshallable)
- io.hotmoka.node.api.values.StorageValue (also extends io.hotmoka.marshalling.api.Marshallable)
- io.hotmoka.node.api.values.BigIntegerValue
- io.hotmoka.node.api.values.BooleanValue
- io.hotmoka.node.api.values.ByteValue
- io.hotmoka.node.api.values.CharValue
- io.hotmoka.node.api.values.DoubleValue
- io.hotmoka.node.api.values.FloatValue
- io.hotmoka.node.api.values.IntValue
- io.hotmoka.node.api.values.LongValue
- io.hotmoka.node.api.values.NullValue
- io.hotmoka.node.api.values.ShortValue
- io.hotmoka.node.api.values.StorageReference (also extends java.io.Serializable)
- io.hotmoka.node.api.values.StringValue
- io.hotmoka.node.api.transactions.TransactionReference (also extends io.hotmoka.marshalling.api.Marshallable, java.io.Serializable)
- io.hotmoka.node.api.updates.Update (also extends io.hotmoka.marshalling.api.Marshallable)
- io.hotmoka.node.api.updates.ClassTag
- io.hotmoka.node.api.updates.UpdateOfField
- io.hotmoka.node.api.updates.UpdateOfBigInteger
- io.hotmoka.node.api.updates.UpdateOfBoolean
- io.hotmoka.node.api.updates.UpdateOfByte
- io.hotmoka.node.api.updates.UpdateOfChar
- io.hotmoka.node.api.updates.UpdateOfDouble
- io.hotmoka.node.api.updates.UpdateOfFloat
- io.hotmoka.node.api.updates.UpdateOfInt
- io.hotmoka.node.api.updates.UpdateOfLong
- io.hotmoka.node.api.updates.UpdateOfShort
- io.hotmoka.node.api.updates.UpdateOfStorage
- io.hotmoka.node.api.updates.UpdateOfString
- io.hotmoka.node.api.updates.UpdateToNull
- io.hotmoka.crypto.api.Entropy
- io.hotmoka.node.api.nodes.ConsensusConfig<C,
B> - io.hotmoka.node.api.nodes.ConsensusConfigBuilder<C,
B> - io.hotmoka.node.api.JarFuture
- io.hotmoka.marshalling.api.Marshallable
- io.hotmoka.node.api.signatures.ConstructorSignature (also extends io.hotmoka.node.api.signatures.CodeSignature)
- io.hotmoka.node.api.signatures.FieldSignature (also extends java.lang.Comparable<T>, io.hotmoka.node.api.signatures.Signature)
- io.hotmoka.node.api.signatures.MethodSignature (also extends io.hotmoka.node.api.signatures.CodeSignature)
- io.hotmoka.node.api.signatures.NonVoidMethodSignature
- io.hotmoka.node.api.signatures.VoidMethodSignature
- io.hotmoka.node.api.types.StorageType (also extends java.lang.Comparable<T>)
- io.hotmoka.node.api.values.StorageValue (also extends java.lang.Comparable<T>)
- io.hotmoka.node.api.values.BigIntegerValue
- io.hotmoka.node.api.values.BooleanValue
- io.hotmoka.node.api.values.ByteValue
- io.hotmoka.node.api.values.CharValue
- io.hotmoka.node.api.values.DoubleValue
- io.hotmoka.node.api.values.FloatValue
- io.hotmoka.node.api.values.IntValue
- io.hotmoka.node.api.values.LongValue
- io.hotmoka.node.api.values.NullValue
- io.hotmoka.node.api.values.ShortValue
- io.hotmoka.node.api.values.StorageReference (also extends java.io.Serializable)
- io.hotmoka.node.api.values.StringValue
- io.hotmoka.node.api.transactions.TransactionReference (also extends java.lang.Comparable<T>, java.io.Serializable)
- io.hotmoka.node.api.requests.TransactionRequest<R>
- io.hotmoka.node.api.requests.GenericJarStoreTransactionRequest<R>
- io.hotmoka.node.api.requests.JarStoreInitialTransactionRequest (also extends io.hotmoka.node.api.requests.InitialTransactionRequest<R>)
- io.hotmoka.node.api.requests.JarStoreTransactionRequest (also extends io.hotmoka.node.api.requests.NonInitialTransactionRequest<R>, io.hotmoka.node.api.requests.SignedTransactionRequest<R>)
- io.hotmoka.node.api.requests.InitialTransactionRequest<R>
- io.hotmoka.node.api.requests.GameteCreationTransactionRequest
- io.hotmoka.node.api.requests.InitializationTransactionRequest
- io.hotmoka.node.api.requests.JarStoreInitialTransactionRequest (also extends io.hotmoka.node.api.requests.GenericJarStoreTransactionRequest<R>)
- io.hotmoka.node.api.requests.NonInitialTransactionRequest<R>
- io.hotmoka.node.api.requests.CodeExecutionTransactionRequest<R>
- io.hotmoka.node.api.requests.ConstructorCallTransactionRequest (also extends io.hotmoka.node.api.requests.SignedTransactionRequest<R>)
- io.hotmoka.node.api.requests.MethodCallTransactionRequest
- io.hotmoka.node.api.requests.AbstractInstanceMethodCallTransactionRequest
- io.hotmoka.node.api.requests.InstanceMethodCallTransactionRequest (also extends io.hotmoka.node.api.requests.SignedTransactionRequest<R>)
- io.hotmoka.node.api.requests.InstanceSystemMethodCallTransactionRequest (also extends io.hotmoka.node.api.requests.SystemTransactionRequest<R>)
- io.hotmoka.node.api.requests.StaticMethodCallTransactionRequest (also extends io.hotmoka.node.api.requests.SignedTransactionRequest<R>)
- io.hotmoka.node.api.requests.AbstractInstanceMethodCallTransactionRequest
- io.hotmoka.node.api.requests.JarStoreTransactionRequest (also extends io.hotmoka.node.api.requests.GenericJarStoreTransactionRequest<R>, io.hotmoka.node.api.requests.SignedTransactionRequest<R>)
- io.hotmoka.node.api.requests.CodeExecutionTransactionRequest<R>
- io.hotmoka.node.api.requests.SignedTransactionRequest<R>
- io.hotmoka.node.api.requests.ConstructorCallTransactionRequest (also extends io.hotmoka.node.api.requests.CodeExecutionTransactionRequest<R>)
- io.hotmoka.node.api.requests.InstanceMethodCallTransactionRequest (also extends io.hotmoka.node.api.requests.AbstractInstanceMethodCallTransactionRequest)
- io.hotmoka.node.api.requests.JarStoreTransactionRequest (also extends io.hotmoka.node.api.requests.GenericJarStoreTransactionRequest<R>, io.hotmoka.node.api.requests.NonInitialTransactionRequest<R>)
- io.hotmoka.node.api.requests.StaticMethodCallTransactionRequest (also extends io.hotmoka.node.api.requests.MethodCallTransactionRequest)
- io.hotmoka.node.api.requests.SystemTransactionRequest<R>
- io.hotmoka.node.api.requests.InstanceSystemMethodCallTransactionRequest (also extends io.hotmoka.node.api.requests.AbstractInstanceMethodCallTransactionRequest)
- io.hotmoka.node.api.requests.GenericJarStoreTransactionRequest<R>
- io.hotmoka.node.api.responses.TransactionResponse
- io.hotmoka.node.api.responses.FailedTransactionResponse
- io.hotmoka.node.api.responses.ConstructorCallTransactionFailedResponse (also extends io.hotmoka.node.api.responses.ConstructorCallTransactionResponse)
- io.hotmoka.node.api.responses.JarStoreTransactionFailedResponse (also extends io.hotmoka.node.api.responses.JarStoreTransactionResponse)
- io.hotmoka.node.api.responses.MethodCallTransactionFailedResponse (also extends io.hotmoka.node.api.responses.MethodCallTransactionResponse)
- io.hotmoka.node.api.responses.GenericJarStoreTransactionResponse
- io.hotmoka.node.api.responses.JarStoreInitialTransactionResponse (also extends io.hotmoka.node.api.responses.InitialTransactionResponse, io.hotmoka.node.api.responses.JarStoreTransactionResponseWithInstrumentedJar)
- io.hotmoka.node.api.responses.JarStoreTransactionResponse (also extends io.hotmoka.node.api.responses.NonInitialTransactionResponse)
- io.hotmoka.node.api.responses.JarStoreTransactionFailedResponse (also extends io.hotmoka.node.api.responses.FailedTransactionResponse)
- io.hotmoka.node.api.responses.JarStoreTransactionSuccessfulResponse (also extends io.hotmoka.node.api.responses.JarStoreTransactionResponseWithInstrumentedJar)
- io.hotmoka.node.api.responses.JarStoreTransactionResponseWithInstrumentedJar
- io.hotmoka.node.api.responses.JarStoreInitialTransactionResponse (also extends io.hotmoka.node.api.responses.GenericJarStoreTransactionResponse, io.hotmoka.node.api.responses.InitialTransactionResponse)
- io.hotmoka.node.api.responses.JarStoreTransactionSuccessfulResponse (also extends io.hotmoka.node.api.responses.JarStoreTransactionResponse)
- io.hotmoka.node.api.responses.InitialTransactionResponse
- io.hotmoka.node.api.responses.GameteCreationTransactionResponse (also extends io.hotmoka.node.api.responses.TransactionResponseWithUpdates)
- io.hotmoka.node.api.responses.InitializationTransactionResponse
- io.hotmoka.node.api.responses.JarStoreInitialTransactionResponse (also extends io.hotmoka.node.api.responses.GenericJarStoreTransactionResponse, io.hotmoka.node.api.responses.JarStoreTransactionResponseWithInstrumentedJar)
- io.hotmoka.node.api.responses.TransactionResponseWithEvents
- io.hotmoka.node.api.responses.ConstructorCallTransactionExceptionResponse (also extends io.hotmoka.node.api.responses.ConstructorCallTransactionResponse)
- io.hotmoka.node.api.responses.ConstructorCallTransactionSuccessfulResponse (also extends io.hotmoka.node.api.responses.ConstructorCallTransactionResponse)
- io.hotmoka.node.api.responses.MethodCallTransactionExceptionResponse (also extends io.hotmoka.node.api.responses.MethodCallTransactionResponse)
- io.hotmoka.node.api.responses.NonVoidMethodCallTransactionSuccessfulResponse (also extends io.hotmoka.node.api.responses.MethodCallTransactionResponse)
- io.hotmoka.node.api.responses.VoidMethodCallTransactionSuccessfulResponse (also extends io.hotmoka.node.api.responses.MethodCallTransactionResponse)
- io.hotmoka.node.api.responses.TransactionResponseWithUpdates
- io.hotmoka.node.api.responses.GameteCreationTransactionResponse (also extends io.hotmoka.node.api.responses.InitialTransactionResponse)
- io.hotmoka.node.api.responses.NonInitialTransactionResponse
- io.hotmoka.node.api.responses.CodeExecutionTransactionResponse
- io.hotmoka.node.api.responses.ConstructorCallTransactionResponse
- io.hotmoka.node.api.responses.ConstructorCallTransactionExceptionResponse (also extends io.hotmoka.node.api.responses.TransactionResponseWithEvents)
- io.hotmoka.node.api.responses.ConstructorCallTransactionFailedResponse (also extends io.hotmoka.node.api.responses.FailedTransactionResponse)
- io.hotmoka.node.api.responses.ConstructorCallTransactionSuccessfulResponse (also extends io.hotmoka.node.api.responses.TransactionResponseWithEvents)
- io.hotmoka.node.api.responses.MethodCallTransactionResponse
- io.hotmoka.node.api.responses.MethodCallTransactionExceptionResponse (also extends io.hotmoka.node.api.responses.TransactionResponseWithEvents)
- io.hotmoka.node.api.responses.MethodCallTransactionFailedResponse (also extends io.hotmoka.node.api.responses.FailedTransactionResponse)
- io.hotmoka.node.api.responses.NonVoidMethodCallTransactionSuccessfulResponse (also extends io.hotmoka.node.api.responses.TransactionResponseWithEvents)
- io.hotmoka.node.api.responses.VoidMethodCallTransactionSuccessfulResponse (also extends io.hotmoka.node.api.responses.TransactionResponseWithEvents)
- io.hotmoka.node.api.responses.ConstructorCallTransactionResponse
- io.hotmoka.node.api.responses.JarStoreTransactionResponse (also extends io.hotmoka.node.api.responses.GenericJarStoreTransactionResponse)
- io.hotmoka.node.api.responses.JarStoreTransactionFailedResponse (also extends io.hotmoka.node.api.responses.FailedTransactionResponse)
- io.hotmoka.node.api.responses.JarStoreTransactionSuccessfulResponse (also extends io.hotmoka.node.api.responses.JarStoreTransactionResponseWithInstrumentedJar)
- io.hotmoka.node.api.responses.CodeExecutionTransactionResponse
- io.hotmoka.node.api.responses.FailedTransactionResponse
- io.hotmoka.node.api.updates.Update (also extends java.lang.Comparable<T>)
- io.hotmoka.node.api.updates.ClassTag
- io.hotmoka.node.api.updates.UpdateOfField
- io.hotmoka.node.api.updates.UpdateOfBigInteger
- io.hotmoka.node.api.updates.UpdateOfBoolean
- io.hotmoka.node.api.updates.UpdateOfByte
- io.hotmoka.node.api.updates.UpdateOfChar
- io.hotmoka.node.api.updates.UpdateOfDouble
- io.hotmoka.node.api.updates.UpdateOfFloat
- io.hotmoka.node.api.updates.UpdateOfInt
- io.hotmoka.node.api.updates.UpdateOfLong
- io.hotmoka.node.api.updates.UpdateOfShort
- io.hotmoka.node.api.updates.UpdateOfStorage
- io.hotmoka.node.api.updates.UpdateOfString
- io.hotmoka.node.api.updates.UpdateToNull
- io.hotmoka.node.api.nodes.NodeInfo
- io.hotmoka.closeables.api.OnCloseHandlersContainer
- io.hotmoka.node.api.Node (also extends java.lang.AutoCloseable)
- java.io.Serializable
- io.hotmoka.node.api.values.StorageReference (also extends io.hotmoka.node.api.values.StorageValue)
- io.hotmoka.node.api.transactions.TransactionReference (also extends java.lang.Comparable<T>, io.hotmoka.marshalling.api.Marshallable)
- io.hotmoka.node.api.signatures.Signature
- io.hotmoka.node.api.signatures.CodeSignature
- io.hotmoka.node.api.signatures.ConstructorSignature (also extends io.hotmoka.marshalling.api.Marshallable)
- io.hotmoka.node.api.signatures.MethodSignature (also extends io.hotmoka.marshalling.api.Marshallable)
- io.hotmoka.node.api.signatures.NonVoidMethodSignature
- io.hotmoka.node.api.signatures.VoidMethodSignature
- io.hotmoka.node.api.signatures.FieldSignature (also extends java.lang.Comparable<T>, io.hotmoka.marshalling.api.Marshallable)
- io.hotmoka.node.api.signatures.CodeSignature
- io.hotmoka.node.api.SubscriptionsManager