UNPKG

lightningdevkit

Version:
16 lines (15 loc) 416 B
import { CommonBase } from './CommonBase.mjs'; /** * Client-side configuration options for JIT channels. */ export declare class LSPS2ClientConfig extends CommonBase { /** * Constructs a new LSPS2ClientConfig given each field */ static constructor_new(): LSPS2ClientConfig; clone_ptr(): bigint; /** * Creates a copy of the LSPS2ClientConfig */ clone(): LSPS2ClientConfig; }