Component
Cast
Describe the feature you would like
cast tx-pool content returns a list of transactions
it would be nice if we had a command that accepts the json of a tx as input and calls trace_rawTransaction. for this we need to parse the json input and encode it.
TODO
- add a new Trace command to
|
pub enum CastSubcommand { |
- should accept any input and have an argument for --raw like
cast trace '{}' --raw
Additional context
No response