Lightning Node Interface for react-native
npm install react-native-lni
import { WalletInterface } from 'react-native-lni';
const enumCln = WalletInterface.ClnRest
// ...
Made with create-react-native-library Guide https://jhugman.github.io/uniffi-bindgen-react-native/guides/getting-started.html
MIT