-
Notifications
You must be signed in to change notification settings - Fork 28
Open
Description
Thanks for the great library. On the previous version, we could use:
BigInt.FromHex(track).GetBytes();
on version 2, it looks like it's changed to:
track.HexToBigInteger().GetBytes();
Can you confirm this is the intended behavior? After upgrading to v2, HexToBigInteger() is not accessible. I think it may be related to StringExtensions is an internal class.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels