-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: rename Account to SenderAllocationRelationship
Signed-off-by: Alexis Asseman <[email protected]>
- Loading branch information
Showing
4 changed files
with
232 additions
and
119 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,12 +1,12 @@ | ||
// Copyright 2023-, GraphOps and Semiotic Labs. | ||
// SPDX-License-Identifier: Apache-2.0 | ||
|
||
mod account; | ||
pub mod accounts_manager; | ||
mod escrow_adapter; | ||
mod rav_storage_adapter; | ||
mod receipt_checks_adapter; | ||
mod receipt_storage_adapter; | ||
mod sender_allocation_relationship; | ||
pub mod sender_allocation_relationships_manager; | ||
|
||
#[cfg(test)] | ||
pub mod test_utils; |
Oops, something went wrong.