Transaction ID regex

Hello.

Does some one knows what pattern does TxIDs follow? I want to make a regex that identifies a TxID in a given string.

Thanks!

1 Like

hey @J053, TxID is hash of tx’s information and the hash is pretty arbitrary and does not have a pattern to make a regex, unfortunately.

3 Likes