@getalby/sdk
    Preparing search index...

    Type Alias Nip47MultiPayKeysendResponse

    type Nip47MultiPayKeysendResponse = {
        errors: [];
        keysends: (
            { keysend: Nip47PayKeysendRequest } & Nip47PayResponse & WithDTag
        )[];
    }
    Index

    Properties

    Properties

    errors: []
    keysends: ({ keysend: Nip47PayKeysendRequest } & Nip47PayResponse & WithDTag)[]