TransferRestrictionBase
Last updated
Was this helpful?
Last updated
Was this helpful?
Base class for managing Transfer Restrictions
▪ T:
Namespace‹›
↳ TransferRestrictionBase
↳
↳
Add a Transfer Restriction of the corresponding type to this Security Token
param
array of Scope IDs 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
Optional
exemptedScopeIds• exemptedScopeIds? : string[]
Protected
parentInherited from void
• removeRestrictions: ProcedureMethod‹void, number›
Removes all Transfer Restrictions of the corresponding type from this Security Token
note
the result is the total amount of restrictions after the procedure has run
note
required role:
Security Token Owner
Sets all Transfer Restrictions of the corresponding type on this Security Token
param
array of 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
Abstract
type• type: T
Retrieve all active Transfer Restrictions of the corresponding type
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
• addRestriction: ProcedureMethod‹‹T›, number›
Defined in
• context:
Defined in
Defined in
• parent:
Defined in
Defined in
• setRestrictions: ProcedureMethod‹‹T›, number›
Defined in
Defined in
▸ get(): Promise‹‹T››
Defined in
Returns: Promise‹‹T››