Token offed for rent check
Last updated
Last updated
Like with , similar rules are applied to check if the token is offered for rent.
In order to check rental status, one must call the following method of Renfter smart contract:
The description of the method, as well RentDetails
structure, can be found on page.
For retrieved RentDetails
object, the following rule should be followed:
If object.pricePerSecond
is zero, the token is not offered for rent
if object.pricePerSecond
is value different than zero, the token is offered for rent