Skip to main content
Version: 24.2.x

Class: Issuance

api/entities/Asset/Fungible/Issuance.Issuance

Handles all Asset Issuance related functionality

Hierarchy

Methods

issue

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

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

Parameters

NameTypeDescription
argsObject-
args.amountBigNumberamount of Asset tokens to be issued
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:34