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

Update grpc files for v0.14.1-beta

This commit is contained in:
2022-05-26 17:18:32 +02:00
parent 21f6466529
commit ddeea4da42
7 changed files with 47 additions and 0 deletions

View File

@@ -5,6 +5,7 @@ require 'google/protobuf'
require 'rpc_pb'
require 'signrpc/signer_pb'
Google::Protobuf::DescriptorPool.generated_pool.build do
add_file("walletrpc/walletkit.proto", :syntax => :proto3) do
add_message "walletrpc.ListUnspentRequest" do
@@ -35,6 +36,8 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
end
add_message "walletrpc.AddrRequest" do
optional :account, :string, 1
optional :type, :enum, 2, "walletrpc.AddressType"
optional :change, :bool, 3
end
add_message "walletrpc.AddrResponse" do
optional :addr, :string, 1