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.
Removed some contents that is in https://docs.sui.io/sui-jsonrpc. Some content requires comments for further updates.
sui_syncAccountState some of content does not use in https://docs.sui.io/sui-jsonrpc maybe need to update Sui JSON-RPC befor remove.
sui_transferObject it looks like example how to use
sui_transferObject
, includesui_transferObject
andsui_executeTransaction
methods.sui_moveCall looks like
sui_transferObject
example, includesui_moveCall
and refers tosui_executeTransaction
insui_transferObject
sui_publish also example how to use, include
sui_publish
method and refers tosui_executeTransaction
insui_transferObject
I have been remove what can be duplicate, it may seem that the other methods can also be duplicate, but those are more detailed example of how they can be used. We can remove these, but I think we can change and save it for the detail example in https://docs.sui.io/sui-jsonrpc
@Clay-Mysten I hope I did what you expected. Sorry for crated new pr, had to delete previous commits.