Package-level declarations

Types

Link copied to clipboard
data class ContractAttachmentWithLegacy(val currentAttachment: ContractAttachment, val legacyAttachment: ContractAttachment? = null)
Link copied to clipboard
data class CordappImpl(val jarFile: Path, val contractClassNames: List<String>, val initiatedFlows: List<Class<out FlowLogic<*>>>, val rpcFlows: List<Class<out FlowLogic<*>>>, val serviceFlows: List<Class<out FlowLogic<*>>>, val schedulableFlows: List<Class<out FlowLogic<*>>>, val services: List<Class<out SerializeAsToken>>, val telemetryComponents: List<Class<out TelemetryComponent>>, val serializationWhitelists: List<SerializationWhitelist>, val serializationCustomSerializers: List<SerializationCustomSerializer<*, *>>, val checkpointCustomSerializers: List<CheckpointCustomSerializer<*, *>>, val customSchemas: Set<MappedSchema>, val allFlows: List<Class<out FlowLogic<*>>>, val info: Cordapp.Info, val minimumPlatformVersion: Int, val targetPlatformVersion: Int, val jarHash: SecureHash.SHA256 = jarFile.hash, val languageVersion: LanguageVersion = LanguageVersion.Data, val notaryService: Class<out NotaryService>? = null, val isLoaded: Boolean = true, explicitCordappClasses: List<String> = emptyList(), val isVirtual: Boolean = false) : Cordapp
Link copied to clipboard
Link copied to clipboard
data class KotlinMetadataVersion(val major: Int, val minor: Int, val patch: Int = 0) : Comparable<KotlinMetadataVersion>
Link copied to clipboard
sealed class LanguageVersion

Properties

Functions

Link copied to clipboard
operator fun Manifest.get(key: String): String?
Link copied to clipboard
operator fun Manifest.set(key: Attributes.Name, value: String): Any?
operator fun Manifest.set(key: String, value: String): String?