mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-19 23:24:27 +01:00
libhsmd: First working build script for libhsmd-python
Changelog-Added: libhsmd: Added python bindings for `libhsmd`
This commit is contained in:
committed by
Rusty Russell
parent
214fdcc9d7
commit
7f15f86718
8
contrib/libhsmd_python/libhsmd_python.h
Normal file
8
contrib/libhsmd_python/libhsmd_python.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#ifndef LIGHTNING_CONTRIB_LIBHSMD_PYTHON_LIBHSMD_PYTHON_H
|
||||
#define LIGHTNING_CONTRIB_LIBHSMD_PYTHON_LIBHSMD_PYTHON_H
|
||||
|
||||
#include <hsmd/libhsmd.h>
|
||||
char *handle(long long cap, long long dbid, char *peer_id, char *msg);
|
||||
char *init(char *hex_hsm_secret, char *network_name);
|
||||
|
||||
#endif /* LIGHTNING_CONTRIB_LIBHSMD_PYTHON_LIBHSMD_PYTHON_H */
|
||||
Reference in New Issue
Block a user