Files
pezkuwi-subxt/substrate/frame
gui ca7c01c8d8 Improve doc for pallet macro and config macro (#4146)
Improve doc:

* the pallet macro is actually referring to 2 places, for the module and
for the struct placeholder but doesn't really clarify it (I should have
named the latter just `pallet_struct` or something but it is a bit late)

* The doc of `with_default` is a bit confusing too IMO.

CC @kianenigma

---------

Co-authored-by: Liam Aharon <liam.aharon@hotmail.com>
2024-04-17 15:22:46 +00:00
..
2024-04-04 11:47:24 +00:00
2024-04-10 06:44:46 +00:00
2024-04-10 06:44:46 +00:00
2024-04-10 06:44:46 +00:00
2024-04-10 06:44:46 +00:00
2024-04-10 06:44:46 +00:00
2024-04-10 06:44:46 +00:00
2024-04-10 06:44:46 +00:00
2024-04-10 06:44:46 +00:00
2023-09-04 12:02:32 +03:00

FRAME

The FRAME development environment provides modules (called "pallets") and support libraries that you can use, modify, and extend to build the runtime logic to suit the needs of your blockchain.

Documentation

https://docs.substrate.io/reference/frame-pallets/

Issues

https://github.com/orgs/paritytech/projects/40