types.StatType - PolymeshAssociation/polymesh-sdk GitHub Wiki

Enumeration: StatType

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

types/index.ts:357


Count

Count = "Count"

Defined in

types/index.ts:356


ScopedBalance

ScopedBalance = "ScopedBalance"

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

Defined in

types/index.ts:365


ScopedCount

ScopedCount = "ScopedCount"

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

Defined in

types/index.ts:361