Function burnNft

  • Parameters

    • id: number

      The ID of the NFT.

    • keyring: IKeyringPair

      Account that will sign the transaction.

    • waitUntil: WaitUntil

      Execution trigger that can be set either to BlockInclusion or BlockFinalization.

    Returns Promise<NFTBurnedEvent>

    NFTBurnedEvent Blockchain event.

    Name

    burnNft

    Summary

    Burns an NFT from the chain.

Generated using TypeDoc