mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-24 01:24:26 +01:00
generate composite fields in grpc
This commit is contained in:
committed by
Christian Decker
parent
42e038b9ad
commit
241cd8d012
9
cln-grpc/proto/node.proto
generated
9
cln-grpc/proto/node.proto
generated
@@ -70,6 +70,7 @@ message GetinfoResponse {
|
||||
uint32 num_inactive_channels = 7;
|
||||
string version = 8;
|
||||
string lightning_dir = 9;
|
||||
optional GetinfoOur_features our_features = 10;
|
||||
uint32 blockheight = 11;
|
||||
string network = 12;
|
||||
optional uint64 msatoshi_fees_collected = 18;
|
||||
@@ -173,6 +174,7 @@ message ListpeersPeersChannels {
|
||||
}
|
||||
ListpeersPeersChannelsState state = 1;
|
||||
optional bytes scratch_txid = 2;
|
||||
optional ListpeersPeersChannelsFeerate feerate = 3;
|
||||
optional string owner = 4;
|
||||
optional string short_channel_id = 5;
|
||||
optional bytes channel_id = 6;
|
||||
@@ -188,6 +190,7 @@ message ListpeersPeersChannels {
|
||||
ChannelSide opener = 16;
|
||||
optional ChannelSide closer = 17;
|
||||
repeated string features = 18;
|
||||
optional ListpeersPeersChannelsFunding funding = 19;
|
||||
optional Amount to_us_msat = 20;
|
||||
optional Amount min_to_us_msat = 21;
|
||||
optional Amount max_to_us_msat = 22;
|
||||
@@ -206,6 +209,7 @@ message ListpeersPeersChannels {
|
||||
optional uint32 their_to_self_delay = 33;
|
||||
optional uint32 our_to_self_delay = 34;
|
||||
optional uint32 max_accepted_htlcs = 35;
|
||||
optional ListpeersPeersChannelsAlias alias = 50;
|
||||
repeated string status = 37;
|
||||
optional uint64 in_payments_offered = 38;
|
||||
optional Amount in_offered_msat = 39;
|
||||
@@ -438,6 +442,7 @@ message ConnectResponse {
|
||||
bytes id = 1;
|
||||
bytes features = 2;
|
||||
ConnectDirection direction = 3;
|
||||
ConnectAddress address = 4;
|
||||
}
|
||||
|
||||
message ConnectAddress {
|
||||
@@ -649,6 +654,7 @@ message ListinvoicesInvoices {
|
||||
|
||||
message SendonionRequest {
|
||||
bytes onion = 1;
|
||||
SendonionFirst_hop first_hop = 2;
|
||||
bytes payment_hash = 3;
|
||||
optional string label = 4;
|
||||
repeated bytes shared_secrets = 5;
|
||||
@@ -1115,6 +1121,9 @@ message FeeratesRequest {
|
||||
|
||||
message FeeratesResponse {
|
||||
optional string warning_missing_feerates = 1;
|
||||
optional FeeratesPerkb perkb = 2;
|
||||
optional FeeratesPerkw perkw = 3;
|
||||
optional FeeratesOnchain_fee_estimates onchain_fee_estimates = 4;
|
||||
}
|
||||
|
||||
message FeeratesPerkb {
|
||||
|
||||
Reference in New Issue
Block a user