pub trait DisplayAddress {
    fn display_address(&mut self, dest: &TxDestination) -> bool;
}

Required Methods§

| Display address on external signer |

Implementors§