1
2
3
4
5
6
7
8
9
10
// Copyright (c) The Diem Core Contributors
// SPDX-License-Identifier: Apache-2.0

// Copyright 2021 Conflux Foundation. All rights reserved.
// Conflux is free software and distributed under GNU General Public License.
// See http://www.gnu.org/licenses/

pub use move_core_types::vm_status::known_locations::{
    ACCOUNT_MODULE, ACCOUNT_MODULE_IDENTIFIER, ACCOUNT_MODULE_NAME,
};