Uses of Class
io.hotmoka.network.values.StorageReferenceModel
-
Packages that use StorageReferenceModel Package Description io.hotmoka.network.requests io.hotmoka.network.responses io.hotmoka.network.updates io.hotmoka.network.values -
-
Uses of StorageReferenceModel in io.hotmoka.network.requests
Fields in io.hotmoka.network.requests declared as StorageReferenceModel Modifier and Type Field Description StorageReferenceModelNonInitialTransactionRequestModel. callerStorageReferenceModelEventRequestModel. creatorStorageReferenceModelEventRequestModel. eventStorageReferenceModelInitializationTransactionRequestModel. manifestStorageReferenceModelInstanceMethodCallTransactionRequestModel. receiverStorageReferenceModelInstanceSystemMethodCallTransactionRequestModel. receiver -
Uses of StorageReferenceModel in io.hotmoka.network.responses
Fields in io.hotmoka.network.responses declared as StorageReferenceModel Modifier and Type Field Description StorageReferenceModelGameteCreationTransactionResponseModel. gameteThe created gamete.StorageReferenceModelConstructorCallTransactionSuccessfulResponseModel. newObjectThe object that has been created by the constructor call.Fields in io.hotmoka.network.responses with type parameters of type StorageReferenceModel Modifier and Type Field Description List<StorageReferenceModel>ConstructorCallTransactionExceptionResponseModel. eventsThe events generated by this transaction.List<StorageReferenceModel>ConstructorCallTransactionSuccessfulResponseModel. eventsThe events generated by this transaction. -
Uses of StorageReferenceModel in io.hotmoka.network.updates
Fields in io.hotmoka.network.updates declared as StorageReferenceModel Modifier and Type Field Description StorageReferenceModelUpdateModel. objectThe object whose field is modified. -
Uses of StorageReferenceModel in io.hotmoka.network.values
Fields in io.hotmoka.network.values declared as StorageReferenceModel Modifier and Type Field Description StorageReferenceModelStorageValueModel. referenceUsed for storage references.
-