Interface iPredeterminedBalances<T>

Type Parameters

Implemented by

Properties

incrementedBalances: iIncrementedBalances<T>

Define a starting balance and increment the badge IDs and owned times by a certain amount after each transfer. Cannot be used with manualBalances. Order number corresponds to number of times we increment.

manualBalances: iManualBalances<T>[]

Manually define the balances for each transfer. Cannot be used with incrementedBalances. Order number corresponds to the index of the balance in the array.

orderCalculationMethod: iPredeterminedOrderCalculationMethod

The order calculation method.