You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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() -> ...
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: