-
Notifications
You must be signed in to change notification settings - Fork 84
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
Explain that no struct can be created as transaction input other than some exceptions #91
Merged
damirka
merged 10 commits into
MystenLabs:main
from
nikos-terzo:nikost/custom-structs-as-inputs
Aug 27, 2024
Merged
Changes from 9 commits
Commits
Show all changes
10 commits
Select commit
Hold shift + click to select a range
f426943
Explain that no struct can be created as transaction input other than…
nikos-terzo a59f2cb
More detailed explanation on transaction inputs
nikos-terzo 0884fcb
Fix a little bit the expression in the bcs section
nikos-terzo 34e3dff
Actually vector<Option<pure>> or Option<vector<pure>> or Option<Optio…
nikos-terzo 52f9bb5
Forgot to remove the * trick
nikos-terzo 5faa5e2
Revert Note on bcs struct serialization
nikos-terzo a49b910
Rephrase and link pure input arguments of the transaction
nikos-terzo 3118ca9
Do not confuse command-results with transaction inputs
nikos-terzo 22e8cb5
Fix broken Object Model link
nikos-terzo 621aff8
Improve ID explanation phrase
nikos-terzo File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
I wouldn't mention anything UID here. ID is just a type which typically points to an object, though it's not a requirement.
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.
621aff8