-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Update internal data types in reference docs #3164
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
Conversation
@@ -27,7 +27,7 @@ _([NonFungibleTokensV1_1 amendment][]により追加されました。)_ | |||
## NFTokenID | |||
|
|||
|
|||
NFTokenID, 任意, 文字列, Hash256 |
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.
If based on rippled source code, it is Uint256, but if based on server_definition, it is Hash256.
Do you mean to change it to be based on rippled source code?
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.
Yes, I'm going based on the source code. I do mention the values used in server_definitions
.
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.
Just a few details need fixing.
docs/references/protocol/ledger-data/ledger-entry-types/nftokenoffer.md
Outdated
Show resolved
Hide resolved
docs/references/protocol/transactions/types/mptokenissuancecreate.md
Outdated
Show resolved
Hide resolved
docs/references/protocol/ledger-data/ledger-entry-types/mptoken.md
Outdated
Show resolved
Hide resolved
docs/references/protocol/ledger-data/ledger-entry-types/mptokenissuance.md
Outdated
Show resolved
Hide resolved
- Improve consistency of amendment notices in transaction reference - Clarify availability of tokens in payment channels - Other minor fixes
03fc6c1
to
e45f5a0
Compare
- Add missing common links snippet. - Fix case of `Fee` field and string type of example value. - Update internal type names per #3164
- Add missing common links snippet. - Fix case of `Fee` field and string type of example value. - Update internal type names per #3164
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.
LGTM
This PR builds on top of #3163 but I split it off because the diff is very large and mostly consists of uninteresting find-and-replace and whitespace changes. (This has been rebased on
master
after merging that PR.)NFTokenMinter
field of AccountSet should be AccountID not "Blob")Delegate
transaction common field (This fixes one of the problems identified in Permission Delegation reference documentation is mixed up #3186.)TokenEscrow
amendment) in some references. This fixes part of the problem identified in TokenEscrow functionality isn't tagged with the amendment that adds it #3187.