Issuance
Handles all Security Token Issuance related functionality
Hierarchy
Namespace‹SecurityToken›
↳ Issuance
Index
Properties
Methods
Properties
Protected
context
Protected
context• context: Context
Inherited from void
Defined in src/api/entities/Namespace.ts:11
Protected
parent
Protected
parent• parent: SecurityToken
Inherited from void
Defined in src/api/entities/Namespace.ts:9
Methods
issue
▸ issue(args
: object): Promise‹TransactionQueue‹SecurityToken››
Defined in src/api/entities/SecurityToken/Issuance.ts:37
Issue a certain amount of tokens to the primary issuance agent
note
required role:
Security Token Primary Issuance Agent
note
this method is of type ProcedureMethod, which means you can call issue.checkAuthorization
on it to see whether the Current Account has the required permissions to run it
Parameters:
▪ args: object
Name | Type | Description |
| BigNumber | amount of tokens to be issued to primary issuance agent |
Returns: Promise‹TransactionQueue‹SecurityToken››
Last updated