Function makeRentOffer

  • Parameters

    • nftId: number

      The NFT Id of the contract to make the offer.

    • contractCreationBlockId: number

      The contract creation block id to check to ensure contract authenticity.

    • keyring: IKeyringPair

      Account that will sign the transaction.

    • waitUntil: WaitUntil

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

    Returns Promise<ContractOfferCreatedEvent>

    ContractOfferCreated Blockchain event

    Name

    makeRentOffer

    Summary

    Makes an offer for an available contract.

Generated using TypeDoc