iota-sdk 2.0.0-beta.1

The IOTA SDK provides developers with a seamless experience to develop on IOTA by providing account abstractions and clients to interact with node APIs.
Documentation
1
2
3
4
5
6
7
8
9
10
// Copyright 2023 IOTA Stiftung
// SPDX-License-Identifier: Apache-2.0

mod convert;

pub mod merkle_hasher;
#[cfg(feature = "serde")]
pub mod serde;

pub use convert::{ConversionError, ConvertTo};