taproot-assets-types

Crates.iotaproot-assets-types
lib.rstaproot-assets-types
version0.0.1
created_at2025-06-16 01:13:41.062864+00
updated_at2025-06-16 01:13:41.062864+00
descriptionShared data types and serialization logic for Taproot Assets
homepage
repositoryhttps://github.com/ffranr/taproot-assets-rs
max_upload_size
id1713826
size73,808
(ffranr)

documentation

README

taproot-assets-types

Shared types and serialization logic for use across Taproot Assets Rust crates.

This crate defines core data structures, serialization formats, and helpers used by other components such as the SDK, RPC client, and zero-knowledge modules.

Usage

Add to your Cargo.toml:

taproot-assets-types = { version = "0.0.1" }

License

MIT OR Apache-2.0

See LICENSE-MIT and LICENSE-APACHE for details.

Commit count: 5

cargo fmt