Skip to content

api.entities.Asset.Fungible.Issuance.Issuance

polymath-eric edited this page Jun 11, 2024 · 16 revisions

Class: Issuance

api/entities/Asset/Fungible/Issuance.Issuance

Handles all Asset Issuance related functionality

Hierarchy

Table of contents

Methods

Methods

issue

issue(args, opts?): Promise<GenericPolymeshTransaction<FungibleAsset, FungibleAsset>>

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

Parameters

Name Type
args IssueTokensParams
opts? ProcedureOpts

Returns

Promise<GenericPolymeshTransaction<FungibleAsset, FungibleAsset>>

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

Defined in

api/entities/Asset/Fungible/Issuance/index.ts:30

Clone this wiki locally