Skip to content

Instantly share code, notes, and snippets.

@alko89
alko89 / transaction.js
Created March 7, 2022 07:22
Multisig transaction
'use strict'
const fs = require('fs');
const assert = require('assert');
const bcoin = require('bcoin');
const KeyRing = bcoin.wallet.WalletKey;
const Script = bcoin.Script;
const MTX = bcoin.MTX;
const Amount = bcoin.Amount;