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

    Class PrecalculationOptions

    PrecalculationOptions defines the options for precalculating the balances.

    from message badges.PrecalculationOptions

    Hierarchy

    Index

    Constructors

    Properties

    overrideTimestamp: string = ""

    The timestamp to override with when calculating the balances.

    from field: string overrideTimestamp = 1;

    tokenIdsOverride: badges.UintRange[] = []

    The IDs to override for the transfer. Only applicable if using this option in precalculation.

    from field: repeated badges.UintRange tokenIdsOverride = 2;

    fields: FieldList = ...
    runtime: ProtoRuntime = proto3
    typeName: "badges.PrecalculationOptions"

    Methods