Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
handle
Method · 0.85
b58decode
Function · 0.85
print_image
Function · 0.85
sign_p2pk_witness_input
Function · 0.85
test_non_standard_witness
Method · 0.85
byte_to_base58
Function · 0.85
setup_network
Method · 0.85
sign_p2pk_witness_input
Function · 0.85
test_non_standard_witness
Method · 0.85
prepare_tx_signed_with_sighash
Method · 0.85
receive_sequence
Method · 0.85
Calls
no outgoing calls
Tested by
2
test_non_standard_witness
Method · 0.68
test_non_standard_witness
Method · 0.68