Skip to main content
Version: 29.0.x

Class: Issuance

Defined in: src/api/entities/Asset/Fungible/Issuance/index.ts:8

Handles all Asset Issuance related functionality

Extends

Methods

issue()

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

Defined in: src/api/entities/Asset/Fungible/Issuance/index.ts:24

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

Parameters

ParameterType

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