-
Notifications
You must be signed in to change notification settings - Fork 12
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
Add example transaction transferring child NFTs from parent account #177
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #177 +/- ##
=======================================
Coverage 91.48% 91.48%
=======================================
Files 4 4
Lines 364 364
=======================================
Hits 333 333
Misses 31 31 ☔ View full report in Codecov by Sentry. 🚨 Try these New Features:
|
Updated transactions to be more generic. In the process, I realized the ExampleNFT implementations didn't conform to the NFT standard so updated those for testing purposes. @austinkline the util methods added to the transfer transactions are useful elsewhere. I'm wondering if you think |
Closes: #176