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