Crates.io | pallet-default-config-example |
lib.rs | pallet-default-config-example |
version | 17.0.0 |
source | src |
created_at | 2023-06-20 15:41:25.546086 |
updated_at | 2024-06-21 13:30:52.934869 |
description | FRAME example pallet demonstrating derive_impl / default_config in action (polkadot v1.13.0) |
homepage | https://substrate.io |
repository | https://github.com/paritytech/polkadot-sdk.git |
max_upload_size | |
id | 895298 |
size | 13,909 |
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