use Principal;
use ;
/// Returns the **principal** of the current satellite.
///
/// # Example
/// ```ignore
/// let current_module = junobuild_satellite::id();
/// ```
/// Returns the **principal** of the caller that invoked the current satellite.
///
/// # Example
/// ```ignore
/// let user = junobuild_satellite::caller();
/// ```