MCPcopy 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_testMethod · 0.95
run_testMethod · 0.95
create_psbtMethod · 0.95
run_testMethod · 0.95
send_to_scriptMethod · 0.95
test_disable_flagMethod · 0.95

Calls 1