Handles all Security Token Issuance related functionality
Namespace‹SecurityToken›
↳ Issuance
context
parent
issue
Protected
• context: Context
Inherited from void
Defined in src/api/entities/Namespace.ts:11arrow-up-right
• parent: SecurityToken
Defined in src/api/entities/Namespace.ts:9arrow-up-right
▸ issue(args: object, opts?: ProcedureOpts): Promise‹TransactionQueue‹SecurityToken››
args
opts?
Defined in src/api/entities/SecurityToken/Issuance.ts:35arrow-up-right
Issue a certain amount of tokens to the caller's default portfolio
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
note
issue.checkAuthorization
Parameters:
▪ args: object
Name
Type
Description
amount
BigNumber
amount of tokens to be issued
▪Optional opts: ProcedureOpts
Optional
Returns: Promise‹TransactionQueue‹SecurityToken››
Last updated 4 years ago
Was this helpful?