Module io.hotmoka.node.api
Package io.hotmoka.node.api.requests
Interface ConstructorCallTransactionRequest
- All Superinterfaces:
CodeExecutionTransactionRequest<ConstructorCallTransactionResponse>,io.hotmoka.marshalling.api.Marshallable,NonInitialTransactionRequest<ConstructorCallTransactionResponse>,SignedTransactionRequest<ConstructorCallTransactionResponse>,TransactionRequest<ConstructorCallTransactionResponse>
public interface ConstructorCallTransactionRequest
extends CodeExecutionTransactionRequest<ConstructorCallTransactionResponse>, SignedTransactionRequest<ConstructorCallTransactionResponse>
A request for calling a constructor of a storage class in a node.
-
Method Summary
Modifier and TypeMethodDescriptionYields the method or constructor referenced in this request.Methods inherited from interface io.hotmoka.node.api.requests.CodeExecutionTransactionRequest
actualsMethods 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
-
Method Details
-
getStaticTarget
ConstructorSignature getStaticTarget()Description copied from interface:CodeExecutionTransactionRequestYields the method or constructor referenced in this request.- Specified by:
getStaticTargetin interfaceCodeExecutionTransactionRequest<ConstructorCallTransactionResponse>- Returns:
- the method or constructor
-