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

    Interface iPrecalculationOptions<T>

    interface iPrecalculationOptions<T extends NumberType> {
        overrideTimestamp?: T;
        tokenIdsOverride?: iUintRange<T>[];
    }

    Type Parameters

    Implemented by

    Index

    Properties

    overrideTimestamp?: T

    The timestamp to use for the transfer.

    tokenIdsOverride?: iUintRange<T>[]

    The token IDs to use for the transfer.