iota-sdk 0.3.0

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
11
12
13
14
15
// Copyright 2022 IOTA Stiftung
// SPDX-License-Identifier: Apache-2.0

#![allow(clippy::type_complexity)]

mod alias_outputs;
mod basic_outputs;
mod burn;
mod expiration;
mod foundry_outputs;
mod native_tokens;
mod nft_outputs;
mod outputs;
mod storage_deposit_return;
mod timelock;