Coverage for src/chainalysis/utils/utils.py: 100%
4 statements
« prev ^ index » next coverage.py v7.6.1, created at 2024-08-20 16:53 -0400
« prev ^ index » next coverage.py v7.6.1, created at 2024-08-20 16:53 -0400
1from chainalysis.utils.stringify import Stringify
4class Utils:
5 """
6 This class contains util/helper functions for users
7 of the SDK.
8 """
10 def __init__(self):
11 self.stringify = Stringify()