api_entities_Asset_Issuance.Issuance

@polymeshassociation/polymesh-sdk / Modules / api/entities/Asset/Issuance / Issuance

Class: Issuance

api/entities/Asset/Issuance.Issuance

Handles all Asset Issuance related functionality

Hierarchy

  • Namespace<Asset>

    Issuance

Table of contents

Methods

Methods

issue

issue(args, opts?): Promise<TransactionQueue<Asset, Asset, unknown[][]>>

Issue a certain amount of Asset 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 signing Account and Identity have the required roles and permissions to run it

Parameters

Returns

Promise<TransactionQueue<Asset, Asset, unknown[][]>>

Defined in

api/entities/Asset/Issuance.ts:35

Last updated