MCPcopy Create free account
hub / github.com/ccxt/ccxt / get_extended_string_to_felt

Method get_extended_string_to_felt

python/ccxt/extended.py:3186–3187  ·  view source on GitHub ↗
(self, value: str)

Source from the content-addressed store, hash-verified

3184 }, market)
3185
3186 def get_extended_string_to_felt(self, value: str):
3187 return self.convert_to_big_int(self.string_to_base16(value))
3188
3189 def get_extended_encode_i64(self, value):
3190 # Cairo prime offset for i64 negative encoding.

Calls 2

convert_to_big_intMethod · 0.80
string_to_base16Method · 0.80

Tested by

no test coverage detected