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

DynamicBytes and StaticBytes support #48

Closed
tristanmenzel opened this issue Nov 25, 2024 · 0 comments · Fixed by #46
Closed

DynamicBytes and StaticBytes support #48

tristanmenzel opened this issue Nov 25, 2024 · 0 comments · Fixed by #46
Assignees

Comments

@tristanmenzel
Copy link
Collaborator

Add DynamicBytes and StaticBytes types to arc4 module which are 'aliases' of DynamicArray<Byte> and StaticArray<Byte, N>, but are immutable and expose a .native property of type bytes which in the case of DynamicBytes excludes the length prefix.

@tristanmenzel tristanmenzel self-assigned this Nov 26, 2024
@tristanmenzel tristanmenzel linked a pull request Nov 27, 2024 that will close this issue
Merged
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