Function createCollection

  • Parameters

    • offchainData: string

      Off-chain related Collection metadata. Can be an IPFS Hash, an URL or plain text.

    • limit: undefined | number = undefined

      Amount of NFTs that can be associated with this collection. This is optional

    • keyring: IKeyringPair

      Account that will sign the transaction.

    • waitUntil: WaitUntil

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

    Returns Promise<CollectionCreatedEvent>

    CollectionCreatedEvent Blockchain event.

    Name

    createCollection

    Summary

    Creates a collection.

Generated using TypeDoc