CountRestrictions
Last updated
Was this helpful?
Last updated
Was this helpful?
Namespace that handles all Count Restriction related functionality
↳ CountRestrictions
Create a new SubModule instance
Parameters:
Name
Type
securityToken
context
Protected
contextProtected
securityToken▸ getMaxHolderCount(): Promise‹number›
Retrieve the maximum amonut of tokenholders allowed to hold the token at once Can be modified with modifyMaxHolderCount
Returns: Promise‹number›
Modify the maximum amount of tokenholders allowed to hold the token at once
Parameters:
▪ args: object
Name
Type
maxHolderCount
number
+ new CountRestrictions(securityToken
: , context
: ):
Inherited from .
Defined in
Returns:
• context:
Inherited from .
Defined in
• securityToken:
Inherited from .
Defined in
Defined in
▸ modifyMaxHolderCount(args
: object): Promise‹‹, void››
Defined in
Returns: Promise‹‹, void››