pub trait ConfigState: Serialize + Default {
    // Required method
    fn max_space() -> u64;
}

Required Methods§

source

fn max_space() -> u64

Maximum space that the serialized representation will require

Implementations on Foreign Types§

source§

impl ConfigState for StakeConfig

Implementors§