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

Function getScriptNum

include/blocksci/address/address.hpp:87–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85 std::string toString() const;
86
87 uint32_t getScriptNum() const {
88 return scriptNum;
89 }
90
91 AddressType::Enum getType() const {
92 return type;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected