0.1.0 • Published 2 years ago

rentfun v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

rentfun

Installation

npm install rentfun

View Functions

  • isRented(contract, tokenId)
  • getAliveRentals(renter, contract)

Write Functions

  • lend(contract, tokenId, payment, unitFee)
  • rent(contract, tokenId, amount)
  • cancelLend(contract, tokenId)

Raw Functions

These function calls will return back the encoded function data.

  • rawLend(contract, tokenId, payment, unitFee)
  • rawRent(contract, tokenId, amount)
  • rawCancelLend(contract, tokenId)
0.1.0

2 years ago

0.0.6

2 years ago

1.0.9

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago