Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IssueESDTNFT

Utility for issuing ESDT which supports NFT minting

Hierarchy

  • IssueESDTNFT

Index

Methods

  • issueESDTNft(sender: ElrondSigner, name: string, ticker: string, canFreeze: undefined | boolean, canWipe: undefined | boolean, canTransferNFTCreateRole: undefined | boolean): Promise<string>
  • Issue a new ESDT supporting NFTs

    Parameters

    • sender: ElrondSigner

      Owner of this ESDT

    • name: string

      Name of the ESDT

    • ticker: string

      Ticker of the ESDT

    • canFreeze: undefined | boolean

      Wheteher this ESDT can be frozen

    • canWipe: undefined | boolean

      Whether this ESDT can be wiped

    • canTransferNFTCreateRole: undefined | boolean

      Whether the NFT Creation role can be transferred

    Returns Promise<string>

    ticker of the esdt

Generated using TypeDoc