Module io.hotmoka.node.api
Package io.hotmoka.node.api.responses
Interface GameteCreationTransactionResponse
- All Superinterfaces:
InitialTransactionResponse,io.hotmoka.marshalling.api.Marshallable,TransactionResponse,TransactionResponseWithUpdates
public interface GameteCreationTransactionResponse
extends InitialTransactionResponse, TransactionResponseWithUpdates
A response for a transaction that created a gamete in a yet non-initialized blockchain.
-
Method Summary
Modifier and TypeMethodDescriptionYields the reference of the gamete that has been createdMethods inherited from interface io.hotmoka.marshalling.api.Marshallable
into, size, toByteArrayMethods inherited from interface io.hotmoka.node.api.responses.TransactionResponse
equals, hashCode, toStringMethods inherited from interface io.hotmoka.node.api.responses.TransactionResponseWithUpdates
getUpdates
-
Method Details
-
getGamete
StorageReference getGamete()Yields the reference of the gamete that has been created- Returns:
- the reference
-