aleph-types 0.10.1

Definitions for the most commonly used types in the Aleph Cloud network.
Documentation
1
2
3
4
5
6
7
pub(crate) fn default_true() -> bool {
    true
}

pub(crate) fn default_some_false() -> Option<bool> {
    Some(false)
}