SuperteamDAO / solathon

☄️ High performance, easy to use and feature-rich Solana SDK for Python.
https://solathon.vercel.app
MIT License
88 stars 32 forks source link

Add: Repr to all type objects #54

Closed GitBolt closed 6 months ago

GitBolt commented 10 months ago

Right now, most of the objects do not have a repr method, and hence when they are printed, the object is printed without any meaningful info.

I have added repr to some classes in this section of this commit: https://github.com/SuperteamDAO/solathon/commit/163e2332c6f4fae39aa751853fa91ca9e039a03a#diff-1eb89ae756d42de1fd915f6f4ad348bc01edf78519a3e788c7aae9b723c86ff2

All other classes need to have a similar method as well.

nithinexe commented 7 months ago

Is someone working on this?

GitBolt commented 7 months ago

Nope! If you want, feel free to take it up @nithinexe!

nithinexe commented 7 months ago

Cool, would you assign? or i can start working.

A91y commented 6 months ago

Hi @GitBolt, I would like to contribute to this issue.

GitBolt commented 6 months ago

Assigned to you as well! @A91y