@getalby/sdk
    Preparing search index...

    Type Alias MultiKeysendResponse

    type MultiKeysendResponse = {
        errors: { keysend: KeysendArgs; message: string }[];
        keysends: ({ keysend: KeysendArgs } & SendPaymentResponse)[];
    }
    Index

    Properties

    Properties

    errors: { keysend: KeysendArgs; message: string }[]
    keysends: ({ keysend: KeysendArgs } & SendPaymentResponse)[]