UNPKG

hdwallet-signer

Version:

HDkey signer of transaction for BTC, ETH, TRX, FIL, DOT..., also can generate WIF

7 lines (5 loc) 181 B
const { BtcTxSigner } = require("../index"); const privKey = "0xc540109715836b53b4bea312520b0076c0d1fe4122651caa4ffcc6176d372e19"; const mockFromAddress = ""; new BtcTxSigner();