Function addBid

  • Parameters

    • nftId: number

      The ID of the NFT.

    • amount: number | BN

      The new bid added.

    • keyring: IKeyringPair

      Account that will sign the transaction.

    • waitUntil: WaitUntil

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

    Returns Promise<BidAddedEvent>

    BidAddedEvent Blockchain event.

    Name

    addBid

    Summary

    The bidder adds a new bid offer.

Generated using TypeDoc