iota-sdk-move-types 1.0.0-beta.1

Rust representations of Move types used by the IOTA blockchain
Documentation
1
2
3
4
5
6
7
8
9
10
// Copyright (c) 2026 IOTA Stiftung
// SPDX-License-Identifier: Apache-2.0

//! Rust mirrors of IOTA packages.
//! Each child module corresponds to one package.

pub mod iota_framework;
pub mod iota_system;
pub mod move_stdlib;
pub mod stardust;