pub trait SignMessage {
    fn sign_message(
        &self,
        message: &String,
        pkhash: &PKHash,
        str_sig: &mut String
    ) -> SigningResult; }

Required Methods§

| Sign a message with the given script |

Implementors§