interface NewAlignedDistributorArgs {
    maxPercentage: BN;
    maxPrice: BN;
    minPercentage: BN;
    minPrice: BN;
    oracleType: DecodeEnum;
    skipInitial: boolean;
    tickSize: BN;
    totalAmountLocked: BN;
    totalAmountUnlocked: BN;
    updatePeriod: BN;
}

Properties

maxPercentage: BN
maxPrice: BN
minPercentage: BN
minPrice: BN
oracleType: DecodeEnum
skipInitial: boolean
tickSize: BN
totalAmountLocked: BN
totalAmountUnlocked: BN
updatePeriod: BN