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

Required Methods§

source

fn is_legacy(&self) -> bool

| Return whether is a legacy wallet |

Implementors§