You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 16, 2021. It is now read-only.
I have a scenario where I am passing structs and struct arrays to a smart contract. At the moment, in my contract, I'm deserializing from a byte array inside the method.
In my service, I am initializing my struct type and then serializing it, so that it can be passed in a call to the contract. Ideally I wouldn't want to have to handle serialization, instead smart contracts could support struct and array parameters, which are deserialized in the call.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I have a scenario where I am passing structs and struct arrays to a smart contract. At the moment, in my contract, I'm deserializing from a byte array inside the method.
In my service, I am initializing my struct type and then serializing it, so that it can be passed in a call to the contract. Ideally I wouldn't want to have to handle serialization, instead smart contracts could support struct and array parameters, which are deserialized in the call.
The text was updated successfully, but these errors were encountered: