RpcRequest

data class RpcRequest<T>(val id: Int? = null, val invocation: RpcInvocation<T>)

Constructors

Link copied to clipboard
constructor(id: Int? = null, invocation: RpcInvocation<T>)

Properties

Link copied to clipboard
val id: Int? = null
Link copied to clipboard