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

Method to_string

python/ccxt/static_dependencies/ecdsa/keys.py:242–245  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

240 return klass.from_string(privkey_str, curve, hashfunc)
241
242 def to_string(self):
243 secexp = self.privkey.secret_multiplier
244 s = number_to_string(secexp, self.privkey.order)
245 return s
246
247 def to_pem(self):
248 # TODO: "BEGIN ECPARAMETERS"

Callers 6

to_derMethod · 0.95
RawCompressedMethod · 0.45
RawUncompressedMethod · 0.45
RawMethod · 0.45
privateKeyToAddressMethod · 0.45

Calls 1

number_to_stringFunction · 0.70

Tested by

no test coverage detected