Function acceptRentOffer

  • Parameters

    • nftId: number

      The NFT Id of the contract to retract the offer.

    • rentee: string

      The adresse of the rentee who made the offer.

    • keyring: IKeyringPair

      Account that will sign the transaction.

    • waitUntil: WaitUntil

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

    Returns Promise<ContractStartedEvent>

    ContractStartedEvent Blockchain event

    Name

    acceptRentOffer

    Summary

    Accepts a rent offer for manual acceptance contract.

Generated using TypeDoc