UNPKG

lightningdevkit

Version:
25 lines (24 loc) 751 B
import { Option_u64Z } from '../structs/Option_u64Z.mjs'; import { CommonBase } from './CommonBase.mjs'; /** * Client-side configuration options for bLIP-51 / LSPS1 channel requests. */ export declare class LSPS1ClientConfig extends CommonBase { /** * The maximally allowed channel fees. */ get_max_channel_fees_msat(): Option_u64Z; /** * The maximally allowed channel fees. */ set_max_channel_fees_msat(val: Option_u64Z): void; /** * Constructs a new LSPS1ClientConfig given each field */ static constructor_new(max_channel_fees_msat_arg: Option_u64Z): LSPS1ClientConfig; clone_ptr(): bigint; /** * Creates a copy of the LSPS1ClientConfig */ clone(): LSPS1ClientConfig; }