We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aac51a5 commit 82b20f1Copy full SHA for 82b20f1
include/wally_psbt.h
@@ -61,8 +61,6 @@ extern "C" {
61
62
#define WALLY_SCALAR_OFFSET_LEN 32 /* Length of a PSET scalar offset */
63
64
-struct ext_key;
65
-
66
#ifdef SWIG
67
struct wally_psbt_input;
68
struct wally_psbt_output;
include/wally_transaction.h
@@ -81,6 +81,8 @@ extern "C" {
81
82
struct wally_map;
83
84
+struct wally_tx_witness_item;
85
+struct wally_tx_witness_stack;
86
struct wally_tx_input;
87
struct wally_tx_output;
88
struct wally_tx;
0 commit comments