Polymesh SDK API Reference
beta
beta
  • Globals
  • Classes
    • Account
    • AccountManagement
    • Asset
    • AssetHolders
    • AssetPermissions
    • Assets
    • AuthorizationRequest
    • Authorizations
    • Checkpoint
    • CheckpointSchedule
    • Checkpoints
    • Claims
    • Compliance
    • CorporateAction
    • CorporateActionBase
    • CorporateActions
    • Count
    • CustomPermissionGroup
    • DefaultPortfolio
    • DefaultTrustedClaimIssuer
    • Distributions
    • DividendDistribution
    • Documents
    • Entity
    • Identities
    • Identity
    • IdentityAuthorizations
    • Instruction
    • Issuance
    • KnownPermissionGroup
    • Network
    • NumberedPortfolio
    • Offering
    • Offerings
    • Percentage
    • PermissionGroup
    • Permissions
    • Polymesh
    • PolymeshError
    • PolymeshTransaction
    • PolymeshTransactionBase
    • PolymeshTransactionBatch
    • Portfolio
    • Portfolios
    • Requirements
    • Schedules
    • Settlements
    • Subsidy
    • TickerReservation
    • TransactionQueue
    • TransferRestrictionBase
    • TransferRestrictions
    • TrustedClaimIssuers
    • Venue
  • Enums
  • Interfaces
Powered by GitBook
On this page
  • Hierarchy
  • Index
  • Properties
  • Methods
  • Properties
  • Protected context
  • Protected parent
  • Methods
  • issue

Was this helpful?

  1. Classes

Issuance

PreviousInstructionNextKnownPermissionGroup

Last updated 2 years ago

Was this helpful?

Handles all Asset Issuance related functionality

Hierarchy

  • Namespace‹›

    ↳ Issuance

Index

Properties

Methods

Properties

Protected context

• context: Context

Inherited from void


Protected parent

Inherited from void

Methods

issue

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

Parameters:

▪ args: object

Name
Type
Description

amount

BigNumber

amount of Asset tokens to be issued

Defined in

• parent:

Defined in

▸ issue(args: object, opts?: ): Promise‹‹››

Defined in

note this method is of type , which means you can call on it to see whether the signing Account and Identity have the required roles and permissions to run it

▪Optional opts:

Returns: Promise‹‹››

src/api/entities/Namespace.ts:11
Asset
src/api/entities/Namespace.ts:9
ProcedureOpts
TransactionQueue
Asset
src/api/entities/Asset/Issuance.ts:35
ProcedureMethod
issue.checkAuthorization
ProcedureOpts
TransactionQueue
Asset
Asset
context
parent
issue