Uses of Interface
io.hotmoka.node.api.types.StorageType
Packages that use StorageType
-
Uses of StorageType in io.hotmoka.node.api.signatures
Methods in io.hotmoka.node.api.signatures that return StorageTypeModifier and TypeMethodDescriptionNonVoidMethodSignature.getReturnType()Yields the type of the returned value.FieldSignature.getType()Yields the type of the field.Methods in io.hotmoka.node.api.signatures that return types with arguments of type StorageTypeModifier and TypeMethodDescriptionCodeSignature.getFormals()Yields the formal arguments of the method or constructor, ordered from left to right. -
Uses of StorageType in io.hotmoka.node.api.types
Subinterfaces of StorageType in io.hotmoka.node.api.typesModifier and TypeInterfaceDescriptioninterfaceA basic, primitive type of the Takamaka language.interfaceA class type that can be used for stored objects in blockchain.Methods in io.hotmoka.node.api.types with parameters of type StorageTypeModifier and TypeMethodDescriptionintStorageType.compareTo(StorageType other) Compares this storage type with another.