@getalby/sdk
    Preparing search index...

    Type Alias Nip47ListTransactionsResponse

    type Nip47ListTransactionsResponse = {
        total_count: number;
        transactions: Nip47Transaction[];
    }
    Index

    Properties

    total_count: number

    NOTE: non-NIP-47 spec compliant

    transactions: Nip47Transaction[]