abstract 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 dont need a declared service type.
<init> |
ServiceType(id: String) 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 dont need a declared service type. |
id |
val id: String |
equals |
open operator fun equals(other: Any?): Boolean |
hashCode |
open fun hashCode(): Int |
isSubTypeOf |
fun isSubTypeOf(superType: ServiceType): Boolean |
toString |
open fun toString(): String |
OracleType |
object OracleType : ServiceType |
Type |
object Type : ServiceType |
Type |
object Type : ServiceType |
Type |
object Type : ServiceType |
Type |
object Type : ServiceType |
Type |
object Type : ServiceType |
Type |
object Type : ServiceType |