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