Extend BIP174 PSBT base class
This commit is contained in:
parent
62f1749021
commit
6a5e395ebd
6 changed files with 24 additions and 0 deletions
src
9
src/psbt.js
Normal file
9
src/psbt.js
Normal file
|
@ -0,0 +1,9 @@
|
|||
'use strict';
|
||||
Object.defineProperty(exports, '__esModule', { value: true });
|
||||
const bip174_1 = require('bip174');
|
||||
class Psbt extends bip174_1.Psbt {
|
||||
constructor() {
|
||||
super();
|
||||
}
|
||||
}
|
||||
exports.Psbt = Psbt;
|
Loading…
Add table
Add a link
Reference in a new issue