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

x/bitcoin_rpc/client.ts>default

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

Constructors

new
default(unnamed 0: Args)

initializes a new instance of the BitcoinRPC class.

Properties

auth: boolean
optional
pass: string
url: string
optional
user: string

Methods

request(method: string, params: any[])

Make a request to the Bitcoin JSON RPC.