CustomRequest

open class CustomRequest(val method: Method, val params: BaseRequestParams?) : Request(source)

A custom request with a specified method.

Constructors

Link copied to clipboard
constructor(method: Method, params: BaseRequestParams?)

Properties

Link copied to clipboard
open override val method: Method
Link copied to clipboard
open override val params: BaseRequestParams?

Functions

Link copied to clipboard

Converts the request to a JSON-RPC request.