Skip to main content
The Deno 2 Release Candidate is here
Learn more
Latest
method default.prototype.signmessagewithprivkey
import { default } from "https://deno.land/x/bitcoin_rpc@v1.0.3/mod.ts";

Sign a message with the private key of an address https://developer.bitcoin.org/reference/rpc/signmessagewithprivkey.html

Parameters

privkey: string
message: string