-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Support heap types (Vector
, Bytes
, StdString
) return from scripts
#1187
Labels
feat
Issue is a feature
Comments
camsjams
changed the title
support heap types return from scripts
Support heap types return from scripts
Aug 21, 2023
Partially blocked: FuelLabs/fuels-rs#866 (comment) |
camsjams
changed the title
Support heap types return from scripts
Support heap types (Vector, Bytes) return from scripts
Sep 21, 2023
camsjams
changed the title
Support heap types (Vector, Bytes) return from scripts
Support heap types (Sep 21, 2023
Vector
, Bytes
) return from scripts
camsjams
changed the title
Support heap types (
Support heap types (Sep 21, 2023
Vector
, Bytes
) return from scriptsVector
, Bytes
, StdString
) return from scripts
6 tasks
only remaining work here is for RawSlice |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Motivation
Requirements:
Vec<>
return #933Bytes
andRawSlice
for inputs and outputs for Contracts #1188Bytes
andRawSlice
input for Scripts #1274String
type for Contracts, Scripts, and Predicates #1276See also: FuelLabs/fuels-rs#866
Usage example
No response
Possible implementations
The text was updated successfully, but these errors were encountered: