generated from PolymeshAssociation/typescript-boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 11
api.entities.Asset.Issuance.Issuance
VictorVicente edited this page Sep 16, 2022
·
8 revisions
api/entities/Asset/Issuance.Issuance
Handles all Asset Issuance related functionality
-
Namespace
<Asset
>↳
Issuance
▸ 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
Name | Type | Description |
---|---|---|
args |
Object |
- |
args.amount |
BigNumber |
amount of Asset tokens to be issued |
opts? |
ProcedureOpts |
- |
Promise
<GenericPolymeshTransaction
<Asset
, Asset
>>
Entities
- Account
- Asset
- Authorization Request
- Checkpoint
- Checkpoint Schedule
- Corporate Action
- Corporate Action Base
- Custom Permission Group
- Default Portfolio
- Default Trusted Claim Issuer
- Dividend Distribution
- Entity
- Identity
- Instruction
- Known Permission Group
- Metadata Entry
- Multi Sig Proposal
- Numbered Portfolio
- Offering
- Permission Group
- Portfolio
- Subsidies
- Subsidy
- Ticker Reservation
- Venue
- Authorizations
- Types