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

    Class IncrementedBalances<T>

    IncrementedBalances represents predetermined incremented balances for transfers of an approval. You can define a starting balance and increment the token IDs and owned times by a certain amount.

    Type Parameters

    Hierarchy (View Summary)

    Implements

    Index

    Constructors

    Properties

    allowOverrideTimestamp: boolean

    Whether to allow the override timestamp to be used.

    allowOverrideWithAnyValidToken: boolean

    Whether to allow the override with any valid ID.

    durationFromTimestamp: T

    The number of unix milliseconds to approve starting from now. Incompatible with incrementOwnershipTimesBy.

    incrementOwnershipTimesBy: T

    The amount to increment the owned times by after each transfer. Incompatible with durationFromTimestamp.

    incrementTokenIdsBy: T

    The amount to increment the token IDs by after each transfer.

    recurringOwnershipTimes: RecurringOwnershipTimes<T>

    The recurring ownership times for the approval.

    startBalances: BalanceArray<T>

    The starting balances for each transfer. Order number corresponds to the number of times we increment.

    Methods