UNPKG

lightningdevkit

Version:
26 lines (25 loc) 911 B
import { CommonBase } from './CommonBase.mjs'; /** * A `list_protocols` request. * * Please refer to the [bLIP-50 / LSPS0 * specification](https://github.com/lightning/blips/blob/master/blip-0050.md#lsps-specification-support-query) * for more information. */ export declare class LSPS0ListProtocolsRequest extends CommonBase { /** * Constructs a new LSPS0ListProtocolsRequest given each field */ static constructor_new(): LSPS0ListProtocolsRequest; clone_ptr(): bigint; /** * Creates a copy of the LSPS0ListProtocolsRequest */ clone(): LSPS0ListProtocolsRequest; /** * Checks if two LSPS0ListProtocolsRequests contain equal inner contents. * This ignores pointers and is_owned flags and looks at the values in fields. * Two objects with NULL inner values will be considered "equal" here. */ eq(b: LSPS0ListProtocolsRequest): boolean; }