Nado Typescript SDK Documentation
    Preparing search index...

    Shared properties across products

    interface BaseProduct {
        type: ProductEngineType;
        productId: number;
        oraclePrice: BigNumber;
        longWeightInitial: BigNumber;
        shortWeightInitial: BigNumber;
        longWeightMaintenance: BigNumber;
        shortWeightMaintenance: BigNumber;
    }

    Hierarchy (View Summary)

    Index

    Properties

    productId: number
    oraclePrice: BigNumber
    longWeightInitial: BigNumber
    shortWeightInitial: BigNumber
    longWeightMaintenance: BigNumber
    shortWeightMaintenance: BigNumber