Expand description
Basic runtime calls.
Enums§
- Sudo
Call - A minimized version of
pallet-sudo::Callthat can be used without a runtime. - System
Call - A minimized version of
frame-system::Callthat can be used without a runtime. - Utility
Call - A minimized version of
pallet-utility::Callthat can be used without a runtime. - XcmCall
- A minimized version of
pallet-xcm::Call, that can be used without a runtime.