Skip to main content
Version: 31.0.x

Enumeration: StatType

Defined in: src/api/entities/types.ts:289

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

Enumeration Members​

Balance​

Balance: "Balance"

Defined in: src/api/entities/types.ts:291


Count​

Count: "Count"

Defined in: src/api/entities/types.ts:290


ScopedBalance​

ScopedBalance: "ScopedBalance"

Defined in: src/api/entities/types.ts:299

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


ScopedCount​

ScopedCount: "ScopedCount"

Defined in: src/api/entities/types.ts:295

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