We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
types.StatType
Represents the StatType from the statistics module.
statistics
Note
the chain doesn't use "Scoped" types, but they are needed here to discriminate the input instead of having an optional input
• Balance = "Balance"
"Balance"
types/index.ts:357
• Count = "Count"
"Count"
types/index.ts:356
• ScopedBalance = "ScopedBalance"
"ScopedBalance"
ScopedPercentage is an SDK only type, on chain it is Balance with a claimType option present
Balance
types/index.ts:365
• ScopedCount = "ScopedCount"
"ScopedCount"
ScopedCount is an SDK only type, on chain it is Count with a claimType option present
Count
types/index.ts:361