pub trait ReturnDestination {
    // Required method
    fn return_destination(
        &mut self,
        index: i64,
        internal: bool,
        addr: &TxDestination
    );
}

Required Methods§

source

fn return_destination( &mut self, index: i64, internal: bool, addr: &TxDestination )

Implementors§