Issuance
Last updated
Was this helpful?
Last updated
Was this helpful?
Handles all Security Token Issuance related functionality
Namespace‹›
↳ Issuance
Protected
contextInherited from void
Protected
parentInherited from void
Issue a certain amount of tokens to the primary issuance agent
note
required role:
Security Token Primary Issuance Agent
Parameters:
▪ args: object
Name
Type
Description
amount
BigNumber
amount of tokens to be issued to primary issuance agent
• context:
Defined in
• parent:
Defined in
▸ issue(args
: object): Promise‹‹››
Defined in
note
this method is of type , which means you can call issue.checkAuthorization
on it to see whether the Current Account has the required permissions to run it
Returns: Promise‹‹››