near transaction construct-transaction
is limited to maximum of 3 actions
#408
Labels
near transaction construct-transaction
is limited to maximum of 3 actions
#408
Hey Team!
Awesome CLI, absolutely love it! Would it be hard to add support for adding more than 3 actions to a single batch transaction? So it can be useful for flows like:
create account -> deploy -> call init() -> call acl_revoke_super_admin() -> ...
The problem seems to be connected with
interactive_clap
limitations:near-cli-rs/src/commands/transaction/construct_transaction/add_action_last/mod.rs
Lines 3 to 11 in 98960d5
The text was updated successfully, but these errors were encountered: