issues
search
algorandfoundation
/
algokit-subscriber-ts
Simple, but flexible / configurable Algorand transaction subscription / indexing mechanism
MIT License
14
stars
6
forks
source link
fix: add data to block metadata
#84
Closed
negar-abbasi
closed
4 months ago
negar-abbasi
commented
4 months ago
Proposed Changes
Add more fields and data to BlockMetadata
Make all the Block related hash strings base64 encoded
Change block timestamp to represent in seconds since epoch rather than ISO format.
Removing any transaction Block field incase they return undefined values.
Proposed Changes