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.
api/procedures/types.StatType
Represents the different type of statistics that can be enabled for an Asset
• Count = "Count"
"Count"
Keeps a count of the total number of investors
api/procedures/types.ts:146
• Percentage = "Percentage"
"Percentage"
Keeps track of the amount of supply investors hold
api/procedures/types.ts:150
• ScopedCount = "ScopedCount"
"ScopedCount"
Keeps a count of the total number of investors who have a certain claim
api/procedures/types.ts:154
• ScopedPercentage = "ScopedPercentage"
"ScopedPercentage"
Keeps track of the amount of supply held between investors who have a certain claim
api/procedures/types.ts:158