-
Notifications
You must be signed in to change notification settings - Fork 23
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
FLIP 258: NFT Storage Requirement #258
Conversation
After looking at the currently staged contracts on testnet, it looks like there are a good amount that still have |
fwiw, it dont think it will break anything because |
Why is that true? I just changed the access modifier in |
I think you're right actually. So this won't be a breaking change. That is great news! I'll update the FLIP |
i 100% agree, im just saying that defining basically just saying access modifiers are covariant. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Amazing work getting this out so quickly!
Adds a FLIP that proposes adding
access(contract) var ownedNFTs: @{UInt64: {NonFungibleToken.NFT}}
to the NFT standardCollection
PR: onflow/flow-nft#211
Discord Discussion