-
Notifications
You must be signed in to change notification settings - Fork 11
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
Define API #8
Comments
@ethers: I'm open to ideas for useful function calls here. |
Thanks, I'm not yet sure about the higher level apis, but meantime the primitives would be to get inputs and outputs. I looked around and saw some ideas here: The other main libs don't seem to have higher level apis or have documentation about them: |
@iurimatias: trying to define a useful api here. Ideas welcome. |
checkValueSent(tx, address, value)
getValueSent(tx, address)
(summing over outputs?)checkValueSentFrom(tx, address, value)
getValueSentFrom(tx, address)
The text was updated successfully, but these errors were encountered: