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 caller's default portfolio
Parameters:
▪ args: object
Name
Type
Description
amount
BigNumber
amount of tokens to be issued
• context:
Defined in
• parent:
Defined in
▸ issue(args
: object, opts?
: ): 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
▪Optional
opts:
Returns: Promise‹‹››