1 2 3 4 5 6 7
// Copyright (c) The Diem Core Contributors // SPDX-License-Identifier: Apache-2.0 //! Contains constants for well-known names of native functions pub const VECTOR_BORROW_MUT: &str = "0x1::Vector::borrow_mut"; pub const EVENT_EMIT_EVENT: &str = "0x1::Event::emit_event";