Files
pezkuwi-subxt/substrate/frame/examples/split
Kian Paimani 2ed66a0960 migrate alliance, fast-unstake and bags list to use derive-impl (#1636)
Moving a few pallets to the latest and greatest `derive_impl` to give it
a try.

Part of #171

---------

Co-authored-by: Adrian Catangiu <adrian@parity.io>
Co-authored-by: Keith Yeung <kungfukeith11@gmail.com>
2023-10-01 16:16:14 +02:00
..
2023-08-29 13:39:41 +02:00
2023-09-04 12:02:32 +03:00

Basic Example For Splitting A Pallet

A simple example of a FRAME pallet demonstrating the ability to split sections across multiple files.

Note that this is purely experimental at this point.

Run cargo doc --package pallet-example-split --open to view this pallet's documentation.

License: MIT-0