CustomRequest

@Serializable
open class CustomRequest(val method: Method) : Request(source)

A custom request with a specified method.

Parameters

method

The method associated with the request.

Constructors

Link copied to clipboard
constructor(method: Method)

Properties

Link copied to clipboard
open override val method: Method

Functions

Link copied to clipboard

Converts the request to a JSON-RPC request.