mirror of
https://github.com/ElementsProject/lightning.git
synced 2024-11-19 18:11:28 +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"
|