Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/elements
/ ser_string
Function
ser_string
test/functional/test_framework/messages.py:103–104 ·
view source on GitHub ↗
(s)
Source
from the content-addressed store, hash-verified
101
return
f.read(nit)
102
103
def
ser_string(s):
104
return
ser_compact_size(len(s)) + s
105
106
def
deser_uint256(f):
107
r = 0
Callers
15
serialize
Method · 0.90
serialize
Method · 0.90
LegacySignatureMsg
Function · 0.70
SegwitV0SignatureMsg
Function · 0.70
BIP341_sha_scriptpubkeys
Function · 0.70
TaprootSignatureMsg
Function · 0.70
taproot_tree_helper
Function · 0.70
ser_string_vector
Function · 0.70
serialize
Method · 0.70
serialize
Method · 0.70
serialize
Method · 0.70
serialize_issuance_proofs
Method · 0.70
Calls
1
ser_compact_size
Function · 0.70
Tested by
no test coverage detected