pub trait BitcoinWallet {
    fn fulfill_peg_out(&self, op: &PegOutRequestOp) -> BitcoinTransaction;
}

Required Methods§

Implementors§