pub trait GetConfirmTarget {
    fn get_confirm_target(&mut self) -> u32;
}

Required Methods§

| Get tx confirm target. |

Implementors§