Module io.hotmoka.node.api
Package io.hotmoka.node.api.requests
Interface JarStoreTransactionRequest
- All Superinterfaces:
GenericJarStoreTransactionRequest<JarStoreTransactionResponse>,io.hotmoka.marshalling.api.Marshallable,NonInitialTransactionRequest<JarStoreTransactionResponse>,SignedTransactionRequest<JarStoreTransactionResponse>,TransactionRequest<JarStoreTransactionResponse>
public interface JarStoreTransactionRequest
extends GenericJarStoreTransactionRequest<JarStoreTransactionResponse>, NonInitialTransactionRequest<JarStoreTransactionResponse>, SignedTransactionRequest<JarStoreTransactionResponse>
A request for a transaction that installs a jar in an 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.NonInitialTransactionRequest
getCaller, getClasspath, getGasLimit, getGasPrice, getNonceMethods inherited from interface io.hotmoka.node.api.requests.SignedTransactionRequest
getCaller, getChainId, getSignature, intoWithoutSignature, toByteArrayWithoutSignatureMethods inherited from interface io.hotmoka.node.api.requests.TransactionRequest
equals, hashCode, toString