Uses of Class
io.hotmoka.network.values.TransactionReferenceModel
-
Packages that use TransactionReferenceModel Package Description io.hotmoka.network.requests io.hotmoka.network.responses io.hotmoka.network.updates io.hotmoka.network.values -
-
Uses of TransactionReferenceModel in io.hotmoka.network.requests
Fields in io.hotmoka.network.requests declared as TransactionReferenceModel Modifier and Type Field Description TransactionReferenceModelGameteCreationTransactionRequestModel. classpathTransactionReferenceModelInitializationTransactionRequestModel. classpathTransactionReferenceModelNonInitialTransactionRequestModel. classpathFields in io.hotmoka.network.requests with type parameters of type TransactionReferenceModel Modifier and Type Field Description List<TransactionReferenceModel>JarStoreInitialTransactionRequestModel. dependenciesMethods in io.hotmoka.network.requests that return types with arguments of type TransactionReferenceModel Modifier and Type Method Description Stream<TransactionReferenceModel>JarStoreTransactionRequestModel. getDependencies() -
Uses of TransactionReferenceModel in io.hotmoka.network.responses
Fields in io.hotmoka.network.responses with type parameters of type TransactionReferenceModel Modifier and Type Field Description List<TransactionReferenceModel>JarStoreInitialTransactionResponseModel. dependenciesThe dependencies of the jar, previously installed in blockchain.List<TransactionReferenceModel>JarStoreTransactionSuccessfulResponseModel. dependenciesThe dependencies of the jar, previously installed in blockchain. -
Uses of TransactionReferenceModel in io.hotmoka.network.updates
Fields in io.hotmoka.network.updates declared as TransactionReferenceModel Modifier and Type Field Description TransactionReferenceModelClassTagModel. jarThe transaction that installed the jar from where the class has been loaded.TransactionReferenceModelUpdateModel. jarThe transaction that installed the jar from where the class has been loaded. -
Uses of TransactionReferenceModel in io.hotmoka.network.values
Fields in io.hotmoka.network.values declared as TransactionReferenceModel Modifier and Type Field Description TransactionReferenceModelStorageReferenceModel. transaction
-