-
Notifications
You must be signed in to change notification settings - Fork 4
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
update API doc based on https://github.com/bosnet/sebak/pull/863/ #23
Conversation
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.
But, please commit after the change is released.
bosnet/sebak#863
@kfangw got it. Thanks for reviewing. |
@cmcm2222 Please deploy the DOC when the v0.1.5 released. |
@@ -33,6 +33,13 @@ | |||
+ fee: 10000 | |||
+ hash: `7nLuyg8radTExzBM2WhG37AwohBwEySBw4vj2xdtdjAs` | |||
+ operation_count: 1 | |||
+ operations: |
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.
In transaction, block: 241
should be changed
when I call the api in testnet block
shows block hash
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.
thank :)
👍
+ type : `payment` - operation type. ex. payment, create-account | ||
+ B | ||
+ target : `GCIKBR6QXYF6VLLTXC7EHKDGAPAOLSRALZTWTLZ2SANBYWMWT6AURQGG` | ||
+ amount : `100000` - amount in GON |
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.
txs, block-height, block-hash , total-txs, total-ops
should be included
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.
when you see the `payment' type.
https://mainnet.blockchainos.org/api/v1/transactions/EqGR1c3S3dMDD6ZDxusAxuLNJGErb1tzS56Q2QNYUUoW
you can see that it is different with inflation or collect-tx-fee.
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.
Ok I got it.
Based on PR#863, API doc is updated.
please review it.