@getalby/sdk
    Preparing search index...

    Type Alias DecodedInvoice

    type DecodedInvoice = {
        amount: number;
        created_at: number;
        currency: string;
        description: string;
        expiry: number;
        min_final_cltv_expiry: number;
        msatoshi: number;
        payee: string;
        payee_alias: string;
        payment_hash: string;
    }
    Index

    Properties

    amount: number
    created_at: number

    unix timestamp in seconds

    currency: string
    description: string
    expiry: number

    expiry from the created_at time in seconds (not a timestamp)

    min_final_cltv_expiry: number
    msatoshi: number
    payee: string
    payee_alias: string
    payment_hash: string