Module utility

Source
Expand description

Runtime primitives for pallet-utility.

Structs§

DefaultNonceProvider

Traits§

MaybeMultisigCall
Trait used to convert from a generated RuntimeCall type to pallet_multisig::Call<Runtime>.
MaybeNestedCall
Trait used to extract nested RuntimeCalls from a RuntimeCall type. Each runtime has a different set of pallets which can nest calls.
MaybeUtilityCall
Trait used to convert from a generated RuntimeCall type to pallet_utility::Call<Runtime>.

Functions§

nested_call_iter
Returns an interator over call, and any calls nested within it.