Crate phoenix_core[][src]

Expand description

Phoenix’s Core library types and behaviors

Re-exports

pub use crossover::Crossover;
pub use error::Error;
pub use fee::Fee;
pub use message::Message;
pub use note::Note;
pub use note::NoteType;

Modules

crossover

Crossover Fee module contains the logic related to Crossover structure

error

Phoenix’s Core Errors

fee

Fee Fee module contains the logic related to Fee and Remainder structure

message

Message representation

note

Transparent and Obfuscated Notes

Structs

Remainder

The Remainder structure.