casper-ecosystem / casper-js-sdk

TypeScript Casper Client SDK
Apache License 2.0
71 stars 60 forks source link

CLAnyType is missing CLAny value implementation #382

Closed meywood closed 6 months ago

meywood commented 9 months ago

Describe the bug It is not possible to construct or parse and CLAny value. The type definition for the Any type exists but there is not implementation of the Any value whose inner content will be a byte array.

To Reproduce

Identify if any Prequisites:

Steps to reproduce the behavior:

  1. Go to '...'
  2. ..

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