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

Required Methods§

source

fn display_address(&mut self, dest: &TxDestination) -> bool

| Display address on external signer |

Implementors§