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

x/monero_rpc/daemon.ts>MoneroDaemonRPC#request

A Monero RPC Module for Deno
Latest
method MoneroDaemonRPC.prototype.request
import { MoneroDaemonRPC } from "https://deno.land/x/monero_rpc@v1.0.3/daemon.ts";

Make a request to the Monero JSON RPC.

Parameters

method: string
  • The method to call.
paramVars: any[]
  • The parameter values.
paramNames: any[]
  • The parameter names.