pallet-default-config-example 0.1.0-dev.5

FRAME example pallet demonstrating derive_impl / default_config in action
Documentation
1
2
3
4
5
6
7
8
# 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