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

    Class PredeterminedBalances

    PredeterminedBalances represents balances with predetermined order calculation.

    from message badges.PredeterminedBalances

    Hierarchy

    Index

    Constructors

    Properties

    incrementedBalances?: badges.IncrementedBalances

    Balances that have a starting amount and increment. If this is nil, then we use the manual balances.

    from field: badges.IncrementedBalances incrementedBalances = 2;

    manualBalances: badges.ManualBalances[] = []

    Manual balances that can be entered. If this is nil, then we use the incremented balances.

    from field: repeated badges.ManualBalances manualBalances = 1;

    The method to calculate the order of predetermined balances.

    from field: badges.PredeterminedOrderCalculationMethod orderCalculationMethod = 3;

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

    Methods