soroban-cli icon indicating copy to clipboard operation
soroban-cli copied to clipboard

Add better help message on non-trivial usage of some types

Open ifropc opened this issue 7 months ago • 2 comments
trafficstars

Some of types are not trivial to pass (and we don't have any documentation or anything on how to do so) For example, with this signature (coming from account example)

pub fn __constructor(env: Env, signers: Vec<BytesN<32>>) {

How do I actually pass Vec<BytesN<32>> into the cli?

ifropc avatar Mar 26 '25 22:03 ifropc