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

Function ScriptAddress

include/blocksci/scripts/pubkey_script.hpp:23–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21 constexpr static AddressType::Enum addressType = AddressType::PUBKEY;
22
23 ScriptAddress(uint32_t addressNum_, const PubkeyData *data_, DataAccess &access_) : PubkeyAddressBase(addressNum_, addressType, data_, access_) {}
24 ScriptAddress(uint32_t addressNum_, DataAccess &access_);
25
26 std::string addressString() const;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected