pub trait ParameterInteraction {
// Required method
fn parameter_interaction(&self) -> bool;
}
Required Methods§
sourcefn parameter_interaction(&self) -> bool
fn parameter_interaction(&self) -> bool
| Check wallet parameter interaction |