Function burnCollection

  • Parameters

    • id: number

      The ID of the Collection.

    • keyring: IKeyringPair

      Account that will sign the transaction.

    • waitUntil: WaitUntil

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

    Returns Promise<CollectionBurnedEvent>

    CollectionBurnedEvent Blockchain event.

    Name

    burnCollection

    Summary

    Burns an existing collection. The collections needs to be empty before it can be burned.

Generated using TypeDoc