proxy
to have been used prior in the call stack and you do not want the call restrictions to apply to any sub-accounts), then use as_multi_threshold_1
in the Multisig pallet instead.
as_limited_sub
.
calls
: The calls to be dispatched from the same origin. The number of call must not exceed the constant: batched_calls_limit
(available in constant metadata).frame_system::Config::BaseCallFilter
).
This will return Ok
in all circumstances. To determine the success of the batch, an event is deposited. If a call failed and the batch was interrupted, then the BatchInterrupted
event is deposited, along with the number of successful calls made and the error of the failed call. If all were successful, then the BatchCompleted
event is deposited.
Namespace
calls
: The calls to be dispatched from the same origin. The number of call must not exceed the constant: batched_calls_limit
(available in constant metadata).frame_system::Config::BaseCallFilter
).
Namespace
batch
, it allows errors and won’t interrupt.
May be called from any origin.
calls
: The calls to be dispatched from the same origin. The number of call must not exceed the constant: batched_calls_limit
(available in constant metadata).frame_system::Config::BaseCallFilter
).
Namespace