mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-24 17:07:58 +00:00
396762510a
Co-authored-by: Niklas Adolfsson <niklasadolfsson1@gmail.com>
16 lines
321 B
Rust
16 lines
321 B
Rust
// Copyright 2019-2025 Parity Technologies (UK) Ltd.
|
|
// This file is dual-licensed as Apache-2.0 or GPL-3.0.
|
|
// see LICENSE for license details.
|
|
|
|
//! Test interactions with some built-in FRAME pallets.
|
|
|
|
mod balances;
|
|
mod staking;
|
|
mod system;
|
|
mod timestamp;
|
|
|
|
#[cfg(fullclient)]
|
|
mod contracts;
|
|
#[cfg(fullclient)]
|
|
mod sudo;
|