Function buyItNow

  • Parameters

    • nftId: number

      The ID of the NFT.

    • nftBuyingPrice: number | BN

      The NFT buying price signed.

    • 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.

    Name

    buyItNow

    Summary

    The NFT can be directly buy if a buyItPrice was defined and the auction has not started yet.

Generated using TypeDoc