MCPcopy Create free account
hub / github.com/citp/BlockSci / getTransactionRevealed

Method getTransactionRevealed

src/scripts/script_variant.cpp:39–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37 }
38
39 ranges::optional<Transaction> AnyScript::getTransactionRevealed() const {
40 return mpark::visit([&](auto &scriptAddress) { return scriptAddress.getTransactionRevealed(); }, wrapped);
41 }
42
43 EquivAddress AnyScript::getEquivAddresses(bool nestedEquivalent) const {
44 return mpark::visit([&](auto &scriptAddress) { return scriptAddress.getEquivAddresses(nestedEquivalent); }, wrapped);

Callers

nothing calls this directly

Calls 1

visitFunction · 0.50

Tested by

no test coverage detected