Skip to content

api.entities.types.StatType

prashantasdeveloper edited this page Sep 19, 2024 · 13 revisions

Enumeration: StatType

api/entities/types.StatType

Represents the StatType from the statistics module.

Note

the chain doesn't use "Scoped" types, but they are needed here to discriminate the input instead of having an optional input

Table of contents

Enumeration Members

Enumeration Members

Balance

Balance = "Balance"

Defined in

api/entities/types.ts:282


Count

Count = "Count"

Defined in

api/entities/types.ts:281


ScopedBalance

ScopedBalance = "ScopedBalance"

ScopedPercentage is an SDK only type, on chain it is Balance with a claimType option present

Defined in

api/entities/types.ts:290


ScopedCount

ScopedCount = "ScopedCount"

ScopedCount is an SDK only type, on chain it is Count with a claimType option present

Defined in

api/entities/types.ts:286

Clone this wiki locally