pub async fn calculate_txn_hash_with_args(
    from_actor: Option<&str>,
    txn_bytes: Vec<u8>,
    nonce: u64
) -> Result<[u8; 32], Errors>