ctrl-Felix / cosmospy-protobuf

Cosmos Protobuf library
16 stars 14 forks source link

Block Parsing #19

Closed justingourley closed 9 months ago

justingourley commented 9 months ago

Thanks for this great library! I'm using it to parse blocks and have a question. When I parse into transactions, is there a way to automatically apply the protobuf decoding based on transaction type? I'm sorry if this isn't a well-worded question. But I'm hoping to be able to fully parse each block's transactions into readable (json) format.

justingourley commented 9 months ago

Closing, figured out answer.