pub trait IsLegacy { // Required method fn is_legacy(&self) -> bool; }
| Return whether is a legacy wallet |