interface IndexerServerInterestFundingResponse {
    interest_payments: IndexerServerProductPayment[];
    funding_payments: IndexerServerProductPayment[];
    next_idx: string;
}

Properties

interest_payments: IndexerServerProductPayment[]
funding_payments: IndexerServerProductPayment[]
next_idx: string