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

Method getIncludingMultisigs

src/scripts/pubkey_base_script.cpp:36–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34 }
35
36 ranges::any_view<Address> PubkeyAddressBase::getIncludingMultisigs() const {
37 auto access_ = &getAccess();
38 return getAccess().getAddressIndex().getIncludingMultisigs(*this) |
39 ranges::views::transform([access_](const RawAddress &raw) { return Address{raw, *access_}; });
40 }
41} // namespace blocksci

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected