The IOTA SDK provides developers with a seamless experience to develop on IOTA by providing account abstractions and clients to interact with node APIs.
// Copyright 2020-2022 IOTA Stiftung
// SPDX-License-Identifier: Apache-2.0
//! Common types required by nodes and clients APIs like blocks, responses and DTOs.
#[cfg(feature ="std")]externcrate std;pubmodapi;pubmodblock;