pub trait GetReservedDestination {
// Required method
fn get_reserved_destination(
&mut self,
ty: OutputType,
internal: bool,
address: &mut TxDestination,
index: &mut i64,
keypool: &mut KeyPool,
error: &mut BilingualStr
) -> bool;
}