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

Support for passing Array of Structure to Cadence Transaction in flow-js-testing #37

Open
tscsystango opened this issue Nov 17, 2021 · 0 comments
Assignees

Comments

@tscsystango
Copy link

Instructions

Support for passing Array of Structure to Cadence Transaction in flow-js-testing

Issue To Be Solved

I have a cadence transaction which needs to accept a contract structure as an argument. I was unable to find a way to pass that in flow-js-testing.

like attributes: [Contract.AttributeStruct] is an argument to my transaction
while trying to pass an array of data I am getting Error
'Rejected to value: "[Contract is not supported"'

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

No branches or pull requests

2 participants