1// Copyright (c) Zefchain Labs, Inc. 2// SPDX-License-Identifier: Apache-2.0 3 4//! Common ABIs that may have multiple implementations. 5 6pub mod evm; 7pub mod fungible;