-
Notifications
You must be signed in to change notification settings - Fork 2
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 Utils And Docs #13
Conversation
| chain_id | The standard id of the chain this trade belongs to. | number | | ||
| block_number | The block number in which the trade occurred. | number | | ||
| transaction_id | The transaction id associated with this trade. | string | | ||
| fees | The amount of fees from this trade (ie, the revenue generated from executing this trade). | number | |
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.
is this token amount? since we are accepting array for input and output, this probably will need to be array as well?
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.
We don't really have much external validation on this yet.
Also, the purpose of this PR is not to make edits to the schemas. If you believe things should be changed that are already in main
this PR should allow help you make a PR and make an update.
Adding: