mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-01-05 21:44:42 +01:00
7f15f86718
Changelog-Added: libhsmd: Added python bindings for `libhsmd`
8 lines
107 B
OpenEdge ABL
8 lines
107 B
OpenEdge ABL
%module libhsmd
|
|
%{
|
|
#define SWIG_FILE_WITH_INIT
|
|
#include "libhsmd_python.h"
|
|
%}
|
|
|
|
%include "libhsmd_python.h"
|