pallas@0.30.2 pallas-addresses@0.30.2 pallas-applying@0.30.2 pallas-codec@0.30.2 pallas-configs@0.30.2 pallas-crypto@0.30.2 pallas-hardano@0.30.2 pallas-math@0.30.2 pallas-network@0.30.2 pallas-primitives@0.30.2 pallas-rolldb@0.30.2 pallas-traverse@0.30.2 pallas-txbuilder@0.30.2 pallas-utxorpc@0.30.2 pallas-wallet@0.30.2 Generated by cargo-workspaces |
||
|---|---|---|
| .. | ||
| docs | ||
| src | ||
| tests | ||
| Cargo.toml | ||
| README.md | ||
Pallas Applying
Crate for performing transaction validation according to the Cardano protocol. Generally speaking, this crate is structured in multiple modules, each one handling a specific Cardano era. These eras are: Byron, ShelleyMA, Alonzo and Babbage.
Refer to docs/.md to see the mathematical specifications regarding .
Refer to tests/README.md for explanations regarding the test suite in any era.