Function getDecodedLnInvoice

  • Deprecated

    use decodeInvoice instead

    Parameters

    • paymentRequest: string
    • Optional network: any

    Returns {
        expiry: any;
        paymentRequest: string;
        route_hints: any[];
        sections: any[];
    }

    • Readonly expiry: any
    • paymentRequest: string
    • Readonly route_hints: any[]
    • sections: any[]

Generated using TypeDoc