Skip to content

Commit

Permalink
docs: add managed venft struct to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ethzoomer committed Nov 14, 2023
1 parent f589348 commit 5874c54
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,11 @@ The returned data/struct of type `Relay` values represent:
* `name` - Relay name
* `account_venfts` - List of veNFTs deposited into this Relay by the account in the form of `ManagedVenft`

The managed veNFT deposit struct values represent:
* `id` - the token ID of the veNFT
* `amount` - the weight of the veNFT
* `earned` - earned emissions of the veNFT

---

The available methods are:
Expand Down

0 comments on commit 5874c54

Please sign in to comment.