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
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"'
The text was updated successfully, but these errors were encountered:
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"'
The text was updated successfully, but these errors were encountered: