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