forked from aptos-labs/aptos-core
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[types] remove more legacy diem code around account blobs
Closes: aptos-labs#648
- Loading branch information
Showing
8 changed files
with
11 additions
and
309 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
27 changes: 0 additions & 27 deletions
27
types/src/account_config/resources/key_rotation_capability.rs
This file was deleted.
Oops, something went wrong.
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,22 +1,14 @@ | ||
// Copyright (c) Aptos | ||
// SPDX-License-Identifier: Apache-2.0 | ||
|
||
pub mod account; | ||
pub mod balance; | ||
pub mod chain_account_info; | ||
pub mod chain_id; | ||
pub mod core_account; | ||
pub mod crsn; | ||
pub mod dual_attestation; | ||
pub mod key_rotation_capability; | ||
pub mod withdraw_capability; | ||
|
||
pub use account::*; | ||
pub use balance::*; | ||
pub use chain_account_info::*; | ||
pub use chain_id::*; | ||
pub use core_account::*; | ||
pub use crsn::*; | ||
pub use dual_attestation::*; | ||
pub use key_rotation_capability::*; | ||
pub use withdraw_capability::*; |
This file was deleted.
Oops, something went wrong.
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
Oops, something went wrong.