You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
567 B
18 lines
567 B
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
const embed_1 = require("./embed");
|
|
exports.embed = embed_1.p2data;
|
|
const p2ms_1 = require("./p2ms");
|
|
exports.p2ms = p2ms_1.p2ms;
|
|
const p2pk_1 = require("./p2pk");
|
|
exports.p2pk = p2pk_1.p2pk;
|
|
const p2pkh_1 = require("./p2pkh");
|
|
exports.p2pkh = p2pkh_1.p2pkh;
|
|
const p2sh_1 = require("./p2sh");
|
|
exports.p2sh = p2sh_1.p2sh;
|
|
const p2wpkh_1 = require("./p2wpkh");
|
|
exports.p2wpkh = p2wpkh_1.p2wpkh;
|
|
const p2wsh_1 = require("./p2wsh");
|
|
exports.p2wsh = p2wsh_1.p2wsh;
|
|
// TODO
|
|
// witness commitment
|
|
|