-
Notifications
You must be signed in to change notification settings - Fork 137
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 static type for Cadence external PathLink
value
#2167
Comments
Link
valueLink
value
Link
valuePathLink
value
I might have commented on this somewhere before, but I don't think that this is actually needed: |
I initially had the same thought, but would this be needed in the future? e.g: would the CCF be used for encoding cadence internal data (e.g: elaboration serialization, etc.)? |
Reopening the issue, since the removal of This would still be a problem for CCF. |
I followed up with the DX team: The Emulator provides the functionality to export values from account storage, and the Playground API in turn encodes the values further to JSON-CDC. That means that we'll want to keep the export functionality ( In addition, we should add support for account link values. For CCF, we can just ignore links. I'll open a PR for that |
Issue To Be Solved
cadence.PathLink
doesn't have a static type. It is needed because:cadence.PathLink
static type.Updates #2157
Suggested Solution
Maybe add
PathLinkType
and returnPathLinkType
fromPathLink.Type()
.EDIT: Renamed
Link
to its new namePathLink
.The text was updated successfully, but these errors were encountered: