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

from message badges.IncrementedBalances

Hierarchy

Constructors

Properties

incrementBadgeIdsBy: string = ""

The amount by which to increment badge IDs.

from field: string incrementBadgeIdsBy = 2;

incrementOwnershipTimesBy: string = ""

The amount by which to increment ownership times.

from field: string incrementOwnershipTimesBy = 3;

startBalances: proto.badges.Balance[] = []

from field: repeated badges.Balance startBalances = 1;

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

Methods