Skip to content

Commit 5874c54

Browse files
committed
docs: add managed venft struct to readme
1 parent f589348 commit 5874c54

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

readme.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,11 @@ The returned data/struct of type `Relay` values represent:
191191
* `name` - Relay name
192192
* `account_venfts` - List of veNFTs deposited into this Relay by the account in the form of `ManagedVenft`
193193

194+
The managed veNFT deposit struct values represent:
195+
* `id` - the token ID of the veNFT
196+
* `amount` - the weight of the veNFT
197+
* `earned` - earned emissions of the veNFT
198+
194199
---
195200

196201
The available methods are:

0 commit comments

Comments
 (0)