Restrictions

Namespace that handles all Transfer Restriction related functionality

Hierarchy

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:

Name

Type

securityToken

context

Returns: Restrictions

Properties

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

securityToken: SecurityToken

Inherited from SubModule.securityToken

Defined in src/entities/SecurityToken/SubModule.ts:8

Last updated