Function createMarketplace

  • Parameters

    • kind: MarketplaceKind

      Kind of marketplace : It must be public or private.

    • keyring: IKeyringPair

      Account that will sign the transaction.

    • waitUntil: WaitUntil

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

    Returns Promise<MarketplaceCreatedEvent>

    MarketplaceCreatedEvent Blockchain event.

    Name

    createMarketplace

    Summary

    Creates a Marketplace on the chain.

Generated using TypeDoc