Nado Typescript SDK Documentation
    Preparing search index...

    Interface IndexerServerInterestFundingResponse

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

    Properties

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