@getalby/sdk
    Preparing search index...

    Type Alias SendPaymentRequestParams

    type SendPaymentRequestParams = {
        amount?: number;
        invoice: string;
    }
    Index

    Properties

    Properties

    amount?: number
    invoice: string