interface GetIndexerInterestFundingPaymentsResponse {
    interestPayments: IndexerProductPayment[];
    fundingPayments: IndexerProductPayment[];
    nextCursor: null | string;
}

Hierarchy (view full)

Properties

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