Nado Typescript SDK Documentation
    Preparing search index...

    Interface IndexerServerProductPayment

    Interest / funding

    interface IndexerServerProductPayment {
        product_id: number;
        idx: string;
        timestamp: string;
        amount: string;
        balance_amount: string;
        rate_x18: string;
        oracle_price_x18: string;
        isolated: boolean;
        isolated_product_id: null | number;
    }
    Index

    Properties

    product_id: number
    idx: string
    timestamp: string
    amount: string
    balance_amount: string
    rate_x18: string
    oracle_price_x18: string
    isolated: boolean
    isolated_product_id: null | number