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

Method getBaseScript

src/address/address.cpp:232–234  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

230 }
231
232 ScriptBase Address::getBaseScript() const {
233 return ScriptBase(*this);
234 }
235
236 ranges::optional<Address> getAddressFromString(const std::string &addressString, DataAccess &access) {
237 if (addressString.compare(0, access.config.chainConfig.segwitPrefix.size(), access.config.chainConfig.segwitPrefix) == 0) {

Callers 2

operator()Method · 0.80
RANGES_FORFunction · 0.80

Calls 1

ScriptBaseFunction · 0.50

Tested by

no test coverage detected