[C1.0] How to upgrade a contract interface with Resource already defined before Crescendo? š§µ
[Resolved][C1.0] How to upgrade a contract interface with Resource already defined before Crescendo? š§µ
4 Replies
I've created a thread for your message. Please continue any relevant discussion in this thread.
You can rename this thread using
/title <new title>
If this is a technical question that others may benefit from, considering also asking it on Stackoverflow: https://stackoverflow.com/questions/ask?tags=onflow-cadenceif I keep the resource definination, then:
If I remove the resource Vault defination, then:
It seems that I cannot pass the verification, so I can only complete the stage by skipping the verification with
Still failed in the staging report...
--skip-validation
.Unknown Userā¢10mo ago
Message Not Public
Sign In & Join Server To View
Oh, it works!
Just need to directly add an
interface
keyword...