AppleSauce
    Preparing search index...

    Parameters for lookup_invoice method

    interface LookupInvoiceParams {
        invoice?: string;
        payment_hash?: string;
    }
    Index

    Properties

    invoice?: string

    Invoice to lookup

    payment_hash?: string

    Payment hash of the invoice, one of payment_hash or invoice is required