We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
TypeError: Cannot read properties of undefined (reading 'toBytes') The following exception is thrown when reading the attached JSON: transfer.json.txt
To Reproduce
const buf = fs.readFileSync(`./src/json//transfer.json.`); expect(buf).to.not.be.undefined; // JavaScript SDK requires deploy prefix to attempt to deseirialise const parsedJson: any = { deploy: JSON.parse(buf.toString()) }; const transfer : Deploy = this.casperClient.deployFromJson(parsedJson).unwrap(); expect(transfer).to.not.be.null; this.contextMap.put("transfer", transfer);
Steps to reproduce the behavior:
Expected behavior A clear and concise description of what you expected to happen.
Screenshots If applicable, add screenshots to help explain your problem.
Additional context Add any other context about the problem here.
Defect Type
The text was updated successfully, but these errors were encountered:
gyroflaw
No branches or pull requests
TypeError: Cannot read properties of undefined (reading 'toBytes')
The following exception is thrown when reading the attached JSON:
transfer.json.txt
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here.
Defect Type
The text was updated successfully, but these errors were encountered: