(request,
target,
options=(),
channel_credentials=None,
call_credentials=None,
insecure=False,
compression=None,
wait_for_ready=None,
timeout=None,
metadata=None)
| 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, |
no outgoing calls