This repository has been archived by the owner on May 30, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1ec3644
commit 4a2b1a0
Showing
3 changed files
with
28 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,23 @@ | ||
mod simple_test_net; | ||
#[path ="0_first_look/mod.rs"] | ||
mod first_look; | ||
#[path="1_transfers/mod.rs"] | ||
mod transfers; | ||
#[path ="2_fees/mod.rs"] | ||
#[path = "7_expects/mod.rs"] | ||
mod expects; | ||
#[path = "2_fees/mod.rs"] | ||
mod fees; | ||
#[path ="3_transact/mod.rs"] | ||
mod transact; | ||
#[path ="4_origins/mod.rs"] | ||
mod origins; | ||
#[path ="5_holding_modifiers/mod.rs"] | ||
#[path = "0_first_look/mod.rs"] | ||
mod first_look; | ||
#[path = "5_holding_modifiers/mod.rs"] | ||
mod holding_modifiers; | ||
#[path ="6_trap_and_claim/mod.rs"] | ||
mod trap_and_claim; | ||
#[path="7_expects/mod.rs"] | ||
mod expects; | ||
#[path ="8_queries/mod.rs"] | ||
#[path = "10_locks/mod.rs"] | ||
mod locks; | ||
#[path = "4_origins/mod.rs"] | ||
mod origins; | ||
#[path = "8_queries/mod.rs"] | ||
mod queries; | ||
#[path ="9_version_subscription/mod.rs"] | ||
mod simple_test_net; | ||
#[path = "3_transact/mod.rs"] | ||
mod transact; | ||
#[path = "1_transfers/mod.rs"] | ||
mod transfers; | ||
#[path = "6_trap_and_claim/mod.rs"] | ||
mod trap_and_claim; | ||
#[path = "9_version_subscription/mod.rs"] | ||
mod version_subscription; | ||
#[path ="10_locks/mod.rs"] | ||
mod locks; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters