From fe8a7dcd78cfeedc9a7c705e91384f793822912b Mon Sep 17 00:00:00 2001 From: Pieter Wuille Date: Wed, 4 Jul 2018 18:08:19 -0700 Subject: Output descriptors module --- src/script/descriptor.h | 101 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 101 insertions(+) create mode 100644 src/script/descriptor.h (limited to 'src/script/descriptor.h') diff --git a/src/script/descriptor.h b/src/script/descriptor.h new file mode 100644 index 0000000000..d7c7ccbfb6 --- /dev/null +++ b/src/script/descriptor.h @@ -0,0 +1,101 @@ +// Copyright (c) 2018 The Bitcoin Core developers +// Distributed under the MIT software license, see the accompanying +// file COPYING or http://www.opensource.org/licenses/mit-license.php. + +#ifndef BITCOIN_SCRIPT_DESCRIPTOR_H +#define BITCOIN_SCRIPT_DESCRIPTOR_H + +#include