Nado Typescript SDK Documentation
    Preparing search index...

    Interface GetIndexerPaginatedInterestFundingPaymentsResponse

    interface GetIndexerPaginatedInterestFundingPaymentsResponse {
        interestPayments: IndexerProductPayment[];
        fundingPayments: IndexerProductPayment[];
        nextCursor: null | string;
        meta: IndexerPaginationMeta;
    }

    Hierarchy (View Summary)

    Index

    Properties

    interestPayments: IndexerProductPayment[]
    fundingPayments: IndexerProductPayment[]
    nextCursor: null | string