mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 14:37:57 +00:00
43cd1ae37a
* add frame_system::DefaultConfig to individual pallet DefaultConfigs * Fixes tests * Minor fix * ".git/.scripts/commands/fmt/fmt.sh" * Adds UI Tests --------- Co-authored-by: Nikhil Gupta <17176722+gupnik@users.noreply.github.com> Co-authored-by: command-bot <>
Default Config Example Pallet
An example pallet demonstrating the ability to derive default testing configs via
#[derive_impl] and #[pallet::config(with_default)].
Run cargo doc --package pallet-default-config-example --open to view this pallet's documentation.
License: MIT-0