Module io.hotmoka.node.api
Package io.hotmoka.node.api.requests
Interface JarStoreInitialTransactionRequest
- All Superinterfaces:
GenericJarStoreTransactionRequest<JarStoreInitialTransactionResponse>,InitialTransactionRequest<JarStoreInitialTransactionResponse>,io.hotmoka.marshalling.api.Marshallable,TransactionRequest<JarStoreInitialTransactionResponse>
public interface JarStoreInitialTransactionRequest
extends InitialTransactionRequest<JarStoreInitialTransactionResponse>, GenericJarStoreTransactionRequest<JarStoreInitialTransactionResponse>
A request for a transaction that installs a jar in a yet non-initialized node.
-
Method Summary
Methods inherited from interface io.hotmoka.node.api.requests.GenericJarStoreTransactionRequest
getDependencies, getJar, getJarLength, getNumberOfDependenciesMethods inherited from interface io.hotmoka.marshalling.api.Marshallable
into, size, toByteArrayMethods inherited from interface io.hotmoka.node.api.requests.TransactionRequest
equals, hashCode, toString