Function setCollectionOffchaindata

  • Parameters

    • id: number

      The ID of the Collection.

    • offchainData: string

      The offchain collection data (a string)

    • keyring: IKeyringPair

      Account that will sign the transaction.

    • waitUntil: WaitUntil

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

    Returns Promise<CollectionOffchainDataSetEvent>

    CollectionOffchainDataSetEvent Blockchain event.

    Name

    setCollectionOffchaindata

    Summary

    Sets the offchain data of a Collection.

Generated using TypeDoc