Is your feature request related to a problem? Please describe.
The note for Transactions retrieved from the indexer is a base64 string. This is rather unexpected.
Describe the solution you'd like
The base64 string should be decoded 99% of the time. I'd say 100, but I'm sure there are use cases.
Describe alternatives you've considered
Leaving it as is, mostly.
Additional context
Possibly related to #98
Is your feature request related to a problem? Please describe.
The
noteforTransactions retrieved from theindexeris a base64 string. This is rather unexpected.Describe the solution you'd like
The base64 string should be decoded 99% of the time. I'd say 100, but I'm sure there are use cases.
Describe alternatives you've considered
Leaving it as is, mostly.
Additional context
Possibly related to #98