UNPKG

@node-lightning/graph

Version:
11 lines (10 loc) 261 B
export declare class ChannelSettings { direction: number; timestamp: number; cltvExpiryDelta: number; htlcMinimumMsat: bigint; htlcMaximumMsat: bigint; feeBaseMsat: number; feeProportionalMillionths: number; disabled: boolean; }