Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bitcoin/bitcoin
/ serialize
Method
serialize
test/functional/test_framework/messages.py:687–688 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
685
# Regular serialization is with witness -- must explicitly
686
# call serialize_without_witness to exclude witness data.
687
def
serialize(self):
688
return
self.serialize_with_witness()
689
690
@property
691
def
wtxid_hex(self):
Callers
15
run_test
Method · 0.95
transaction_version_number_tests
Method · 0.95
run_test
Method · 0.95
create_psbt
Method · 0.95
test_decodepsbt_musig2_input_output_types
Method · 0.95
test_combinepsbt_preserves_proprietary_fields
Method · 0.95
run_test
Method · 0.95
test_legacy_sigops_stdness
Method · 0.95
send_to_script
Method · 0.95
test_duplicate_outputs
Method · 0.95
test_disable_flag
Method · 0.95
test_sequence_lock_confirmed_inputs
Method · 0.95
Calls
1
serialize_with_witness
Method · 0.95
Tested by
10
test_decodepsbt_musig2_input_output_types
Method · 0.76
test_combinepsbt_preserves_proprietary_fields
Method · 0.76
test_legacy_sigops_stdness
Method · 0.76
test_duplicate_outputs
Method · 0.76
test_disable_flag
Method · 0.76
test_sequence_lock_confirmed_inputs
Method · 0.76
test_sequence_lock_unconfirmed_inputs
Method · 0.76
test_nonzero_locks
Method · 0.76
test_bip68_not_consensus
Method · 0.76
test_spenders
Method · 0.76