junobuild-shared 0.0.23

Shared utilities for Juno.
Documentation
1
2
3
4
5
6
7
8
9
10
11
/// Error message indicating no timestamp was provided.
pub const ERROR_NO_TIMESTAMP: &str = "error_no_timestamp_provided";

/// Error message indicating the provided timestamp is either outdated or in the future.
pub const ERROR_TIMESTAMP_OUTDATED_OR_FUTURE: &str = "error_timestamp_outdated_or_future";

/// Error message indicating no version was provided.
pub const ERROR_NO_VERSION: &str = "error_no_version_provided";

/// Error message indicating the provided version is either outdated or in the future.
pub const ERROR_VERSION_OUTDATED_OR_FUTURE: &str = "error_version_outdated_or_future";