MCPcopy Create free account
hub / github.com/ElementsProject/lightning / Getinfo

Method Getinfo

contrib/pyln-testing/pyln/testing/node_pb2_grpc.py:788–802  ·  view source on GitHub ↗
(request,
            target,
            options=(),
            channel_credentials=None,
            call_credentials=None,
            insecure=False,
            compression=None,
            wait_for_ready=None,
            timeout=None,
            metadata=None)

Source from the content-addressed store, hash-verified

786
787 @staticmethod
788 def Getinfo(request,
789 target,
790 options=(),
791 channel_credentials=None,
792 call_credentials=None,
793 insecure=False,
794 compression=None,
795 wait_for_ready=None,
796 timeout=None,
797 metadata=None):
798 return grpc.experimental.unary_unary(request, target, '/cln.Node/Getinfo',
799 node__pb2.GetinfoRequest.SerializeToString,
800 node__pb2.GetinfoResponse.FromString,
801 options, channel_credentials,
802 insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
803
804 @staticmethod
805 def ListPeers(request,

Callers 3

getinfoMethod · 0.45
test_grpc_connectFunction · 0.45
test_grpc_wrong_authFunction · 0.45

Implementers 1

server.rscln-grpc/src/server.rs

Calls

no outgoing calls

Tested by 2

test_grpc_connectFunction · 0.36
test_grpc_wrong_authFunction · 0.36