Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/blockfrost/blockfrost-python
/ to_json
Method
to_json
blockfrost/utils.py:32–33 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
30
return
self.__dict__
31
32
def
to_json(self):
33
return
json.dumps(self.to_dict())
34
35
36
def
convert_json_to_object(json_response):
Callers
nothing calls this directly
Calls
1
to_dict
Method · 0.95
Tested by
no test coverage detected