Expose WitnessInput at lib level.

This commit is contained in:
Alejandro Cabeza Romero 2026-05-04 10:37:16 +02:00
parent 29c4901bdd
commit 8d2e97956b
No known key found for this signature in database
GPG Key ID: DA3D14AE478030FD

View File

@ -6,3 +6,5 @@
pub mod native;
pub mod ffi;
pub use native::witness_input::WitnessInput;