1 2 3 4 5 6 7 8 9 10 11 12 13
// Copyright 2022 IOTA Stiftung // SPDX-License-Identifier: Apache-2.0 //! Input selection for transactions mod automatic; mod core; mod manual; mod sender_issuer; mod utxo_chains; pub(crate) use self::core::is_alias_transition; pub use self::core::{Burn, BurnDto, Error, InputSelection, Requirement, Selected};