onflow / flow-cli

The Flow CLI is a command-line interface that provides useful utilities for building Flow applications
https://onflow.org
Apache License 2.0
206 stars 62 forks source link

Flow CLI cannot use struct encoding #1627

Open austinkline opened 1 month ago

austinkline commented 1 month ago

Problem

If you try to specify a struct in your flow.json for contract inputs, it will not work

Steps to Reproduce

Clone and try to deploy this flow project: https://github.com/austinkline/flow-cli-struct-encoding

Acceptance Criteria

The correct transaction should be generated so that the deployment can work

Context

Working on some contracts that use this type of encoding