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

Introduce higher level data types #4

Closed
axic opened this issue Aug 11, 2018 · 0 comments · Fixed by #6
Closed

Introduce higher level data types #4

axic opened this issue Aug 11, 2018 · 0 comments · Fixed by #6

Comments

@axic
Copy link
Member

axic commented Aug 11, 2018

For the types:

  • Address (160 bit)
  • EtherValue (128 bit)
  • StorageKey (256 bit)
  • StorageValue (256 bit)
  • Hash (256 bit)

It should not pull in any big dependency and there's no need to have an operators on these, only to wrap the underlying data type and expose some basic traits (as_slice, to_vec).

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

Successfully merging a pull request may close this issue.

1 participant