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

    Class IncrementedBalances

    IncrementedBalances represents balances that are incremented by specific amounts, according to the order calculation method.

    from message badges.IncrementedBalances

    Hierarchy

    Index

    Constructors

    Properties

    allowOverrideTimestamp: boolean = false

    Whether to allow overriding the timestamp for the balances (only applicable with durationFromTimestamp set).

    from field: bool allowOverrideTimestamp = 5;

    allowOverrideWithAnyValidToken: boolean = false

    Allow override of any valid ID

    from field: bool allowOverrideWithAnyValidToken = 7;

    durationFromTimestamp: string = ""

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

    from field: string durationFromTimestamp = 4;

    incrementOwnershipTimesBy: string = ""

    The amount by which to increment ownership times. Incompatible with approveStartingFromNowBy.

    from field: string incrementOwnershipTimesBy = 3;

    incrementTokenIdsBy: string = ""

    The amount by which to increment token IDs.

    from field: string incrementTokenIdsBy = 2;

    recurringOwnershipTimes?: badges.RecurringOwnershipTimes

    Recurring ownership times.

    from field: badges.RecurringOwnershipTimes recurringOwnershipTimes = 6;

    startBalances: badges.Balance[] = []

    from field: repeated badges.Balance startBalances = 1;

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

    Methods