Skip to content

api.entities.Asset.Issuance.Issuance

VictorVicente edited this page Sep 16, 2022 · 8 revisions

Class: Issuance

api/entities/Asset/Issuance.Issuance

Handles all Asset Issuance related functionality

Hierarchy

  • Namespace<Asset>

    Issuance

Table of contents

Methods

Methods

issue

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

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

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

Parameters

Name Type Description
args Object -
args.amount BigNumber amount of Asset tokens to be issued
opts? ProcedureOpts -

Returns

Promise<GenericPolymeshTransaction<Asset, Asset>>

Clone this wiki locally