-
Notifications
You must be signed in to change notification settings - Fork 159
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Add NFT transfer and balance actions #103
Conversation
🟡 Heimdall Review Status
|
Thank you for your contribution @phdargen! |
Review Error for 0xRAG @ 2025-01-16 20:44:03 UTC |
This Pull Request was merged without enough reviews |
thanks for rebasing @0xRAG, I was just about to get onto it. Your TypeScript port is also much appreciated. |
It's not necessary, but would be welcome! |
What changed? Why?
Added two new actions for NFT (ERC721) support:
TransferNftAction: Transfer NFTs between addresses
GetBalanceNftAction: Check NFT ownership and balances
These actions enable agents to handle NFT operations similar to existing ERC20 functionality.