chore: Merge Byron / Alonzo into single crate (#43)
This commit is contained in:
parent
c5dff33113
commit
21a3077883
61 changed files with 120 additions and 335 deletions
9
pallas-primitives/src/lib.rs
Normal file
9
pallas-primitives/src/lib.rs
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
//! Ledger primitives and cbor codec for the Cardano eras
|
||||
|
||||
mod framework;
|
||||
|
||||
pub mod alonzo;
|
||||
pub mod byron;
|
||||
pub mod utils;
|
||||
|
||||
pub use framework::*;
|
||||
Loading…
Add table
Add a link
Reference in a new issue