api.entities.Asset.Fungible.Issuance - PolymeshAssociation/polymesh-sdk GitHub Wiki

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

api/entities/Asset/Fungible/Issuance

Classes

Issuance

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

Handles all Asset Issuance related functionality

Extends

Methods

issue()

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

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

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

Parameters
Parameter 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