whisky-csl 1.0.4

Wrapper around the cardano-serialization-lib for easier transaction building, heavily inspired by cardano-cli APIs
Documentation
1
2
3
4
5
mod core_csl;
pub use core_csl::*;
mod whisky_csl;
pub use whisky_csl::*;
mod buildable;