Expand description
Runtime primitives for pallet-utility.
Structs§
Traits§
- Trait used to convert from a generated
RuntimeCall
type topallet_multisig::Call<Runtime>
. - Trait used to extract nested
RuntimeCall
s from aRuntimeCall
type. Each runtime has a different set of pallets which can nest calls. - Trait used to convert from a generated
RuntimeCall
type topallet_utility::Call<Runtime>
.
Functions§
- Returns an interator over
call
, and any calls nested within it.