Class: Issuance
api/entities/Asset/Fungible/Issuance.Issuance
Handles all Asset Issuance related functionality
Hierarchy
-
Namespace
<FungibleAsset
>↳
Issuance
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