pub trait TransactionExt {
    fn replace_witness(
        &mut self,
        witness_index: u8,
        witness: Witness
    ) -> &mut Self; }

Required Methods§

Implementors§