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
There are few things that are missing/incorrect in correct API doc. i.e. https://github.com/onflow/flow-cadut/blob/main/docs/api.md#extractsignerscode -- this method is intended to be used on transactions, however the example provided supplies a script to the function and will always result in empty array returned
Issue To Be Solved
There are few things that are missing/incorrect in correct API doc. i.e.
https://github.com/onflow/flow-cadut/blob/main/docs/api.md#extractsignerscode -- this method is intended to be used on transactions, however the example provided supplies a script to the function and will always result in empty array returned
The SignerPair link https://github.com/onflow/flow-cadut/blob/main/docs/api.md#SignerPair is not pointing to any section (missing content)
extractContractParameters() is not documented
Suggestion
Perform a full audit on all documents (as the issues listed here is non-exhaustive) before promoting this tool to a wider audience
The text was updated successfully, but these errors were encountered: