-
Notifications
You must be signed in to change notification settings - Fork 162
Handle type aliases #5
Comments
Sorry @niran I am not sure exactly which types this is an issue with? Would you mind posting some examples? |
|
@niran those aliases are implemented. Where are you getting an error? |
@niran apparently |
It tries to parse the size, but there isn't one. |
@niran the translation is done earlier: https://github.com/axic/ethereumjs-abi/blob/master/lib/index.js#L178 and https://github.com/axic/ethereumjs-abi/blob/master/lib/index.js#L217 It should be |
What's the status of this, is this a bug or was this wrong use of the API? |
I copied types over from my contract and ran into an error when it tried to parse lengths that were missing. The workaround is easy, but it'd be nice if it were safe to copy the types from the contract.
The text was updated successfully, but these errors were encountered: