We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b57d0d5 commit 844b74eCopy full SHA for 844b74e
src/simplicity/include/simplicity/elements/env.h
@@ -4,6 +4,8 @@
4
#include <stdbool.h>
5
#include <stdint.h>
6
7
+extern "C" {
8
+
9
/* This section builds the 'rawTransaction' structure which is the transaction data needed to build an Elements 'txEnv' environment
10
* for evaluating Simplicity expressions within.
11
* The 'rawTransaction' is copied into an opaque 'transaction' structure that can be reused within evaluating Simplicity on multiple
@@ -114,4 +116,5 @@ typedef struct tapEnv tapEnv;
114
116
* Precondition: *rawEnv is well-formed (i.e. rawEnv->pathLen <= 128.)
115
117
*/
118
extern tapEnv* simplicity_elements_mallocTapEnv(const rawTapEnv* rawEnv);
119
+}
120
#endif
0 commit comments