iota_genesis_builder/stardust/native_token/
mod.rs

1// Copyright (c) 2024 IOTA Stiftung
2// SPDX-License-Identifier: Apache-2.0
3
4//! The `native_token` module incorporates all the logic necessary for
5//! building Stardust native token modules and packages.
6
7pub mod package_builder;
8pub mod package_data;