Skip to content
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

"type: bytes" only returning the first 32 characters #249

Closed
scottzer0 opened this issue Jun 27, 2015 · 1 comment
Closed

"type: bytes" only returning the first 32 characters #249

scottzer0 opened this issue Jun 27, 2015 · 1 comment

Comments

@scottzer0
Copy link

when using "type: bytes" in an ABI signature, only the first 32 characters are returned by web3.

example ABI signature:

{
    "name": "getDescription(int256)",
    "type": "function",
    "inputs": [{ "name": "ID", "type": "int256" }],
    "outputs": [{ "name": "out", "type": "bytes" }]
},
@debris
Copy link
Contributor

debris commented Jun 30, 2015

fixed on latest develop

@debris debris closed this as completed Jun 30, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants