Comment on page
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.
Token owner needs to execute
offerCreatorCancelsRental
function
ParametersParam Name | Param Type | Description |
---|---|---|
rentId_ | uint256 | Identifier of a given rental offer |
Function
offerCreatorCancelsRental(uint256 rentId_) // rental identifier
Last modified 1yr ago