1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
// Copyright 2021 Centrifuge Foundation (centrifuge.io).
//
// This file is part of the Centrifuge chain project.
// Centrifuge is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version (see http://www.gnu.org/licenses).
// Centrifuge is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
// GNU General Public License for more details.
pub mod cumulus_pallet_xcmp_queue;
pub mod frame_system;
pub mod pallet_anchors;
pub mod pallet_balances;
pub mod pallet_block_rewards;
pub mod pallet_collator_allowlist;
pub mod pallet_collator_selection;
pub mod pallet_collective;
pub mod pallet_democracy;
pub mod pallet_elections_phragmen;
pub mod pallet_fees;
pub mod pallet_identity;
pub mod pallet_interest_accrual;
pub mod pallet_investments;
pub mod pallet_keystore;
pub mod pallet_liquidity_rewards;
pub mod pallet_loans;
pub mod pallet_multisig;
pub mod pallet_oracle_collection;
pub mod pallet_oracle_feed;
pub mod pallet_order_book;
pub mod pallet_permissions;
pub mod pallet_pool_fees;
pub mod pallet_pool_registry;
pub mod pallet_pool_system;
pub mod pallet_preimage;
pub mod pallet_proxy;
pub mod pallet_remarks;
pub mod pallet_restricted_tokens;
pub mod pallet_scheduler;
pub mod pallet_session;
pub mod pallet_timestamp;
pub mod pallet_token_mux;
pub mod pallet_transfer_allowlist;
pub mod pallet_uniques;
pub mod pallet_utility;
pub mod pallet_vesting;
pub mod pallet_xcm;