taproot-assets-types 0.0.2

Shared data types and serialization logic for Taproot Assets
Documentation
1
2
3
4
5
6
7
8
9
10
#![no_std]

extern crate alloc;

pub mod asset;
pub mod commitment;
pub mod error;
pub mod mssmt;
pub mod proof;
pub mod tlv;