poanetwork / ex_abi

The Ethereum ABI Interface
GNU General Public License v3.0
61 stars 43 forks source link

Implement Packed encoding #154

Closed alisinabh closed 1 year ago

alisinabh commented 1 year ago

This PR implement packed encoding functionality. Note that due to the ambiguity of packed encoding there can't be any decoding functionality.

Closes #139