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

x/bitcoin_rpc/mod.ts>default#walletprocesspsbt

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

Update a PSBT with input information from our wallet and then sign inputs that we can sign for. https://developer.bitcoin.org/reference/rpc/walletprocesspsbt.html

Parameters

psbt: string
optional
sign: boolean
optional
sighashtype: string
optional
bip32derivs: boolean