interface EngineMinDepositRate {
    productId: number;
    minDepositRate: BigNumber;
}

Properties

productId: number
minDepositRate: BigNumber