pub fn sign_message(
wallet: &str,
chain: &str,
message: &str,
passphrase: Option<&str>,
encoding: Option<&str>,
index: Option<u32>,
vault_path: Option<&Path>,
) -> Result<SignResult, OwsLibError>Expand description
Sign a message. Returns hex-encoded signature.