UNPKG

lightningdevkit

Version:
15 lines (14 loc) 517 B
import { CommonBase } from './CommonBase.mjs'; /** * A message handler capable of sending and handling bLIP-50 / LSPS0 messages. */ export declare class LSPS0ClientHandler extends CommonBase { /** * Calls bLIP-50 / LSPS0's `list_protocols`. * * Please refer to the [bLIP-50 / LSPS0 * specifcation](https://github.com/lightning/blips/blob/master/blip-0050.md#lsps-specification-support-query) * for more information. */ list_protocols(counterparty_node_id: Uint8Array): void; }