1 2 3 4 5 6 7 8 9 10 11 12 13 14
// Copyright 2021 IOTA Stiftung // SPDX-License-Identifier: Apache-2.0 //! High level APIs mod address; mod block_builder; mod high_level; mod types; mod wait_for_tx_acceptance; pub use self::{address::*, block_builder::*, types::*}; const ADDRESS_GAP_RANGE: u32 = 20;