starkli icon indicating copy to clipboard operation
starkli copied to clipboard

Create a byte_array scheme

Open JorikSchellekens opened this issue 8 months ago • 2 comments

Allow users to input bytearrays efficiently by defining a byte array scheme.

Example:

starkli invoke eth transfer 0x1234 string:"A long string which should be serialised to a byte array"

The scheme should be either string or a specific string encoding such as utf8

JorikSchellekens avatar Jun 21 '24 14:06 JorikSchellekens