cardano-serialization-lib 15.0.3

(De)serialization functions for the Cardano blockchain along with related utility functions
Documentation
1
2
3
4
5
6
7
8
9
10
11
mod tx_body_names;
pub(crate) use tx_body_names::*;

mod witness_set_names;
pub(crate) use witness_set_names::*;

mod certificate_index_names;
pub(crate) use certificate_index_names::*;

mod voting_proposal_index_names;
pub(crate) use voting_proposal_index_names::*;