//! Re-export the prelude types
pub use codec;
pub use ;
pub use ;
pub use ;
/// Type to represent the index of a compute core.
pub type CoreIndex = u16;
/// Type to represent the authorizer configuration.
pub type AuthConfig = ;
/// Type to represent the authorizer trace.
pub type AuthTrace = ;