// Copyright 2019-2023 Parity Technologies (UK) Ltd. // This file is dual-licensed as Apache-2.0 or GPL-3.0. // see LICENSE for license details. //! Types associated with accessing custom types mod custom_value_address; mod custom_values_client; pub use custom_value_address::{CustomValueAddress, StaticAddress, Yes}; pub use custom_values_client::CustomValuesClient;