Function limitCollection

  • Parameters

    • id: number

      The ID of the Collection.

    • limit: number

      Amount of NFTs that can be associated with this collection.

    • keyring: IKeyringPair

      Account that will sign the transaction.

    • waitUntil: WaitUntil

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

    Returns Promise<CollectionLimitedEvent>

    CollectionLimitedEvent Blockchain event.

    Name

    limitCollection

    Summary

    Limits how many NFTs can be associated with this collection.

Generated using TypeDoc