Count
Last updated
Was this helpful?
Last updated
Was this helpful?
Handles all Count Transfer Restriction related functionality
TransferRestrictionBase‹›
↳ Count
Add a Count Transfer Restriction to this Security Token
param
limit on the amount of different (unique) investors that can hold this Security Token at once
param
array of Scope IDs that are exempted from the Restriction
param
array of Identities (or DIDs) that are exempted from the Restriction
note
the result is the total amount of restrictions after the procedure has run
note
required role:
Security Token Owner
Protected
contextInherited from void
• get: function
Retrieve all active Count Transfer Restrictions
note
there is a maximum number of restrictions allowed accross all types. The availableSlots
property of the result represents how many more restrictions can be added before reaching that limit
Protected
parentInherited from void
• removeRestrictions: ProcedureMethod‹void, number›
Removes all Count Transfer Restrictions from this Security Token
note
the result is the total amount of restrictions after the procedure has run
Sets all Count Transfer Restrictions on this Security Token
param
array of Count Transfer Restrictions with their corresponding exemptions (if applicable)
note
the result is the total amount of restrictions after the procedure has run
note
required role:
Security Token Owner
Protected
type• addRestriction: ProcedureMethod‹Omit‹, "type"›, number›
Overrides .
Defined in
• context:
Defined in
Overrides .
Defined in
▸ (): Promise‹‹››
• parent:
Defined in
Overrides .
Defined in
• setRestrictions: ProcedureMethod‹Omit‹, "type"›, number›
Overrides .
Defined in
• type: = TransferRestrictionType.Count as const
Overrides .
Defined in