Function validate_tron_tx_hash
Source pub fn validate_tron_tx_hash(hash: &str) -> Result<()>
Expand description
Validates a Tron transaction hash format.
Tron transaction hashes are 64-character hex strings.
§Arguments
hash - The hash to validate
§Returns
Returns Ok(()) if valid, or an error describing the validation failure.