Skip to content

api.procedures.types.StatType

VictorVicente edited this page Sep 6, 2022 · 8 revisions

Enumeration: StatType

api/procedures/types.StatType

Represents the different type of statistics that can be enabled for an Asset

Table of contents

Enumeration Members

Enumeration Members

Count

Count = "Count"

Keeps a count of the total number of investors

Defined in

api/procedures/types.ts:146


Percentage

Percentage = "Percentage"

Keeps track of the amount of supply investors hold

Defined in

api/procedures/types.ts:150


ScopedCount

ScopedCount = "ScopedCount"

Keeps a count of the total number of investors who have a certain claim

Defined in

api/procedures/types.ts:154


ScopedPercentage

ScopedPercentage = "ScopedPercentage"

Keeps track of the amount of supply held between investors who have a certain claim

Defined in

api/procedures/types.ts:158

Clone this wiki locally