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

Improve Vector output support with Vec<> return #933

Closed
12 tasks done
camsjams opened this issue Apr 27, 2023 · 0 comments · Fixed by #1183
Closed
12 tasks done

Improve Vector output support with Vec<> return #933

camsjams opened this issue Apr 27, 2023 · 0 comments · Fixed by #1183
Assignees

Comments

@camsjams
Copy link
Contributor

camsjams commented Apr 27, 2023

Motivation

Currently vector outputs from slice do not cover all possible types, but rather only work with primitive numbers.

Cover these cases, some already work:

  • string
  • struct
  • arrays
  • b256
  • b512
  • bool
  • u8
  • u16
  • u32
  • u64
  • options
  • enums

Possible implementations

Blocked by:
#332

See related tasks:
FuelLabs/fuels-rs#848
FuelLabs/fuels-rs#743

See also:
#936
#812

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