pub trait GetOldestKeyPoolTime {
    // Required method
    fn get_oldest_key_pool_time(&self) -> i64;
}

Required Methods§

Implementors§