pub trait IsLegacy {
    fn is_legacy(&self) -> bool;
}

Required Methods§

| Return whether is a legacy wallet |

Implementors§