RPC

@Serializable
data class RPC<T>(val context: Response.RPC.Context, val value: T)

Constructors

Link copied to clipboard
constructor(context: Response.RPC.Context, value: T)

Types

Link copied to clipboard
@Serializable
data class Context(val slot: ULong, val apiVersion: String?)

Properties

Link copied to clipboard
Link copied to clipboard
val value: T