UNPKG

lightningdevkit

Version:
12 lines (11 loc) 289 B
import { CommonBase } from './CommonBase.mjs'; /** * A [`CandidateRouteHop::PrivateHop`] entry. */ export declare class PrivateHopCandidate extends CommonBase { clone_ptr(): bigint; /** * Creates a copy of the PrivateHopCandidate */ clone(): PrivateHopCandidate; }