Developers
FAQRoadmapEcosystemDevelopers
main
main
  • Welcome to Vera
  • Definitions
  • 👋Getting Started
    • Prerequisites
    • Setting Up The Node
    • Interact With The Node
    • Building Smart Contracts
    • Deploying Our PoC
  • Asset Manager
  • Intrest Calculation
  • 🗒️ API References
    • NFT Lending
    • NFT Leasing
    • NFT Exchange
  • 🔗Useful links
    • Website
    • Github
    • Telegram
    • Twitter
Powered by GitBook
On this page
  • listToken:
  • rent
  • payRent

Was this helpful?

  1. 🗒️ API References

NFT Leasing

Allow NFT owners to list their tokens to be rented by other users.

listToken:

Input:

  • NFT address, the tokenID

  • Rent Amount daily.

  • Max lease duration

Output:

  • Tx ID

Allow NFT owners to list their NFT assets for lease.

rent

Input:

  • Tx ID

    This function will be called by renter to lease a specific NFT asset.

payRent

Input:

  • Tx ID

    This function will be called by borrower to pay rent

PreviousNFT LendingNextNFT Exchange

Last updated 4 years ago

Was this helpful?