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

x/bitcoin_rpc/mod.ts>default#send

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

EXPERIMENTAL warning: this call may be changed in future releases. https://developer.bitcoin.org/reference/rpc/send.html

Parameters

outputs: Array<{ [address: string]: string | number; } | { data: string; }>
optional
conf_target: number
optional
estimate_mode: string
optional
fee_rate: number
optional
options: { add_inputs?: boolean; add_to_wallet?: boolean; change_address?: string; change_position?: number; change_type?: string; subtract_fee_from_outputs?: Array<number>; conf_target?: number; estimate_mode?: string; fee_rate?: number | string; include_watching?: boolean; inputs?: Array<{ txid: string; vout: number; sequence: number; }>; }