Uses of Class
io.hotmoka.network.values.StorageValueModel
-
Packages that use StorageValueModel Package Description io.hotmoka.network.requests io.hotmoka.network.responses io.hotmoka.network.updates io.hotmoka.network.values -
-
Uses of StorageValueModel in io.hotmoka.network.requests
Fields in io.hotmoka.network.requests with type parameters of type StorageValueModel Modifier and Type Field Description List<StorageValueModel>ConstructorCallTransactionRequestModel. actualsMethods in io.hotmoka.network.requests that return types with arguments of type StorageValueModel Modifier and Type Method Description Stream<StorageValueModel>MethodCallTransactionRequestModel. getActuals() -
Uses of StorageValueModel in io.hotmoka.network.responses
Fields in io.hotmoka.network.responses declared as StorageValueModel Modifier and Type Field Description StorageValueModelMethodCallTransactionSuccessfulResponseModel. resultThe return value of the method. -
Uses of StorageValueModel in io.hotmoka.network.updates
Fields in io.hotmoka.network.updates declared as StorageValueModel Modifier and Type Field Description StorageValueModelUpdateModel. valueThe value assigned to the updated field. -
Uses of StorageValueModel in io.hotmoka.network.values
Methods in io.hotmoka.network.values that return StorageValueModel Modifier and Type Method Description static StorageValueModelStorageValueModel. modelOfValueReturned(MethodCallTransactionRequestModel request, StorageValue returnedValue)Yields the storage value model of the returned value of a method.
-