-
Notifications
You must be signed in to change notification settings - Fork 7
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
feat: add gio endpoint doc & update definitions #15
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.
See comments.
b7a40fd
to
6e80db7
Compare
please update the changelog as well. |
50c572c
to
be80ea9
Compare
be80ea9
to
71cbd20
Compare
@@ -356,6 +398,12 @@ components: | |||
example: "0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266" | |||
pattern: "^0x([0-9a-fA-F]{40})$" | |||
format: address | |||
value: | |||
type: string | |||
description: A big-endian 32-byte unsigned integer in hex. |
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 think this parameter deserved a better description.
It is the amount of Wei to be passed to the destination.
Most notably, it can be used for Ether withdrawals.
No description provided.