Files
pezkuwi-subxt/substrate/frame/examples/split
Matteo Muraca cd91c6b782 removed pallet::getter from example pallets (#3371)
part of #3326 

@ggwpez @kianenigma @shawntabrizi

---------

Signed-off-by: Matteo Muraca <mmuraca247@gmail.com>
Co-authored-by: Kian Paimani <5588131+kianenigma@users.noreply.github.com>
2024-02-21 23:02:31 +00: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