MCPcopy Create free account
hub / github.com/ElementsProject/elements / chr

Function chr

contrib/testgen/base58.py:19–20  ·  view source on GitHub ↗
(n)

Source from the content-addressed store, hash-verified

17 def ord(c):
18 return c
19 def chr(n):
20 return bytes( (n,) )
21
22__b58chars = '123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz'
23__b58base = len(__b58chars)

Callers 11

handleMethod · 0.85
b58decodeFunction · 0.85
print_imageFunction · 0.85
sign_p2pk_witness_inputFunction · 0.85
byte_to_base58Function · 0.85
setup_networkMethod · 0.85
sign_p2pk_witness_inputFunction · 0.85
receive_sequenceMethod · 0.85

Calls

no outgoing calls

Tested by 2