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
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
mod always_visible_nodes;
mod auth_addresses;
mod native_addresses;
mod native_blueprints;
mod sbor_payload;
mod system_execution;
mod transaction_execution;
mod wasm;

pub use always_visible_nodes::*;
pub use auth_addresses::*;
pub use native_addresses::*;
pub use native_blueprints::*;
pub use sbor_payload::*;
pub use system_execution::*;
pub use transaction_execution::*;
pub use wasm::*;