mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-22 11:25:42 +00:00
Add documentation around pallet coupling (#3542)
substrate.io deprecation companion: https://github.com/substrate-developer-hub/substrate-docs/pull/2139 pba-content companion: https://github.com/Polkadot-Blockchain-Academy/pba-content/pull/978 partially inspired by: https://github.com/paritytech/polkadot-sdk/issues/3535 --------- Co-authored-by: Ankan <10196091+Ank4n@users.noreply.github.com>
This commit is contained in:
@@ -65,6 +65,7 @@ pallet-aura = { path = "../../substrate/frame/aura", default-features = false }
|
||||
# Pallets and FRAME internals
|
||||
pallet-timestamp = { path = "../../substrate/frame/timestamp" }
|
||||
pallet-balances = { path = "../../substrate/frame/balances" }
|
||||
pallet-assets = { path = "../../substrate/frame/assets" }
|
||||
pallet-transaction-payment = { path = "../../substrate/frame/transaction-payment" }
|
||||
pallet-utility = { path = "../../substrate/frame/utility" }
|
||||
pallet-multisig = { path = "../../substrate/frame/multisig" }
|
||||
|
||||
Reference in New Issue
Block a user