Issuance

Handles all Asset Issuance related functionality

Hierarchy

  • Namespace‹Asset

    Issuance

Index

Properties

Methods

Properties

Protected context

context: Context

Inherited from void

Defined in src/api/entities/Namespace.ts:11arrow-up-right


Protected parent

parent: Asset

Inherited from void

Defined in src/api/entities/Namespace.ts:9arrow-up-right

Methods

issue

issue(args: object, opts?: ProcedureOptsarrow-up-right): Promise‹TransactionQueueAsset››

Defined in src/api/entities/Asset/Issuance.ts:35arrow-up-right

Issue a certain amount of Asset tokens to the caller's default portfolio

note this method is of type ProcedureMethodarrow-up-right, which means you can call issue.checkAuthorizationarrow-up-right on it to see whether the signing Account and Identity have the required roles and permissions to run it

Parameters:

args: object

Name
Type
Description

amount

BigNumber

amount of Asset tokens to be issued

Optional opts: ProcedureOptsarrow-up-right

Returns: Promise‹TransactionQueueAsset››

Last updated

Was this helpful?