Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/monero_rpc/client.ts>BaseClient

A Monero RPC Module for Deno
Latest
class BaseClient
import { BaseClient } from "https://deno.land/x/monero_rpc@v1.0.3/client.ts";

Constructors

new
BaseClient(unnamed 0: Args)

initializes a new instance of the BitcoinRPC class.

Properties

auth: boolean
optional
client: DigestClient
url: string

Methods

request(
method: string,
paramVars: any[],
paramNames: any[],
)

Make a request to the Monero JSON RPC.