Discovery

@Serializable
data class Discovery(val openrpc: String, val info: Info, val methods: List<Method>)

Constructors

Link copied to clipboard
constructor(openrpc: String, info: Info, methods: List<Method>)

Properties

Link copied to clipboard
val info: Info
Link copied to clipboard
Link copied to clipboard