Files
pezkuwi-subxt/substrate/frame/examples/dev-mode
Juan 6a29a70a92 Replace system config Index for Nonce (#14290)
* replace Index by Nonce

* replace Index by Nonce

* replace Index by Nonce

* replace Index by Nonce

* replace Index by Nonce

* wip

* remove index in lieu of nonce

* wip

* remove accountnonce in lieu of nonce

* add minor improvement

* rebase and merge conflicts
2023-07-14 06:56:48 +00:00
..

Dev Mode Example Pallet

A simple example of a FRAME pallet demonstrating the ease of requirements for a pallet in dev mode.

Run cargo doc --package pallet-dev-mode --open to view this pallet's documentation.

Dev mode is not meant to be used in production.

License: MIT-0