sealed class ServiceType
Identifier for service types a node can expose over the network to other peers. These types are placed into network map advertisements. Services that are purely local and are not providing functionality to other parts of the network don't need a declared service type.
id |
val id: String |
equals |
open operator fun equals(other: Any?): Boolean |
getSubType |
fun getSubType(subTypeId: String): ServiceType |
hashCode |
open fun hashCode(): Int |
isNotary |
fun isNotary(): Boolean |
isSubTypeOf |
fun isSubTypeOf(superType: ServiceType): Boolean |
isValidatingNotary |
fun isValidatingNotary(): Boolean |
toString |
open fun toString(): String |
corda |
val corda: ServiceType |
notary |
val notary: ServiceType |
regulator |
val regulator: ServiceType |
getServiceType |
fun getServiceType(namespace: String, typeId: String): ServiceType |
parse |
fun parse(id: String): ServiceType |