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