Send a batch of dispatch calls and atomically execute them. The whole transaction will rollback and fail if any of the calls fail.
May be called from any origin.
If origin is root then calls are dispatch without checking origin filter. (This includes bypassing frame_system::Config::BaseCallFilter).
frame_system::Config::BaseCallFilter
Send a batch of dispatch calls and atomically execute them. The whole transaction will rollback and fail if any of the calls fail.
May be called from any origin.
If origin is root then calls are dispatch without checking origin filter. (This includes bypassing
frame_system::Config::BaseCallFilter
).