pub trait ParameterInteraction {
    // Required method
    fn parameter_interaction(&self) -> bool;
}

Required Methods§

source

fn parameter_interaction(&self) -> bool

| Check wallet parameter interaction |

Implementors§