Function endAuction

  • Name

    endAuction

    Summary

    Ends an auction for an NFT

    Parameters

    • nftId: number

      The ID of the NFT.

    • keyring: IKeyringPair

      Account that will sign the transaction.

    • waitUntil: WaitUntil

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

    Returns Promise<AuctionCompletedEvent>

    AuctionCompletedEvent Blockchain event.

Generated using TypeDoc