Restrictions
Namespace that handles all Transfer Restriction related functionality
Hierarchy
↳ Restrictions
Index
Constructors
Properties
Constructors
constructor
+ new Restrictions(securityToken: SecurityToken, context: Context): Restrictions
Overrides SubModule.constructor
Defined in src/entities/SecurityToken/Transfers/Restrictions/Restrictions.ts:13
Create a new Restrictions instance
Parameters:
Returns: Restrictions
Properties
Protected context
Protected context• context: Context
Inherited from SubModule.context
Defined in src/entities/SecurityToken/SubModule.ts:10
count
• count: CountRestrictions
Defined in src/entities/SecurityToken/Transfers/Restrictions/Restrictions.ts:11
percentage
• percentage: PercentageRestrictions
Defined in src/entities/SecurityToken/Transfers/Restrictions/Restrictions.ts:13
Protected securityToken
Protected securityToken• securityToken: SecurityToken
Inherited from SubModule.securityToken
Defined in src/entities/SecurityToken/SubModule.ts:8
Last updated
Was this helpful?