cln-grpc 0.6.0

The Core Lightning API as grpc primitives. Provides the bindings used to expose the API over the network.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
cln-grpc-wrongdir:
	$(MAKE) -C .. cln-grpc-all

CLN_GRPC_EXAMPLES :=
CLN_GRPC_GENALL = cln-grpc/proto/node.proto \
	cln-grpc/src/convert.rs \
	cln-grpc/src/server.rs

DEFAULT_TARGETS += $(CLN_GRPC_EXAMPLES) $(CLN_GRPC_GENALL)

MSGGEN_GENALL += $(CLN_GRPC_GENALL) contrib/pyln-testing/pyln/testing/grpc2py.py

cln-grpc-all: ${CLN_GRPC_GENALL} ${CLN_GRPC_EXAMPLES}