forked from ghostchain/ghost-node
4 lines
93 B
Rust
4 lines
93 B
Rust
pub trait StakingEvictor<AccountId> {
|
|
fn try_evict_validator(who: &AccountId) -> bool;
|
|
}
|