bitbadgesjs-sdk - v0.22.7
    Preparing search index...

    Interface iPredeterminedBalances<T>

    Type Parameters

    Implemented by

    Index

    Properties

    incrementedBalances: iIncrementedBalances<T>

    Define a starting balance and increment the token 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.