Skip to content

Commit

Permalink
Update proto files and types
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 30, 2023
1 parent 29e1150 commit b055f76
Showing 1 changed file with 56 additions and 0 deletions.
56 changes: 56 additions & 0 deletions src/grpc/types/lnrpc_proxy/Lightning.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@ import type {
ListChannelsResponse as _lnrpc_proxy_ListChannelsResponse,
ListChannelsResponse__Output as _lnrpc_proxy_ListChannelsResponse__Output,
} from '../lnrpc_proxy/ListChannelsResponse'
import type {
PaymentHash as _lnrpc_proxy_PaymentHash,
PaymentHash__Output as _lnrpc_proxy_PaymentHash__Output,
} from '../lnrpc_proxy/PaymentHash'
import type {
QueryRoutesRequest as _lnrpc_proxy_QueryRoutesRequest,
QueryRoutesRequest__Output as _lnrpc_proxy_QueryRoutesRequest__Output,
Expand Down Expand Up @@ -285,6 +289,47 @@ export interface LightningClient extends grpc.Client {
callback: grpc.requestCallback<_lnrpc_proxy_ListChannelsResponse__Output>
): grpc.ClientUnaryCall

LookupInvoice(
argument: _lnrpc_proxy_PaymentHash,
metadata: grpc.Metadata,
options: grpc.CallOptions,
callback: grpc.requestCallback<_lnrpc_proxy_Invoice__Output>
): grpc.ClientUnaryCall
LookupInvoice(
argument: _lnrpc_proxy_PaymentHash,
metadata: grpc.Metadata,
callback: grpc.requestCallback<_lnrpc_proxy_Invoice__Output>
): grpc.ClientUnaryCall
LookupInvoice(
argument: _lnrpc_proxy_PaymentHash,
options: grpc.CallOptions,
callback: grpc.requestCallback<_lnrpc_proxy_Invoice__Output>
): grpc.ClientUnaryCall
LookupInvoice(
argument: _lnrpc_proxy_PaymentHash,
callback: grpc.requestCallback<_lnrpc_proxy_Invoice__Output>
): grpc.ClientUnaryCall
lookupInvoice(
argument: _lnrpc_proxy_PaymentHash,
metadata: grpc.Metadata,
options: grpc.CallOptions,
callback: grpc.requestCallback<_lnrpc_proxy_Invoice__Output>
): grpc.ClientUnaryCall
lookupInvoice(
argument: _lnrpc_proxy_PaymentHash,
metadata: grpc.Metadata,
callback: grpc.requestCallback<_lnrpc_proxy_Invoice__Output>
): grpc.ClientUnaryCall
lookupInvoice(
argument: _lnrpc_proxy_PaymentHash,
options: grpc.CallOptions,
callback: grpc.requestCallback<_lnrpc_proxy_Invoice__Output>
): grpc.ClientUnaryCall
lookupInvoice(
argument: _lnrpc_proxy_PaymentHash,
callback: grpc.requestCallback<_lnrpc_proxy_Invoice__Output>
): grpc.ClientUnaryCall

QueryRoutes(
argument: _lnrpc_proxy_QueryRoutesRequest,
metadata: grpc.Metadata,
Expand Down Expand Up @@ -495,6 +540,11 @@ export interface LightningHandlers extends grpc.UntypedServiceImplementation {
_lnrpc_proxy_ListChannelsResponse
>

LookupInvoice: grpc.handleUnaryCall<
_lnrpc_proxy_PaymentHash__Output,
_lnrpc_proxy_Invoice
>

QueryRoutes: grpc.handleUnaryCall<
_lnrpc_proxy_QueryRoutesRequest__Output,
_lnrpc_proxy_QueryRoutesResponse
Expand Down Expand Up @@ -552,6 +602,12 @@ export interface LightningDefinition extends grpc.ServiceDefinition {
_lnrpc_proxy_ListChannelsRequest__Output,
_lnrpc_proxy_ListChannelsResponse__Output
>
LookupInvoice: MethodDefinition<
_lnrpc_proxy_PaymentHash,
_lnrpc_proxy_Invoice,
_lnrpc_proxy_PaymentHash__Output,
_lnrpc_proxy_Invoice__Output
>
QueryRoutes: MethodDefinition<
_lnrpc_proxy_QueryRoutesRequest,
_lnrpc_proxy_QueryRoutesResponse,
Expand Down

0 comments on commit b055f76

Please sign in to comment.