1
0
mirror of https://github.com/bumi/lnrpc synced 2026-02-13 23:17:49 +00:00

grpc files for v0.12.1-beta

This commit is contained in:
2021-07-09 21:19:28 +02:00
parent 0ceddc872b
commit 641b8113f2
17 changed files with 313 additions and 127 deletions

View File

@@ -10,7 +10,7 @@ module Verrpc
# and build information of the running daemon.
class Service
include GRPC::GenericService
include ::GRPC::GenericService
self.marshal_class_method = :encode
self.unmarshal_class_method = :decode
@@ -19,7 +19,7 @@ module Verrpc
# lncli: `version`
# GetVersion returns the current version and build information of the running
# daemon.
rpc :GetVersion, VersionRequest, Version
rpc :GetVersion, ::Verrpc::VersionRequest, ::Verrpc::Version
end
Stub = Service.rpc_stub_class