pub const DOMAIN_TX: &[u8] = b"arknet-tx-v1";
Domain tag for transaction hashes. Prepended to borsh-encoded bytes before hashing so that hash(tx) != hash(block) even when their borsh happens to collide.
hash(tx) != hash(block)