Function setMarketplaceOwner

  • Parameters

    • id: number

      Marketplace Id of the marketplace to be transferred.

    • recipient: string

      Address of the new marketplace owner.

    • keyring: IKeyringPair

      Account that will sign the transaction.

    • waitUntil: WaitUntil

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

    Returns Promise<MarketplaceOwnerSetEvent>

    MarketplaceOwnerSetEvent Blockchain event.

    Name

    setMarketplaceOwner

    Summary

    Set the new marketplace owner on the chain.

Generated using TypeDoc