Deleting an offer

Once the owner has made an offer, he can cancel it at any time during the offer period. For that we need to interact with Marketplace smart contract.

1. Delete a Rental offer

Token owner needs to execute offerCreatorCancelsRental function Parameters

Param NameParam TypeDescription

rentId_

uint256

Identifier of a given rental offer

Function

offerCreatorCancelsRental(uint256 rentId_) // rental identifier

Last updated