Table of Contents

Class JsonRpcDocumentationMethod

Namespace
Sisk.JsonRPC.Documentation
Assembly
Sisk.JsonRPC.dll

Represents the documentation for a single JSON-RPC method.

public sealed class JsonRpcDocumentationMethod
Inheritance
JsonRpcDocumentationMethod
Inherited Members

Properties

Category

Gets the category of the JSON-RPC method.

Description

Gets the description of the JSON-RPC method.

MethodName

Gets the name of the JSON-RPC method.

Parameters

Gets the parameters of this JSON-RPC method.

ReturnType

Gets the return type of the JSON-RPC method.