Trait frost_signer::state_machine::StateMachine
source · pub trait StateMachine {
// Required methods
fn move_to(&mut self, state: States) -> Result<(), Error>;
fn can_move_to(&self, state: &States) -> Result<(), Error>;
}