radix-common 1.3.1

A library of common types and functions shared by all layers of the Radix stack, from the Radix DLT project.
Documentation
mod addresses;
mod blueprint_id;
mod consensus;
mod entity_type;
mod global_address_reservation;
mod node_and_substate;
mod non_fungible_global_id;
mod royalty_amount;
mod type_identifier;

pub use addresses::*;
pub use blueprint_id::*;
pub use consensus::*;
pub use entity_type::*;
pub use global_address_reservation::*;
pub use node_and_substate::*;
pub use non_fungible_global_id::*;
pub use royalty_amount::*;
pub use type_identifier::*;