pub trait DisplayAddress {
// Required method
fn display_address(&mut self, dest: &TxDestination) -> bool;
}
Required Methods§
sourcefn display_address(&mut self, dest: &TxDestination) -> bool
fn display_address(&mut self, dest: &TxDestination) -> bool
| Display address on external signer |