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

Method get_tx

test/functional/data/invalid_txs.py:82–84  ·  view source on GitHub ↗

Return a CTransaction that is invalid per the subclass.

(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

80
81 @abc.abstractmethod
82 def get_tx(self, *args, **kwargs):
83 """Return a CTransaction that is invalid per the subclass."""
84 pass
85
86
87class OutputMissing(BadTxTemplate):

Callers 1

run_testMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected